unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: David Kastrup <dak@gnu.org>
To: Glenn Morris <rgm@gnu.org>
Cc: jay.p.belanger@gmail.com, Chong Yidong <cyd@gnu.org>,
	Emacs devel list <emacs-devel@gnu.org>,
	Stefan Monnier <monnier@iro.umontreal.ca>,
	auctex-devel@gnu.org
Subject: Re: Problem between Emacs trunk and AUCTeX
Date: Mon, 29 Oct 2012 17:15:42 +0100	[thread overview]
Message-ID: <877gq9s18x.fsf@fencepost.gnu.org> (raw)
In-Reply-To: <1jip9tjm6z.fsf@fencepost.gnu.org> (Glenn Morris's message of "Mon, 29 Oct 2012 12:08:04 -0400")

Glenn Morris <rgm@gnu.org> writes:

> Chong Yidong wrote:
>
>>>>> It seems that rev. 108838 don't like AUCTeX. To reproduce:
>>>>...
>>>>> "Error: Don't know how to compile nil"
> [...]
>> If the bug is an urgent one
>
> It's not in the slightest bit urgent, IIUC. It's a harmless but
> irritating message buffer that pops up the first time you load
> font-latex.
>
> http://debbugs.gnu.org/cgi/bugreport.cgi?bug=11837
>
> (I'm not sure why this subject has been resurrected. The initial message
> seems to be missing.)
>
> _______________________________________________
> auctex-devel mailing list
> auctex-devel@gnu.org
> https://lists.gnu.org/mailman/listinfo/auctex-devel
>

font-latex.el has at its end something like

;;; Byte-compilation of generated functions

(when (byte-code-function-p
       (symbol-function 'font-latex-make-built-in-keywords))
  (dolist (elt font-latex-built-in-keyword-classes)
    (let ((name (nth 0 elt)))
      (byte-compile (intern (concat "font-latex-match-" name)))
      (byte-compile (intern (concat "font-latex-match-" name "-make"))))))

It would appear that hooking into that should make it reasonably easy to
figure out just what functions this complaint may be about.

-- 
David Kastrup

  reply	other threads:[~2012-10-29 16:15 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-03  9:22 Problem between Emacs trunk and AUCTeX Angelo Graziosi
2012-07-03 15:48 ` Glenn Morris
2012-10-28 16:07 ` Jay Belanger
2012-10-28 18:19   ` Stefan Monnier
2012-10-28 18:54     ` Glenn Morris
2012-10-28 20:19       ` Stefan Monnier
2012-10-29 10:51         ` Chong Yidong
2012-10-29 16:08           ` Glenn Morris
2012-10-29 16:15             ` David Kastrup [this message]
2012-10-29 16:32             ` Glenn Morris
2012-10-29 23:41               ` Tassilo Horn
2012-10-30  2:46                 ` Jay Belanger
2012-10-30  7:12                   ` Glenn Morris

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=877gq9s18x.fsf@fencepost.gnu.org \
    --to=dak@gnu.org \
    --cc=auctex-devel@gnu.org \
    --cc=cyd@gnu.org \
    --cc=emacs-devel@gnu.org \
    --cc=jay.p.belanger@gmail.com \
    --cc=monnier@iro.umontreal.ca \
    --cc=rgm@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 public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

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).