GNU bug report logs - #9574
data-loss with --batch: ignored write failure

Previous Next

Package: emacs;

Reported by: Jim Meyering <jim <at> meyering.net>

Date: Thu, 22 Sep 2011 14:40:02 UTC

Severity: minor

Tags: patch

Done: Paul Eggert <eggert <at> cs.ucla.edu>

Bug is archived. No further changes may be made.

Full log


Message #16 received at 9574 <at> debbugs.gnu.org (full text, mbox):

From: Glenn Morris <rgm <at> gnu.org>
To: 9574 <at> debbugs.gnu.org
Cc: schwab <at> linux-m68k.org
Subject: Re: bug#9574: data-loss with --batch: ignored write failure
Date: Fri, 23 Sep 2011 14:30:06 -0400
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.




This bug report was last modified 12 years and 202 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.