Mario Rodriguez writes:
>
> I re-built Maxima with clisp and cmucl. With clisp 'describe' only gives
> the English help (I tried both --enable-lang-es and
> --enable-lang-es-utf8)
>
> With cmucl (also with --enable-lang-es and --enable-lang-es-utf8), the
> info given by 'describe' is incomplete; for example:
>
>
>
> (%i1) ? cos /* see: no description for trigonometric cos */
> 0: (maxima.info)Gr??ficos.
> 1: Definiciones para Gr??ficos.
> 2: M??todos num??ricos.
> 3: Introducci??n a los m??todos num??ricos.
> 4: Definiciones para los m??todos num??ricos.
>
>
> (%i2) ? algsys
> (%o2) false
>
Please try the following
./configure --enable-lang-es --enable-lang-es-utf8
LANG=C make
LANG=C make install
What is your locale? What is the output of
> locale
command ?
Please check value of lisp
variable *maxima-lang-subdir*
right after Maxima start:
(%i1) :lisp *maxima-lang-subdir*
Make sure that *.info get installed correctly.
What is the contents of installation
/info/es
and
/info/es.utf8
directories
--
Vadim V. Zhytnikov
<vvzhy at mail.ru>
<vvzhy at netorn.ru>