[Thomas Heller wrote]
> I have an elisp function bound to a key in XEmacs that starts cmd in the
> directory where the current buffer is.  IMO this is very convenient.  To
> access explorer from that command prompt (in the rare cases that I need
> it) I use 'start .'.

I kind of have the same thing with Dave's Quick Search Deskbar
(http://www.dqsd.net/) and my little "go" script
(http://trentm.com/projects/go/). The keystrokes to open a cmd.exe shell
in my "src" folder is down to:

    <Windows+S>    # to focus in the Quick Search Deskbar textbox
    go src<Enter>

or to open Explorer in that dir:

    go -o src<Enter> 

or in another "tagged" dir:

    go ~           # open in my home dir

DQSD is a fantastic tool for speeding up launching other things, too:
mainly Google searches.

Cheers,
Trent

-- 
Trent Mick
[EMAIL PROTECTED]
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to