From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.help Subject: RE: Case sensitivity in abbrevs Date: Fri, 2 Sep 2011 14:35:14 -0700 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1314999923 19051 80.91.229.12 (2 Sep 2011 21:45:23 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 2 Sep 2011 21:45:23 +0000 (UTC) To: "'Alex Rozenshteyn'" , "'emacs help'" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Sep 02 23:45:20 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QzbY6-0005gQ-Ni for geh-help-gnu-emacs@m.gmane.org; Fri, 02 Sep 2011 23:45:19 +0200 Original-Received: from localhost ([::1]:54932 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QzbY5-0007EV-Fk for geh-help-gnu-emacs@m.gmane.org; Fri, 02 Sep 2011 17:45:17 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:59165) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QzbY0-0007EC-US for help-gnu-emacs@gnu.org; Fri, 02 Sep 2011 17:45:13 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QzbY0-0004m4-7A for help-gnu-emacs@gnu.org; Fri, 02 Sep 2011 17:45:12 -0400 Original-Received: from acsinet15.oracle.com ([141.146.126.227]:21025) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QzbXz-0004lO-Tp for help-gnu-emacs@gnu.org; Fri, 02 Sep 2011 17:45:12 -0400 Original-Received: from rtcsinet22.oracle.com (rtcsinet22.oracle.com [66.248.204.30]) by acsinet15.oracle.com (Switch-3.4.4/Switch-3.4.4) with ESMTP id p82Lj0Iv025637 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 2 Sep 2011 21:45:07 GMT Original-Received: from acsmt356.oracle.com (acsmt356.oracle.com [141.146.40.156]) by rtcsinet22.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id p82LZLhj017621 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 2 Sep 2011 21:35:22 GMT Original-Received: from abhmt116.oracle.com (abhmt116.oracle.com [141.146.116.68]) by acsmt356.oracle.com (8.12.11.20060308/8.12.11) with ESMTP id p82LZGKM014977; Fri, 2 Sep 2011 16:35:16 -0500 Original-Received: from dradamslap1 (/10.159.53.51) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Fri, 02 Sep 2011 14:35:15 -0700 X-Mailer: Microsoft Office Outlook 11 In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6109 Thread-Index: Acxptw+vhC6qAcbdSMShIKGbvfSEzgAALAdQ X-Source-IP: rtcsinet22.oracle.com [66.248.204.30] X-CT-RefId: str=0001.0A090204.4E614E63.014A,ss=1,re=0.000,fgs=0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 1) X-Received-From: 141.146.126.227 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:82128 Archived-At: > Is it possible to define an abbreviation that is case > sensitive (not a dynamic one)? I found that > dabbrev-case-fold-search didn't seem to be what I > was looking for. > The motivating example for me was that I wanted "true" > to expand but "True" not to. Does option `dabbrev-upcase-means-case-search' help?