From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: load-library vs. list-load-path-shadows Date: Mon, 5 Apr 2010 13:03:18 +0200 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: dough.gmane.org 1270465435 25061 80.91.229.12 (5 Apr 2010 11:03:55 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 5 Apr 2010 11:03:55 +0000 (UTC) To: Emacs developers Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Apr 05 13:03:51 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Nyk5s-0006GC-TF for ged-emacs-devel@m.gmane.org; Mon, 05 Apr 2010 13:03:49 +0200 Original-Received: from localhost ([127.0.0.1]:37999 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nyk5s-0006Vy-A1 for ged-emacs-devel@m.gmane.org; Mon, 05 Apr 2010 07:03:48 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nyk5m-0006SS-Lc for emacs-devel@gnu.org; Mon, 05 Apr 2010 07:03:42 -0400 Original-Received: from [140.186.70.92] (port=50795 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nyk5k-0006Q1-Ro for emacs-devel@gnu.org; Mon, 05 Apr 2010 07:03:41 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Nyk5j-0001KC-Ij for emacs-devel@gnu.org; Mon, 05 Apr 2010 07:03:40 -0400 Original-Received: from mail-bw0-f223.google.com ([209.85.218.223]:57084) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Nyk5j-0001K6-Da for emacs-devel@gnu.org; Mon, 05 Apr 2010 07:03:39 -0400 Original-Received: by bwz23 with SMTP id 23so906730bwz.26 for ; Mon, 05 Apr 2010 04:03:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:from:date:received :message-id:subject:to:content-type; bh=rXXbtIvgztHIMDLZ0QyjLbc6fl0dGSdPxljMTSWlLvQ=; b=V5skYulKzHHPKtnlC3uSFPhgQPjqC75UNdCqcDNUbClGKmFP54BM6tbpCism3W3y5E wgcsf6OA9rTiKejQBg9bgp5KXugUT3iOarGp3A+Immlvc5V4RUkp22bgXNlvVVR59EVi eMyRv5tkkOifzvLTTZWCsLbOpj57SOYVLyGXI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=Ba/HoazYthU0srDsVDS7dubAjgauBWBRpNkEgMW9rdinzwIu7dEP1YupXvbMmVSo3l OpIvnUfbuXZgt0Fzaou+X1upIjnhChcLwAdY+dkcOMkdjECmNjLxH4LVxc82In9PpPre ujg7iuYJdsrR2vq3meKiLpcYiaGrYFJ/I+c9k= Original-Received: by 10.204.136.15 with HTTP; Mon, 5 Apr 2010 04:03:18 -0700 (PDT) Original-Received: by 10.204.21.195 with SMTP id k3mr6565209bkb.4.1270465418158; Mon, 05 Apr 2010 04:03:38 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:123183 Archived-At: (This is on Windows, so case insensitive search, etc.) I installed color-theme in my site-lisp, and then M-x load-library authors fails because it finds site-lisp/color-theme/AUTHORS instead of lisp/emacs-lisp/authors.el[c], which is or isn't a bug (I think it's not, given that `load-library' clearly says that "LIBRARY is searched [...] both with and without `load-suffixes'"). But at least `list-load-path-shadows' should use the same heuristics, so it could point out the problem... Juanma