From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Thomas L Roche Newsgroups: gmane.emacs.help Subject: Re: abbrev-mode: "SF" -> "SourceForge"? Date: Mon, 5 Feb 2007 16:11:39 -0500 Message-ID: References: <200702052041.l15KfghG013887@e34.co.us.ibm.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-Trace: sea.gmane.org 1170709925 2737 80.91.229.12 (5 Feb 2007 21:12:05 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 5 Feb 2007 21:12:05 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Feb 05 22:11:59 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HEB80-00035l-K5 for geh-help-gnu-emacs@m.gmane.org; Mon, 05 Feb 2007 22:11:56 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HEB7z-0001Ye-Ro for geh-help-gnu-emacs@m.gmane.org; Mon, 05 Feb 2007 16:11:55 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HEB7p-0001YZ-7y for help-gnu-emacs@gnu.org; Mon, 05 Feb 2007 16:11:45 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HEB7m-0001YN-Qz for help-gnu-emacs@gnu.org; Mon, 05 Feb 2007 16:11:43 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HEB7m-0001YK-L1 for help-gnu-emacs@gnu.org; Mon, 05 Feb 2007 16:11:42 -0500 Original-Received: from e33.co.us.ibm.com ([32.97.110.151]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1HEB7m-0002M9-78 for help-gnu-emacs@gnu.org; Mon, 05 Feb 2007 16:11:42 -0500 Original-Received: from westrelay02.boulder.ibm.com (westrelay02.boulder.ibm.com [9.17.195.11]) by e33.co.us.ibm.com (8.13.8/8.13.8) with ESMTP id l15LBecT026219 for ; Mon, 5 Feb 2007 16:11:40 -0500 Original-Received: from d03av01.boulder.ibm.com (d03av01.boulder.ibm.com [9.17.195.167]) by westrelay02.boulder.ibm.com (8.13.8/8.13.8/NCO v8.2) with ESMTP id l15LBeaR554206 for ; Mon, 5 Feb 2007 14:11:40 -0700 Original-Received: from d03av01.boulder.ibm.com (loopback [127.0.0.1]) by d03av01.boulder.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id l15LBeUh011638 for ; Mon, 5 Feb 2007 14:11:40 -0700 Original-Received: from d03nm120.boulder.ibm.com (d03nm120.boulder.ibm.com [9.17.195.146]) by d03av01.boulder.ibm.com (8.12.11.20060308/8.12.11) with ESMTP id l15LBetQ011629 for ; Mon, 5 Feb 2007 14:11:40 -0700 In-Reply-To: <200702052041.l15KfghG013887@e34.co.us.ibm.com> X-Mailer: Lotus Notes Release 7.0 HF85 November 04, 2005 X-MIMETrack: Serialize by Router on D03NM120/03/M/IBM(Release 7.0.2HF32 | October 17, 2006) at 02/05/2007 14:11:39, Serialize complete at 02/05/2007 14:11:39 X-detected-kernel: Linux 2.4-2.6 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:40912 Archived-At: Tom Roche 5 fev, 17:13 >> Can I configure emacs to give the mapping >> "SF" -> "SourceForge" >> ? HS 5 Feb 2007 12:33:33 -0800 > I just found this in the customize buffer: > Abbrev All Caps: Hide Value Toggle off (nil) > State: STANDARD. > Set non-nil means expand multi-word abbrevs all caps if abbrev was so. > Try this, maybe it solves your problem... Unfortunately no. I had abbrev-all-caps=nil, in which (as previously related) * .abbrev_defs containing ("sf" "SourceForge" nil 0) ; ("SF" "SourceForge" nil 0) produced "sf" -> "SourceForge" "SF" -> "SOURCEFORGE" * .abbrev_defs containing ; ("sf" "SourceForge" nil 0) ("SF" "SourceForge" nil 0) produced no mapping. With abbrev-all-caps=t, * .abbrev_defs containing ; ("sf" "SourceForge" nil 0) ("SF" "SourceForge" nil 0) produced "SF" -> "SOURCEFORGE" >> Apologies if this is a FAQ, but I'm not seeing an answer either in >> the Info or the FAQ or googling. Please reply directly to me (as >> well as the list) if possible, feel free to forward, and TIA.