From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Dave Love Newsgroups: gmane.emacs.devel Subject: Re: error in international/titdic-cnv.el Date: 29 Oct 2002 18:07:51 +0000 Sender: emacs-devel-admin@gnu.org Message-ID: References: <20021028173903.9CE9.LEKTU@terra.es> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035914859 24390 80.91.224.249 (29 Oct 2002 18:07:39 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 29 Oct 2002 18:07:39 +0000 (UTC) Cc: emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 186am8-0006LD-00 for ; Tue, 29 Oct 2002 19:07:36 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 186aqr-0002yC-00 for ; Tue, 29 Oct 2002 19:12:29 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 186anC-00061n-00; Tue, 29 Oct 2002 13:08:42 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 186amU-0005ax-00 for emacs-devel@gnu.org; Tue, 29 Oct 2002 13:07:58 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 186amQ-0005YE-00 for emacs-devel@gnu.org; Tue, 29 Oct 2002 13:07:58 -0500 Original-Received: from albion.dl.ac.uk ([148.79.80.39]) by monty-python.gnu.org with esmtp (Exim 4.10) id 186amP-0005Xz-00 for emacs-devel@gnu.org; Tue, 29 Oct 2002 13:07:53 -0500 Original-Received: from fx by albion.dl.ac.uk with local (Exim 3.35 #1 (Debian)) id 186amN-0000YL-00; Tue, 29 Oct 2002 18:07:51 +0000 Original-To: Juanma Barranquero In-Reply-To: <20021028173903.9CE9.LEKTU@terra.es> Original-Lines: 19 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 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:8923 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:8923 Juanma Barranquero writes: > This change > > > 2002-10-28 Dave Love > > > > * international/quail.el (quail-keyboard-layout-alist): Fix > > pc105-uk. > > (quail-keyboard-layout): Customize. > > causes this: > > > In toplevel form: > > titdic-cnv.el:59:1:Error: Symbol's value as variable is void: quail-keyboard-layout-alist I assume that's fixed by a repair I did yesterday. I'd have thought it was best just to fix such obvious trivial problems when you encounter them.