From: Alin Soare <as1789@gmail.com>
To: emacs-devel@gnu.org
Subject: Small problem with "unmark" in *Buffer List*
Date: Wed, 30 Oct 2013 08:55:33 +0200 [thread overview]
Message-ID: <CA+Xtq3UkvYYZuXacoE-grBS=c-vEKtJ2YA5TfQgb3kP5QuKcMQ@mail.gmail.com> (raw)
[-- 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 --]
next reply other threads:[~2013-10-30 6:55 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-10-30 6:55 Alin Soare [this message]
2013-10-30 12:28 ` Small problem with "unmark" in *Buffer List* 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='CA+Xtq3UkvYYZuXacoE-grBS=c-vEKtJ2YA5TfQgb3kP5QuKcMQ@mail.gmail.com' \
--to=as1789@gmail.com \
--cc=emacs-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.