all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Glenn Morris <rgm@gnu.org>
To: 9574@debbugs.gnu.org
Cc: schwab@linux-m68k.org
Subject: bug#9574: data-loss with --batch: ignored write failure
Date: Fri, 23 Sep 2011 14:30:06 -0400	[thread overview]
Message-ID: <x1zkhvxgb5.fsf@fencepost.gnu.org> (raw)
In-Reply-To: <m24o03vauj.fsf@igel.home> (Andreas Schwab's message of "Fri, 23 Sep 2011 11:58:44 +0200")

Andreas Schwab wrote:

> Fixed.

Not the --version part, FWIW.

./src/emacs -Q --version > /dev/full ; echo $?
0

./src/emacs -Q --help > /dev/full ; echo $?
0

cf

ls --version > /dev/full ; echo $?
ls: write error: No space left on device
2


Also:
./src/emacs -Q --batch --eval '(print "important")' > /dev/full

does indeed now return status 1, but no error message.





  reply	other threads:[~2011-09-23 18:30 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-09-22 14:39 bug#9574: data-loss with --batch: ignored write failure Jim Meyering
2011-09-22 17:29 ` Glenn Morris
2011-09-23  9:58 ` Andreas Schwab
2011-09-23 18:30   ` Glenn Morris [this message]
     [not found] ` <handler.9574.D9574.131677195627408.notifdone@debbugs.gnu.org>
2011-09-24  9:23   ` Jim Meyering
2012-04-17  1:58     ` Glenn Morris
2012-04-17  4:53       ` Paul Eggert
2012-10-29  9:27         ` Chong Yidong
2012-11-01 20:09           ` Paul Eggert
2012-11-04 17:19 ` bug#9574: patch installed Paul Eggert

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=x1zkhvxgb5.fsf@fencepost.gnu.org \
    --to=rgm@gnu.org \
    --cc=9574@debbugs.gnu.org \
    --cc=schwab@linux-m68k.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.