From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Peter Dyballa Newsgroups: gmane.emacs.help Subject: Re: Load path and custom compiling cvs on Debian Date: Fri, 14 Dec 2007 23:47:11 +0100 Message-ID: <2C404299-4C8A-4B43-BA36-AB2E5FE70BD8@web.de> References: <44dddf400712140946l5df0fe41jf73948e7552467bd@mail.gmail.com> <411C8F06-EA8D-412D-807A-B806B9DA8F4B@Web.DE> <44dddf400712141144q68f5d569h7625759ba1cfd498@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=WINDOWS-1252; delsp=yes; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1197781963 14373 80.91.229.12 (16 Dec 2007 05:12:43 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 16 Dec 2007 05:12:43 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: lists@sourceillustrated.com Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Dec 16 06:12:54 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1J3lo5-0000pK-8j for geh-help-gnu-emacs@m.gmane.org; Sun, 16 Dec 2007 06:12:54 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J3lnj-0000CH-JU for geh-help-gnu-emacs@m.gmane.org; Sun, 16 Dec 2007 00:12:31 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1J3lnP-0000Br-Lm for help-gnu-emacs@gnu.org; Sun, 16 Dec 2007 00:12:11 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1J3lnN-0000Ay-2E for help-gnu-emacs@gnu.org; Sun, 16 Dec 2007 00:12:10 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J3lnM-0000Ap-Nr for help-gnu-emacs@gnu.org; Sun, 16 Dec 2007 00:12:08 -0500 Original-Received: from mx20.gnu.org ([199.232.41.8]) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1J3l1y-0000H1-Db for help-gnu-emacs@gnu.org; Sat, 15 Dec 2007 23:23:12 -0500 Original-Received: from fmmailgate02.web.de ([217.72.192.227]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1J3JK2-0000qp-6x for help-gnu-emacs@gnu.org; Fri, 14 Dec 2007 17:47:58 -0500 Original-Received: from smtp08.web.de (fmsmtp08.dlan.cinetic.de [172.20.5.216]) by fmmailgate02.web.de (Postfix) with ESMTP id B06E8BA9A3ED; Fri, 14 Dec 2007 23:47:13 +0100 (CET) Original-Received: from [195.4.206.140] (helo=[192.168.1.2]) by smtp08.web.de with asmtp (TLSv1:AES128-SHA:128) (WEB.DE 4.108 #208) id 1J3JJJ-0006lj-00; Fri, 14 Dec 2007 23:47:13 +0100 In-Reply-To: <44dddf400712141144q68f5d569h7625759ba1cfd498@mail.gmail.com> X-Mailer: Apple Mail (2.752.2) X-Sender: Peter_Dyballa@web.de X-Provags-ID: V01U2FsdGVkX183rXsnR4yGMBD1+IpU3hf71cUMQr66hxpH2dR1 iR0BN+6CmFESOZS5cRrSyItdTJrc4Du7D8zRHsoQMRxm1y8nAP +c0aj19kaIRRnfQuwrOw== X-detected-kernel: by mx20.gnu.org: Linux 2.4-2.6 X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:50102 Archived-At: Am 14.12.2007 um 20:44 schrieb John Wells: > Is there a way to see what was compiled in from within emacs? I don't understand your question. Maybe the *compilation* buffer has =20 something to offer? Or are you looking for 'ldd ' (otool -L =20 in Mac OS X)? The PATH value can be long: path1:path2:path3:... Maybe you missed =20 the appropriate directory. For this purpose check load-path in the =20 debian product and load-path in your Emacs. The difference will make =20 the difference ... BTW, I am using a bit of code I found somewhere in site-start.el: (defadvice load (before debug-log activate) (message "(Tipp von Kai G) Loding now: %s" (ad-get-arg 0))) Could it works to pass this as code to evaluate on the command line. =20 Then *Messages* should contain messages like (Tipp von Kai G) Loding now: auctex.el This might help to identify from where debian code is loaded. In a =20 debian-like Emacs 21.3.50 it loads from /sw/etc/emacs/site-start.d. =20 Startup.el should be a file that can have debian additions/hacks =96 my =20= debian-like Emacs some 'flavor' added and executed/loaded there. -- Greetings Pete $ sumascii BILL GATES B I L L G A T E S 66+ 73+ 76+ 76+ 71+ 65+ 84+ 69+ 83 =3D 663 and add 3 because he's Bill Gates the third.