On Wed, Jan 16, 2013 at 7:38 AM, Charlie Griefer
<charlie.grie...@gmail.com> wrote:
> I'm starting off with 24, so not sure what was default in 23… but C-x C-f in
> 24 lets you fuzzy match to a particular directory, then type a file name.

And if you've typed a new filename and it still tries to match an
existing file, use C-f to turn off fuzzy matching temporarily so you
can create your new file.

> Not sure if it's possible via C-x C-f to create a new directory, but new
> file works pretty well.

You can C-x C-f and specify a file in a completely new directory path
and it will open the file, and tell you to use M-x make-directory to
create the new folders so you can save your file:

C-x C-f /path/to/new/file.clj (C-f if needed, RET to confirm, RET to create)
M-x make-directory RET RET
--
Sean A Corfield -- (904) 302-SEAN
An Architect's View -- http://corfield.org/
World Singles, LLC. -- http://worldsingles.com/

"Perfection is the enemy of the good."
-- Gustave Flaubert, French realist novelist (1821-1880)

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to