Hello,

I have function:

(defun store (directory)
  (interactive "DPath to store in:")
  (.....))

Which queries the user for an existing directory, and then stores a
file in there. The minibuffer dialog employs the working directory of
the current buffer as default, however I would like to provide my own
default, in general different from the working directory. Is this
possible?


Best Regards

Joakim

-- 
Joakim Hove
hove AT ift uib no                 /    
Tlf: +47 (55 5)8 27 90            /     Stabburveien 18          
Fax: +47 (55 5)8 94 40           /      N-5231 Paradis           
http://www.ift.uib.no/~hove/    /       55 91 28 18 / 92 68 57 04
_______________________________________________
Help-gnu-emacs mailing list
Help-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-emacs

Reply via email to