From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?UTF-8?B?5q+b56S85p2w?= Newsgroups: gmane.emacs.help Subject: frame-title-format issue of emacs23.3/emacs24.0.95.1 on Fedora16/17 Date: Sat, 26 May 2012 22:05:39 +0800 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=e89a8fb1ed4ad35f1b04c0f0fab8 X-Trace: dough.gmane.org 1338055894 9825 80.91.229.3 (26 May 2012 18:11:34 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 26 May 2012 18:11:34 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat May 26 20:11:33 2012 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SYLSd-0003J5-3O for geh-help-gnu-emacs@m.gmane.org; Sat, 26 May 2012 20:11:31 +0200 Original-Received: from localhost ([::1]:32854 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SYLSc-0008VH-LL for geh-help-gnu-emacs@m.gmane.org; Sat, 26 May 2012 14:11:30 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:46430) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SYHcn-0001Dp-2z for help-gnu-emacs@gnu.org; Sat, 26 May 2012 10:05:46 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SYHck-0002yT-Jb for help-gnu-emacs@gnu.org; Sat, 26 May 2012 10:05:44 -0400 Original-Received: from mail-ob0-f169.google.com ([209.85.214.169]:51781) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SYHck-0002xu-Br for help-gnu-emacs@gnu.org; Sat, 26 May 2012 10:05:42 -0400 Original-Received: by obbwd18 with SMTP id wd18so3385104obb.0 for ; Sat, 26 May 2012 07:05:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=I7576Ug7Slgmy5q++TjHjb01V9J59CWVyOR79FPrPzo=; b=PRTPRzZCMzc1isxyoRToiJgfJ15Ye6YytC52H65jnsXsr+qITQbcP6LscuuW2ge1SY 9u/8SG6zLNBlOMDqy7PWVYYd+JOfi1sTSZCQ85sGuBs6eK/4kiWl9ZAukuG6xluWd69y KvTIDf+TGYefcle5vdJLNHl6etCBppcYgiClwc+Px8ZvIBuUU8jzMvO3aAiV1XvzwKmv wVBeAiJ2ROfp7NY543lST1vHgzxTuk0fOcWw5MHCZ3PQ0G45vVXOwno17YqJvNE85aFH NvwZTF15YbMmntgca4QclQSi/nPSWaztWiObzCU2Umjs9xry+RaMoSHo+kfYhGhF97Ec OlIg== Original-Received: by 10.60.22.201 with SMTP id g9mr2523802oef.8.1338041139682; Sat, 26 May 2012 07:05:39 -0700 (PDT) Original-Received: by 10.60.120.9 with HTTP; Sat, 26 May 2012 07:05:39 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.214.169 X-Mailman-Approved-At: Sat, 26 May 2012 14:11:24 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:84999 Archived-At: --e89a8fb1ed4ad35f1b04c0f0fab8 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable 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 --=20 =E6=AF=9B=E7=A4=BC=E6=9D=B0 --e89a8fb1ed4ad35f1b04c0f0fab8 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hi, all
=C2=A0
It may be a bug ?

I comment all configures line= execept one line

cat ~/.emacs
(setq frame-title-format '(&qu= ot;%m @ "(buffer-file-name "%f" (dired-directory dired-direc= tory "%b"))))

I just want to set the frame-title-format to %f for my emacs24.0.95
=
But it don't work,=C2=A0 i can't see the %f format on the title=

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

every time only after M-x eval-buffer , it could show right resul= t:

C-h v frame-title-format
it shows:
frame-title-format is a variable defined in `C source code'= ;.
Its value is ("%m @ "
=C2=A0(buffer-file-name "%f"
=C2=A0=C2=A0=C2=A0 =C2=A0= =C2=A0=C2=A0 =C2=A0=C2=A0 (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 works= tation
this issue is from my laptop with Fedora17, Emacs23.3 on Fedora16= with the same problem

THX all

--
=E6=AF=9B=E7=A4=BC=E6=9D=B0 <Mao Lijie>
--e89a8fb1ed4ad35f1b04c0f0fab8--