emacs ido-mode select and edit completion -


Using ido to complete the file, is it possible to choose and edit for the first time? For example, if I had this, I'd like to complete with apple, but not with IDO-Extit-Munebfer, so I can add apple at the end:

to:

  Search the file: / home / me / {apple | Pears | Armadillo | ...}   

To:

  Search the file: / home / me / apples   

Cheers, <

CE (edit the input string) seems to be doing this Want to

Comments

Popular posts from this blog

qt - switch/case statement in C++ with a QString type -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -

Python's equivalent for Ruby's define_method? -