all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Small problem with "unmark" in *Buffer List*
@ 2013-10-30  6:55 Alin Soare
  2013-10-30 12:28 ` Stefan Monnier
  2013-10-30 18:29 ` bug#15761: Fwd: " Alp Aker
  0 siblings, 2 replies; 10+ messages in thread
From: Alin Soare @ 2013-10-30  6:55 UTC (permalink / raw)
  To: emacs-devel

[-- Attachment #1: Type: text/plain, Size: 607 bytes --]

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.

[-- Attachment #2: Type: text/html, Size: 960 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2013-10-30 18:38 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-30  6:55 Small problem with "unmark" in *Buffer List* Alin Soare
2013-10-30 12:28 ` Stefan Monnier
2013-10-30 12:32   ` Alin Soare
2013-10-30 17:25     ` Stefan Monnier
2013-10-30 17:33       ` Drew Adams
2013-10-30 17:44         ` Alin Soare
2013-10-30 18:04           ` Drew Adams
2013-10-30 18:18             ` Alp Aker
2013-10-30 18:29 ` bug#15761: Fwd: " Alp Aker
2013-10-30 18:38   ` Alp Aker

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.