unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / 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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).