emacs-devel
[Top][All Lists]
Advanced

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

Re: dabbrev-expand for the minibuffer


From: Lennart Borgman (gmail)
Subject: Re: dabbrev-expand for the minibuffer
Date: Mon, 21 Jul 2008 18:47:09 +0200
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.9) Gecko/20071031 Thunderbird/2.0.0.9 Mnenhy/0.7.5.666

Drew Adams wrote:
From: Richard Stallman Sent: Saturday, March 01, 2008 5:32 AM
When I tried

    (global-set-key (kbd "M-/") 'hippie-expand)
    (setq hippie-expand-try-functions-list
          '(try-expand-dabbrev
            try-expand-dabbrev-all-buffers
            try-expand-dabbrev-from-kill))

I found it broke the feature that you can type M-SPC M-/ to pull
in successive words.  I use that often, so this proved
unacceptable.

Maybe that feature can be put into hippie-expand.

Interesting; never thought of doing that (M-SPC M-/). It might help users to
mention this possibility in the Emacs manual.


Should it really be `M-SPC M-/'? That does not work for me. However `M-\' does.




reply via email to

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