emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: windows installer


From: Angelo Graziosi
Subject: Re: windows installer
Date: Sun, 12 Nov 2017 09:56:27 +0100 (CET)

Fabrice Popineau wrote:
>
> Hmm ... besides copying the whole Emacs directory on an usb stick, what else 
> do I 
> need to do in order to use emacs from this  stick on another computer ?

..an app to be really portable cannot write the host machine, so .emacs.d 
should go on the device where the portable app is installed. Obviously it 
cannot write the registry, what PortableApps do...

maybe starting Emacs with this bat is sufficient:

cat E:/Emacs_portable/bin/runemacs_portable.bat
set HOME=%~dp0..\HOME
"%~dp0runemacs.exe" %*


Angelo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]