unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Andreas Politz <politza@fh-trier.de>
To: help-gnu-emacs@gnu.org
Subject: Re: Help: execute scripts form emacs
Date: Wed, 14 Oct 2009 01:10:27 +0200	[thread overview]
Message-ID: <87tyy2gaak.fsf@fh-trier.de> (raw)
In-Reply-To: 87pr8r9fyo.fsf@cuma.i-did-not-set--mail-host-address--so-tickle-me

Maurizio Vitale
<mav@cuma.i-did-not-set--mail-host-address--so-tickle-me> writes:

>>>>>> "wdysun" == wdysun  <grammophonia@gmail.com> writes:
[how to run a shellscript]
> You can do two things:
>

Here is one more thing to do.

(defun mytex ()
  (interactive)
  (or buffer-file-name
      (call-interactively 'save-buffer))
  (shell-command
   (format "mytex '%s'" buffer-file-name)))

-ap





  reply	other threads:[~2009-10-13 23:10 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-10-12 10:39 Help: execute scripts form emacs wdysun
2009-10-12 18:37 ` wdysun
2009-10-13 20:49 ` Maurizio Vitale
2009-10-13 23:10   ` Andreas Politz [this message]
2009-10-14  8:24     ` wdysun
     [not found] ` <mailman.8700.1255466814.2239.help-gnu-emacs@gnu.org>
2009-10-13 22:49   ` Jon Solberg
     [not found] <mailman.8598.1255354671.2239.help-gnu-emacs@gnu.org>
2009-10-12 14:10 ` Olivier Sirven
2009-10-12 17:30 ` Pascal J. Bourguignon
2009-10-14  9:37 ` Xah Lee
2009-10-14 16:01 ` Raymond Wiker

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=87tyy2gaak.fsf@fh-trier.de \
    --to=politza@fh-trier.de \
    --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).