From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: david@adboyd.com (J. David Boyd) Newsgroups: gmane.emacs.devel,gmane.emacs.help Subject: Re: emacs won't open files at startup from command line Date: Wed, 04 Nov 2009 15:32:51 -0500 Message-ID: References: <87vdhzp63c.fsf@galatea.local> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1257366842 21290 80.91.229.12 (4 Nov 2009 20:34:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 4 Nov 2009 20:34:02 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Nov 04 21:33:54 2009 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.50) id 1N5mYC-0005Ez-Jr for ged-emacs-devel@m.gmane.org; Wed, 04 Nov 2009 21:33:52 +0100 Original-Received: from localhost ([127.0.0.1]:51802 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N5mYC-0008SB-5y for ged-emacs-devel@m.gmane.org; Wed, 04 Nov 2009 15:33:52 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N5mXu-0008Iz-HD for emacs-devel@gnu.org; Wed, 04 Nov 2009 15:33:34 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N5mXp-0008GL-N0 for emacs-devel@gnu.org; Wed, 04 Nov 2009 15:33:33 -0500 Original-Received: from [199.232.76.173] (port=54090 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N5mXp-0008GE-F0 for emacs-devel@gnu.org; Wed, 04 Nov 2009 15:33:29 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]:39297) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1N5mXn-0002gY-Bv for emacs-devel@gnu.org; Wed, 04 Nov 2009 15:33:28 -0500 Original-Received: from list by lo.gmane.org with local (Exim 4.50) id 1N5mXj-00054b-Pu for emacs-devel@gnu.org; Wed, 04 Nov 2009 21:33:23 +0100 Original-Received: from 198.204.74.254 ([198.204.74.254]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 04 Nov 2009 21:33:23 +0100 Original-Received: from david by 198.204.74.254 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 04 Nov 2009 21:33:23 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 23 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 198.204.74.254 User-Agent: Gnus/5.1299999999999999 (Gnus v5.13) Emacs/23.1 (cygwin) Cancel-Lock: sha1:J8vooxbMBaWD1Zf9cZPYNvzI8kI= X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) 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:116640 gmane.emacs.help:69480 Archived-At: Kevin Rodgers writes: > Lennart Borgman wrote: >> On Fri, Oct 30, 2009 at 8:53 PM, J. David Boyd wrote: > ... >>> Found it! I've been calling table.el for years, but somehow it must be >>> incompatible with emacs 23.1.1. Took that out, works great. Never used >>> the functionality in it anyway... >> >> The file table.el is included in Emacs now. >> >> This is not the first time I have seen quite interesting side effects >> from using old versions of a file that has later been included in >> Emacs. I think that some test should be made after startup for >> potential such loadings. (This could be run conditionally after all >> init files.) > > `list-load-path-shadows' is what you want. Hey, that _is_ what I want! Cool, thanks, that will help me clean up my .emacs file immensely...