all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Andreas Röhler" <andreas.roehler@easy-emacs.de>
To: help-gnu-emacs@gnu.org
Subject: Re: JIT Emacs parallel world
Date: Fri, 26 Oct 2018 08:04:08 +0200	[thread overview]
Message-ID: <4c1a8858-e366-ccfd-b1b2-d05c2a3960da@easy-emacs.de> (raw)
In-Reply-To: <861s8laq8t.fsf@zoho.com>

On 20.10.2018 12:04, Emanuel Berg wrote:
> Phillip Lord wrote:
> 
>> First, move your stuff from Emacs-24 to
>> Emacs-26 -- either one you build or
>> a pre-compiled version.
> 
> OK, but this implies the same problem, only
> Emacs-27 JIT is replaced by Emacs-26. I'm happy
> to download and build Emacs-26 from Git but,
> again, how do I give it its own .emacs file and
> .emacs.d directory so not to interfere with my
> repository Emacs-24?
> 

I'm using .emacs only to dispatch

(cond
  ((string-match "^23" emacs-version)
   (load (expand-file-name "~/.gnu-emacs23-all-cvs"))
   (setq custom-file (expand-file-name "~/.gnu-emacs23-cvs-custom")))
  ((string-match "^24" emacs-version)
   (load (expand-file-name "~/.gnu-emacs24"))
   (setq custom-file (expand-file-name "~/.gnu-emacs24-custom")))
  ((string-match "^25" emacs-version)
   (load (expand-file-name "~/.gnu-emacs25"))
   (setq custom-file (expand-file-name "~/.gnu-emacs25-custom")))
  ((string-match "^26" emacs-version)
   (load (expand-file-name "~/.gnu-emacs25"))
   (setq custom-file (expand-file-name "~/.gnu-emacs25-custom")))
  ((string-match "^27" emacs-version)
   (load (expand-file-name "~/.gnu-emacs25"))
   (setq custom-file (expand-file-name "~/.gnu-emacs25-custom"))
   ))

With emacs.d, that's another thing. De facto often loading from 
git-repos setting load-path and require, not from package-manager.

HTH,
Andreas






  parent reply	other threads:[~2018-10-26  6:04 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-19 15:18 JIT Emacs parallel world Emanuel Berg
2018-10-20  9:51 ` Phillip Lord
2018-10-20 10:04   ` Emanuel Berg
2018-10-20 15:26     ` Phillip Lord
2018-10-20 15:50       ` Emanuel Berg
2018-10-24 18:07         ` Emanuel Berg
2018-10-25 10:18           ` Richard Melville
2018-10-25 13:32             ` Emanuel Berg
2018-10-25 19:25               ` Tomas Nordin
2018-10-26  6:04     ` Andreas Röhler [this message]
2018-10-26 10:55       ` Emanuel Berg

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=4c1a8858-e366-ccfd-b1b2-d05c2a3960da@easy-emacs.de \
    --to=andreas.roehler@easy-emacs.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.