GNU bug report logs -
#21418
24.3; Buffer-menu-unmark fails to unmark a Save request
Previous Next
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.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 21418 in the body.
You can then email your comments to 21418 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#21418
; Package
emacs
.
(Fri, 04 Sep 2015 20:32:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Len Weisberg <Len <at> Weisberg.com>
:
New bug report received and forwarded. Copy sent to
bug-gnu-emacs <at> gnu.org
.
(Fri, 04 Sep 2015 20:32:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
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
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#21418
; Package
emacs
.
(Thu, 01 Aug 2019 19:37:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 21418 <at> debbugs.gnu.org (full text, mbox):
Len Weisberg <Len <at> Weisberg.com> writes:
> 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)))
(I'm going through old bug reports that have unfortunately not gotten
any responses.)
Looks like this was fixed in commit cf59e41cd43, so I'm closing this bug
report.
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog: http://lars.ingebrigtsen.no
bug closed, send any further explanations to
21418 <at> debbugs.gnu.org and Len Weisberg <Len <at> Weisberg.com>
Request was from
Lars Ingebrigtsen <larsi <at> gnus.org>
to
control <at> debbugs.gnu.org
.
(Thu, 01 Aug 2019 19:37:02 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Fri, 30 Aug 2019 11:24:06 GMT)
Full text and
rfc822 format available.
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.