help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: installed 22.1-0ubuntu4~feisty1, should i remove /etc/emacs21/site-s


From: Thien-Thi Nguyen
Subject: Re: installed 22.1-0ubuntu4~feisty1, should i remove /etc/emacs21/site-start.d
Date: Fri, 31 Aug 2007 11:51:04 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/23.0.50 (gnu/linux)

() imputerate <imputerate@puteracy.com>
() Thu, 30 Aug 2007 18:24:57 -0700 (PDT)

   can i rely on emacs22 to:

   go to /etc/emacs22 and find 00debian-vars.elc,

   instead of:

   going to /etc/emacs21 and running 20gnus-init.el?

if your system has strace installed, you can write the script:

 #!/bin/sh
 exec strace -f -e open "$@" 2>&1 | grep -v o.such.file

into (remove leading space from both lines) /tmp/st and then:

 $ chmod +x /tmp/st
 $ /tmp/st emacs -batch -kill

doing this will show all files that "emacs -batch -kill" opens.
change the command to use the correct emacs or do other stuff
as desired.  in this way, you can see what is really going on.

thi


reply via email to

[Prev in Thread] Current Thread [Next in Thread]