GNU bug report logs - #21418
24.3; Buffer-menu-unmark fails to unmark a Save request

Previous Next

Package: emacs;

Reported by: Len Weisberg <Len <at> Weisberg.com>

Date: Fri, 4 Sep 2015 20:32:02 UTC

Severity: normal

Found in version 24.3

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Len Weisberg <Len <at> Weisberg.com>
To: 21418 <at> debbugs.gnu.org
Subject: bug#21418: 24.3; Buffer-menu-unmark fails to unmark a Save request
Date: Fri, 4 Sep 2015 13:31:14 -0700
Just as stated in the subject:
  emacs 24.3; Buffer-menu-unmark fails to unmark a Save request

Here is a fixed version  (adding the second tabulated-list-set-col ) :

(defun Buffer-menu-unmark (&optional backup)
  "Cancel all requested operations on buffer on this line and move down.
Optional prefix arg means move up."
  (interactive "P")
  (tabulated-list-set-col 0 " " t)
  (tabulated-list-set-col  2
   (if (buffer-modified-p (Buffer-menu-buffer)) "*" " ")   t)
  (forward-line (if backup -1 1)))

---------------
In GNU Emacs 24.3.1 (x86_64-pc-linux-gnu, GTK+ Version 3.10.7)
 of 2014-03-07 on lamiak, modified by Debian
Windowing system distributor `The X.Org Foundation', version 11.0.11501000
System Description:	Linux Mint 17.2 Rafaela




This bug report was last modified 5 years and 298 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.