Is there any way to automatically close filename completetion buffers in Emacs?
Posted
by Rayne
on Stack Overflow
See other posts from Stack Overflow
or by Rayne
Published on 2010-01-03T20:45:19Z
Indexed on
2010/05/23
21:41 UTC
Read the original article
Hit count: 344
emacs
|emacs-lisp
For example, when you open a file via C-x-C-f, you can TAB complete file names, and if there are more than one possible completions, it will pop open a completion buffer with a list of possible completions. The problem is, after you've opened the file, the window the buffer was in switches back to normal, but it doesn't close. Is there any way I can make those buffers close automatically after the file has been opened?
© Stack Overflow or respective owner