all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: S Boucher <stbya@yahoo.com>
To: Thorsten <quintfall@googlemail.com>,
	"help-gnu-emacs@gnu.org" <help-gnu-emacs@gnu.org>
Subject: Re: Updating to Emacs 24
Date: Wed, 5 Oct 2011 08:14:20 -0700 (PDT)	[thread overview]
Message-ID: <1317827660.48196.YahooMailNeo@web161616.mail.bf1.yahoo.com> (raw)
In-Reply-To: <86ehysb91q.fsf@googlemail.com>





----- Original Message -----

> I downloaded the Pretest version of Emacs 24, having Emacs 23.1.1
> installed on Ubuntu. Before I mess up my whole configuration, I thought
> I rather ask a few (quite basic) questions here:
> 
> 1. do I have to uninstall Emacs 23.1.1 before installing Emacs 24?

No.

mkdir /some/dir/for/emacs24
cd /some/dir/for/emacs24
mkdir soft
tar xzf emacs-24.tgz
cd emacs
./configure --prefix=`cd ../soft&&pwd`
make all
make install

Note: In the process of configuring you might have to install additional package using synaptic to be able to compile emacs.

Then run with /some/dir/for/emacs24/soft/bin/emacs

or do

export PATH=/some/dir/for/emacs24/soft/bin:$PATH
and run emacs

Caveats:
- you may or may not have problems with private .elc files
- maybe some config/data files might get upgrade to 24, and they might then not work if you go back to 23

I don't know how real those caveats are.

> 2. I load most .el files from my .emacs.de, which is in my Dropbox-folder
> and therefore accesible from my Linux and my Win 7 machine, and not from the
> /usr/share/emacs directories - will this configuration be messed up by
> the new installation?

See my caveats.  I can't answer with confidence on private config/data files.

> 3. should I change from Ubuntu 32 to 64, are there no problems with the
> 64bit version?

That seems unrelated to emacs.  But linux distros work quite well on 64bits... provided you have a 64bit processor :-)



  parent reply	other threads:[~2011-10-05 15:14 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-10-05  0:01 Updating to Emacs 24 Thorsten
2011-10-05  0:23 ` Jeremiah Dodds
2011-10-05 14:48 ` Andreas Röhler
2011-10-05 15:14 ` S Boucher [this message]
2011-10-05 20:53   ` Thorsten

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=1317827660.48196.YahooMailNeo@web161616.mail.bf1.yahoo.com \
    --to=stbya@yahoo.com \
    --cc=help-gnu-emacs@gnu.org \
    --cc=quintfall@googlemail.com \
    /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.