From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Sam Halliday Newsgroups: gmane.emacs.help Subject: (kill-emacs 0) exiting with 1 Date: Mon, 2 Mar 2015 06:49:18 -0800 (PST) Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1425307840 11768 80.91.229.3 (2 Mar 2015 14:50:40 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 2 Mar 2015 14:50:40 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Mar 02 15:50:33 2015 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YSRg0-0003LT-36 for geh-help-gnu-emacs@m.gmane.org; Mon, 02 Mar 2015 15:50:32 +0100 Original-Received: from localhost ([::1]:57495 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YSRfz-0007PJ-Eh for geh-help-gnu-emacs@m.gmane.org; Mon, 02 Mar 2015 09:50:31 -0500 X-Received: by 10.70.92.103 with SMTP id cl7mr8825376pdb.0.1425307759036; Mon, 02 Mar 2015 06:49:19 -0800 (PST) X-Received: by 10.140.20.247 with SMTP id 110mr351565qgj.17.1425307758780; Mon, 02 Mar 2015 06:49:18 -0800 (PST) Original-Path: usenet.stanford.edu!hl2no2632668igb.0!news-out.google.com!n6ni190qar.0!nntp.google.com!j7no10238410qaq.1!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=83.244.128.25; posting-account=kRukCAoAAAANs-vsVh9dFwo5kp5pwnPz Original-NNTP-Posting-Host: 83.244.128.25 User-Agent: G2/1.0 Injection-Date: Mon, 02 Mar 2015 14:49:18 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:210704 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:102979 Archived-At: Hi all, This may be related to this recent bugfix http://lists.gnu.org/archive/html/bug-gnu-emacs/2015-02/msg00623.html I'm using emacs 24.4 built manually on an Ubuntu Precise machine (to match Travis CI). When running this code https://github.com/ensime/ensime-emacs/blob/master/ensime-test.el#L399 which is being called as (kill-emacs 0), we are getting an exit code of 1, e.g. in this build https://travis-ci.org/ensime/ensime-emacs/builds/52743121 (go to the bottom of the console output) Is this a regression introduced with the bugfix? Given that the shell script is `exec`-ing into emacs, which then ends with `(kill-emacs 0)`, I am confused how anything else could interfere with the exit status of the build script that we're running. Best regards, Sam