From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: Adding --quiet option to emacsclient Date: Wed, 06 Aug 2008 18:32:27 -0400 Message-ID: <874p5xdbb8.fsf@stupidchicken.com> References: <20080806210838.GA2655@drache.begriffli.ch> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1218061936 30728 80.91.229.12 (6 Aug 2008 22:32:16 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 6 Aug 2008 22:32:16 +0000 (UTC) Cc: emacs-devel@gnu.org To: Drake Wilson Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Aug 07 00:33:07 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 1KQrYy-0005h3-8z for ged-emacs-devel@m.gmane.org; Thu, 07 Aug 2008 00:33:00 +0200 Original-Received: from localhost ([127.0.0.1]:56780 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KQrY2-0004vV-O2 for ged-emacs-devel@m.gmane.org; Wed, 06 Aug 2008 18:32:02 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KQrXy-0004tF-CF for emacs-devel@gnu.org; Wed, 06 Aug 2008 18:31:58 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KQrXx-0004qe-30 for emacs-devel@gnu.org; Wed, 06 Aug 2008 18:31:57 -0400 Original-Received: from [199.232.76.173] (port=38710 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KQrXw-0004px-Qz for emacs-devel@gnu.org; Wed, 06 Aug 2008 18:31:56 -0400 Original-Received: from cyd.mit.edu ([18.115.2.24]:32801 helo=cyd) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KQrXw-0005K8-9g for emacs-devel@gnu.org; Wed, 06 Aug 2008 18:31:56 -0400 Original-Received: by cyd (Postfix, from userid 1000) id E241F57E17C; Wed, 6 Aug 2008 18:32:27 -0400 (EDT) In-Reply-To: <20080806210838.GA2655@drache.begriffli.ch> (Drake Wilson's message of "Wed, 6 Aug 2008 16:08:38 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: 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:102136 Archived-At: > In the Debian BTS wishlist ticket #490253, I requested a --quiet > option for emacsclient; currently, it prints a "Waiting for Emacs..." > message that cannot be turned off, which I found annoying. I have > updated the patch I provided in that report to apply against the CVS > version of Emacs; it would be nice if this feature could make it into > Emacs 23. Emacs 23 is in feature freeze. Could you please send your patch to emacs-pretest-bug@gnu.org, so that it is entered in our bug tracker? Then after the release, we'll see if this can be included. Thanks.