From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Christian Herenz Newsgroups: gmane.emacs.help Subject: Re: Emacsclient and alternate editor Date: Sun, 30 Mar 2008 17:23:10 +0200 Organization: A noiseless patient Spider Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1206891680 24025 80.91.229.12 (30 Mar 2008 15:41:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 30 Mar 2008 15:41:20 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Mar 30 17:41:51 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JfzfE-0004JR-Ap for geh-help-gnu-emacs@m.gmane.org; Sun, 30 Mar 2008 17:41:44 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jfzec-00044x-FC for geh-help-gnu-emacs@m.gmane.org; Sun, 30 Mar 2008 11:41:06 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!syros.belnet.be!news.belnet.be!feeder.news-service.com!news.motzarella.org!motzarella.org!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 22 Original-X-Trace: feeder.motzarella.org U2FsdGVkX1/vZ9HYBprp2NX12qQFRor+BeHnjpYoguEAE7SfaMq6OVosTM8f1hyyyJiBMjOYdQgf+ziIUxaugRsT1Eudd5oSFW29Z94cG8cTbE2XEfkdNZUyy5XyuQDY3usRPdK3vus= Original-X-Complaints-To: Please send complaints to abuse@motzarella.org with full headers Original-NNTP-Posting-Date: Sun, 30 Mar 2008 15:23:10 +0000 (UTC) In-Reply-To: X-Auth-Sender: U2FsdGVkX18vb7P8F9+7BZlZoqSGoiGpw2B9UgQszBE= Cancel-Lock: sha1:Omhzhm6B0Efl7C4+1nj9jVL09lE= User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.11) Gecko/20071128 SUSE/1.1.7-3.4 SeaMonkey/1.1.7 Mnenhy/0.7.5.0 Original-Xref: shelby.stanford.edu gnu.emacs.help:157473 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:52845 Archived-At: Christian Herenz schrieb: > Hi, > > I have a problem: > > If I invoke "emacslient --alternate-editor emacs -nw" it does not work > (it says emacslient -- unrecognized opition -w) > Seems like a bug to me? "emacslient --alternate-editor emacs" works just > fine. > > Any advice? How can I pass options to my "alternate editor". Where can I > report that bug (if it is one?)? > > Greets, > Christian Ok... I found a solution... I created a script emacsnw, which starts emacs -nw "$@" But I think above beahviour is a bug! Greets, Christian