From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Francis Moreau Newsgroups: gmane.emacs.help Subject: Re: how to find a tag in a case sensitive way ? Date: Fri, 20 Nov 2009 00:39:19 -0800 (PST) Organization: http://groups.google.com Message-ID: References: <9944827f-6e20-42ce-be56-3c71c8de3eea@l13g2000yqb.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1258706453 15178 80.91.229.12 (20 Nov 2009 08:40:53 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 20 Nov 2009 08:40:53 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Nov 20 09:40:46 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 1NBP2r-0005CO-TW for geh-help-gnu-emacs@m.gmane.org; Fri, 20 Nov 2009 09:40:46 +0100 Original-Received: from localhost ([127.0.0.1]:49935 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NBP2r-0003Cx-An for geh-help-gnu-emacs@m.gmane.org; Fri, 20 Nov 2009 03:40:45 -0500 Original-Path: news.stanford.edu!usenet.stanford.edu!postnews.google.com!b2g2000yqi.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 11 Original-NNTP-Posting-Host: 93.2.234.69 Original-X-Trace: posting.google.com 1258706359 29266 127.0.0.1 (20 Nov 2009 08:39:19 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Fri, 20 Nov 2009 08:39:19 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: b2g2000yqi.googlegroups.com; posting-host=93.2.234.69; posting-account=ekTE0goAAADiVCThPmo4ph0C5bTUhQOx User-Agent: G2/1.0 X-HTTP-Via: 1.1 grimoire.wyplay.int:3128 (squid/2.5.STABLE14) X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.11) Gecko/2009061118 Fedora/3.0.11-1.fc9 Firefox/3.0.11, gzip(gfe), gzip(gfe) Original-Xref: news.stanford.edu gnu.emacs.help:174896 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:69967 Archived-At: On Nov 19, 10:58=A0pm, "Drew Adams" wrote: > > 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' > Ok, I saw this variable but thought that it applied only to the 'search tag' family (ie not the 'find tag' one). Thanks