emacs-devel
[Top][All Lists]
Advanced

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

Re: Emacs pretest 28.0.90 is out


From: Po Lu
Subject: Re: Emacs pretest 28.0.90 is out
Date: Wed, 08 Dec 2021 21:26:49 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.60 (gnu/linux)

Eli Zaretskii <eliz@gnu.org> writes:

> The easiest way of fixing this with minimal fuss is to add to the
> msdos/ directory a hand-made langinfo.h, with a cop-out definition of
> nl_langinfo:
>
> #define nl_langinfo(ignore)  "cp437"
>
> Gnulib's regexp only uses this to detect when UTF-8 is supported, and
> DJGPP doesn't support that as the locale's codeset.
>
> It used the Emacs's own regexp code, the one that is nowadays called
> regex-emacs.c.

Thanks, one last question: is there something about the way gnulib regex
has to be compiled?  It seems that regcomp.c and regex_internal.c both
need types defined in regex.h, but don't include that header.

Since this works on other platforms, I must be missing something here.

Thanks.


reply via email to

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