From: Jay Cotton <jay@littlecottoncoop.com>
Subject: site-lisp directory
Date: Fri, 1 Apr 2005 08:09:50 -0500 [thread overview]
Message-ID: <683eadd964d9825e674f6e34ad0de213@littlecottoncoop.com> (raw)
I am trying a newer emacs for OS X that I found here:
http://home.att.ne.jp/alpha/z123/emacs-mac-e.html
And it had a strange behavior which has prompted this message. While
emacs was starting up, and loading all the packages and so forth from
my .emacs file, everything went fine until the very end. At the end,
the window would suddenly enlarge and the font would get bigger, and
then it would finish loading. In other words, something was overriding
my customizations (I purposefully have the default frame and font very
small).
I poked around and found the culprit in a directory called site-start.d
inside the site-lisp directory. Here's the code that was causing the
problem until I commented it out:
;; Osaka 12
(require 'carbon-font)
(set-default-font "fontset-osaka12")
(add-to-list 'default-frame-alist '(font . "fontset-osaka12"))
I've heard of the site-start file, and so it doesn't surprise me that
there would be a site-start directory as well. My question is this:
shouldn't the customizations that I have in my .emacs file override
anything in site-lisp files or directories (not the other way around)?
Thanks for any information.
Jay
next reply other threads:[~2005-04-01 13:09 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-04-01 13:09 Jay Cotton [this message]
2005-04-01 20:48 ` site-lisp directory Peter Dyballa
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=683eadd964d9825e674f6e34ad0de213@littlecottoncoop.com \
--to=jay@littlecottoncoop.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.