From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jonas Bernoulli Newsgroups: gmane.emacs.bugs Subject: finder-compile-keywords misses some packages Date: Thu, 10 Nov 2011 14:00:09 -0800 (PST) Organization: http://groups.google.com Message-ID: <30491587.4293.1320962409437.JavaMail.geo-discussion-forums@yqni5> Reply-To: gnu.emacs.bug@googlegroups.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1332961480 22998 80.91.229.3 (28 Mar 2012 19:04:40 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 28 Mar 2012 19:04:40 +0000 (UTC) To: bug-gnu-emacs@gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Mar 28 21:04:39 2012 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SCyAg-0003op-Lx for geb-bug-gnu-emacs@m.gmane.org; Wed, 28 Mar 2012 21:04:38 +0200 Original-Received: from localhost ([::1]:58721 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SCyAf-00058U-Sr for geb-bug-gnu-emacs@m.gmane.org; Wed, 28 Mar 2012 15:04:37 -0400 Original-Path: usenet.stanford.edu!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.bug Original-Lines: 11 Original-NNTP-Posting-Host: 178.83.201.90 Original-X-Trace: posting.google.com 1320962520 1867 127.0.0.1 (10 Nov 2011 22:02:00 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Thu, 10 Nov 2011 22:02:00 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=178.83.201.90; posting-account=20FF6QoAAACo1HU7rMl-ZRh8QnJDL_AO User-Agent: G2/1.0 X-Google-Web-Client: true Original-Xref: usenet.stanford.edu gnu.emacs.bug:80650 X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list 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-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:58253 Archived-At: `finder-compile-keywords' keeps track of processed libraries by adding thei= r base-name to a list and subsequently ignoring any file whose base-name is= already there. However multiple files with the same base-name exist so thi= s does not work properly resulting in some files being ignored when they sh= ould not be. E.g.: $ find -name debug.el ./cedet/semantic/bovine/debug.el ./cedet/semantic/debug.el ./cedet/semantic/analyze/debug.el ./emacs-lisp/debug.el