help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: highlight current window/modeline after switching to it


From: Kevin Rodgers
Subject: Re: highlight current window/modeline after switching to it
Date: Wed, 19 Nov 2003 10:01:48 -0700
User-agent: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:0.9.4.1) Gecko/20020406 Netscape6/6.2.2

Chris McMahan wrote:

I tried loading e-other-window without the cm-other-window function
defined or mapped, and it had no effect by itself.


That's apparently because all the defadvice forms are commented out.


cm-other-window is the only way I know to get it working... I'd
welcome any suggestions :)

(defadvice other-window (after e-other-window-blink activate)
  "Blink the currently selected window so that it is obvious what is going on."
  (e-other-window-blink))

--
Kevin Rodgers



reply via email to

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