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

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

Re: dabbrev-hover.el v. 0.1


From: Kevin Rodgers
Subject: Re: dabbrev-hover.el v. 0.1
Date: Thu, 20 May 2004 11:02:23 -0600
User-agent: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:0.9.4.1) Gecko/20020406 Netscape6/6.2.2

Vagn Johansen wrote:
> Enila Nero <geortal@yahoo.com> writes:
>>Vagn Johansen writes:
>>>I also think i would prefer if it did not fiddle with the RET keybinding
>>>(customizable?).
>>
>>Being in effect while in the minibuffer with the RET keybinding is a
>>bad recipe.
>
> Yes, I quickly ran into problems in Info mode. I pressed i (for
> Info-index), typed something and pressed RET. Expansion happened when I
> did not want it too.
>
> However the second t in dabbrev-hover-install is responsible for changing
> the RET binding, so it could be disabled:
>
> (dabbrev-hover-install t nil) ; first t means install globally

Another alternative:

(define-key dh-fancy-doing-mode-map (kbd "RET") nil)

Better yet, make the whole package smart about the minibuffer.

And finally, correct instances of '(keymap) with (make-sparse-keymap).

--
Kevin Rodgers



reply via email to

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