all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Command to execute in a shell
@ 2009-07-30 23:42 Rafael
  2009-07-31  2:46 ` Pascal J. Bourguignon
  0 siblings, 1 reply; 5+ messages in thread
From: Rafael @ 2009-07-30 23:42 UTC (permalink / raw)
  To: help-gnu-emacs


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)
  )


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2010-02-19  5:41 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-30 23:42 Command to execute in a shell Rafael
2009-07-31  2:46 ` Pascal J. Bourguignon
2009-07-31  4:18   ` Rafael
2009-08-01 23:57     ` Xah Lee
2010-02-19  5:41       ` Rafael

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.