From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "D. Goel" Newsgroups: gmane.emacs.devel Subject: [CVS] Weird error because font-lock-unfontify buffer not autoloaded.. Date: 17 Aug 2002 03:16:40 -0400 Sender: emacs-devel-admin@gnu.org Message-ID: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1029568591 28673 127.0.0.1 (17 Aug 2002 07:16:31 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 17 Aug 2002 07:16:31 +0000 (UTC) Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17fxp0-0007SM-00 for ; Sat, 17 Aug 2002 09:16:30 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17fyFL-0003Zw-00 for ; Sat, 17 Aug 2002 09:43:43 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17fxpu-0008F5-00; Sat, 17 Aug 2002 03:17:26 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17fxpE-0008BB-00 for emacs-devel@gnu.org; Sat, 17 Aug 2002 03:16:44 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17fxpC-00088Y-00 for emacs-devel@gnu.org; Sat, 17 Aug 2002 03:16:43 -0400 Original-Received: from po4.glue.umd.edu ([128.8.10.124]) by monty-python.gnu.org with esmtp (Exim 4.10) id 17fxpB-00088T-00 for emacs-devel@gnu.org; Sat, 17 Aug 2002 03:16:41 -0400 Original-Received: from z.glue.umd.edu (IDENT:root@z.glue.umd.edu [128.8.10.71]) by po4.glue.umd.edu (8.11.6/8.11.6) with ESMTP id g7H7Gf906399 for ; Sat, 17 Aug 2002 03:16:41 -0400 (EDT) Original-Received: from z.glue.umd.edu (IDENT:sendmail@localhost [127.0.0.1]) by z.glue.umd.edu (8.9.3/8.9.3) with SMTP id DAA02676 for ; Sat, 17 Aug 2002 03:16:40 -0400 (EDT) Original-Received: (from deego@localhost) by z.glue.umd.edu (8.9.3/8.9.3) id DAA02672; Sat, 17 Aug 2002 03:16:40 -0400 (EDT) X-Authentication-Warning: z.glue.umd.edu: deego set sender to deego@glue.umd.edu using -f Original-To: emacs-devel@gnu.org Original-Lines: 45 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1 Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:6597 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:6597 Greetings everyone Is this the right place for discussing cvs bugs? or should i M-x report-emacs-bug? [;;; 2002-08-17 T03:07:16-0400 (Saturday) D. Goel ] Just checked out a CVS (21.3.50) in an attempt to help with proofreading docs:), and built it on a debian gnulinux sarge, using 'make bootstrap' etc. Then: emacs -q -no-site-file M-x eshell C-h i m >From then on, i get: "Symbol's definition is void: font-lock-unfontify-buffer". Doing M-x toggle-debug-on-error before all this doesn't seem to help produce a backtrace, and the message continues showing in the echo area.. The behavior does not occur in 21.2, and M-x eshell before C-h i is essential to get the behavior.. The FIX: If anyone can reproduce the problem: i didn't waste time investigating why it occurs, coz i am sure the problem will go away if we simply add ;;;###autoload before (defun font-lock-unfontify-buffer ... in font-lock.el :-) DG --