[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Run shell command from latex?
From: |
David Hansen |
Subject: |
Re: Run shell command from latex? |
Date: |
Thu, 10 Apr 2008 10:04:45 +0200 |
User-agent: |
Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.60 (gnu/linux) |
On Thu, 10 Apr 2008 08:48:11 +0200 David Hansen wrote:
> (global-set-key (kbd "C-r") #'do-myscript)
Just another note: overwriting C-r is of course a very bad idea. The
C-c <letter> key bindings are reserved for the user, so use
(kbd "C-c r")
David