From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Steve Purcell Newsgroups: gmane.emacs.bugs Subject: bug#26490: 25.1; package-buffer-info is incorrectly case-insensitive Date: Fri, 14 Apr 2017 21:12:47 +1200 Message-ID: <06F852EE-C021-40D9-A345-1726CDAFD79E@sanityinc.com> References: <83pogfh2di.fsf@gnu.org> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\)) Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: blaine.gmane.org 1492161252 17389 195.159.176.226 (14 Apr 2017 09:14:12 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Fri, 14 Apr 2017 09:14:12 +0000 (UTC) Cc: 26490@debbugs.gnu.org To: Eli Zaretskii Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Apr 14 11:14:08 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 1cyxIt-0004NX-P8 for geb-bug-gnu-emacs@m.gmane.org; Fri, 14 Apr 2017 11:14:07 +0200 Original-Received: from localhost ([::1]:52453 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cyxIx-0002Jf-Ow for geb-bug-gnu-emacs@m.gmane.org; Fri, 14 Apr 2017 05:14:11 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:35382) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cyxIs-0002JZ-9C for bug-gnu-emacs@gnu.org; Fri, 14 Apr 2017 05:14:06 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cyxIo-0005Yi-Ag for bug-gnu-emacs@gnu.org; Fri, 14 Apr 2017 05:14:06 -0400 Original-Received: from debbugs.gnu.org ([208.118.235.43]:48250) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cyxIo-0005YZ-7A for bug-gnu-emacs@gnu.org; Fri, 14 Apr 2017 05:14:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1cyxIo-0001lF-1K for bug-gnu-emacs@gnu.org; Fri, 14 Apr 2017 05:14:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Steve Purcell Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 14 Apr 2017 09:14:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 26490 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 26490-submit@debbugs.gnu.org id=B26490.14921611856685 (code B ref 26490); Fri, 14 Apr 2017 09:14:01 +0000 Original-Received: (at 26490) by debbugs.gnu.org; 14 Apr 2017 09:13:05 +0000 Original-Received: from localhost ([127.0.0.1]:46449 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cyxHt-0001jl-HH for submit@debbugs.gnu.org; Fri, 14 Apr 2017 05:13:05 -0400 Original-Received: from purcellpeople.com ([85.214.32.38]:42966 helo=h1189701.stratoserver.net) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cyxHs-0001jF-2l for 26490@debbugs.gnu.org; Fri, 14 Apr 2017 05:13:04 -0400 Original-Received: from [192.168.0.11] (unknown [219.88.237.154]) by h1189701.stratoserver.net (Postfix) with ESMTPSA id E1B6027AC0AD; Fri, 14 Apr 2017 11:12:53 +0200 (CEST) In-Reply-To: <83pogfh2di.fsf@gnu.org> X-Mailer: Apple Mail (2.3273) 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:131566 Archived-At: I=E2=80=99m going to bind case-fold-search to nil in my case anyway, but = I don=E2=80=99t think you want a situation in which the case of the = first and last lines differ, simply for the sake of consistency: = that=E2=80=99s all that this patch ensures, and it=E2=80=99s orthogonal = to filesystem case-sensitivity. (Further, in package-lint, the intention is to check that the filenames = on those lines exactly match the elisp buffer's filename, if any, and = the name of the provided feature. Those comparisons should always be = case-sensitive, I would think, because the elisp file could be taken = from a local case-insensitive FS to a case-sensitive FS, and mismatches = would presumably cause issues.)