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: bug in the recent (~1 week) CVS version Date: Tue, 06 Nov 2007 05:13:14 -0500 Message-ID: References: <26054.1194140913@cs.sunysb.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1194344016 18201 80.91.229.12 (6 Nov 2007 10:13:36 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 6 Nov 2007 10:13:36 +0000 (UTC) Cc: emacs-devel@gnu.org To: kifer@cs.sunysb.edu (Michael Kifer) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Nov 06 11:13:38 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 1IpLRA-0004Lm-KE for ged-emacs-devel@m.gmane.org; Tue, 06 Nov 2007 11:13:36 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IpLQz-0004BF-HJ for ged-emacs-devel@m.gmane.org; Tue, 06 Nov 2007 05:13:25 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IpLQs-00049K-Jv for emacs-devel@gnu.org; Tue, 06 Nov 2007 05:13:19 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IpLQq-00047c-Ji for emacs-devel@gnu.org; Tue, 06 Nov 2007 05:13:17 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IpLQq-00047Q-B4 for emacs-devel@gnu.org; Tue, 06 Nov 2007 05:13:16 -0500 Original-Received: from tomts43.bellnexxia.net ([209.226.175.110] helo=tomts43-srv.bellnexxia.net) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IpLQq-0003XV-0w for emacs-devel@gnu.org; Tue, 06 Nov 2007 05:13:16 -0500 Original-Received: from pastel.home ([70.55.140.67]) by tomts43-srv.bellnexxia.net (InterMail vM.5.01.06.13 201-253-122-130-113-20050324) with ESMTP id <20071106101314.GIHT26794.tomts43-srv.bellnexxia.net@pastel.home> for ; Tue, 6 Nov 2007 05:13:14 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id A5E497FC4; Tue, 6 Nov 2007 05:13:14 -0500 (EST) In-Reply-To: <26054.1194140913@cs.sunysb.edu> (Michael Kifer's message of "Sat\, 03 Nov 2007 21\:48\:33 -0400") 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:82646 Archived-At: > Eval these: > (setq-default abbrev-mode 1) > (define-abbrev-table 'global-abbrev-table > '(( "fff" "foobar" nil 0))) > Now type > Fff! > You will get !Foobar instead of Foobar! > But fff! and FFF! work correctly. I believe I fixed this bug recently. Can you confirm? Stefan