bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#22792: eshell-mode-map declaration


From: Alex Branham
Subject: bug#22792: eshell-mode-map declaration
Date: Thu, 27 Jun 2019 10:45:14 -0500
User-agent: mu4e 1.2.0; emacs 27.0.50

I can work on this bug. Moving the (re)-definition of eshell-mode-map
out of eshell-mode is easy enough. The tricky part is that some of
eshell's modules (e.g. em-cmpl) use define-key in eshell-mode-map (or
eshell-command-map) too. This results in those keys getting redefined
each time eshell is invoked.

How do people want to handle that? We could create an em-cmpl minor mode
with its own keymap, I suppose. Would that be satisfactory?

Thanks,
Alex





reply via email to

[Prev in Thread] Current Thread [Next in Thread]