From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Kastrup Newsgroups: gmane.emacs.auctex.devel,gmane.emacs.devel Subject: Re: Problem between Emacs trunk and AUCTeX Date: Mon, 29 Oct 2012 17:15:42 +0100 Message-ID: <877gq9s18x.fsf@fencepost.gnu.org> References: <87390yr367.fsf@gmail.com> <87zk35eekt.fsf@gnu.org> <1jip9tjm6z.fsf@fencepost.gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1351527380 25846 80.91.229.3 (29 Oct 2012 16:16:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 29 Oct 2012 16:16:20 +0000 (UTC) Cc: jay.p.belanger@gmail.com, Chong Yidong , Emacs devel list , Stefan Monnier , auctex-devel@gnu.org To: Glenn Morris Original-X-From: auctex-devel-bounces+gead-auctex-devel=m.gmane.org@gnu.org Mon Oct 29 17:16:27 2012 Return-path: Envelope-to: gead-auctex-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TSs0o-00010P-Jy for gead-auctex-devel@m.gmane.org; Mon, 29 Oct 2012 17:16:26 +0100 Original-Received: from localhost ([::1]:42278 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TSs0g-0005Av-Cs for gead-auctex-devel@m.gmane.org; Mon, 29 Oct 2012 12:16:18 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:46773) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TSs0X-0005AQ-AB for auctex-devel@gnu.org; Mon, 29 Oct 2012 12:16:17 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TSs0T-0004qj-44 for auctex-devel@gnu.org; Mon, 29 Oct 2012 12:16:09 -0400 Original-Received: from fencepost.gnu.org ([208.118.235.10]:37514) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TSs0T-0004qf-0O; Mon, 29 Oct 2012 12:16:05 -0400 Original-Received: from localhost ([127.0.0.1]:42231 helo=lola) by fencepost.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TSs0S-0007PO-0J; Mon, 29 Oct 2012 12:16:04 -0400 Original-Received: by lola (Postfix, from userid 1000) id D2F0D20041D; Mon, 29 Oct 2012 17:15:42 +0100 (CET) In-Reply-To: <1jip9tjm6z.fsf@fencepost.gnu.org> (Glenn Morris's message of "Mon, 29 Oct 2012 12:08:04 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 208.118.235.10 X-BeenThere: auctex-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion list for AUCTeX developers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: auctex-devel-bounces+gead-auctex-devel=m.gmane.org@gnu.org Original-Sender: auctex-devel-bounces+gead-auctex-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.auctex.devel:2763 gmane.emacs.devel:154571 Archived-At: Glenn Morris 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