From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Winston Newsgroups: gmane.emacs.bugs Subject: bug#28439: suggestion: support case-independent xref-find-definitions prompt Date: Thu, 14 Sep 2017 14:21 EDT Message-ID: <201709141821.v8EILKcu038716@psr.com> References: <201709122237.v8CMb6w0029533@psr.com> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=fixed X-Trace: blaine.gmane.org 1505413331 16168 195.159.176.226 (14 Sep 2017 18:22:11 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Thu, 14 Sep 2017 18:22:11 +0000 (UTC) Cc: 28439@debbugs.gnu.org To: Eli Zaretskii , Dmitry Gutov Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Sep 14 20:22:04 2017 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dsYm3-0003y1-CH for geb-bug-gnu-emacs@m.gmane.org; Thu, 14 Sep 2017 20:22:03 +0200 Original-Received: from localhost ([::1]:49396 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dsYmA-000270-Ql for geb-bug-gnu-emacs@m.gmane.org; Thu, 14 Sep 2017 14:22:10 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:41702) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dsYm5-00026I-PF for bug-gnu-emacs@gnu.org; Thu, 14 Sep 2017 14:22:06 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dsYm2-0005nO-BK for bug-gnu-emacs@gnu.org; Thu, 14 Sep 2017 14:22:05 -0400 Original-Received: from debbugs.gnu.org ([208.118.235.43]:60973) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dsYm2-0005nH-8J for bug-gnu-emacs@gnu.org; Thu, 14 Sep 2017 14:22:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dsYm2-0004Kk-2c for bug-gnu-emacs@gnu.org; Thu, 14 Sep 2017 14:22:02 -0400 X-Loop: help-debbugs@gnu.org In-Reply-To: <201709122237.v8CMb6w0029533@psr.com> Resent-From: Winston Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 14 Sep 2017 18:22:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 28439 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 28439-submit@debbugs.gnu.org id=B28439.150541328416608 (code B ref 28439); Thu, 14 Sep 2017 18:22:02 +0000 Original-Received: (at 28439) by debbugs.gnu.org; 14 Sep 2017 18:21:24 +0000 Original-Received: from localhost ([127.0.0.1]:41421 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dsYlQ-0004Jo-Aw for submit@debbugs.gnu.org; Thu, 14 Sep 2017 14:21:24 -0400 Original-Received: from mail.psr.com ([67.212.42.216]:24665 helo=psr.com) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dsYlM-0004JX-NX for 28439@debbugs.gnu.org; Thu, 14 Sep 2017 14:21:21 -0400 Original-Received: from psr.com (localhost [127.0.0.1]) by psr.com (8.15.2/8.15.2) with ESMTPS id v8EILKXe038717 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Thu, 14 Sep 2017 14:21:20 -0400 (EDT) (envelope-from wbe@psr.com) Original-Received: (from wbe@localhost) by psr.com (8.15.2/8.15.2/Submit) id v8EILKcu038716; Thu, 14 Sep 2017 14:21:20 -0400 (EDT) (envelope-from wbe) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 208.118.235.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.org gmane.emacs.bugs:136970 Archived-At: [I've corrected the Subject and Cc lists above to refer to bug#28439 instead of sending to bug-gnu-emacs@gnu.org.] >> Sorry, what don't we want to follow the value of completion-ignore-case? > Because it has a much broader effect. And because the issue here is > inconsistency between completion and actual matching in > xref-find-definitions. They should be consistent, IMO. Thank you, Eli. IMHO, too. For now, I'm using completion-ignore-case because it solves the immediate issue, but I was concerned that it could have side-effects elsewhere that I won't discover until they happen. Sure, since I like it here, I might like it elsewhere, but I won't know until those situations come up, and if I don't like it elsewhere, then I'd be stuck. I liked your patch when I saw it, because it directly addressed the issue. Other options obviously include: * xref-completion-ignore-case, default t; * creating something that applies to both completions and find-definition (I didn't save the patch, but my vague recollection is that it just defaulted to using t for completions). JMO, FWIW. -WBE