From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: suggested feature -- console-mode frame title sets Xterm title Date: Fri, 26 Sep 2003 22:32:45 -0400 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <87r8j9n6v4.fsf@blarg.net> <200206152147.g5FLlUB10968@aztec.santafe.edu> Reply-To: rms@gnu.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1064630402 8273 80.91.224.253 (27 Sep 2003 02:40:02 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 27 Sep 2003 02:40:02 +0000 (UTC) Cc: mbp@sourcefrog.net, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sat Sep 27 04:40:00 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 1A3504-0001kV-00 for ; Sat, 27 Sep 2003 04:40:00 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1A3503-0000UI-01 for ; Sat, 27 Sep 2003 04:40:00 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.22) id 1A34xF-0001ac-RD for emacs-devel@quimby.gnus.org; Fri, 26 Sep 2003 22:37:05 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.22) id 1A34u4-0000Bp-Cc for emacs-devel@gnu.org; Fri, 26 Sep 2003 22:33:48 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.22) id 1A34u2-0000B8-HH for emacs-devel@gnu.org; Fri, 26 Sep 2003 22:33:47 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.22) id 1A34u1-0000Ak-Kn for emacs-devel@gnu.org; Fri, 26 Sep 2003 22:33:45 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.20) id 1A34t3-0005EV-5S; Fri, 26 Sep 2003 22:32:45 -0400 Original-To: Martin Pool In-reply-to: (message from Martin Pool on Fri, 26 Sep 2003 15:04:23 +1000) 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:16690 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:16690 Your patch looks good, except that there is no way to turn it on and off. Can you make xterm_title_start and xterm_title_end into Lisp variables, and enable this feature if their values are strings? The Lisp variable names should be tty-frame-title-start and tty-frame-title-end, for consistency.