From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.devel Subject: Re: implement "emacsclient -nw" Date: Tue, 7 Oct 2008 09:34:14 -0700 (PDT) Message-ID: <200810071634.m97GYEtN007967@mothra.ics.uci.edu> 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 1223397333 18248 80.91.229.12 (7 Oct 2008 16:35:33 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 7 Oct 2008 16:35:33 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Oct 07 18:36:20 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 1KnFX5-0000r8-S6 for ged-emacs-devel@m.gmane.org; Tue, 07 Oct 2008 18:35:36 +0200 Original-Received: from localhost ([127.0.0.1]:56609 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KnFW1-0005XF-Tp for ged-emacs-devel@m.gmane.org; Tue, 07 Oct 2008 12:34:29 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KnFVw-0005WZ-OK for emacs-devel@gnu.org; Tue, 07 Oct 2008 12:34:24 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KnFVw-0005WK-2W for emacs-devel@gnu.org; Tue, 07 Oct 2008 12:34:24 -0400 Original-Received: from [199.232.76.173] (port=44708 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KnFVv-0005WB-TN for emacs-devel@gnu.org; Tue, 07 Oct 2008 12:34:23 -0400 Original-Received: from sallyv2.ics.uci.edu ([128.195.1.120]:58422) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA1:24) (Exim 4.60) (envelope-from ) id 1KnFVv-0003gR-I1 for emacs-devel@gnu.org; Tue, 07 Oct 2008 12:34:23 -0400 Original-Received: from mothra.ics.uci.edu (mothra.ics.uci.edu [128.195.6.93]) by sallyv2.ics.uci.edu (8.13.7+Sun/8.13.7) with ESMTP id m97GYFNu020586; Tue, 7 Oct 2008 09:34:15 -0700 (PDT) Original-Received: (from dann@localhost) by mothra.ics.uci.edu (8.13.8+Sun/8.13.6/Submit) id m97GYEtN007967; Tue, 7 Oct 2008 09:34:14 -0700 (PDT) In-Reply-To: (Stefan Monnier's message of "Mon, 08 Sep 2008 09:05:15 -0400") Original-Lines: 18 X-ICS-MailScanner-Information: Please contact the ISP for more information X-ICS-MailScanner-ID: m97GYFNu020586 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (score=-1.44, required 5, autolearn=disabled, ALL_TRUSTED -1.44) X-ICS-MailScanner-From: dann@mothra.ics.uci.edu X-detected-operating-system: by monty-python.gnu.org: Solaris 10 (beta) 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:104391 Archived-At: Stefan Monnier writes: > >> > 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), Any news about this? May I check in the patch? Thanks --dan