[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
how to set local key in dired to use vm on file
From: |
Gilbert Harman |
Subject: |
how to set local key in dired to use vm on file |
Date: |
Sat, 20 Nov 2004 18:53:43 -0500 |
User-agent: |
Microsoft-Entourage/11.1.0.040913 |
Could anyone advise me how to use (set-local-key) or something else so that
when I am in dired and the cursor is over a file, I get vm-visit-folder to
visit that file?
I can get as far as:
(setq dired-mode-hook
'(lambda ()
(local-set-key "V" 'vm-visit-folder)))
But that still prompts me for the name of the file to visit.
Thanks in advance.
Gil
- how to set local key in dired to use vm on file,
Gilbert Harman <=