emacs-devel
[Top][All Lists]
Advanced

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

Small problem with "unmark" in *Buffer List*


From: Alin Soare
Subject: Small problem with "unmark" in *Buffer List*
Date: Wed, 30 Oct 2013 08:55:33 +0200

When I mark a buffer for saving (S marker in the 3rd column), the unmark does not clean the flag.

 This happens because the unmark does simply so:

    (tabulated-list-set-col 0 " " t)

and the "S" marker is on the 3rd column, and it's not cleared.

Now I discovered that in fact "Unmark" command should be called "unmark the deletion".

Info page, 19.5 Operating on Several Buffers, quote:

`u'
     Remove all flags from the current line, and move down
     (`Buffer-menu-unmark').

This is not true. Either press "g" to revert the buffer, or re-define "Buffer-menu-unmark" to really unmark the buffers.




reply via email to

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