[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Meaning of NOWARN argument for find-file-noselect?
From: |
Kenichi Handa |
Subject: |
Meaning of NOWARN argument for find-file-noselect? |
Date: |
Fri, 20 Oct 2000 11:49:22 +0900 (JST) |
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)
---
Ken'ichi HANDA
address@hidden
- Meaning of NOWARN argument for find-file-noselect?,
Kenichi Handa <=