From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alan Schmitt Newsgroups: gmane.emacs.help Subject: Re: Frame numbering Date: Sat, 19 Apr 2014 13:00:47 +0200 Message-ID: References: <83ioq5hlse.fsf@gnu.org> <83a9bhhfrq.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1397905294 22532 80.91.229.3 (19 Apr 2014 11:01:34 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 19 Apr 2014 11:01:34 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Eli Zaretskii Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Apr 19 13:01:26 2014 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 1WbT1R-0008Bc-6l for geh-help-gnu-emacs@m.gmane.org; Sat, 19 Apr 2014 13:01:25 +0200 Original-Received: from localhost ([::1]:41601 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WbT1Q-0002hG-L1 for geh-help-gnu-emacs@m.gmane.org; Sat, 19 Apr 2014 07:01:24 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:56411) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WbT1B-0002Ua-IZ for help-gnu-emacs@gnu.org; Sat, 19 Apr 2014 07:01:14 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WbT16-0005Ii-BC for help-gnu-emacs@gnu.org; Sat, 19 Apr 2014 07:01:09 -0400 Original-Received: from mail3-relais-sop.national.inria.fr ([192.134.164.104]:59628) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WbT16-0005IV-5n; Sat, 19 Apr 2014 07:01:04 -0400 X-IronPort-AV: E=Sophos;i="4.97,888,1389740400"; d="scan'208";a="57842849" Original-Received: from cbg35-2-78-242-14-140.fbx.proxad.net (HELO top) ([78.242.14.140]) by mail3-relais-sop.national.inria.fr with ESMTP/TLS/AES128-SHA; 19 Apr 2014 13:01:02 +0200 In-Reply-To: <83a9bhhfrq.fsf@gnu.org> (Eli Zaretskii's message of "Sat, 19 Apr 2014 11:42:17 +0300") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (darwin) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 192.134.164.104 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:97226 Archived-At: On 2014-04-19 10:42, Eli Zaretskii writes: >> From: Alan Schmitt >> Cc: help-gnu-emacs@gnu.org >> Date: Sat, 19 Apr 2014 10:17:12 +0200 >> >> Is it possible in a GUI emacs to have stable frame names? I just gave >> this a try and the name of the frame seems to be the name of the focused >> buffer. > > I think you want "M-x set-frame-name RET". Thanks a lot. In retrospect, this was very obvious, and I should have first tried it. Best, Alan