GNU bug report logs -
#3948
23.1.50; Please mark list-colors buffer unmodified
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 3948 in the body.
You can then email your comments to 3948 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>
:
bug#3948
; Package
emacs
.
(Mon, 27 Jul 2009 16:30:03 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Lennart Borgman <lennart.borgman <at> gmail.com>
:
New bug report received and forwarded. Copy sent to
Emacs Bugs <bug-gnu-emacs <at> gnu.org>
.
(Mon, 27 Jul 2009 16:30:03 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> emacsbugs.donarmstrong.com (full text, mbox):
It is rather annoying that it is marked as modified. Perhaps there are
more buffers that are marked modified but are not that?
In GNU Emacs 23.1.50.1 (i386-mingw-nt5.1.2600)
of 2009-06-30
Windowing system distributor `Microsoft Corp.', version 5.1.2600
configured using `configure --with-gcc (3.4) --no-opt --cflags
-Ic:/g/include -fno-crossjumping'
Information forwarded
to
bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>
:
bug#3948
; Package
emacs
.
(Tue, 04 Aug 2009 22:05:05 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Juri Linkov <juri <at> jurta.org>
:
Extra info received and forwarded to list. Copy sent to
Emacs Bugs <bug-gnu-emacs <at> gnu.org>
.
(Tue, 04 Aug 2009 22:05:06 GMT)
Full text and
rfc822 format available.
Message #10 received at 3948 <at> emacsbugs.donarmstrong.com (full text, mbox):
> It is rather annoying that it is marked as modified. Perhaps there are
> more buffers that are marked modified but are not that?
`list-colors-display' is non-standard since it outputs the buffer's
content in `temp-buffer-show-hook' to be able to align hex numbers
at the window's right edge. This can be fixed by restoring the
`modified' flag explicitly:
Index: lisp/facemenu.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/facemenu.el,v
retrieving revision 1.108
diff -c -r1.108 facemenu.el
*** lisp/facemenu.el 18 Apr 2009 13:50:23 -0000 1.108
--- lisp/facemenu.el 4 Aug 2009 21:32:16 -0000
***************
*** 493,499 ****
;; to get the right value of window-width in list-colors-print
;; after the buffer is displayed.
(add-hook 'temp-buffer-show-hook
! (lambda () (list-colors-print list)) nil t)))))
(defun list-colors-print (list)
(dolist (color list)
--- 574,584 ----
;; to get the right value of window-width in list-colors-print
;; after the buffer is displayed.
(add-hook 'temp-buffer-show-hook
! (lambda ()
! (set-buffer-modified-p
! (prog1 (buffer-modified-p)
! (list-colors-print list))))
! nil t)))))
(defun list-colors-print (list)
(dolist (color list)
--
Juri Linkov
http://www.jurta.org/emacs/
Reply sent
to
Chong Yidong <cyd <at> stupidchicken.com>
:
You have taken responsibility.
(Sat, 31 Oct 2009 20:25:04 GMT)
Full text and
rfc822 format available.
Notification sent
to
Lennart Borgman <lennart.borgman <at> gmail.com>
:
bug acknowledged by developer.
(Sat, 31 Oct 2009 20:25:05 GMT)
Full text and
rfc822 format available.
Message #15 received at 3948-done <at> emacsbugs.donarmstrong.com (full text, mbox):
> `list-colors-display' is non-standard since it outputs the buffer's
> content in `temp-buffer-show-hook' to be able to align hex numbers
> at the window's right edge. This can be fixed by restoring the
> `modified' flag explicitly:
I've checked in your patch, thanks.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> emacsbugs.donarmstrong.com
.
(Sun, 29 Nov 2009 15:24:13 GMT)
Full text and
rfc822 format available.
This bug report was last modified 15 years and 202 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.