[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: 'Strange' changes in status line
From: |
Eli Zaretskii |
Subject: |
Re: 'Strange' changes in status line |
Date: |
Fri, 29 Aug 2008 12:14:53 +0300 |
> From: Glenn Morris <address@hidden>
> Cc: address@hidden, address@hidden
> Date: Fri, 29 Aug 2008 02:34:22 -0400
>
> In any case, an approach like that is not going to work for multi-tty
> with mixed X and tty frames. You need something that's eval'd at
> runtime.
I thought I was doing just that ;-) But quoting in Lisp was always my
weak spot; thanks for showing me the light.
> This seems to work:
>
> (setq mode-line-frame-identification '(:eval (mode-line-frame-control)))
> (put 'mode-line-frame-identification 'risky-local-variable t)
Installed.