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: emacsclient's option decoding code Date: Mon, 3 Nov 2008 01:50:59 +0100 Message-ID: References: <87wsflyf80.fsf@cyd.mit.edu> <87k5blzphq.fsf@cyd.mit.edu> 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 1225673475 21752 80.91.229.12 (3 Nov 2008 00:51:15 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 3 Nov 2008 00:51:15 +0000 (UTC) Cc: Eli Zaretskii , emacs-devel@gnu.org To: "Chong Yidong" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 03 01:52:17 2008 connect(): Connection refused 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 1Kwng0-00052q-B4 for ged-emacs-devel@m.gmane.org; Mon, 03 Nov 2008 01:52:16 +0100 Original-Received: from localhost ([127.0.0.1]:60749 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kwnet-00040u-0t for ged-emacs-devel@m.gmane.org; Sun, 02 Nov 2008 19:51:07 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kwneo-0003yS-DN for emacs-devel@gnu.org; Sun, 02 Nov 2008 19:51:02 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kwnen-0003xU-MQ for emacs-devel@gnu.org; Sun, 02 Nov 2008 19:51:02 -0500 Original-Received: from [199.232.76.173] (port=53008 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kwnen-0003xI-FB for emacs-devel@gnu.org; Sun, 02 Nov 2008 19:51:01 -0500 Original-Received: from yx-out-1718.google.com ([74.125.44.154]:16880) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Kwnem-0007gq-Ez; Sun, 02 Nov 2008 19:51:00 -0500 Original-Received: by yx-out-1718.google.com with SMTP id 34so883325yxf.66 for ; Sun, 02 Nov 2008 16:50:59 -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=xr/FX4UiwDH6nCKMX9nuAKV1cEvT1KB0jWWoQBgXQ20=; b=uuODLAllbuene6FyNCH4A/p3X4A0HBwiyKFzIDhU6OMaLePZtsAGESFhXIYNpdvsGH LTe0WyXKOlbLXj0AhxmGhILsC+VVvCS4Vn/mSpAL3kZallchbiC/drNR6c/xk6IWY7YT +qmt6jGcthMr1jWwe1U5QUa+GiFR/0pfY7LSo= 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=PDqCLSv2YgXXeluG+h06C1+Q2y/WxJEBuAKmYCss3jIq36hCYtq8BZo5CEuE0Sk/Bc 4RhUF3tseze382YKiM5ch7C8oaOoSrKdg3ixXlahmoAeG45pqjhKjP7gQ7IVBqb4KPci K8eJLPYIHksgguPDvQR9u5vW5uoVMGSGaUx2c= Original-Received: by 10.100.125.12 with SMTP id x12mr2216544anc.4.1225673459616; Sun, 02 Nov 2008 16:50:59 -0800 (PST) Original-Received: by 10.100.13.13 with HTTP; Sun, 2 Nov 2008 16:50:59 -0800 (PST) In-Reply-To: <87k5blzphq.fsf@cyd.mit.edu> 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:105277 Archived-At: On Mon, Nov 3, 2008 at 00:18, Chong Yidong wrote: > Thanks for the heads-up. I moved it out of the conditional. Does it > work okay now? It does compile, yes. emacsclient -c or -t still trigger the same assertion failure. Juanma