all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Bug report: Incorrect error message for overwriting file with not enough disk space
@ 2006-08-02 16:48 Alex Hemsath
  0 siblings, 0 replies; only message in thread
From: Alex Hemsath @ 2006-08-02 16:48 UTC (permalink / raw



[-- Attachment #1.1: Type: text/plain, Size: 582 bytes --]

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

[-- Attachment #1.2: Type: text/html, Size: 651 bytes --]

[-- Attachment #2: Type: text/plain, Size: 149 bytes --]

_______________________________________________
bug-gnu-emacs mailing list
bug-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-gnu-emacs

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-08-02 16:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-08-02 16:48 Bug report: Incorrect error message for overwriting file with not enough disk space Alex Hemsath

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.