all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#5487: 23.1.91; rename-file is broken
@ 2010-01-28 16:41 Stephen Berman
  2010-01-28 17:48 ` Chong Yidong
  0 siblings, 1 reply; 3+ messages in thread
From: Stephen Berman @ 2010-01-28 16:41 UTC (permalink / raw
  To: 5487

1. Make a non-directory file "test" in ~.
2. emacs -Q
3. M-x rename-file RET ~/test RET /some-dir-on-a-different-partition
=>error "copy-directory: Opening directory: not a directory, /home/steve/test"

The file "test" remains in ~, and in /some-dir-on-a-different-partition
there is a new empty directory "test".

I strongly suspect this is due to this change (but I haven't had time to
revert it and rebuild Emacs to test my suspicion):

2010-01-27  David De La Harpe Golden  <david@harpegolden.net>

	* fileio.c (Frename_file): Call copy-directory and
	delete-directory for directories, in order to handle cross-device
	renaming (Bug#3353).


In GNU Emacs 23.1.91.3 (i686-pc-linux-gnu, GTK+ Version 2.18.1)
 of 2010-01-27 on escher
Windowing system distributor `The X.Org Foundation', version 11.0.10605000
Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: en_US.UTF-8
  value of $XMODIFIERS: @im=local
  locale-coding-system: utf-8-unix
  default enable-multibyte-characters: t







^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#5487: 23.1.91; rename-file is broken
  2010-01-28 16:41 bug#5487: 23.1.91; rename-file is broken Stephen Berman
@ 2010-01-28 17:48 ` Chong Yidong
  2010-01-28 21:43   ` Stephen Berman
  0 siblings, 1 reply; 3+ messages in thread
From: Chong Yidong @ 2010-01-28 17:48 UTC (permalink / raw
  To: Stephen Berman; +Cc: 5487

> 1. Make a non-directory file "test" in ~.
> 2. emacs -Q
> 3. M-x rename-file RET ~/test RET /some-dir-on-a-different-partition
> =>error "copy-directory: Opening directory: not a directory, /home/steve/test"

Sorry, there was a bug in the latest change to Frename_file.  (I
actually spotted it in the patch, but forgot to fix it before applying
to the repository.)  Should be fixed now.






^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#5487: 23.1.91; rename-file is broken
  2010-01-28 17:48 ` Chong Yidong
@ 2010-01-28 21:43   ` Stephen Berman
  0 siblings, 0 replies; 3+ messages in thread
From: Stephen Berman @ 2010-01-28 21:43 UTC (permalink / raw
  To: Chong Yidong; +Cc: 5487

On Thu, 28 Jan 2010 12:48:26 -0500 Chong Yidong <cyd@stupidchicken.com> wrote:

>> 1. Make a non-directory file "test" in ~.
>> 2. emacs -Q
>> 3. M-x rename-file RET ~/test RET /some-dir-on-a-different-partition
>> =>error "copy-directory: Opening directory: not a directory, /home/steve/test"
>
> Sorry, there was a bug in the latest change to Frename_file.  (I
> actually spotted it in the patch, but forgot to fix it before applying
> to the repository.)  Should be fixed now.

It is; thanks!

Steve Berman






^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-01-28 21:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-28 16:41 bug#5487: 23.1.91; rename-file is broken Stephen Berman
2010-01-28 17:48 ` Chong Yidong
2010-01-28 21:43   ` Stephen Berman

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.