From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Mark Elston Newsgroups: gmane.emacs.help Subject: Modifying Frame Title Date: Wed, 28 May 2008 10:31:18 -0700 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1212028637 13429 80.91.229.12 (29 May 2008 02:37:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 29 May 2008 02:37:17 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu May 29 04:37:57 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1K1Y1d-0002dn-A4 for geh-help-gnu-emacs@m.gmane.org; Thu, 29 May 2008 04:37:57 +0200 Original-Received: from localhost ([127.0.0.1]:52306 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K1Y0r-0000tc-Sj for geh-help-gnu-emacs@m.gmane.org; Wed, 28 May 2008 22:37:09 -0400 Original-Path: news.stanford.edu!newsfeed.stanford.edu!postnews.google.com!news2.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local02.nntp.dca.giganews.com!nntp.posted.advantestrndcenter!news.posted.advantestrndcenter.POSTED!not-for-mail Original-NNTP-Posting-Date: Wed, 28 May 2008 12:33:10 -0500 Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (windows-nt) Cancel-Lock: sha1:bDXasIEzsCDia7Cjar+Zz1t3JDA= Original-Lines: 12 X-Usenet-Provider: http://www.giganews.com Original-NNTP-Posting-Host: 192.84.20.196 Original-X-Trace: sv3-b6ILrOrk04QUAfClNVhZDCyDtYmbY+G5mJEquUU2sMPMJ4LfVX3bhPfnW3Vw7q6EEZChzotyRebORP6!74qpX54rR0QhMpabIAJpK+1RyEr/8BKQz5XViaoS9WmLExDSXaVJdReZ4Wr0KDCWkzXZQSzsSlc+!+Lgw X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.39 Original-Xref: news.stanford.edu gnu.emacs.help:158981 X-Mailman-Approved-At: Wed, 28 May 2008 22:36:51 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:54349 Archived-At: I would like to modify the frame title when I run GNUS (or, possibly other times as well). I tried the following in the *scratch* buffer: (modify-frame-parameters nil ((frame-title-format . "GNUS"))) This resulted in an error, though. Is there a way to get the frame to have a different title? Mark