unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#3016: 23.0.92.2; offer to make a directory when saving if it is needed
@ 2009-04-16 12:37 Daniel Clemente
  2013-02-12  8:37 ` Glenn Morris
  0 siblings, 1 reply; 6+ messages in thread
From: Daniel Clemente @ 2009-04-16 12:37 UTC (permalink / raw)
  To: emacs-pretest-bug



1. Do: C-x C-f /tmp/doesnotexist/myfile RET. Emacs tells you about make-directory
2. Type something.
3. C-x C-s. Error: no such directory

I suggest that Emacs not only tell the user about make-directory, but actually ask him/her in a y-n question if the directory should be created. This should happen on save.

The script could be then:

a. User does: C-x C-f /tmp/doesnotexist/myfile RET
b. Emacs warns: Warning: Directory /tmp/doesnotexist does not exist
c. User types something
d. User does: C-x C-s
e. Emacs asks: Create directory /tmp/doesnotexist? (y/n)
f1. If yes, it (and the above directories) are created
f2. If not, issue an error. The user can then do M-x make-directory as needed


This allows a faster save with just one extra key (C-x C-s y) instead of having to type M-x make-directory /tmp/doesnotexist RET C-x C-s










^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2013-02-21 17:05 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-16 12:37 bug#3016: 23.0.92.2; offer to make a directory when saving if it is needed Daniel Clemente
2013-02-12  8:37 ` Glenn Morris
2013-02-20 15:33   ` Kazuhiro Ito
2013-02-20 21:28     ` Glenn Morris
2013-02-21  9:52       ` Kazuhiro Ito
2013-02-21 17:05         ` Glenn Morris

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).