From: Random832 <random832@fastmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: Question on frame title
Date: Thu, 15 Oct 2015 13:49:50 -0400 [thread overview]
Message-ID: <87si5chvi9.fsf@fastmail.com> (raw)
In-Reply-To: 87y4f4hwer.fsf@fastmail.com
Random832 <random832@fastmail.com> writes:
> This will re-execute the info-data command every time you switch
> buffers. If the command is expensive, you may want to store the value in
> a buffer-local variable.
Actually it turns out it evaluates quite a bit more often than that. I
can't quite find the rhyme or reason to precisely when it gets evaluated.
Fun little test script:
(setq test-index 0)
(setq frame-title-format
'(:eval (format "frame-title-format evaluated %d times "
(setq test-index (1+ test-index)))))
It gets evaluated when:
- Changing buffers
- Changing windows
- (Yes, that's even when it's the same window, or the same buffer)
- (Even the minibuffer. Sometimes.)
- Activating the mark
- Deactivating the mark
- Clicking the mouse anywhere (and again on release)
Probably best to try to get the value in a buffer-local variable.
next prev parent reply other threads:[~2015-10-15 17:49 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-10-15 15:26 Question on frame title Benny Sum
2015-10-15 16:26 ` Marcin Borkowski
[not found] ` <mailman.391.1444926481.7904.help-gnu-emacs@gnu.org>
2015-10-15 16:43 ` Benny Sum
2015-10-15 17:21 ` Marcin Borkowski
2015-10-15 17:30 ` Random832
2015-10-15 17:49 ` Random832 [this message]
[not found] ` <mailman.405.1444931478.7904.help-gnu-emacs@gnu.org>
2015-10-16 11:05 ` Benny Sum
2015-10-16 13:35 ` Random832
[not found] ` <mailman.455.1445002561.7904.help-gnu-emacs@gnu.org>
2015-10-16 18:15 ` Benny Sum
2015-10-16 19:14 ` Benny Sum
[not found] ` <mailman.402.1444930342.7904.help-gnu-emacs@gnu.org>
2015-10-15 23:08 ` Benny Sum
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87si5chvi9.fsf@fastmail.com \
--to=random832@fastmail.com \
--cc=help-gnu-emacs@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).