From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kevin Rodgers Newsgroups: gmane.emacs.devel,gmane.emacs.help Subject: Re: emacs won't open files at startup from command line Date: Tue, 03 Nov 2009 23:06:28 -0700 Message-ID: References: <87vdhzp63c.fsf@galatea.local> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1257314835 29284 80.91.229.12 (4 Nov 2009 06:07:15 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 4 Nov 2009 06:07:15 +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 07:07:08 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 1N5Z1O-0008TG-NR for ged-emacs-devel@m.gmane.org; Wed, 04 Nov 2009 07:07:07 +0100 Original-Received: from localhost ([127.0.0.1]:47890 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N5Z1O-00061t-4x for ged-emacs-devel@m.gmane.org; Wed, 04 Nov 2009 01:07:06 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N5Z1H-00061P-Sl for emacs-devel@gnu.org; Wed, 04 Nov 2009 01:06:59 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N5Z1D-00060m-5Y for emacs-devel@gnu.org; Wed, 04 Nov 2009 01:06:59 -0500 Original-Received: from [199.232.76.173] (port=55908 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N5Z1C-00060j-Vz for emacs-devel@gnu.org; Wed, 04 Nov 2009 01:06:55 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]:35937) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1N5Z1C-0000mK-HO for emacs-devel@gnu.org; Wed, 04 Nov 2009 01:06:54 -0500 Original-Received: from list by lo.gmane.org with local (Exim 4.50) id 1N5Z1A-0008Ns-A0 for emacs-devel@gnu.org; Wed, 04 Nov 2009 07:06:52 +0100 Original-Received: from c-71-237-24-138.hsd1.co.comcast.net ([71.237.24.138]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 04 Nov 2009 07:06:52 +0100 Original-Received: from kevin.d.rodgers by c-71-237-24-138.hsd1.co.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 04 Nov 2009 07:06:52 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 20 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: c-71-237-24-138.hsd1.co.comcast.net User-Agent: Thunderbird 2.0.0.23 (Macintosh/20090812) In-Reply-To: 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:116617 gmane.emacs.help:69464 Archived-At: 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. -- Kevin Rodgers Denver, Colorado, USA