Re: [XEmacs] Install Wizard

RenĂ© Kyllingstad <[email protected]> Thu, 06 Apr 2006 08:51:50 +0200
Newsgroups gmane.emacs.xemacs.windows,gmane.emacs.xemacs.beta
Message-ID <[email protected]>
* Vin Shelton:
>  On 4/4/06, Adrian Aichner <[email protected]> wrote:
> > "Vin Shelton" <[email protected]> writes:
> >
> > > On 4/2/06, Sabine 'Sani' Schulz <[email protected]> wrote:
> > >> Vin Shelton wrote:
> > >>
> > >> [..]
> > >>
> > >> > As far as the 'Start in' field in the shortcut - that is easily
> > >> > customized and I don't necessarily think it makes a lot of sense
> > >> > to set it in the setup kit.  I'll think about this and see if
> > >> > anything worthwhile comes to mind.
> > >
> > > In the newest setup kits, I have modified the 'Start in' field to b=
e
> > > %USERPROFILE%\"My Documents".  I'm not sure what I think about this
> > > change.
> >
> > Danger, Vin, "My Documents" is only correct for the American and
> > English version of Windows.
> =20
>  Well, this is the result of expanding a macro in InnoSetup -
>  {userdoc}.  I think those macros are customized to the locale, but
>  rather than speculating, perhaps someone would like to try one of the
>  new setup kits:
> =20
>  ftp://ftp.xemacs.org/pub/xemacs/windows/testing/XEmacs_Setup_21.4.19-5=
.exe

Worked for me in a german locale (expanded to Eigene Dateien=B9).

savehist complains:

Debugger entered--Lisp error: (error "No such coding system" iso-2022-8)
  coding-system-property(iso-2022-8 pre-write-conversion)
  write-region(1 9592 "~/.emacs-history" nil quiet)
  savehist-save(t)

So I have to turn it off to be able to exit XEmacs.

Great work by the way!  I really appreciate having an up-to-date
all-packages included install kit.

Thank you,


-- Ren=E9
=B9  which turned out to be marked read-only, so init.el loading failed s=
ince
python mode couldn't set py-temp-directory (it tries $TMPDIR, but not $TE=
MP
or $TMP, weird).