emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: On removing sequence_number from window structure


From: Stefan Monnier
Subject: Re: On removing sequence_number from window structure
Date: Sat, 09 Feb 2013 09:20:03 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

>> Can't you then use the new window parameter for the modeline like below
>> instead of hacking on the internal representation:
>> 
>> (concat            ; WINDOW
>> "   #" (format "%s" (window-parameter (selected-window) 'window-number)))
> Sure.  But it wouldn't be of any help when the value of a function
> returning a window prints differently.

Of course we could incorporate this property in the
#<window...> printout.


        Stefan



reply via email to

[Prev in Thread] Current Thread [Next in Thread]