all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Lennart Borgman <lennart.borgman@gmail.com>
To: Heinz Tuechler <tuechler@gmx.at>
Cc: help-gnu-emacs@gnu.org, "B. T. Raven" <nihil@nihilo.net>
Subject: Re: printing with Emacs 21.3 and gsprint under Vista
Date: Thu, 2 Apr 2009 23:05:15 +0200	[thread overview]
Message-ID: <e01d8a50904021405j3481bb32t8e363595d05d9ce7@mail.gmail.com> (raw)
In-Reply-To: <E1LpU1U-0004gA-FY@lists.gnu.org>

> Long time ago, I considered to update to 22.3. I would like to install it in
> parallel to 21.3, but I could not find out, how to manage it because both
> would read the same .emacs configuration file and as far as I remember they
> would need to be different. In case there is a possibility to make Emacs
> 22.3 read a configuration file named different or stored in a different
> directory, I would be happy to know.

Just split your .emacs and do something like

      (cond
       ( (equal emacs-version "21.3.1")
         (setq custom-file "~/.emacs-cust-21.3.el"))
       ( t
         (setq custom-file "~/.emacs-cust-cvs.el")
         ))
      (when (file-exists-p custom-file)
        (load custom-file)))




  reply	other threads:[~2009-04-02 21:05 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.4386.1238588676.31690.help-gnu-emacs@gnu.org>
2009-04-02 16:50 ` printing with Emacs 21.3 and gsprint under Vista B. T. Raven
2009-04-02 21:00   ` Heinz Tuechler
2009-04-02 21:05     ` Lennart Borgman [this message]
     [not found]       ` <e01d8a50904021405j3481bb32t8e363595d05d9ce7@mail.gmail.com >
2009-04-03  8:56         ` Heinz Tuechler
2009-04-01 12:24 Heinz Tuechler

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=e01d8a50904021405j3481bb32t8e363595d05d9ce7@mail.gmail.com \
    --to=lennart.borgman@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    --cc=nihil@nihilo.net \
    --cc=tuechler@gmx.at \
    /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.