all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Richard Stallman <rms@gnu.org>
Cc: bug-gnu-emacs@gnu.org
Subject: Re: longish Local Variables in Files
Date: Tue, 24 Aug 2004 17:02:38 -0400	[thread overview]
Message-ID: <E1BziRC-0003G7-Ic@fencepost.gnu.org> (raw)
In-Reply-To: <878yc53fzp.fsf@jidanni.org> (message from Dan Jacobson on Tue, 24 Aug 2004 01:45:46 +0800)

    Well, give it a whirl, pops. C-x C-w ... C-x C-v M-x compile. You'll
    see that compile will prompt you with a string with the # neatly
    hidden as an argument to the shell's : operator.

I don't know what that operator does.  Would this have done the same job?

# compile-command: "invoke-rc.d chrony restart && sleep 2 && echo '
#' && grep chrony /var/log/syslog|tail -19"


Why didn't you write it as

# compile-command: "invoke-rc.d chrony restart && sleep 2 \
&& grep chrony /var/log/syslog|tail -19"

That seems to work, for me?  Is this because you need a # to comment
out the second line?

How about this?

# compile-command: "invoke-rc.d chrony restart && sleep 2`\
#` && grep chrony /var/log/syslog|tail -19"

  reply	other threads:[~2004-08-24 21:02 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-08-21 22:52 longish Local Variables in Files Dan Jacobson
     [not found] ` <E1Bz1w0-00035G-KQ@fencepost.gnu.org>
2004-08-23 17:45   ` Dan Jacobson
2004-08-24 21:02     ` Richard Stallman [this message]
     [not found] <mailman.2243.1093147432.2011.bug-gnu-emacs@gnu.org>
2004-08-23 20:58 ` Kevin Rodgers
2004-08-27  1:13   ` Dan Jacobson
     [not found]   ` <mailman.534.1093712643.1998.bug-gnu-emacs@gnu.org>
2004-08-30 18:21     ` Kevin Rodgers
2004-08-31 17:23       ` Dan Jacobson
     [not found]       ` <mailman.888.1093976111.1998.bug-gnu-emacs@gnu.org>
2004-08-31 20:27         ` Kevin Rodgers
2004-09-09 21:19       ` Dan Jacobson
     [not found] <E1C5pOU-0007hf-Ut@fencepost.gnu.org>
2004-09-10 23:24 ` Dan Jacobson

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=E1BziRC-0003G7-Ic@fencepost.gnu.org \
    --to=rms@gnu.org \
    --cc=bug-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.
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.