From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: Abbrev should preserve case Date: Thu, 21 Jun 2007 13:32:41 -0400 Message-ID: References: <200706201948.06271.andreas.roehler@online.de> <4nvedib77v.fsf@fencepost.gnu.org> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1182447250 13508 80.91.229.12 (21 Jun 2007 17:34:10 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 21 Jun 2007 17:34:10 +0000 (UTC) Cc: andreas.roehler@online.de, emacs-devel@gnu.org To: Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jun 21 19:34:09 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 1I1QXo-0004ht-Q9 for ged-emacs-devel@m.gmane.org; Thu, 21 Jun 2007 19:34:08 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I1QXo-0008Ce-9O for ged-emacs-devel@m.gmane.org; Thu, 21 Jun 2007 13:34:08 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1I1QWR-0006ud-Ir for emacs-devel@gnu.org; Thu, 21 Jun 2007 13:32:43 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I1QWQ-0006tz-5S for emacs-devel@gnu.org; Thu, 21 Jun 2007 13:32:43 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I1QWP-0006ts-SU for emacs-devel@gnu.org; Thu, 21 Jun 2007 13:32:41 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1I1QWP-0005d0-Ij for emacs-devel@gnu.org; Thu, 21 Jun 2007 13:32:41 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1I1QWP-0004kW-26; Thu, 21 Jun 2007 13:32:41 -0400 In-reply-to: <4nvedib77v.fsf@fencepost.gnu.org> (message from Glenn Morris on Wed, 20 Jun 2007 18:18:28 -0400) X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) 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:73533 Archived-At: The handling of case in abbrevs is designed to work well for abbreviations for words and phrases used in text. It is the right thing. It might be ok to allow separate definitions for non-lower-case abbrevs, and look first for them when the text to be expanded is not lower case. This would be ok provided that it has no effect on the handling of the sort of abbrevs that now exist.