aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/eshell (follow)
Commit message (Expand)AuthorAgeFilesLines
* Simplify eshell arg processing with (pop (nthcdr ...))Noam Postavsky2018-05-151-9/+2
* esh-opt.el: Add a :parse-leading-options-only argument (Bug#28323)Jay Kamat2018-05-152-3/+15
* esh-opt.el: Fix improper parsing of first argument (Bug#28323)Jay Kamat2018-05-151-6/+7
* Make eshell/kill handle -<signal> and -<SIGNALNAME> (Bug#29156)Eric Skoglund2018-03-251-3/+6
* Merge from origin/emacs-26Paul Eggert2018-03-201-1/+1
|\
| * ; Spelling fixPaul Eggert2018-03-191-1/+1
* | eshell-eval-using-options: Avoid compiler warning differentlyStefan Monnier2018-03-104-6/+4
* | Merge from origin/emacs-26Paul Eggert2018-03-101-2/+2
|\ \ | |/
| * Replace the obsolete process-kill-without-query in documentationGlenn Morris2018-03-081-2/+2
* | Merge from origin/emacs-26Glenn Morris2018-03-081-0/+3
|\ \ | |/
| * Obsolete eshell-cmpl-suffix-listGlenn Morris2018-03-061-0/+3
* | Condition em-cmpl's setting of pcomplete-suffix-listGlenn Morris2018-03-061-2/+3
* | Suppress some unused lexical variable warnings in eshellGlenn Morris2018-03-054-0/+6
* | Suppress some compiler warnings about pcompleteGlenn Morris2018-03-051-2/+4
* | uniqify -> uniquifyPaul Eggert2018-03-044-5/+8
* | Quieten eshell compilationGlenn Morris2018-03-024-5/+5
* | Quieten eshell compilationGlenn Morris2018-02-282-1/+2
* | Merge from origin/emacs-26Glenn Morris2018-02-172-2/+2
|\ \ | |/
| * ; Fix doc typos related to indefinite articlesGlenn Morris2018-02-162-2/+2
* | Remove some more face aliases obsolete since 22.1Glenn Morris2018-01-101-1/+0
* | Make eshell history expansion more like bash (Bug#29821)Jay Kamat2018-01-052-21/+42
* | Merge from origin/emacs-26Paul Eggert2018-01-0128-28/+28
|\ \ | |/
| * Update copyright year to 2018Paul Eggert2018-01-0128-28/+28
* | Merge from origin/emacs-26Glenn Morris2017-12-162-0/+4
|\ \ | |/
| * Fix some custom groupsGlenn Morris2017-12-142-0/+4
* | Disable history expansion in eshell (Bug#29157)Noam Postavsky2017-12-031-3/+0
|/
* maint: shorten https://lists.gnu.org/archive/html/... linksPaul Eggert2017-11-251-1/+1
* Improve the doc of eshell-cmpl-* custom variables (Bug#25069)Hong Xu2017-11-021-31/+23
* Ignore string properties when saving eshell history (Bug#28700)Noam Postavsky2017-10-211-2/+3
* Prefer HTTPS to HTTP for gnu.orgPaul Eggert2017-10-011-1/+1
* Revert "Don't lose arguments to eshell aliases (Bug#27954)"Noam Postavsky2017-09-301-3/+3
* * lisp/eshell/esh-util.el (eshell-condition-case): Add debug declaration.Noam Postavsky2017-09-251-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-1328-28/+28
* Don't lose arguments to eshell aliases (Bug#27954)Noam Postavsky2017-08-181-1/+1
* Dired w/ eshell-ls: Handle shell wildcards in file nameTino Calancha2017-08-061-8/+19
* Insert subdir content if dir-or-list is a string w/o wildcardsTino Calancha2017-08-011-2/+6
* ls-lisp: Do not require em-glob at top of the fileTino Calancha2017-07-301-1/+1
* Dired: Handle posix wildcards in directory partTino Calancha2017-07-301-8/+45
* Make eshell-next-prompt more reliable (Bug#27405)Noam Postavsky2017-07-201-2/+13
* Reset ansi escape context before printing eshell prompt (Bug#27407)Noam Postavsky2017-07-031-0/+2
* Let ansi-color overlay hooks work in eshell (Bug#27407)Noam Postavsky2017-07-031-1/+3
* Don't read eshell/which output from *Help* buffer (Bug#26894)Noam Postavsky2017-06-271-19/+13
* ; * lisp/eshell/em-basic.el: Fix commentary.Glenn Morris2017-06-191-6/+0
* Handle integer indices for eshell variables (Bug#26055)Noam Postavsky2017-06-171-0/+2
* Add missing 'require' forms to prevent compiler warnings.Philipp Stephani2017-06-121-0/+2
* Let eshell/sudo handle absolute command names (Bug#27167)Noam Postavsky2017-06-111-5/+7
* Treat non-erroring lisp call as successful eshell command (Bug#26161)George D. Plymale II2017-04-201-8/+4
* Don't record eshell/clear "command" in history (Bug#25838)Noam Postavsky2017-02-262-3/+6
* Make sure eshell pipelines don't drop dataNoam Postavsky2017-02-081-2/+14
* Merge from origin/emacs-25Paul Eggert2017-01-0128-28/+28
|\