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

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

Make dabbrev-expand work like Bash file-name completion?


From: Enselic
Subject: Make dabbrev-expand work like Bash file-name completion?
Date: Sat, 30 Jun 2007 01:50:28 -0700
User-agent: G2/1.0

Hello,

Mx dabbrev-expand RET does exactly what I want, with one exception. It
does not make completions like bash does.

If I have

  some_func_foo
  some_func_bar
  some_func_another

in a buffer, and do

  some_fu M-/

it will complete to

  some_func_another

instead of

  some_func_

I would like a second M-/ to put some_func_foo, some_func_bar,
some_func_another in *Completions*, and then doing f M-/ would expand
to

  some_func_foo

just like bash.

Does anyone know of elisp that accomplishes this?

Thank you,
- Martin Nordholts



reply via email to

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