From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: implement "emacsclient -nw" Date: Mon, 08 Sep 2008 09:05:15 -0400 Message-ID: References: <200809071055.m87AtmMr016726@sallyv1.ics.uci.edu> <200809080505.m8855DV9008845@sallyv1.ics.uci.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1220879223 11513 80.91.229.12 (8 Sep 2008 13:07:03 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 8 Sep 2008 13:07:03 +0000 (UTC) Cc: emacs-devel@gnu.org To: Dan Nicolaescu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Sep 08 15:07:57 2008 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 1KcgTE-0005eD-Dx for ged-emacs-devel@m.gmane.org; Mon, 08 Sep 2008 15:07:57 +0200 Original-Received: from localhost ([127.0.0.1]:42993 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KcgSE-0000pr-23 for ged-emacs-devel@m.gmane.org; Mon, 08 Sep 2008 09:06:54 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KcgQi-0000Om-Ks for emacs-devel@gnu.org; Mon, 08 Sep 2008 09:05:20 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KcgQh-0000OG-BG for emacs-devel@gnu.org; Mon, 08 Sep 2008 09:05:20 -0400 Original-Received: from [199.232.76.173] (port=52698 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KcgQh-0000O8-3j for emacs-devel@gnu.org; Mon, 08 Sep 2008 09:05:19 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.182]:18344) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KcgQg-0003jv-E0 for emacs-devel@gnu.org; Mon, 08 Sep 2008 09:05:18 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AvgEAKC/xEhFxIqP/2dsb2JhbACBZLMUgWaBB4Is X-IronPort-AV: E=Sophos;i="4.32,358,1217822400"; d="scan'208";a="26507454" Original-Received: from 69-196-138-143.dsl.teksavvy.com (HELO ceviche.home) ([69.196.138.143]) by ironport2-out.teksavvy.com with ESMTP; 08 Sep 2008 09:05:16 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id 03B40B4062; Mon, 8 Sep 2008 09:05:16 -0400 (EDT) In-Reply-To: <200809080505.m8855DV9008845@sallyv1.ics.uci.edu> (Dan Nicolaescu's message of "Sun, 07 Sep 2008 22:05:11 -0700") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. 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:103690 Archived-At: >> > The patch below does that. It has the drawback that it also accepts >> > `--nw', but that does not seem to be a big deal. >> The more significant drawback is that it does not accept things like >> "-ne" any more, so it's not backward compatible. > Are you sure? "-ne" seems to work just fine for me... Hmm... I'll have to try it out again (I tried out a very similar patch when I looked at this problem), Stefan