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

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

Re: Help mode keybindings


From: Emanuel Berg
Subject: Re: Help mode keybindings
Date: Fri, 24 May 2013 23:58:54 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.4 (gnu/linux)

Michael Heerdegen <michael_heerdegen@web.de> writes:

> Works for me in Emacs 24.  Not in Emacs 23, however.  The cause seems
> to be that in Emacs 23, *Help* is in `view-mode', which has a binding
> for C-j.

I think I just solved it (thanks to your identification of the
problem), simply by disabling the blocking minor mode. I don't know if
there are any side effects to it; time will tell.

(add-hook 'help-mode-hook
   (lambda ()
      (set-help-mode-line)
      (view-mode -1) ))

-- 
Emanuel Berg - programmer (hire me! CV below)
computer projects: http://user.it.uu.se/~embe8573
internet activity: http://home.student.uu.se/embe8573


reply via email to

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