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: Fri, 22 Jun 2007 12:25:08 -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 1182529696 16169 80.91.229.12 (22 Jun 2007 16:28:16 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 22 Jun 2007 16:28:16 +0000 (UTC) Cc: rgm@gnu.org, andreas.roehler@online.de, emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jun 22 18:28:13 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 1I1lzY-0006vZ-JP for ged-emacs-devel@m.gmane.org; Fri, 22 Jun 2007 18:28:12 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I1lzX-0005kk-Uo for ged-emacs-devel@m.gmane.org; Fri, 22 Jun 2007 12:28:11 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1I1lwc-00040v-H9 for emacs-devel@gnu.org; Fri, 22 Jun 2007 12:25:10 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I1lwb-00040S-5p for emacs-devel@gnu.org; Fri, 22 Jun 2007 12:25:10 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I1lwa-00040P-TJ for emacs-devel@gnu.org; Fri, 22 Jun 2007 12:25:08 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1I1lwa-00038X-ML for emacs-devel@gnu.org; Fri, 22 Jun 2007 12:25:08 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1I1lwa-0007Hc-DA; Fri, 22 Jun 2007 12:25:08 -0400 In-reply-to: (message from Stefan Monnier on Thu, 21 Jun 2007 15:02:34 -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:73637 Archived-At: Agreed. But it has since been (ab)used for things like skeletons in programming modes where typing "case SPC" would expand to case in *) ;; esac for those kinds of uses, the capitalization footwork of abbrev.el is rather harmful. In practice, how is it harmful? You would get undesirable results if you enter `CASE' or `Case', but that problem is easy to avoid: enter `case' instead.