From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: suggested feature -- console-mode frame title sets Xterm title Date: 15 Oct 2003 08:01:13 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <20030929051617.GB7359@vexed.ozlabs.hp.com> <20031002063338.GA25969@vexed.ozlabs.hp.com> <20031003010404.GB1259@sourcefrog.net> <20031014035931.GH15872@vexed.ozlabs.hp.com> <20031014071535.GM15872@vexed.ozlabs.hp.com> <20031014074430.GN15872@vexed.ozlabs.hp.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1066197629 21664 80.91.224.253 (15 Oct 2003 06:00:29 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 15 Oct 2003 06:00:29 +0000 (UTC) Cc: mbp@sourcefrog.net, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Wed Oct 15 08:00:27 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1A9ehv-0001oz-00 for ; Wed, 15 Oct 2003 08:00:27 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1A9ehu-0006aK-00 for ; Wed, 15 Oct 2003 08:00:26 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1A9ehT-0001ZB-PE for emacs-devel@quimby.gnus.org; Wed, 15 Oct 2003 01:59:59 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1A9ehP-0001Xy-5d for emacs-devel@gnu.org; Wed, 15 Oct 2003 01:59:55 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1A9egt-0001EA-FW for emacs-devel@gnu.org; Wed, 15 Oct 2003 01:59:54 -0400 Original-Received: from [207.232.27.5] (helo=WST0054) by monty-python.gnu.org with asmtp (Exim 4.24) id 1A9egs-0001A3-3F; Wed, 15 Oct 2003 01:59:22 -0400 Original-To: Miles Bader In-reply-to: (message from Miles Bader on 14 Oct 2003 16:56:09 +0900) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:17105 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:17105 > From: Miles Bader > Date: 14 Oct 2003 16:56:09 +0900 > > What about just changing `select-frame-by-name' to first check the given > name against a list of `real names', and then if none match, to see if it's > of the form F%d, and if so select a frame by number. I have no objections to this change, assuming that the F string is always displayed in the mode line (at least on text-mode terminals).