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: how to find a tag in a case sensitive way ? Date: Thu, 19 Nov 2009 13:58:34 -0800 Message-ID: <4CAF6C42420840C0829AF83615D2EFF9@us.oracle.com> References: <9944827f-6e20-42ce-be56-3c71c8de3eea@l13g2000yqb.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1258667974 13714 80.91.229.12 (19 Nov 2009 21:59:34 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 19 Nov 2009 21:59:34 +0000 (UTC) To: "'Francis Moreau'" , Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Nov 19 22:59:27 2009 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 1NBF2D-0002tG-HA for geh-help-gnu-emacs@m.gmane.org; Thu, 19 Nov 2009 22:59:25 +0100 Original-Received: from localhost ([127.0.0.1]:43517 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NBF2C-0001iF-RL for geh-help-gnu-emacs@m.gmane.org; Thu, 19 Nov 2009 16:59:24 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NBF1a-0001UL-7q for help-gnu-emacs@gnu.org; Thu, 19 Nov 2009 16:58:46 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NBF1U-0001Mu-Oo for help-gnu-emacs@gnu.org; Thu, 19 Nov 2009 16:58:45 -0500 Original-Received: from [199.232.76.173] (port=58500 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NBF1U-0001MZ-HB for help-gnu-emacs@gnu.org; Thu, 19 Nov 2009 16:58:40 -0500 Original-Received: from rcsinet11.oracle.com ([148.87.113.123]:24599 helo=rgminet11.oracle.com) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NBF1U-0003Df-4e for help-gnu-emacs@gnu.org; Thu, 19 Nov 2009 16:58:40 -0500 Original-Received: from rgminet15.oracle.com (rcsinet15.oracle.com [148.87.113.117]) by rgminet11.oracle.com (Switch-3.3.1/Switch-3.3.1) with ESMTP id nAJLwijf005815 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 19 Nov 2009 21:58:45 GMT Original-Received: from acsmt353.oracle.com (acsmt353.oracle.com [141.146.40.153]) by rgminet15.oracle.com (Switch-3.3.1/Switch-3.3.1) with ESMTP id nAJ5S84d016993; Thu, 19 Nov 2009 21:58:38 GMT Original-Received: from abhmt009.oracle.com by acsmt357.oracle.com with ESMTP id 473321511258667912; Thu, 19 Nov 2009 15:58:32 -0600 Original-Received: from dradamslap1 (/130.35.178.194) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Thu, 19 Nov 2009 13:58:32 -0800 X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <9944827f-6e20-42ce-be56-3c71c8de3eea@l13g2000yqb.googlegroups.com> Thread-Index: AcppYQwlvdBXmyrATLyh+qi8Oh+4iQAAgUFw X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 X-Source-IP: acsmt353.oracle.com [141.146.40.153] X-Auth-Type: Internal IP X-CT-RefId: str=0001.0A090202.4B05BF8A.00F1:SCFMA4539814,ss=1,fgs=0 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 1) 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:69949 Archived-At: > How can I find a tag in a case sensitive way ? I thought it > would be trivial but I can't find the answer in the info pages. C-h v `tags-case-fold-search' Apropos is your friend. M-x apropos-variable tag case RET If you use Icicles, then just: C-h v tag M-SPC case