[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: major mode in new buffers
From: |
Juanma Barranquero |
Subject: |
Re: major mode in new buffers |
Date: |
Fri, 2 Apr 2010 01:10:47 +0200 |
2010/4/2 Juri Linkov <address@hidden>:
> I don't understand what this comment tries to say.
> Do you have a recipe to reproduce the remaining problems?
With your patch applied, do this:
emacs -Q -l ehelp --eval '(global-set-key [?\C-h] 'ehelp-command)'
C-h f car <RET> r ;; now the *help* buffer is help-mode
<RET> ==> "End of buffer. Type q to quit viewing"
so after restoring the previous major mode, *Help* is in help-mode but
the bindings are not OK.
Juanma