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: abbrev--before-point bug Date: Tue, 06 Nov 2007 07:51:19 +0100 Message-ID: <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 1194331994 17977 80.91.229.12 (6 Nov 2007 06:53:14 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 6 Nov 2007 06:53:14 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Nov 06 07:53:18 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 1IpIJH-00019E-Qu for ged-emacs-devel@m.gmane.org; Tue, 06 Nov 2007 07:53:15 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IpIJ7-0006cc-3D for ged-emacs-devel@m.gmane.org; Tue, 06 Nov 2007 01:53:05 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IpIJ3-0006XH-AP for emacs-devel@gnu.org; Tue, 06 Nov 2007 01:53:01 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IpIJ1-0006Ts-NS for emacs-devel@gnu.org; Tue, 06 Nov 2007 01:53:00 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IpIJ1-0006TX-Ef for emacs-devel@gnu.org; Tue, 06 Nov 2007 01:52:59 -0500 Original-Received: from ppp-195-38.21-151.libero.it ([151.21.38.195] 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 1IpIIz-0001JV-PH for emacs-devel@gnu.org; Tue, 06 Nov 2007 01:52:58 -0500 Original-Received: from ttn by ambire.localdomain with local (Exim 4.63) (envelope-from ) id 1IpIHP-0003eo-LD for emacs-devel@gnu.org; Tue, 06 Nov 2007 07:51:19 +0100 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:82628 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. thi