[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#7564: write-region could check if file is a directory sooner
From: |
Lars Magne Ingebrigtsen |
Subject: |
bug#7564: write-region could check if file is a directory sooner |
Date: |
Sat, 02 Jul 2011 23:30:56 +0200 |
User-agent: |
Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.50 (gnu/linux) |
jidanni@jidanni.org writes:
> write-region could check if file is a directory sooner,
> File /tmp already exists; overwrite anyway? (y or n) y
> Instead of waiting for this,
> apply: Opening output file: is a directory, /tmp
I'm unable to reproduce this. I get the expected error:
Debugger entered--Lisp error: (file-error "Opening output file" "is a
directory" "/home/larsi/tmp")
write-region(1 2 "/home/larsi/tmp")
eval((write-region 1 2 "/home/larsi/tmp") nil)
eval-expression((write-region 1 2 "/home/larsi/tmp") nil)
Are you calling `write-region' in a different way?
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog http://lars.ingebrigtsen.no/
- bug#7564: write-region could check if file is a directory sooner,
Lars Magne Ingebrigtsen <=