unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Buffer name in mode-line
@ 2009-11-14  0:06 Stefan Monnier
  2009-11-14  2:01 ` Dan Nicolaescu
  0 siblings, 1 reply; 3+ messages in thread
From: Stefan Monnier @ 2009-11-14  0:06 UTC (permalink / raw)
  To: emacs-devel

The buffer-name in the mode line doesn't have the usual face (and
mouse-face) applied to it any more.


        Stefan




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

* Re: Buffer name in mode-line
  2009-11-14  0:06 Buffer name in mode-line Stefan Monnier
@ 2009-11-14  2:01 ` Dan Nicolaescu
  2009-11-14  2:57   ` YAMAMOTO Mitsuharu
  0 siblings, 1 reply; 3+ messages in thread
From: Dan Nicolaescu @ 2009-11-14  2:01 UTC (permalink / raw)
  To: Stefan Monnier; +Cc: emacs-devel

Stefan Monnier <monnier@iro.umontreal.ca> writes:

  > The buffer-name in the mode line doesn't have the usual face (and
  > mouse-face) applied to it any more.

Thanks. Fixed. 




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

* Re: Buffer name in mode-line
  2009-11-14  2:01 ` Dan Nicolaescu
@ 2009-11-14  2:57   ` YAMAMOTO Mitsuharu
  0 siblings, 0 replies; 3+ messages in thread
From: YAMAMOTO Mitsuharu @ 2009-11-14  2:57 UTC (permalink / raw)
  To: Dan Nicolaescu; +Cc: Stefan Monnier, emacs-devel

>>>>> On Fri, 13 Nov 2009 18:01:55 -0800 (PST), Dan Nicolaescu <dann@ics.uci.edu> said:

> Stefan Monnier <monnier@iro.umontreal.ca> writes:
>> The buffer-name in the mode line doesn't have the usual face (and
>> mouse-face) applied to it any more.

> Thanks. Fixed.

`propertize' returns a copy of a given string.  So I think
(propertized-buffer-identification (purecopy STRING)) results in
leaving a uncollectible garbage in the pure space.

				     YAMAMOTO Mitsuharu
				mituharu@math.s.chiba-u.ac.jp




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

end of thread, other threads:[~2009-11-14  2:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-14  0:06 Buffer name in mode-line Stefan Monnier
2009-11-14  2:01 ` Dan Nicolaescu
2009-11-14  2:57   ` YAMAMOTO Mitsuharu

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).