In the Buffer List, I wonder what the CRM column means and .
, *
, %
and D
mean in the column? For example
CRM Buffer Size Mode File
. * .emacs 3294 Emacs-Lisp ~/.emacs
% *Help* 101 Help
search.c 86055 C ~/cvs/emacs/src/search.c
% src 20959 Dired by name ~/cvs/emacs/src/
* *mail* 42 Mail
D% HELLO 1607 Fundamental ~/cvs/emacs/etc/HELLO
% NEWS 481184 Outline ~/cvs/emacs/etc/NEWS
*scratch* 191 Lisp Interaction
* *Messages* 1554 Messages
C-h m
in the buffer-list buffer to see the answers to such questions. Use that key sequence in any buffer to get information about that buffer's mode. In this case, you usem
,s
, andd
to mark for display, saving, and deleting, respectively, andx
to eXecuteS
andD
markings. No, deleting a file's buffer does not delete the file. – Drew Feb 09 '16 at 22:39