From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel,gmane.emacs.help Subject: Re: emacs won't open files at startup from command line Date: Wed, 4 Nov 2009 10:45:09 +0100 Message-ID: References: <87vdhzp63c.fsf@galatea.local> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1257328021 30256 80.91.229.12 (4 Nov 2009 09:47:01 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 4 Nov 2009 09:47:01 +0000 (UTC) Cc: help-gnu-emacs@gnu.org, emacs-devel@gnu.org To: Kevin Rodgers Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Nov 04 10:46:53 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 1N5cS2-0001eL-B3 for ged-emacs-devel@m.gmane.org; Wed, 04 Nov 2009 10:46:50 +0100 Original-Received: from localhost ([127.0.0.1]:41850 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N5cRx-0003zi-JR for ged-emacs-devel@m.gmane.org; Wed, 04 Nov 2009 04:46:45 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N5cQo-0003c5-Pg for emacs-devel@gnu.org; Wed, 04 Nov 2009 04:45:34 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N5cQk-0003aC-Rz for emacs-devel@gnu.org; Wed, 04 Nov 2009 04:45:34 -0500 Original-Received: from [199.232.76.173] (port=48462 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N5cQk-0003a5-El; Wed, 04 Nov 2009 04:45:30 -0500 Original-Received: from mail-gx0-f224.google.com ([209.85.217.224]:41510) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N5cQk-0000Fa-0U; Wed, 04 Nov 2009 04:45:30 -0500 Original-Received: by gxk24 with SMTP id 24so4394077gxk.6 for ; Wed, 04 Nov 2009 01:45:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=K4PU4ibEQ5dl8/1j7W6or4MWWQUGOrQhG6dSjWJpOZM=; b=oPAxfHdMZxjuHiEwvfioqm9VyNPqw8XZ0qfpQS6YQChxdxdXgWWqPyqAgqRTVQhUD0 XLRMNYAhjrVp6mLhshMuO/99+plD2Mtbb26fs3VYLSShMfV2RkqyFyFY4pn6ivT07B0I fVHLzTN3/rB4QH6Fz/McZ+Yzl9egR8tDSRs6Y= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=WVTzfBVY3XH8FYlL+1+G2P110M6KVpdhTF2MvRTp5f0pz3YRYSOaqerzEvAx0FyG4j bF3/nyHPLdgt8BDKfA93fCJ8UYII/NHLl7xsZtBVKlZPHYUEeZz12HHiqn/pLV4naOcn mgk3PPZ809cF3BtPd+J/Z8J5KBdekRPp/inRw= Original-Received: by 10.100.245.17 with SMTP id s17mr1022286anh.28.1257327929067; Wed, 04 Nov 2009 01:45:29 -0800 (PST) In-Reply-To: X-detected-operating-system: by monty-python.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:116621 gmane.emacs.help:69468 Archived-At: On Wed, Nov 4, 2009 at 7:06 AM, Kevin Rodgers w= rote: > Lennart Borgman wrote: >> >> On Fri, Oct 30, 2009 at 8:53 PM, J. David Boyd wrote: > > ... >>> >>> Found it! =C2=A0I've been calling table.el for years, but somehow it mu= st be >>> incompatible with emacs 23.1.1. =C2=A0Took that out, works great. =C2= =A0Never 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. You mean something that checks this variable after default.el have been loaded? Yes.