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: abbrevs broken since 2009-11-19 03:12:51 +0000 Date: Thu, 19 Nov 2009 15:59:39 -0500 Message-ID: References: <878we2o2wo.fsf@kobe.laptop> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1258664413 32148 80.91.229.12 (19 Nov 2009 21:00:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 19 Nov 2009 21:00:13 +0000 (UTC) Cc: emacs-devel@gnu.org To: Giorgos Keramidas Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Nov 19 22:00:06 2009 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 1NBE6h-00085j-Gk for ged-emacs-devel@m.gmane.org; Thu, 19 Nov 2009 21:59:59 +0100 Original-Received: from localhost ([127.0.0.1]:49269 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NBE6h-0007r5-4T for ged-emacs-devel@m.gmane.org; Thu, 19 Nov 2009 15:59:59 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NBE6b-0007qs-Mf for emacs-devel@gnu.org; Thu, 19 Nov 2009 15:59:53 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NBE6W-0007pl-BH for emacs-devel@gnu.org; Thu, 19 Nov 2009 15:59:52 -0500 Original-Received: from [199.232.76.173] (port=53746 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NBE6W-0007pi-6o for emacs-devel@gnu.org; Thu, 19 Nov 2009 15:59:48 -0500 Original-Received: from chene.dit.umontreal.ca ([132.204.246.20]:38081) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NBE6V-0001Ar-OD for emacs-devel@gnu.org; Thu, 19 Nov 2009 15:59:47 -0500 Original-Received: from faina.iro.umontreal.ca (faina.iro.umontreal.ca [132.204.26.177]) by chene.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id nAJKxdOk012127; Thu, 19 Nov 2009 15:59:40 -0500 Original-Received: by faina.iro.umontreal.ca (Postfix, from userid 20848) id 7D2293A0FA; Thu, 19 Nov 2009 15:59:39 -0500 (EST) In-Reply-To: <878we2o2wo.fsf@kobe.laptop> (Giorgos Keramidas's message of "Thu, 19 Nov 2009 19:11:35 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) X-NAI-Spam-Level: * X-NAI-Spam-Score: 1 X-NAI-Spam-Rules: 2 Rules triggered SUBJ_TZ=1, RV3410=0 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) 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:117298 Archived-At: > I pulled a new Emacs snapshot from the Git repository this morning and > noticed that typing a space in message-mode fails with a backtrace > similar to the one attached to this message. Sorry, and thanks for the report. I just fixed it (you'll need to rm lisp/abbrev.elc to force recompiling it with the new simple.el). Stefan