From: Rafael <rvf0068@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Command to execute in a shell
Date: Thu, 30 Jul 2009 18:42:44 -0500 [thread overview]
Message-ID: <87tz0t68ln.fsfhello@somewhere.com> (raw)
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)
)
next reply other threads:[~2009-07-30 23:42 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-07-30 23:42 Rafael [this message]
2009-07-31 2:46 ` Command to execute in a shell Pascal J. Bourguignon
2009-07-31 4:18 ` Rafael
2009-08-01 23:57 ` Xah Lee
2010-02-19 5:41 ` Rafael
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87tz0t68ln.fsfhello@somewhere.com \
--to=rvf0068@gmail.com \
--cc=help-gnu-emacs@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).