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 17:53:19 -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 1182549215 17027 80.91.229.12 (22 Jun 2007 21:53:35 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 22 Jun 2007 21:53:35 +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 23:53:34 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 1I1r4K-0006SC-2l for ged-emacs-devel@m.gmane.org; Fri, 22 Jun 2007 23:53:28 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I1r4J-0002g4-AY for ged-emacs-devel@m.gmane.org; Fri, 22 Jun 2007 17:53:27 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1I1r4E-0002fH-Q0 for emacs-devel@gnu.org; Fri, 22 Jun 2007 17:53:22 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I1r4D-0002f5-CG for emacs-devel@gnu.org; Fri, 22 Jun 2007 17:53:21 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I1r4D-0002f2-7H for emacs-devel@gnu.org; Fri, 22 Jun 2007 17:53:21 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1I1r4C-0007gi-Qo for emacs-devel@gnu.org; Fri, 22 Jun 2007 17:53:20 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1I1r4B-0000ED-P1; Fri, 22 Jun 2007 17:53:19 -0400 In-reply-to: (message from Stefan Monnier on Fri, 22 Jun 2007 13:51:45 -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:73662 Archived-At: I'm not sure I understand the question: of course we know how to avoid the problem. And we know that it's really harmful if you happen to have variable names such as Case or CASE or cAse. Now I see the point. Yes, making that abbrev case-sensitive would be a useful thing to do. I do not want to change the default case-insensitivity of abbrevs, but I think it'd be worthwhile to be able to specify some case-sensitive abbrevs as well. That is fine with me.