unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Thien-Thi Nguyen <ttn@gnuvola.org>
To: help-gnu-emacs@gnu.org
Subject: Re: installed 22.1-0ubuntu4~feisty1, should i remove /etc/emacs21/site-start.d
Date: Fri, 31 Aug 2007 11:51:04 +0200	[thread overview]
Message-ID: <87r6lkm3qv.fsf@gnuvola.org> (raw)
In-Reply-To: mailman.80.1188523505.18990.help-gnu-emacs@gnu.org

() 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	other threads:[~2007-08-31  9:51 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.80.1188523505.18990.help-gnu-emacs@gnu.org>
2007-08-31  9:51 ` Thien-Thi Nguyen [this message]
2007-09-01 23:03   ` installed 22.1-0ubuntu4~feisty1, should i remove /etc/emacs21/site-start.d imputerate
2007-09-01 23:13     ` imputerate
     [not found]     ` <mailman.144.1188688427.18990.help-gnu-emacs@gnu.org>
2007-09-01 23:43       ` Thien-Thi Nguyen
2007-09-02  2:07         ` imputerate
     [not found]         ` <mailman.154.1188698835.18990.help-gnu-emacs@gnu.org>
2007-09-02  2:43           ` Thien-Thi Nguyen
2007-08-31  1:33 imputerate
2007-08-31  8:17 ` Peter Dyballa
2007-09-01 21:39   ` imputerate
     [not found] ` <mailman.93.1188548269.18990.help-gnu-emacs@gnu.org>
2007-09-01  4:55   ` Tim X
2007-09-01 22:11     ` imputerate
  -- strict thread matches above, loose matches on Subject: below --
2007-08-31  1:24 imputerate

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87r6lkm3qv.fsf@gnuvola.org \
    --to=ttn@gnuvola.org \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).