[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
address@hidden: Bug report: Incorrect error message for overwriting file
From: |
Richard Stallman |
Subject: |
address@hidden: Bug report: Incorrect error message for overwriting file with not enough disk space] |
Date: |
Thu, 03 Aug 2006 20:34:44 -0400 |
Can anyone arrange to test this for the current version?
It is important for Emacs to work right in such situations.
Please ack if you can test it.
------- Start of forwarded message -------
Date: Wed, 2 Aug 2006 11:48:17 -0500
From: "Alex Hemsath" <address@hidden>
To: address@hidden
MIME-Version: 1.0
Subject: Bug report: Incorrect error message for overwriting file with not
enough disk space
Content-Type: multipart/mixed; boundary="===============0350707155=="
X-Spam-Status: No, score=0.3 required=5.0 tests=HTML_10_20,HTML_MESSAGE,
RCVD_BY_IP autolearn=no version=3.0.4
- --===============0350707155==
Content-Type: multipart/alternative;
boundary="----=_Part_89958_15637570.1154537297564"
- ------=_Part_89958_15637570.1154537297564
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Bug report for Gnu Emacs
Version: 21.4.2
OS: Mandriva Linux 2006 Free
Filesystem: ext3
Scenario: overwriting (C-x C-w) an existing file, where the new file to be
written is larger than the available disk space on the filesystem where the
original file is kept.
Bug: after confirming that it is okay to overwrite the existing file, the
error message displayed is "file already exists".
Expected behavior: error message should read "No space left on device or
similar".
strace confirms that emacs is getting the right errno (ENOSPC) for the write
to the file handle.
Thanks,
Alex
- ------=_Part_89958_15637570.1154537297564
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Bug report for Gnu Emacs<br>Version: 21.4.2<br>OS: Mandriva Linux 2006
Free<br>Filesystem: ext3<br><br>Scenario: overwriting (C-x C-w) an existing
file, where the new file to be written is larger than the available disk space
on the filesystem where the original file is kept.
<br><br>Bug: after confirming that it is okay to overwrite the existing file,
the error message displayed is "file already exists".<br>Expected
behavior: error message should read "No space left on device or
similar".
<br><br>strace confirms that emacs is getting the right errno (ENOSPC) for the
write to the file handle.<br><br>Thanks,<br>Alex<br><br>
- ------=_Part_89958_15637570.1154537297564--
- --===============0350707155==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
_______________________________________________
bug-gnu-emacs mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/bug-gnu-emacs
- --===============0350707155==--
------- End of forwarded message -------