all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: David Hansen <david.hansen@gmx.net>
Subject: Re: compile perl file, specify current buffer, using help effectively
Date: Wed, 03 May 2006 12:39:36 +0200	[thread overview]
Message-ID: <87zmhz4ck7.fsf@robotron.kosmorama> (raw)
In-Reply-To: fc9dc85b0605021904qa8b2f3bre3871352fc135594@mail.gmail.com

On Tue, 2 May 2006 22:04:56 -0400 David Schneider wrote:

> I am trying to use emacs as an IDE for perl development.  I think it
> would be useful to have a compile command that runs perl on the
> current buffer I am editing.  The compile command defaults to make -k.
> I want to change it to perl xx where xx is the name of the current
> buffer - is there some variable or special syntax I can use to get the
> current filename?  More important then the answer, is how do I figure
> this out from the help.  I have been using C-h a to try to search the
> help.  This gives me lists of commands or variables which may be
> related - but I frequently find my questions are still unanswered.

Not tested:

(add-hook 'perl-mode-hook
          (lambda ()
            (set (make-local-variable 'compile-command)
                 (concat "perl -w " (buffer-file-name)))))

Anyway i doub't that the compile mode will recognize the
perl errors and warnings.

David

  parent reply	other threads:[~2006-05-03 10:39 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-05-03  2:04 compile perl file, specify current buffer, using help effectively David Schneider
2006-05-03  8:40 ` Eli Zaretskii
2006-05-03 10:39 ` David Hansen [this message]
2006-05-03 17:04   ` Kevin Rodgers
     [not found] <mailman.1251.1146630892.9609.help-gnu-emacs@gnu.org>
2006-05-03  5:12 ` Stefan Monnier
2006-05-03  5:26 ` Burton Samograd
2006-05-03 13:54 ` yoorobot

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87zmhz4ck7.fsf@robotron.kosmorama \
    --to=david.hansen@gmx.net \
    /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.
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.