Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 4649:3972966a4588
Kill buffer if directory name misspelled and user doesn't want to create it.
Robert Delius Royar, Rodney Sparapani and I want this behaviour, as
far as I can tell; Stephen Turnbull doesn't.
lisp/ChangeLog addition:
2009-07-12 Aidan Kehoe <kehoea@parhasard.net>
* files.el (after-find-file):
If the answer to "The directory containing %s does not exist.
Create?" is no, kill the current buffer, since the user probably
just misspelled the directory name. Thank you Rodney Sparapani!
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Sun, 12 Jul 2009 14:20:55 +0100 |
parents | 907697569a49 |
children | 8905163c49c5 |
comparison
equal
deleted
inserted
replaced
4648:907697569a49 | 4649:3972966a4588 |
---|---|
1 2009-07-12 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * files.el (after-find-file): | |
4 If the answer to "The directory containing %s does not exist. | |
5 Create?" is no, kill the current buffer, since the user probably | |
6 just misspelled the directory name. Thank you Rodney Sparapani! | |
7 | |
1 2009-07-12 Aidan Kehoe <kehoea@parhasard.net> | 8 2009-07-12 Aidan Kehoe <kehoea@parhasard.net> |
2 | 9 |
3 * files.el (find-file-create-switch-thunk): | 10 * files.el (find-file-create-switch-thunk): |
4 New macro, used to mark buffers created within #'find-file (and | 11 New macro, used to mark buffers created within #'find-file (and |
5 related) modified if the associated file doesn't exist. | 12 related) modified if the associated file doesn't exist. |