From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alin Soare Newsgroups: gmane.emacs.devel Subject: Small problem with "unmark" in *Buffer List* Date: Wed, 30 Oct 2013 08:55:33 +0200 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=047d7b10d02bd28e7c04e9efd1e9 X-Trace: ger.gmane.org 1383116600 3853 80.91.229.3 (30 Oct 2013 07:03:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 30 Oct 2013 07:03:20 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Oct 30 08:03:25 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1VbPoK-00083r-SD for ged-emacs-devel@m.gmane.org; Wed, 30 Oct 2013 08:03:24 +0100 Original-Received: from localhost ([::1]:50724 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VbPoK-0003xg-FW for ged-emacs-devel@m.gmane.org; Wed, 30 Oct 2013 03:03:24 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:46166) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VbPoG-0003x7-IA for emacs-devel@gnu.org; Wed, 30 Oct 2013 03:03:21 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VbPoE-0001Vv-Ab for emacs-devel@gnu.org; Wed, 30 Oct 2013 03:03:20 -0400 Original-Received: from mail-pa0-x22b.google.com ([2607:f8b0:400e:c03::22b]:38204) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VbPoE-0001Ul-4C for emacs-devel@gnu.org; Wed, 30 Oct 2013 03:03:18 -0400 Original-Received: by mail-pa0-f43.google.com with SMTP id hz1so514584pad.2 for ; Wed, 30 Oct 2013 00:03:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=Uhe8S4O/ZsL510xzDe4b/cwwnJvGu0gLROn7gN5XkCQ=; b=DpMKqD+NBK1M9wMUyaEkdjXAV0spQjmjhwPylBAn84MnqKBCDlf0Ps873ObF/d9oi7 5xwpokK2lS7+s2AvGObdHiR5fyrZliT3+TDs+2AsoSEQUIW08d5DNIRZApiQAJ8ntCkK n/ETTdf6kXhDkVQcfCOIq+BR/DHGZB/i2Nfpe43y91vD+eeMwv24udzrJa0wlAyzXJsC G+0M+SBZANneCD6E9VCjV2s8IaZFuJ6Vl7xzmmmrQdP9d75kDyvwja2i5lib8gVMr1ZQ NPz3LPUMaNkGaTNu+RvnQ0ZXsXg45xMHmKYPjJ/dBr9uA8rhLCP8EjjfT6EzWfIZrkW+ wK6w== X-Received: by 10.68.203.195 with SMTP id ks3mr3459570pbc.83.1383116133532; Tue, 29 Oct 2013 23:55:33 -0700 (PDT) Original-Received: by 10.66.72.166 with HTTP; Tue, 29 Oct 2013 23:55:33 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400e:c03::22b X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:164677 Archived-At: --047d7b10d02bd28e7c04e9efd1e9 Content-Type: text/plain; charset=UTF-8 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. --047d7b10d02bd28e7c04e9efd1e9 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
When I mark a buffer for saving (S marker in the 3rd = column), the unmark does not clean the flag.

=C2= =A0This happens because the unmark does simply so:

=C2=A0 =C2=A0 (tabulated-list-set-col 0 " " t)

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

Now I discovered that in fact "Unm= ark" command should be called "unmark the deletion".

Info page, 19.5 Operating on Several Buffers, quote:

`u'
=C2=A0 =C2=A0 =C2=A0Remove al= l flags from the current line, and move down
=C2=A0 =C2=A0 =C2=A0= (`Buffer-menu-unmark').

This is not true. Either press "g" to r= evert the buffer, or re-define "Buffer-menu-unmark" to really unm= ark the buffers.



--047d7b10d02bd28e7c04e9efd1e9--