[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re[2]: Incorrect error message for file operation in Windows
From: |
Ivanov Dmitry |
Subject: |
Re[2]: Incorrect error message for file operation in Windows |
Date: |
Mon, 3 Jun 2013 11:31:39 +0400 |
> On an unrelated note: the above `condition-case' will catch the signals
> `error' and `quote', but of course, there is no such thing as
> a `quote' signal. IOW you wanted to write:
>
> (condition-case ex
> (copy-file "~/.emacs.d/drupal.el" "e:/video")
> (error (message (format "Caught exception: [%s]" ex))))
Using your version now, thanks.