From: Eric Lilja <mindcooler@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: One .emacs for three operating system
Date: Wed, 15 Aug 2007 01:59:41 +0200 [thread overview]
Message-ID: <f9tfld$smk$1@sea.gmane.org> (raw)
In-Reply-To: <87k5rxu1uc.fsf@offby1.atm01.sea.blarg.net>
Eric Hanchrow wrote:
>>>>>> "Eric" == Eric Lilja <mindcooler@gmail.com> writes:
>
> Eric> if running-under-solaris is true do this else ; assume we
> Eric> are running under winxp or fedora7 do that
>
> I do just that sort of thing like this:
>
> (case system-type
> ((windows-nt)
> "Boy, I'm unhappy because I'm running on Windoze")
> ((cygwin32 cygwin)
> (setq desktop-modes-not-to-save `(dired-mode)))
> ((darwin)
> ("OS X")
> (setq grep-command "egrep --color=never -nH -e "))
> ((gnu/linux)
> (setq freedom-level "'Free' as in 'Belgian Ale'")))
>
Thanks Eric! Someone suggested cond in a private email but I actually
like your version better. Thanks also to the other replies, I appreciate it!
- Eric
next prev parent reply other threads:[~2007-08-14 23:59 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-08-14 21:45 One .emacs for three operating system Eric Lilja
2007-08-14 22:21 ` Jesper Harder
2007-08-14 23:35 ` Eric Hanchrow
2007-08-14 23:59 ` Eric Lilja [this message]
[not found] <mailman.4784.1187128218.32220.help-gnu-emacs@gnu.org>
2007-08-14 22:09 ` weber
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='f9tfld$smk$1@sea.gmane.org' \
--to=mindcooler@gmail.com \
--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.