all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Baffling phenomena with site-start.el
@ 2003-02-09  3:17 Harry Putnam
  2003-02-09  6:17 ` Eli Zaretskii
  0 siblings, 1 reply; 3+ messages in thread
From: Harry Putnam @ 2003-02-09  3:17 UTC (permalink / 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?

^ permalink raw reply	[flat|nested] 3+ messages in thread
[parent not found: <mailman.1686.1044771491.21513.help-gnu-emacs@gnu.org>]

end of thread, other threads:[~2003-02-09 16:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-02-09  3:17 Baffling phenomena with site-start.el Harry Putnam
2003-02-09  6:17 ` Eli Zaretskii
     [not found] <mailman.1686.1044771491.21513.help-gnu-emacs@gnu.org>
2003-02-09 16:02 ` Harry Putnam

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.