help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: using interactive for getting into a specific directory


From: rustom
Subject: Re: using interactive for getting into a specific directory
Date: Wed, 14 Nov 2007 21:13:41 -0800 (PST)
User-agent: G2/1.0

What Ive done for now is this. Dont know if its the proper idiom

(defun startorg(file)
  (interactive
    (let ((default-directory "~/org/"))
       (list (call-interactively 'find-file))
    )))

Dont know how its working given that the parameter file is not used!


reply via email to

[Prev in Thread] Current Thread [Next in Thread]