summaryrefslogtreecommitdiff
path: root/lisp/eshell/em-cmpl.el
AgeCommit message (Expand)Author
2024-05-29Use 'esh-module-autoload' for Eshell modules' defgroupsJim Porter
2024-01-02Merge from savannah/emacs-29Po Lu
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-10-24Add 'eshell-special-ref-alist' to allow extending Eshell special refsJim Porter
2023-10-02Support Eshell iterative evaluation in the backgroundJim Porter
2023-08-23Enable remote file name completion in eshell depending on command (bug#65356)Michael Albinus
2023-03-28Avoid parsing some Eshell forms when performing completionJim Porter
2023-03-11Add support for completing special references (e.g. buffers) in EshellJim Porter
2023-02-23Add support for completing quoted variables in Eshell like $'FOO'Jim Porter
2023-02-23; Throw strings as the values for 'eshell-incomplete'Jim Porter
2023-02-15; Don't require 'eshell' in other Eshell filesJim Porter
2023-02-02Merge from origin/emacs-29Stefan Kangas
2023-02-01(eshell--complete-commands-list): Fix regression in fix to bug#48995Nicolas Martyanoff
2023-01-30During completion, convert all Eshell arguments to stringsJim Porter
2023-01-30Properly parse Eshell variable splices for interactive completionJim Porter
2023-01-14Make 'eshell-bol' obsoleteJim Porter
2023-01-01Merge from origin/emacs-29Eli Zaretskii
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-12-15Add support for the "splice operator" in EshellJim Porter
2022-09-19Fix eshell directory and executable completion on action tDaniel Pettersson
2022-07-08Remove many items obsolete since 24.1Stefan Kangas
2022-03-18Pcomplete: Better obey `completion-at-point-functions`Stefan Monnier
2022-02-03When executing an Eshell pipeline, send input to the first processJim Porter
2022-01-01Merge from origin/emacs-28Eli Zaretskii
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-12-28Merge from origin/emacs-28Stefan Kangas
2021-12-27eshell-complete-parse-arguments: don't use string-match on a listÓscar Fuentes
2021-12-24Use defvar-keymap in eshellStefan Kangas
2021-08-27Fix completion of extended "..." syntax in eshellMichalis V
2021-02-09Make pcomplete-ignore-case obsoleteLars Ingebrigtsen
2021-01-31* lisp/eshell/em-cmpl.el (eshell--complete-commands-list): Fix last fixStefan Monnier
2021-01-31* lisp/eshell/em-cmpl.el: Try and fix bug#41423Stefan Monnier
2021-01-01Update copyright year to 2021Paul Eggert
2020-12-04Prefer setq-local in eshellStefan Kangas
2020-11-16Don't quote lambdas in eshell/*.elStefan Kangas
2020-09-11Add some eshell completion patternsStefan Kangas
2020-01-01Update copyright year to 2020Paul Eggert
2019-10-03* lisp/pcomplete.el: Mark 'pcomplete' command as obsoleteStefan Monnier
2019-10-03Don't use obsolete name in em-cmpl.elStefan Kangas
2019-08-15Fix eshell-mode-map initializationAlex Branham
2019-06-08Fix path for current directory in eshell on MS-WindowsBernhard Rotter
2019-04-09Fix up Eshell 'require's after previous dependency reshuffle.Stefan Monnier
2019-03-19* lisp/eshell/em-cmpl.el: Use completion-at-point i.s.o pcompleteStefan Monnier
2018-12-31Merge from origin/emacs-26Paul Eggert
2019-01-01Update copyright year to 2019Paul Eggert
2018-03-20Merge from origin/emacs-26Paul Eggert
2018-03-19; Spelling fixPaul Eggert
2018-03-08Merge from origin/emacs-26Glenn Morris
2018-03-06Condition em-cmpl's setting of pcomplete-suffix-listGlenn Morris
2018-03-06Obsolete eshell-cmpl-suffix-listGlenn Morris