1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-25 23:10:47 -08:00
emacs/lisp/eshell
Alex Branham 1ee0192b79 Fix eshell-mode-map initialization
* lisp/eshell/esh-mode.el (eshell-mode-map, eshell-command-map): Set
up normal keymaps and prefix commands rather than re-initializing them
in each eshell buffer

* lisp/eshell/em-cmpl.el (eshell-cmpl-mode-map, eshell-cmpl-mode)
(eshell-cmpl-initialize):
* lisp/eshell/em-hist.el (eshell-hist-mode-map, eshell-hist-mode)
(eshell-hist-initialize):
* lisp/eshell/em-pred.el (eshell-pred-mode-map, eshell-pred-mode)
(eshell-pred-initialize):
* lisp/eshell/em-prompt.el (eshell-prompt-mode-map, eshell-prompt-mode)
(eshell-prompt-initialize):
* lisp/eshell/em-rebind.el (eshell-rebind-mode-map, eshell-rebind-mode)
(eshell-rebind-initialize):
* lisp/eshell/esh-arg.el (eshell-arg-mode-map, eshell-arg-mode)
(eshell-arg-initialize):
* lisp/eshell/esh-proc.el (eshell-proc-mode-map, eshell-proc-mode)
(eshell-proc-initialize):
* lisp/eshell/esh-var.el (eshell-var-mode-map, eshell-var-mode)
(eshell-var-initialize): Create a new minor mode with a keymap and
call it in the module initialization function.

bug#33808
bug#22792
2019-08-15 20:49:15 -04:00
..
em-alias.el Fix up Eshell 'require's after previous dependency reshuffle. 2019-04-09 14:57:29 -04:00
em-banner.el Fix up Eshell 'require's after previous dependency reshuffle. 2019-04-09 14:57:29 -04:00
em-basic.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
em-cmpl.el Fix eshell-mode-map initialization 2019-08-15 20:49:15 -04:00
em-dirs.el Fix up Eshell 'require's after previous dependency reshuffle. 2019-04-09 14:57:29 -04:00
em-glob.el Fix up Eshell 'require's after previous dependency reshuffle. 2019-04-09 14:57:29 -04:00
em-hist.el Fix eshell-mode-map initialization 2019-08-15 20:49:15 -04:00
em-ls.el Use decoded time accessors in in em-ls 2019-07-30 13:10:03 +02:00
em-pred.el Fix eshell-mode-map initialization 2019-08-15 20:49:15 -04:00
em-prompt.el Fix eshell-mode-map initialization 2019-08-15 20:49:15 -04:00
em-rebind.el Fix eshell-mode-map initialization 2019-08-15 20:49:15 -04:00
em-script.el Remove interactive spec from eshell-source-file 2019-07-26 14:13:56 +02:00
em-smart.el Fix up Eshell 'require's after previous dependency reshuffle. 2019-04-09 14:57:29 -04:00
em-term.el Fix up Eshell 'require's after previous dependency reshuffle. 2019-04-09 14:57:29 -04:00
em-tramp.el Fix up Eshell 'require's after previous dependency reshuffle. 2019-04-09 14:57:29 -04:00
em-unix.el Fix up Eshell 'require's after previous dependency reshuffle. 2019-04-09 14:57:29 -04:00
em-xtra.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
esh-arg.el Fix eshell-mode-map initialization 2019-08-15 20:49:15 -04:00
esh-cmd.el Fix compilation warning in esh-cmd.el 2019-06-15 17:42:09 +02:00
esh-ext.el Fix path for current directory in eshell on MS-Windows 2019-06-08 11:29:34 +03:00
esh-io.el Fix up Eshell 'require's after previous dependency reshuffle. 2019-04-09 14:57:29 -04:00
esh-mode.el Fix eshell-mode-map initialization 2019-08-15 20:49:15 -04:00
esh-module.el Eshell: Try to untangle the dependencies; move 'provide's to the end 2019-04-08 14:28:34 -04:00
esh-opt.el Eshell dependencies: Fix recent regressions 2019-04-10 10:11:50 -04:00
esh-proc.el Fix eshell-mode-map initialization 2019-08-15 20:49:15 -04:00
esh-util.el Use decoded-time accessors in esh-util 2019-08-01 13:48:29 +02:00
esh-var.el Fix eshell-mode-map initialization 2019-08-15 20:49:15 -04:00
eshell.el Eshell: Try to untangle the dependencies; move 'provide's to the end 2019-04-08 14:28:34 -04:00