all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Mike Mattie <codermattie@gmail.com>
To: Peter Dyballa <Peter_Dyballa@Web.DE>
Cc: emacs help <help-gnu-emacs@gnu.org>
Subject: Re: Nice Emacs Lisp
Date: Wed, 18 Mar 2009 15:42:35 -0700	[thread overview]
Message-ID: <20090318224234.GB6695@reforged> (raw)
In-Reply-To: <C6213394-6B87-444D-9544-43E538FC80AF@Web.DE>

[-- Attachment #1: Type: text/plain, Size: 1024 bytes --]

On Wed, Mar 18, 2009 at 11:13:02PM +0100, Peter Dyballa wrote:
>
> Am 18.03.2009 um 22:31 schrieb Mike Mattie:
>
>> (load-user-elisp
>>    (cond
>>      ((string-equal "gnu/linux" system-type)  "linux.el")
>>      ((string-equal "darwin"    system-type)  "darwin.el")
>>      ((string-equal "windows"   system-type)  "windows.el")))
>
> It's also possible to set the variable custom-file to something like
>
> 	(setq custom-file (format "~/.emacs-Abrichtung-%d.el" system-type))
>
> Then all customisation would go into this file. And this file would be 
> loaded after the user-init-file (which is a variable containing the file 
> name, including directory, of the user's initialisation file).

elegant, but isn't the custom-file scribbled on by customize ?
From my memory it is really a data file, though it is elisp.

> --
> Greetings
>
>   Pete
>
> For some reason, this fortune reminds everyone of Marvin Zelkowitz.
>
>

-- 
GnuPG Key: B9012279 is available from HKP server pgp.mit.edu

[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]

  reply	other threads:[~2009-03-18 22:42 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-03-18 15:09 Nice Emacs Lisp Sébastien Vauban
2009-03-18 17:45 ` tyler
2009-03-18 21:31 ` Mike Mattie
2009-03-18 22:13   ` Peter Dyballa
2009-03-18 22:42     ` Mike Mattie [this message]
2009-03-18 23:34       ` Peter Dyballa
2009-03-19 15:33         ` Drew Adams
     [not found]         ` <mailman.3579.1237478655.31690.help-gnu-emacs@gnu.org>
2009-03-20  9:11           ` rustom
2009-03-20 13:31             ` Mike Mattie

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=20090318224234.GB6695@reforged \
    --to=codermattie@gmail.com \
    --cc=Peter_Dyballa@Web.DE \
    --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.
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.