aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/eshell (unfollow)
Commit message (Expand)AuthorFilesLines
2020-06-21Evaluate some unnecessarily quoted lambdasBasil L. Contovounesios1-5/+3
2020-05-24Make dedicated keymap and mode for eshell-command (Bug#41370)Noam Postavsky1-9/+13
2020-05-24Revert "Fix eshell-mode-map initialization"Noam Postavsky9-159/+100
2020-04-11; * lisp/eshell/esh-var.el (eshell-variable-aliases-list): Fix wording.Eli Zaretskii1-1/+1
2020-04-11Reword documentation for eshell-variable-aliases-listFederico Tedin1-15/+15
2020-04-02Copy INSIDE_EMACS env variable to subprocesses in Eshell (Bug#25496)Federico Tedin2-5/+23
2020-03-11Remove more XEmacs compat code from eshellStefan Kangas4-16/+4
2020-02-23Add 'nofollow' flag to set-file-modes etc.Paul Eggert1-1/+1
2020-02-21Skip shell prompt on current line in Eshell even if it's protectedSteven Allen1-1/+1
2020-01-01Update copyright year to 2020Paul Eggert28-28/+28
2019-10-28* lisp/eshell/em-term.el: Remove commented out XEmacs compat code.Stefan Kangas1-14/+8
2019-10-20Improve doc string of eshell and eshell-buffer-nameStefan Kangas1-8/+21
2019-10-20lisp/*.el: Fix typos and improve some docstringsJuanma Barranquero1-1/+1
2019-10-19Remove XEmacs compat code from esh-arg.elStefan Kangas1-7/+1
2019-10-08Add some more commands to eshell-visual-commandsStefan Kangas1-16/+10
2019-10-05Remove some XEmacs compat code from esh*.elLars Ingebrigtsen3-49/+8
2019-10-03* lisp/pcomplete.el: Mark 'pcomplete' command as obsoleteStefan Monnier1-1/+1
2019-10-03Don't use obsolete name in em-cmpl.elStefan Kangas1-1/+1
2019-09-19lisp/*.el, src/*.c: Fix typos in docstringsJuanma Barranquero1-1/+1
2019-08-15Fix eshell-mode-map initializationAlex Branham9-100/+159
2019-08-01Use decoded-time accessors in esh-utilLars Ingebrigtsen1-6/+6
2019-08-01Remove some compat code in esh-utilLars Ingebrigtsen1-15/+9
2019-07-30Use decoded time accessors in esh-utilLars Ingebrigtsen1-1/+1
2019-07-30Use decoded time accessors in in em-lsLars Ingebrigtsen1-6/+8
2019-07-26Remove interactive spec from eshell-source-fileLars Ingebrigtsen1-1/+0
2019-06-26Revert "* lisp/calc/calc-ext.el (math-scalarp): Fix typo"Stefan Monnier1-4/+5
2019-06-26* lisp/calc/calc-ext.el (math-scalarp): Fix typoStefan Monnier1-5/+4
2019-06-20Fix compilation warning in esh-modeLars Ingebrigtsen1-5/+3
2019-06-16Declare function in esh-mode before #'-ing itLars Ingebrigtsen1-0/+3
2019-06-15Fix compilation warning in esh-cmd.elLars Ingebrigtsen1-0/+2
2019-06-08; * lisp/eshell/esh-util.el (eshell-get-path): Doc fix.Eli Zaretskii1-2/+2
2019-06-08Fix path for current directory in eshell on MS-WindowsBernhard Rotter3-6/+10
2019-05-04Avoid slow overlay ansi coloring in eshell (Bug#29854)Noam Postavsky1-2/+4
2019-04-19Tell xclip not to expect job-control under eshell (Bug#35257)Noam Postavsky1-1/+5
2019-04-19Fix regexp branches that subsume other branchesPaul Eggert1-1/+1
2019-04-10Eshell dependencies: Fix recent regressionsStefan Monnier2-1/+6
2019-04-09Fix up Eshell 'require's after previous dependency reshuffle.Stefan Monnier22-51/+41
2019-04-09Fix "M-x eshell"Eli Zaretskii1-0/+6
2019-04-08Eshell: Try to untangle the dependencies; move 'provide's to the endStefan Monnier12-134/+154
2019-04-03Avoid recursive load of eshellMauro Aranda1-2/+3
2019-04-03Fix repeated 'custom-add-option' in esh-mode.el (Bug#34993)Mauro Aranda1-1/+1
2019-03-21; Eval overlooked lambda in recent Eshell changesBasil L. Contovounesios1-1/+1
2019-03-20Eshell: Mostly cosmetic changes to be more explicit about dynbindStefan Monnier3-165/+136
2019-03-20Repair eshell-query-kill-processesMattias EngdegÄrd1-1/+1
2019-03-19* lisp/eshell/em-cmpl.el: Use completion-at-point i.s.o pcompleteStefan Monnier1-24/+14
2019-03-04Fix regular-expression glitches and typosPaul Eggert1-2/+2
2019-02-22Avoid some double-rounding of Lisp timestampsPaul Eggert2-9/+9
2019-02-10Simplify use of encode-timePaul Eggert1-1/+1
2019-01-01Update copyright year to 2019Paul Eggert28-28/+28
2018-12-29; Remove comment in esh-proc.elMichael Albinus1-1/+0