* Vin Shelton:
On 4/4/06, Adrian Aichner <adrian(a)xemacs.org> wrote:
> "Vin Shelton" <acs(a)alumni.princeton.edu> writes:
>
> > On 4/2/06, Sabine 'Sani' Schulz <nemo(a)schnuerpel.net> 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 be
> > %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.
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:
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¹).
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é
¹ which turned out to be marked read-only, so init.el loading failed since
python mode couldn't set py-temp-directory (it tries $TMPDIR, but not $TEMP
or $TMP, weird).