unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Kevin Rodgers <kevinr@ihs.com>
Subject: Re: pretty highlighting and indenting own elisp macros
Date: Wed, 16 Oct 2002 11:01:06 -0600	[thread overview]
Message-ID: <3DAD9B52.9090604@ihs.com> (raw)
In-Reply-To: u1y6qs8zp.fsf@sdm.de

Klaus Berndl wrote:

> If i add a call to `with-temp-file' in my elisp-program it will be highlighted
> with font-lock-keyword-face and indented like follows:
> 
> (with-temp-file "my-filename"
>   (foo ...)
>   (bar ...))
> 
> Fine. But suppose i have written my own macro `with-XYZ':
> 
> (defmacro with-XYZ (arg &rest body)
>  ....)
> 
> If i add this macro to my elisp-program then it is not highlighted as keyword
> and it is poorly indented:
> 
> (with-XYZ "my-first-arg"
>           (first-form-of-body ..)
>           ...)
> 
> What must i do so my own macros are highlighted and indented as build-in macros
> like `with-temp-file'? The former one seems to be not so hard but for the
> second one i have no glue.

;;; Local Variables:
;;; eval: (put 'with-XYZ 'lisp-indent-hook 1)
;;; End:

-- 
<a href="mailto:&lt;kevinr&#64;ihs.com&gt;">Kevin Rodgers</a>

  parent reply	other threads:[~2002-10-16 17:01 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-10-16 15:23 pretty highlighting and indenting own elisp macros Klaus Berndl
2002-10-16 16:03 ` Stefan Monnier <foo@acm.com>
2002-10-16 17:01 ` Kevin Rodgers [this message]
2002-10-16 17:08   ` Klaus Berndl
2002-10-16 17:54     ` Hannu Koivisto
2002-10-16 18:09     ` Stefan Monnier <foo@acm.com>
2002-10-17  7:29       ` Klaus Berndl

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=3DAD9B52.9090604@ihs.com \
    --to=kevinr@ihs.com \
    /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).