From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: dave@adboyd.com (J. David Boyd) Newsgroups: gmane.emacs.devel Subject: problem in log-edit.el Date: 13 Oct 2004 11:50:17 -0400 Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: <81ekk2lirq.fsf@adboyd.com> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1097696440 30201 80.91.229.6 (13 Oct 2004 19:40:40 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 13 Oct 2004 19:40:40 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Oct 13 21:40:32 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CHoz9-0003yK-00 for ; Wed, 13 Oct 2004 21:40:32 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CHp6D-0003xU-7d for ged-emacs-devel@m.gmane.org; Wed, 13 Oct 2004 15:47:49 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CHp65-0003xO-Iq for emacs-devel@gnu.org; Wed, 13 Oct 2004 15:47:41 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CHp65-0003xC-4e for emacs-devel@gnu.org; Wed, 13 Oct 2004 15:47:41 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CHp65-0003x9-1w for emacs-devel@gnu.org; Wed, 13 Oct 2004 15:47:41 -0400 Original-Received: from [80.91.229.2] (helo=main.gmane.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CHoyv-0006VQ-VC for emacs-devel@gnu.org; Wed, 13 Oct 2004 15:40:18 -0400 Original-Received: from root by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1CHoyv-0006Q1-00 for ; Wed, 13 Oct 2004 21:40:17 +0200 Original-Received: from wbar5.tampa1-4-11-125-246.dsl-verizon.net ([4.11.125.246]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 13 Oct 2004 21:40:17 +0200 Original-Received: from dave by wbar5.tampa1-4-11-125-246.dsl-verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 13 Oct 2004 21:40:17 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-devel@gnu.org Original-Lines: 13 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: wbar5.tampa1-4-11-125-246.dsl-verizon.net User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:28364 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:28364 I tried to commit a file today with C-x v v, and was told that the variable log-edit-font-lock-keywords was unknown. Looking at the file showed me that the variable was defined with 'defar' rather than 'defvar'. My question is, where, and how, do I look to see if this is a known problem? There must be a newsgroup, web app, somewhere, that lists such as this... Thanks, Dave