From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?K=E1roly_Lo=22rentey?= Newsgroups: gmane.emacs.devel Subject: Re: multi-tty branch created Date: Thu, 17 May 2007 18:04:47 +0200 Message-ID: <464C7D1F.7000201@lorentey.hu> References: <87sla0rgs4.fsf@catnip.gol.com> <85abw8pyk7.fsf@lola.goethe.zz> <85646wpuqn.fsf@lola.goethe.zz> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0301603856==" X-Trace: sea.gmane.org 1179417945 31325 80.91.229.12 (17 May 2007 16:05:45 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 17 May 2007 16:05:45 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu May 17 18:05:43 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HoiTk-0001dv-M0 for ged-emacs-devel@m.gmane.org; Thu, 17 May 2007 18:05:41 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hoibr-0001kH-7N for ged-emacs-devel@m.gmane.org; Thu, 17 May 2007 12:13:47 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HoibT-0001b4-Ig for emacs-devel@gnu.org; Thu, 17 May 2007 12:13:23 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HoibR-0001a9-J7 for emacs-devel@gnu.org; Thu, 17 May 2007 12:13:22 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HoibR-0001Zo-CO for emacs-devel@gnu.org; Thu, 17 May 2007 12:13:21 -0400 Original-Received: from ninsei.hu ([212.92.23.158]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HoiTJ-0001gG-Ne for emacs-devel@gnu.org; Thu, 17 May 2007 12:04:57 -0400 Original-Received: from [192.168.36.9] (ns.netvisor.hu [195.228.79.242]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by chatsubo.ninsei.hu (Postfix) with ESMTP id D9528785B; Thu, 17 May 2007 18:04:56 +0200 (CEST) User-Agent: Thunderbird 2.0.0.0 (Windows/20070326) Original-Newsgroups: gmane.emacs.devel In-Reply-To: X-Enigmail-Version: 0.95.0 X-detected-kernel: Linux 2.6 (newer, 3) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:71258 Archived-At: This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --===============0301603856== Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enigCF4F5230955A5CD699AD8A19" This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigCF4F5230955A5CD699AD8A19 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Stefan Monnier wrote: > For the sake of transparent backward compatibility, I'd make --current-= frame > the default, and use -nw as an argument to force the use of the new > multi-tty feature. This way you only get the new feature when you ask > for it. I normally prefer using an X11 frame over a tty frame, so I'd = only > want to use -nw in those cases where it matters (typically when the > bandwidth is limited). You assume that emacsclient now opens a tty frame even if X is available. That's not the case. Emacsclient works like Emacs: it prefers X, and falls back to the tty only if X is unavailable or the user forces opening a tty frame by supplying "-t" (the emacsclient equivalent to "-nw"). $ emacsclient =3D=3D> X frame $ emacsclient -t =3D=3D> tty frame $ emacsclient -c =3D=3D> no new frame I agree that "-t" should be renamed "-nw"; in fact this idea is even in the README file. However, multi-character short options are a pain to implement. I'd prefer if someone with more getopt experience would do it instead. :-) --=20 Karoly --------------enigCF4F5230955A5CD699AD8A19 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFGTH0k6eoyqA+yej8RAjCmAJwJlJIdSpDqO6y6MkXRDp2XuH1lNwCgvATY EyJO5gmJJQ1puE4Z0hcm8Ac= =8dli -----END PGP SIGNATURE----- --------------enigCF4F5230955A5CD699AD8A19-- --===============0301603856== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel --===============0301603856==--