From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.devel Subject: Re: emacsclientw Date: Mon, 13 Nov 2006 13:39:06 +0100 Message-ID: References: <4557B756.2020701@gnu.org> <455859DA.5010402@gnu.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1163421650 18827 80.91.229.2 (13 Nov 2006 12:40:50 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 13 Nov 2006 12:40:50 +0000 (UTC) Cc: emacs-devel@gnu.org, Jason Rumney Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 13 13:40:48 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Gjb6u-0006AZ-VW for ged-emacs-devel@m.gmane.org; Mon, 13 Nov 2006 13:40:25 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gjb6u-0004DJ-Dh for ged-emacs-devel@m.gmane.org; Mon, 13 Nov 2006 07:40:24 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Gjb5k-0003gU-JS for emacs-devel@gnu.org; Mon, 13 Nov 2006 07:39:12 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Gjb5j-0003fj-2Y for emacs-devel@gnu.org; Mon, 13 Nov 2006 07:39:12 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gjb5i-0003fc-SL for emacs-devel@gnu.org; Mon, 13 Nov 2006 07:39:10 -0500 Original-Received: from [64.233.162.195] (helo=nz-out-0102.google.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Gjb5i-0003ap-SA for emacs-devel@gnu.org; Mon, 13 Nov 2006 07:39:11 -0500 Original-Received: by nz-out-0102.google.com with SMTP id r28so731356nza for ; Mon, 13 Nov 2006 04:39:10 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=MTIOqLPt7x2KViHnAx1k8kulnyXs2uDlOb+Fnavsfwgbk0nBCIovp9A91RgWx5PIVOYwNQ7Gsbvo0CRVstTW6i/P5kCrXdR2VHe2O419KDFBJN/tzEylJ/3Wy6jPClpybcdrzGwOCjBCv55fsN2aiIKWKJXlSjtMu9N5EAiRhHI= Original-Received: by 10.35.60.15 with SMTP id n15mr10699631pyk.1163421546256; Mon, 13 Nov 2006 04:39:06 -0800 (PST) Original-Received: by 10.35.95.18 with HTTP; Mon, 13 Nov 2006 04:39:06 -0800 (PST) Original-To: dhruva In-Reply-To: Content-Disposition: inline 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:62203 Archived-At: On 11/13/06, dhruva wrote: > I feel there is a > need to have emacsclient's "--no-wait" option to be able to set in an > environmental variable. What for? > Once I associate the file extensions to open > with emacsclientw, I do not want to keep getting the message in the > minibuffer area warning about clients...This did not happen with > gnuclientw. emacsclientw is like emacsclient. If you don't pass --no-wait (or -n), it *will* wait, so the message in Emacs' minibuffer is justified. If you don't want the message, run emacsclient(w) with -n ! /L/e/k/t/u