From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: abbrev--before-point bug Date: Tue, 06 Nov 2007 03:41:02 -0500 Message-ID: References: <87abpryihk.fsf@ambire.localdomain> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1194338597 1819 80.91.229.12 (6 Nov 2007 08:43:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 6 Nov 2007 08:43:17 +0000 (UTC) Cc: emacs-devel@gnu.org To: Thien-Thi Nguyen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Nov 06 09:43:20 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IpK1k-0007LF-CG for ged-emacs-devel@m.gmane.org; Tue, 06 Nov 2007 09:43:16 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IpK1Z-0000R6-BV for ged-emacs-devel@m.gmane.org; Tue, 06 Nov 2007 03:43:05 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IpJzd-0007w9-Q8 for emacs-devel@gnu.org; Tue, 06 Nov 2007 03:41:05 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IpJzc-0007v5-4W for emacs-devel@gnu.org; Tue, 06 Nov 2007 03:41:05 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IpJzb-0007ui-Um for emacs-devel@gnu.org; Tue, 06 Nov 2007 03:41:03 -0500 Original-Received: from tomts36.bellnexxia.net ([209.226.175.93] helo=tomts36-srv.bellnexxia.net) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IpJzb-0006Zk-Nn for emacs-devel@gnu.org; Tue, 06 Nov 2007 03:41:03 -0500 Original-Received: from pastel.home ([70.55.140.67]) by tomts36-srv.bellnexxia.net (InterMail vM.5.01.06.13 201-253-122-130-113-20050324) with ESMTP id <20071106084102.HNFN7990.tomts36-srv.bellnexxia.net@pastel.home> for ; Tue, 6 Nov 2007 03:41:02 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id B67107FC4; Tue, 6 Nov 2007 03:41:02 -0500 (EST) In-Reply-To: <87abpryihk.fsf@ambire.localdomain> (Thien-Thi Nguyen's message of "Tue\, 06 Nov 2007 07\:51\:19 +0100") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/23.0.50 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Solaris 8 (1) 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: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:82642 Archived-At: > line 669 reads: > (list (abbrev-symbol name tables) name start end))) > where TABLES is a list, but `abbrev-symbol' takes second arg TABLE > not a list. > i don't know enough about abbrev to fix this problem. What makes you think it's a problem: the code in abbrev-symbol is perfectly happy to receive a list rather than a single table. Stefan