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: EXIT_SUCCESS and NO_RETURN in /lib-src Date: Tue, 13 Feb 2007 10:20:48 +0100 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1171358559 7445 80.91.229.12 (13 Feb 2007 09:22:39 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 13 Feb 2007 09:22:39 +0000 (UTC) Cc: Eli Zaretskii , emacs-devel@gnu.org To: "William Xue" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Feb 13 10:22:33 2007 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 1HGtri-0002jR-RP for ged-emacs-devel@m.gmane.org; Tue, 13 Feb 2007 10:22:25 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HGtqv-0008D9-TC for ged-emacs-devel@m.gmane.org; Tue, 13 Feb 2007 04:21:34 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HGtqi-0008Cv-4V for emacs-devel@gnu.org; Tue, 13 Feb 2007 04:21:20 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HGtqc-0008Bq-Ga for emacs-devel@gnu.org; Tue, 13 Feb 2007 04:21:19 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HGtqc-0008Bn-E2 for emacs-devel@gnu.org; Tue, 13 Feb 2007 04:21:14 -0500 Original-Received: from wr-out-0506.google.com ([64.233.184.233]) by monty-python.gnu.org with esmtp (Exim 4.52) id 1HGtqV-0005da-JL for emacs-devel@gnu.org; Tue, 13 Feb 2007 04:21:08 -0500 Original-Received: by wr-out-0506.google.com with SMTP id 71so2139196wri for ; Tue, 13 Feb 2007 01:20:49 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=GnLmGWh8VXBEbJx5lR1r6COMoY0ANTOm9aV8h7h6Q0MgfTYNkfqXwgLGVb29hYJpuxbeW6Kak8nhvGJdkmBpCHipg70F9dcoIqmzozhrf+7/djK1KUehB0pxATp+JtxFlL9tvqnF7PEosueQ0+yADIrI6ShN9LR3jrE7QS7c5T4= Original-Received: by 10.114.161.11 with SMTP id j11mr7467987wae.1171358448557; Tue, 13 Feb 2007 01:20:48 -0800 (PST) Original-Received: by 10.114.234.16 with HTTP; Tue, 13 Feb 2007 01:20:48 -0800 (PST) In-Reply-To: Content-Disposition: inline X-detected-kernel: Linux 2.4-2.6 (Google crawlbot) 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:66335 Archived-At: On 2/13/07, William Xue wrote: > Maybe it needs the absolute path? It shouldn't, I think, but it's easy enough to try. Juanma