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: emacsclient bug Date: Fri, 08 Feb 2008 10:27:09 -0500 Message-ID: References: <200801271541.m0RFfGE6016267@sallyv1.ics.uci.edu> <200802061740.m16HeX90025576@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 1202484452 16616 80.91.229.12 (8 Feb 2008 15:27:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 8 Feb 2008 15:27:32 +0000 (UTC) Cc: Sascha Wilde , lenbok@gmail.com, rms@gnu.org, emacs-devel@gnu.org To: Dan Nicolaescu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Feb 08 16:27:53 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 1JNV8p-0005Uk-FK for ged-emacs-devel@m.gmane.org; Fri, 08 Feb 2008 16:27:51 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JNV8M-0006HV-Lq for ged-emacs-devel@m.gmane.org; Fri, 08 Feb 2008 10:27:22 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JNV8I-0006HG-Si for emacs-devel@gnu.org; Fri, 08 Feb 2008 10:27:18 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JNV8G-0006H4-I2 for emacs-devel@gnu.org; Fri, 08 Feb 2008 10:27:17 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JNV8G-0006H1-BI for emacs-devel@gnu.org; Fri, 08 Feb 2008 10:27:16 -0500 Original-Received: from ironport2-out.pppoe.ca ([206.248.154.182]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JNV8C-0007HA-J7; Fri, 08 Feb 2008 10:27:12 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Ao8CAM4DrEdMCpsg/2dsb2JhbACsOns X-IronPort-AV: E=Sophos;i="4.25,322,1199682000"; d="scan'208";a="13891347" Original-Received: from smtp.pppoe.ca ([65.39.196.238]) by ironport2-out.pppoe.ca with ESMTP; 08 Feb 2008 10:27:11 -0500 Original-Received: from pastel.home ([76.10.155.32]) by smtp.pppoe.ca (Internet Mail Server v1.0) with ESMTP id ORJ00011; Fri, 08 Feb 2008 10:27:11 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id 9BB708019; Fri, 8 Feb 2008 10:27:09 -0500 (EST) In-Reply-To: <200802061740.m16HeX90025576@sallyv1.ics.uci.edu> (Dan Nicolaescu's message of "Wed, 06 Feb 2008 09:40:33 -0800") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.50 (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:88525 Archived-At: > - if -c is given, and $DISPLAY is present in the emacsclient > environment (-d is not on the command line), then it should be > equivalent to -c -d $DISPLAY > - if $DISPLAY is not present, then it should be equivalent to -t I've just installed a patch which should make it behave as described above. Stefan