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

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

Key binding


From: Florian Lindner
Subject: Key binding
Date: Sun, 24 Nov 2002 21:22:29 +0000
User-agent: KNode/0.7.1

Hi!
I try to bind the shell-command function to the C-c v key (in pascal-mode)
The command should execute a file after compilation.

(define-key pascal-mode-map "\C-c\v" '(shell-command 
(file-name-sans-extension (buffer-file-name))))

But this somehow don't work...
Thx,
Florian



reply via email to

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