all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Harry Putnam <hgp@sbcglobal.net>
Subject: Baffling phenomena with site-start.el
Date: Sun, 09 Feb 2003 03:17:17 GMT	[thread overview]
Message-ID: <m2wukannwj.fsf@sbcglobal.net> (raw)


I've piddled around with this for a while today, just wondering why
this might happen.

Briefly, the phenomena is that this line of code:
(setq inhibit-startup-message t)
Is ignored when inserted in site-start.el, but works (prevents splash
screen) when inserted in ~.emacs.

Too complicate things a
little.. /usr/local/share/emacs/site-lisp/site-start.el is a symlink
to a cvs protected file.

But, so is ~/.emacs

Further, by putting this: 
  (message "hello world -- from ~/.site-start.el") (sit-for 1)
At the bottom of both files (with aproppriate names to output)

I can see in *Messages* buffer that both are being loaded:
   (emacs /home/hgp/somefile)
  Loading disp-table...done
  Loading tool-bar...done
  Loading image...done
  Loading tooltip...done
  Loading ~/.emacs-custom...done
  Loading skeleton...done
  Loading advice...done
  hello world -- from ~/.site-start.el
  Loading help-fns...done
  Loading bbdb-gnus...
  Loading easymenu...done
  Loading bbdb-gnus...done
  Loading diary-lib...
  Loading regexp-opt...done
  Loading diary-lib...done
  Preparing diary...
  Loading holidays...done
  Loading cal-hebrew...done
  Loading cal-islam...done
  Loading cal-china...done
  No diary entries for Saturday, February 8, 2003 
  Loading ~/.abbrev_defs...done
  hello world -- from ~/.emacs
  (New file)

But still the line of code only works if I put it in ~/.emacs

Any one have and idea what I'm seeing here?

             reply	other threads:[~2003-02-09  3:17 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-02-09  3:17 Harry Putnam [this message]
2003-02-09  6:17 ` Baffling phenomena with site-start.el Eli Zaretskii
     [not found] <mailman.1686.1044771491.21513.help-gnu-emacs@gnu.org>
2003-02-09 16:02 ` Harry Putnam

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=m2wukannwj.fsf@sbcglobal.net \
    --to=hgp@sbcglobal.net \
    /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.