From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Thien-Thi Nguyen Newsgroups: gmane.emacs.devel Subject: Re: abbrev--before-point bug Date: Thu, 08 Nov 2007 20:10:30 +0100 Message-ID: <87hcjw7duh.fsf@ambire.localdomain> 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 1194549149 1014 80.91.229.12 (8 Nov 2007 19:12:29 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 8 Nov 2007 19:12:29 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Nov 08 20:12:32 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 1IqCnl-0003lt-HU for ged-emacs-devel@m.gmane.org; Thu, 08 Nov 2007 20:12:29 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IqCnZ-00065A-MU for ged-emacs-devel@m.gmane.org; Thu, 08 Nov 2007 14:12:17 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IqCnW-000655-8K for emacs-devel@gnu.org; Thu, 08 Nov 2007 14:12:14 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IqCnU-00064l-Q1 for emacs-devel@gnu.org; Thu, 08 Nov 2007 14:12:14 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IqCnU-00064f-MC for emacs-devel@gnu.org; Thu, 08 Nov 2007 14:12:12 -0500 Original-Received: from ppp-128-39.21-151.libero.it ([151.21.39.128] helo=ambire.localdomain) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IqCnU-0000Ya-9p for emacs-devel@gnu.org; Thu, 08 Nov 2007 14:12:12 -0500 Original-Received: from ttn by ambire.localdomain with local (Exim 4.63) (envelope-from ) id 1IqClq-0002xg-Qw; Thu, 08 Nov 2007 20:10:30 +0100 In-Reply-To: (Stefan Monnier's message of "Tue, 06 Nov 2007 03:41:02 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.50 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. 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:82818 Archived-At: () Stefan Monnier () Tue, 06 Nov 2007 03:41:02 -0500 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. i traced an error there, but it was for a not-so-recent emacs. cvs emacs seems to be fine. sorry for the noise. thi