all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* frame-title-format issue of emacs23.3/emacs24.0.95.1 on Fedora16/17
@ 2012-05-26 14:05 毛礼杰
  2012-05-26 18:19 ` Eli Zaretskii
  0 siblings, 1 reply; 3+ messages in thread
From: 毛礼杰 @ 2012-05-26 14:05 UTC (permalink / raw)
  To: help-gnu-emacs

[-- Attachment #1: Type: text/plain, Size: 1036 bytes --]

Hi, all

It may be a bug ?

I comment all configures line execept one line

cat ~/.emacs
(setq frame-title-format '("%m @ "(buffer-file-name "%f" (dired-directory
dired-directory "%b"))))

I just want to set the frame-title-format to %f for my emacs24.0.95

But it don't work,  i can't see the %f format on the title

After emacs start, i use C-h v frame-title-format
it shows:
frame-title-format is a variable defined in `C source code'.
Its value is "%b - emacs@host"

every time only after M-x eval-buffer , it could show right result:

C-h v frame-title-format
it shows:
frame-title-format is a variable defined in `C source code'.
Its value is ("%m @ "
 (buffer-file-name "%f"
           (dired-directory dired-directory "%b")))

This issue may be OS related, i use the same .emacs file
i get right result on Emacs23.4 with CentOS5.8 from my work office PC
workstation
this issue is from my laptop with Fedora17, Emacs23.3 on Fedora16 with the
same problem

THX all

-- 
毛礼杰 <Mao Lijie>

[-- Attachment #2: Type: text/html, Size: 1638 bytes --]

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

end of thread, other threads:[~2012-05-27  6:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-26 14:05 frame-title-format issue of emacs23.3/emacs24.0.95.1 on Fedora16/17 毛礼杰
2012-05-26 18:19 ` Eli Zaretskii
2012-05-27  6:30   ` 毛礼杰

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.