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: Richard Stallman
Subject: Re: dabbrev-expand for the minibuffer
Date: Sat, 01 Mar 2008 08:31:55 -0500

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.




reply via email to

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