From: Lennart Borgman <lennart.borgman.073@student.lu.se>
Cc: "B. T. Raven" <ecinmn@peoplepc.com>, help-gnu-emacs@gnu.org
Subject: Re: multiple Emacs versions on w32
Date: Wed, 15 Mar 2006 17:54:55 +0100 [thread overview]
Message-ID: <441846DF.1080506@student.lu.se> (raw)
In-Reply-To: <6942EE35B530F84EAD432959F5E4DAB501EADBB1@largo.campus.ncl.ac.uk>
Phillip Lord wrote:
> B. T. Raven wrote:
>
>> I am using both 21.3 and 22.0.50.1 on the same machine (w32-msw98).
>>
...
>> differently. Is there any way that I can parameterize the invocation
>> of the two versions or at least set them up so as to allow each one
>> to load its own separate version of the dotemacs? For now I use the
>> cvs version only for its more complete documentation and for tutorial
>> purposes since it won't run for longer than a couple of hours without
>> causing a segmentation fault.
>>
>>
>
>
>
> There are a couple of options.
>
> Either launch emacs with "-q -l ~/.emacs.22" (or what ever file
> you want to use).
>
> Or alternatively you could use the emacs-version variable, and
> have your .emacs work appropriately. You'd need check that your
> `custom-file' is being set appropriately.
>
> Incidentally, emacs should not seg fault after a couple of hours.
> I'm using the emacs-w32 from here.
> http://ourcomments.org/Emacs/EmacsW32.html
>
> I use the unpatched version without the W32 integration layer.
> This works well for me. I think I got it to core dump once, but
> not repeatedly.
>
> Cheers
>
> Phil
>
I use something similar to this in my .emacs:
(progn
(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)))
If you want to switch between different installed versions of Emacs you
can use "usethis.exe" that comes with EmacsW32 and should be in the
emacs\bin directory. This will change "emacs_dir" in the Registry so
that gnuclient will select the one you have choosen.
I am using the patched version of Emacs that is available on the site
above. I do not think I have seen any core dumps at all.
Have you tested that version? Do you see any crashes with this version?
Do you have more information about the crashes? (See "Bugs" in the Emacs
info.)
-- lennart
next prev parent reply other threads:[~2006-03-15 16:54 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-03-15 16:14 multiple Emacs versions on w32 Phillip Lord
2006-03-15 16:54 ` Lennart Borgman [this message]
2006-03-15 19:31 ` Eli Zaretskii
-- strict thread matches above, loose matches on Subject: below --
2006-03-20 16:44 Phillip Lord
2006-03-16 12:38 Phillip Lord
2006-03-16 16:40 ` Kevin Rodgers
2006-03-17 10:36 ` Eli Zaretskii
[not found] ` <mailman.0.1142871972.6116.help-gnu-emacs@gnu.org>
2006-03-21 15:56 ` Phillip Lord
2006-03-15 15:59 B. T. Raven
2006-03-15 19:27 ` Eli Zaretskii
2006-03-15 20:19 ` Peter Dyballa
[not found] ` <mailman.73.1142450879.9686.help-gnu-emacs@gnu.org>
2006-03-16 17:22 ` B. T. Raven
2006-03-17 11:22 ` Eli Zaretskii
[not found] ` <mailman.7.1142594542.3794.help-gnu-emacs@gnu.org>
2006-03-19 21:37 ` B. T. Raven
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=441846DF.1080506@student.lu.se \
--to=lennart.borgman.073@student.lu.se \
--cc=ecinmn@peoplepc.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.