all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#21418: 24.3; Buffer-menu-unmark fails to unmark a Save request
@ 2015-09-04 20:31 Len Weisberg
  2019-08-01 19:35 ` Lars Ingebrigtsen
  0 siblings, 1 reply; 2+ messages in thread
From: Len Weisberg @ 2015-09-04 20:31 UTC (permalink / raw)
  To: 21418

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





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

* bug#21418: 24.3; Buffer-menu-unmark fails to unmark a Save request
  2015-09-04 20:31 bug#21418: 24.3; Buffer-menu-unmark fails to unmark a Save request Len Weisberg
@ 2019-08-01 19:35 ` Lars Ingebrigtsen
  0 siblings, 0 replies; 2+ messages in thread
From: Lars Ingebrigtsen @ 2019-08-01 19:35 UTC (permalink / raw)
  To: Len Weisberg; +Cc: 21418

Len Weisberg <Len@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





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

end of thread, other threads:[~2019-08-01 19:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-04 20:31 bug#21418: 24.3; Buffer-menu-unmark fails to unmark a Save request Len Weisberg
2019-08-01 19:35 ` Lars Ingebrigtsen

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.