From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Marshall, Simon" Newsgroups: gmane.emacs.devel Subject: RE: Should tags completion respect tags-case-fold-search? Date: Wed, 21 Aug 2002 10:51:35 +0100 Sender: emacs-devel-admin@gnu.org Message-ID: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: main.gmane.org 1029923546 16954 127.0.0.1 (21 Aug 2002 09:52:26 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 21 Aug 2002 09:52:26 +0000 (UTC) Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17hSA5-0004PL-00 for ; Wed, 21 Aug 2002 11:52:25 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17hScQ-00075r-00 for ; Wed, 21 Aug 2002 12:21:42 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17hSBB-0005tL-00; Wed, 21 Aug 2002 05:53:33 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17hS9W-0005t5-00 for emacs-devel@gnu.org; Wed, 21 Aug 2002 05:51:50 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17hS9P-0005sg-00 for emacs-devel@gnu.org; Wed, 21 Aug 2002 05:51:49 -0400 Original-Received: from mail17.messagelabs.com ([62.231.131.67]) by monty-python.gnu.org with smtp (Exim 4.10) id 17hS9P-0005sX-00 for emacs-devel@gnu.org; Wed, 21 Aug 2002 05:51:43 -0400 X-VirusChecked: Checked Original-Received: (qmail 30283 invoked from network); 21 Aug 2002 09:51:09 -0000 Original-Received: from gull.midas-kapiti.com (HELO pigeon.misys.com) (193.115.208.67) by server-21.tower-17.messagelabs.com with SMTP; 21 Aug 2002 09:51:09 -0000 Original-Received: FROM gull.misys.com BY pigeon.misys.com ; Wed Aug 21 10:51:38 2002 +0100 Original-Received: by GULL with Internet Mail Service (5.5.2653.19) id ; Wed, 21 Aug 2002 10:51:39 +0100 Original-To: "'rms@gnu.org'" , emacs-devel@gnu.org X-Mailer: Internet Mail Service (5.5.2653.19) Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:6720 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:6720 I guess it's just a matter of binding completion-ignore-case appropriately. But does anyone have any preference over whether binding should be controlled by a new variable, e.g., tags-case-fold-completion, or by the existing variable tags-case-fold-search? I would imagine that users would want to search for tags and complete tags in the same case-sensitive or case-insensitive manner. So, I would think it not worth adding another variable. WDYT? > -----Original Message----- > From: Richard Stallman [mailto:rms@gnu.org] > Sent: 21 August 2002 01:12 > To: simon.marshall@misys.com > Cc: emacs-devel@gnu.org > Subject: Re: Should tags completion respect tags-case-fold-search? > > > M-. fubar RET > > to find function Fubar, shouldn't > > M-. fu SPC > > complete the tag to Fubar? It doesn't, since it doesn't appear to > respect tags-case-fold-search. > > It seems reasonable in principle, though not terribly important. > Would you like to try to implement it? >