From debbugs-submit-bounces@debbugs.gnu.org Wed Dec 29 13:52:54 2010 Received: (at submit) by debbugs.gnu.org; 29 Dec 2010 18:52:54 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PY18n-0000Sy-O6 for submit@debbugs.gnu.org; Wed, 29 Dec 2010 13:52:53 -0500 Received: from eggs.gnu.org ([140.186.70.92]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PY18m-0000Sm-1d for submit@debbugs.gnu.org; Wed, 29 Dec 2010 13:52:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PY1FP-0002o5-T6 for submit@debbugs.gnu.org; Wed, 29 Dec 2010 13:59:45 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-0.3 required=5.0 tests=BAYES_00, FREEMAIL_ENVFROM_END_DIGIT, FREEMAIL_FROM, RFC_ABUSE_POST, T_DKIM_INVALID, T_TO_NO_BRKTS_FREEMAIL autolearn=no version=3.3.1 Received: from lists.gnu.org ([199.232.76.165]:58927) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PY1FP-0002n7-Pj for submit@debbugs.gnu.org; Wed, 29 Dec 2010 13:59:43 -0500 Received: from [140.186.70.92] (port=42957 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PY1Co-0006zJ-F6 for bug-gnu-emacs@gnu.org; Wed, 29 Dec 2010 13:57:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PY1Cn-000283-FE for bug-gnu-emacs@gnu.org; Wed, 29 Dec 2010 13:57:02 -0500 Received: from mail-iy0-f169.google.com ([209.85.210.169]:37755) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PY1Cn-00027x-B3 for bug-gnu-emacs@gnu.org; Wed, 29 Dec 2010 13:57:01 -0500 Received: by iyj17 with SMTP id 17so10266477iyj.0 for ; Wed, 29 Dec 2010 10:57:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:from:to:subject:reply-to :date:message-id:mime-version:content-type; bh=fx/Y1uqMlNENGxeigyYoTMm2//lXaRy5oNBwTONkdI0=; b=jIQmd2EXjwbo2uiDvwR9pogOlI2EfOlfSz4lfRs8ymNunZ7OxRvyRWCu0O9+GDdObm +hPOBPCmr54v3MR06ndUUwceS9RUXsO6nOV5St9wJwU07RhRxQmi6XjhzbRqaQdNsfUS pcC8n6Bg8+WlGoqbva9Bls8AfPZl7mIYaqB74= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:reply-to:date:message-id:mime-version:content-type; b=Dn6FTD6ngOuXjmVonh6rMBCYp/3ecS9KYnhmMJsN9meqxXDqjUr+qn/alhFwctYb1p 3pYthqMXIeFiQ9sDoHofUlp4PwO3t6tEl3y6DeZPrhIlk/I2yLPUTa/7aPswQSnMsVAZ xHffpeFj6tK6KKF4VnV3fbcIiEhZZgfqavuCE= Received: by 10.42.177.202 with SMTP id bj10mr15459322icb.16.1293649020451; Wed, 29 Dec 2010 10:57:00 -0800 (PST) Received: from dad-laptop (pool-96-225-218-44.ptldor.fios.verizon.net [96.225.218.44]) by mx.google.com with ESMTPS id 34sm13460253ibi.8.2010.12.29.10.56.58 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 29 Dec 2010 10:56:59 -0800 (PST) From: emacs18@gmail.com From: Richard Kim To: bug-gnu-emacs@gnu.org Subject: 24.0.50; list-load-path-shadows should be documented in lispref manual Date: Wed, 29 Dec 2010 10:56:57 -0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Spam-Score: -5.9 (-----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: emacs18@gmail.com List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -5.9 (-----) I recently stumbled onto list-load-path-shadows command defined in shadow.el. This is a very useful command, but it is not mentioned in the lispref manual. I took a stab at adding it to the manual as shown by the diff below which adds a few lines at the end of the "Library Search" node in the manual just after the documentation of locate-library. === modified file 'doc/lispref/loading.texi' --- doc/lispref/loading.texi 2010-11-18 03:54:14 +0000 +++ doc/lispref/loading.texi 2010-12-29 18:50:23 +0000 @@ -363,6 +363,20 @@ tells @code{locate-library} to display the file name in the echo area. @end deffn +@deffn Command list-load-path-shadows &optional stringp +Display a list of Emacs Lisp files that shadow other files. + +If @var{stringp} is non-@code{nil}, returns any shadows as a string. +Otherwise, if interactive shows any shadows in a ``*Shadows*'' buffer; +else prints messages listing any shadows. + +This function lists potential load path problems. Directories in +the @var{load-path} variable are searched, in order, for Emacs Lisp +files. When a previously encountered file name is found again, a +message is displayed indicating that the later file is ``hidden'' by +the earlier. +@end deffn + @node Loading Non-ASCII @section Loading Non-@acronym{ASCII} Characters From debbugs-submit-bounces@debbugs.gnu.org Sun Jan 23 15:26:47 2011 Received: (at 7757) by debbugs.gnu.org; 23 Jan 2011 20:26:48 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Ph6WN-0006I4-Ms for submit@debbugs.gnu.org; Sun, 23 Jan 2011 15:26:47 -0500 Received: from vm-emlprdomr-04.its.yale.edu ([130.132.50.145]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Ph6WL-0006Ht-Ap for 7757@debbugs.gnu.org; Sun, 23 Jan 2011 15:26:45 -0500 Received: from furball (162.254.218.209.transedge.com [209.218.254.162]) (authenticated bits=0) by vm-emlprdomr-04.its.yale.edu (8.14.4/8.14.4) with ESMTP id p0NKYiVg000309 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 23 Jan 2011 15:34:45 -0500 Received: by furball (Postfix, from userid 1000) id B70E516075F; Sun, 23 Jan 2011 15:34:42 -0500 (EST) From: Chong Yidong To: emacs18@gmail.com Subject: Re: bug#7757: 24.0.50; list-load-path-shadows should be documented in lispref manual References: Date: Sun, 23 Jan 2011 15:34:42 -0500 In-Reply-To: (emacs's message of "Wed, 29 Dec 2010 10:56:57 -0800") Message-ID: <87lj2b740t.fsf@stupidchicken.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Scanned-By: MIMEDefang 2.71 on 130.132.50.145 X-Spam-Score: -2.4 (--) X-Debbugs-Envelope-To: 7757 Cc: 7757@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.4 (--) emacs18@gmail.com, Richard Kim writes: > I recently stumbled onto list-load-path-shadows command defined in > shadow.el. This is a very useful command, but it is not mentioned > in the lispref manual. I took a stab at adding it to the manual as > shown by the diff below which adds a few lines at the end of the > "Library Search" node in the manual just after the documentation > of locate-library. Thanks. I edited this and committed it to the branch. From debbugs-submit-bounces@debbugs.gnu.org Sun Jan 23 15:26:59 2011 Received: (at control) by debbugs.gnu.org; 23 Jan 2011 20:26:59 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Ph6WY-0006IQ-Ux for submit@debbugs.gnu.org; Sun, 23 Jan 2011 15:26:59 -0500 Received: from vm-emlprdomr-04.its.yale.edu ([130.132.50.145]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Ph6WX-0006IF-Pm for control@debbugs.gnu.org; Sun, 23 Jan 2011 15:26:57 -0500 Received: from furball (162.254.218.209.transedge.com [209.218.254.162]) (authenticated bits=0) by vm-emlprdomr-04.its.yale.edu (8.14.4/8.14.4) with ESMTP id p0NKYtqI000344 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Sun, 23 Jan 2011 15:34:55 -0500 Received: by furball (Postfix, from userid 1000) id 813DF16075F; Sun, 23 Jan 2011 15:34:53 -0500 (EST) From: Chong Yidong To: control@debbugs.gnu.org Subject: close 7757 Date: Sun, 23 Jan 2011 15:34:53 -0500 Message-ID: <87oc77cqaa.fsf@stupidchicken.com> MIME-Version: 1.0 Content-Type: text/plain X-Scanned-By: MIMEDefang 2.71 on 130.132.50.145 X-Spam-Score: -2.4 (--) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.4 (--) close 7757 thanks From unknown Thu Aug 14 12:25:33 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 21 Feb 2011 12:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator