all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: martin rudalics <rudalics@gmx.at>
Cc: emacs-devel@gnu.org
Subject: Re: lisp-font-lock-syntactic-face-function
Date: Fri, 21 Oct 2005 10:05:38 +0200	[thread overview]
Message-ID: <4358A152.5060104@gmx.at> (raw)
In-Reply-To: <87fywk85bl.fsf-monnier+emacs@gnu.org>

Thanks for the careful revision.  However, a number of doc-strings don't
get highlighted properly anymore due to the "Don't mark as docstring the
3rd elem of an unknown toplevel form" change - among them those for
`defface' and `defalias'.  I earlier proposed to add

(put 'defadvice 'doc-string-elt 3)
(put 'defgroup 'doc-string-elt 3)
(put 'defface 'doc-string-elt 3)

(put 'defalias 'doc-string-elt 3)
(put 'defvaralias 'doc-string-elt 3)
(put 'define-obsolete-function-alias 'doc-string-elt 4)
(put 'define-obsolete-variable-alias 'doc-string-elt 4)

(put 'defimage 'doc-string-elt 3)
(put 'define-category 'doc-string-elt 2)
(put 'define-widget 'doc-string-elt 3)

Maybe this is the moment to do that.  You might also consider replacing
the remaining (nth 8 state) with `startpos'.

  reply	other threads:[~2005-10-21  8:05 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-05-18  9:11 lisp-font-lock-syntactic-face-function martin rudalics
2005-05-18 23:49 ` lisp-font-lock-syntactic-face-function Stefan Monnier
2005-10-21  8:05   ` martin rudalics [this message]
2005-10-24 16:48     ` lisp-font-lock-syntactic-face-function Stefan Monnier
2005-11-18 10:49       ` lisp-font-lock-syntactic-face-function martin rudalics
2005-11-21  0:02         ` lisp-font-lock-syntactic-face-function Stefan Monnier

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=4358A152.5060104@gmx.at \
    --to=rudalics@gmx.at \
    --cc=emacs-devel@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.