emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 23.0.60; emacs-report-bug fails silently


From: Stefan Monnier
Subject: Re: 23.0.60; emacs-report-bug fails silently
Date: Thu, 05 Jun 2008 01:27:53 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

> It is from the postfix package, but obviously not configured:

> address@hidden:~$ sendmail
> sendmail: fatal: open /etc/postfix/main.cf: No such file or directory
> address@hidden:~$ echo $?
> 75

That's odd.  From what you said earlier, it seems you're using the
sendmail.el code to send the message.  And that code does (around line
1167):
                     (exit-value (apply 'call-process-region args)))
                (or (null exit-value) (eq 0 exit-value)
                    (error "Sending...failed with exit value %d" exit-value)))

so it should catch a non-0 exit status and signal an error for it.

Could you try and investigate, to see whether you're indeed running this
code and why it doesn't get an exit-value of 75?


        Stefan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]