Several emacs extensions create “junk” buffers, and I have to manually remove them from various buffer lists.
Emacs has a concept of “hidden buffers”, which is used for instance for the minibuffer.
How can I make an arbitrary buffer a hidden buffer?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Emacs does have a concept of uninteresting/hidden buffers – and designates them as such by making their names begin with a space. See the documentation for buffer names. You can make a buffer “uninteresting” by changing its name to begin with a space.
Try M-x make-buffer-uninteresting: