From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: frame names on tty are different than the ones on X-frames Date: Mon, 26 Feb 2018 23:06:17 +0200 Message-ID: <83bmgb1mwm.fsf@gnu.org> References: <87r2p78qy0.fsf@gmail.com> <83fu5n1on3.fsf@gnu.org> <87po4r8o8l.fsf@gmail.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: blaine.gmane.org 1519679069 21457 195.159.176.226 (26 Feb 2018 21:04:29 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Mon, 26 Feb 2018 21:04:29 +0000 (UTC) Cc: emacs-devel@gnu.org To: =?iso-8859-1?Q?andr=E9s_ram=EDrez?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 26 22:04:25 2018 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eqPwe-0004xC-4B for ged-emacs-devel@m.gmane.org; Mon, 26 Feb 2018 22:04:24 +0100 Original-Received: from localhost ([::1]:33255 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eqPyg-0006rD-Jk for ged-emacs-devel@m.gmane.org; Mon, 26 Feb 2018 16:06:30 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:34141) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eqPyX-0006pb-3t for emacs-devel@gnu.org; Mon, 26 Feb 2018 16:06:23 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eqPyQ-0001SA-Ke for emacs-devel@gnu.org; Mon, 26 Feb 2018 16:06:18 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:53643) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eqPyQ-0001S0-Gw; Mon, 26 Feb 2018 16:06:14 -0500 Original-Received: from [176.228.60.248] (port=1613 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1eqPyQ-0001U4-0f; Mon, 26 Feb 2018 16:06:14 -0500 In-reply-to: <87po4r8o8l.fsf@gmail.com> (message from =?iso-8859-1?Q?andr?= =?iso-8859-1?Q?=E9s_ram=EDrez?= on Mon, 26 Feb 2018 14:55:38 -0600) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:223089 Archived-At: > From: andrés ramírez > Cc: emacs-devel@gnu.org > Date: Mon, 26 Feb 2018 14:55:38 -0600 > > On my workflow. I have a bash alias myemacs (for not polluting my main > emacs-dev session). I use this specific > emacs session (the one invoked with the alias) as a file explorer, on > different usb pen drives. So when I have 4 pendrives or tar.gz > files (It meants 4 different emacs instances ran by the alias). And the two main one emacs > sessions (ran by --daemon). the emacs-dev-session and the emacs-mail-session (which uses > url-retrieve-synchronously){which hangs emacs for a few seconds}. > On the emacs-dev-session (with uptimes of months). I have several frames emms, erc, my-org-notes-frame, bbdb, > and my project-directory. > > Then In total I have: > six emacs sessions > --8<---------------cut here---------------start------------->8--- > dev > mail > pendrive1 > tar.gz > pendrive2 > pics > --8<---------------cut here---------------end--------------->8--- > > with a total of 10 frames. Then M-TAB is not useful for discriminating > the frame I want to point out. You can give your frames descriptive names, then use those names to call out the frame you want.