[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Meaning of NOWARN argument for find-file-noselect?
From: |
Kenichi Handa |
Subject: |
Re: Meaning of NOWARN argument for find-file-noselect? |
Date: |
Wed, 25 Oct 2000 10:03:46 +0900 (JST) |
Gerd Moellmann <address@hidden> writes:
> Kenichi Handa <address@hidden> writes:
>> It seems that NOWARN argument of find-file-noselect is ignored.
>> For instance,
>> (find-file-noselect "NEWFILE" t) shows the message "(NEW
>> FILE)" if NEWFILE doesn't exist.
>>
>> (find-file-noselect "/INVALID_DIR/NEWFILE" t) shows the message
>> "Use M-x make-directory RET RET to create the directory"
>> if INVALID_DIR doesn't exist.
>>
>> Or, does NOWARN actually mean to suppress only this kind of
>> user interaction?
>> File ... changed on disk. Reread from disk? (yes or no)
> Hm, I think it shouldn't print anything in that case, judging from
> the doc string of find-file-noselect. I've tried to fix it.
Thank you. I've confirmed that it is fixed now.
---
Ken'ichi HANDA
address@hidden