all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Harry Putnam <reader@newsguy.com>
Subject: Re: loading site start before .emacs
Date: Tue, 18 May 2004 09:07:06 -0500	[thread overview]
Message-ID: <m3u0yd3k39.fsf@newsguy.com> (raw)
In-Reply-To: 20040518021924.GA8072@luna.mooo.com

Micha Feigin <michf@post.tau.ac.il> writes:

> preview-latex is loaded automatically by the site file, so when I open
> new latex files it is available.
>
> When using desktop, unless I add (load "preview-latex") before
> desktop-read then preview latex is not available for latex files opened
> by desktop for some reason.

Here is something stolen from Kai G that might help, it leaves a
message in `*Messages*' when something loads:

Put it early in site-start.el
;; make loaded files give a message [from Kai]
 (defadvice load (before debug-log activate)
(message "(Tip from Kai G): Now loading: %s" (locate-library (ad-get-arg 0))))


Might unravel what is loading when.

  reply	other threads:[~2004-05-18 14:07 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.5898.1084833435.1061.help-gnu-emacs@gnu.org>
2004-05-17 23:08 ` loading site start before .emacs David Kastrup
2004-05-18  2:19   ` Micha Feigin
2004-05-18 14:07     ` Harry Putnam [this message]
     [not found]   ` <mailman.5930.1084846695.1061.help-gnu-emacs@gnu.org>
2004-05-18  7:02     ` David Kastrup
2004-05-18  9:15       ` Tim X
2004-05-18 12:16         ` Micha Feigin
2004-05-18 17:45 ` Stefan Monnier
2004-05-17 22:30 Micha Feigin

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

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

  git send-email \
    --in-reply-to=m3u0yd3k39.fsf@newsguy.com \
    --to=reader@newsguy.com \
    /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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.