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

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

Command to execute in a shell


From: Rafael
Subject: Command to execute in a shell
Date: Thu, 30 Jul 2009 18:42:44 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.94 (gnu/linux)

Hello,

In the following function, I would like to execute a command in the
shell window (tikz2pdf -v (buffer-name)). How could I do that?
Thanks. 

(defun split-for-tikz2pdf ()
  (interactive)
  (split-window-horizontally 60)
  (other-window 1)
  (split-window-vertically 15)
  (other-window 1)
  (shell)
  )


reply via email to

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