From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: ~/.emacs.d/ in load path (Calc file conflict) Date: Wed, 07 Mar 2012 15:29:54 -0500 Message-ID: References: <87hay1pvxv.fsf@gmail.com> <295F2318-7DD6-43FE-A737-B6D5ACF4160D@gmail.com> <87sjhlvbxb.fsf@gmail.com> <87sjhl9q6a.fsf@uwakimon.sk.tsukuba.ac.jp> 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 1331152232 19342 80.91.229.3 (7 Mar 2012 20:30:32 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 7 Mar 2012 20:30:32 +0000 (UTC) Cc: jay.p.belanger@gmail.com, "Stephen J. Turnbull" , emacs-devel@gnu.org To: Lennart Borgman Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Mar 07 21:30:31 2012 Return-path: Envelope-to: ged-emacs-devel@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 1S5NVG-0002n1-RS for ged-emacs-devel@m.gmane.org; Wed, 07 Mar 2012 21:30:30 +0100 Original-Received: from localhost ([::1]:46641 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S5NVG-0002wE-7q for ged-emacs-devel@m.gmane.org; Wed, 07 Mar 2012 15:30:30 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:38882) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S5NV8-0002vu-Jf for emacs-devel@gnu.org; Wed, 07 Mar 2012 15:30:28 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S5NUj-0000TQ-Ue for emacs-devel@gnu.org; Wed, 07 Mar 2012 15:30:22 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:58963) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S5NUj-0000TE-Qx for emacs-devel@gnu.org; Wed, 07 Mar 2012 15:29:57 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AicFAKU/KE9FxJvl/2dsb2JhbACBX5x7eYhwnhmGGQSGUJRJhAs X-IronPort-AV: E=Sophos;i="4.73,1,1325480400"; d="scan'208";a="166540780" Original-Received: from 69-196-155-229.dsl.teksavvy.com (HELO fmsmemgm.homelinux.net) ([69.196.155.229]) by ironport2-out.teksavvy.com with ESMTP/TLS/ADH-AES256-SHA; 07 Mar 2012 15:29:55 -0500 Original-Received: by fmsmemgm.homelinux.net (Postfix, from userid 20848) id F42186002; Wed, 7 Mar 2012 15:29:54 -0500 (EST) In-Reply-To: (Lennart Borgman's message of "Wed, 7 Mar 2012 19:42:12 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.94 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.181 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:148923 Archived-At: >> We could add a sanity check after loading .emacs if it's a common >> enough problem. =A0Of course, a more general shadowing check would also = be >> good, tho some shadowings are done on purpose so we'd need to figure out >> a way to silence the warnings for those desired shadowings. > Why not just add the shadowing check and then think about the warnings > that should be silenced as they show up? The shadowings won't show up here, but on end-user machines. So there's no need to wait for such shadowings to appear, they already exist out there. Stefan