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: [Emacs-diffs] emacs/lib-src emacsclient.c ChangeLog Date: Wed, 10 Dec 2008 16:01:37 +0100 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1228921344 14718 80.91.229.12 (10 Dec 2008 15:02:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 10 Dec 2008 15:02:24 +0000 (UTC) Cc: Emacs Devel To: "Dan Nicolaescu" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Dec 10 16:03:28 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 1LAQaY-0001lE-IW for ged-emacs-devel@m.gmane.org; Wed, 10 Dec 2008 16:02:58 +0100 Original-Received: from localhost ([127.0.0.1]:47060 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LAQZN-0005Ie-E9 for ged-emacs-devel@m.gmane.org; Wed, 10 Dec 2008 10:01:45 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LAQZJ-0005I3-Ib for emacs-devel@gnu.org; Wed, 10 Dec 2008 10:01:41 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LAQZI-0005Fh-3v for emacs-devel@gnu.org; Wed, 10 Dec 2008 10:01:41 -0500 Original-Received: from [199.232.76.173] (port=58806 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LAQZI-0005Fa-0D for emacs-devel@gnu.org; Wed, 10 Dec 2008 10:01:40 -0500 Original-Received: from rn-out-0910.google.com ([64.233.170.186]:28598) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LAQZH-00074n-Gm for emacs-devel@gnu.org; Wed, 10 Dec 2008 10:01:39 -0500 Original-Received: by rn-out-0910.google.com with SMTP id k32so512998rnd.7 for ; Wed, 10 Dec 2008 07:01:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=s3fyHVexw+dUiv83E/EIvVb6f4zUGi4j/uE+s4ZLcrU=; b=QrlhqiQw/rRxa8y6tLmZgCM6kEGJ4lr3/FLlRRbMMzOEQETGighxadd6Ce7nyC93GU k/5JDKgpLSL5vn8PTI9MiS6ax3JVg5SlRipROi35HEkNoMprk6B8yTCbAmZuhskVtmVB ls1ADSIRqMz0wMgj8kJtBT9up3PxOvEpA4VCk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=si55+Rq9D4TOeM+yh7CxEt25/dpxKT2MEs+jpUjzHHPkeq32/S91BOEIVD9KBB3Vme ZtrHqyYEZ+UmR3/hD+0QdpBGH7eKfSk+OFOM0+jY0xOhFi+z5O8/tc/0S+SD4F7E0QS6 ikb6eBxKQQEP/A8q3ow9dwD/JoMFglIqYPY5I= Original-Received: by 10.100.5.16 with SMTP id 16mr1087423ane.146.1228921297891; Wed, 10 Dec 2008 07:01:37 -0800 (PST) Original-Received: by 10.100.13.13 with HTTP; Wed, 10 Dec 2008 07:01:37 -0800 (PST) In-Reply-To: Content-Disposition: inline X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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:106750 Archived-At: > (decode_options): Do not allow an empty alternate_editor on > WINDOWSNT. Why do you force me to use an alternate editor? Juanma