emacs-devel
[Top][All Lists]
Advanced

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

Re: master 5ec2115: Use '…' for ellipsis in truncate-string-to-width by


From: Juri Linkov
Subject: Re: master 5ec2115: Use '…' for ellipsis in truncate-string-to-width by default (bug#41250)
Date: Tue, 06 Oct 2020 10:58:32 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (x86_64-pc-linux-gnu)

> after this commit I can no longer do a clean build:
>
> % git clean -xfd
> % ./autogen.sh
> % ./configure --prefix=/usr/local/emacs --with-x-toolkit=lucid 
> --with-mailutils
> % make
>
>   GEN      ../lisp/leim/ja-dic/ja-dic.el
>   INFO     Processing OKURI-ARI entries
>   INFO     Processing POSTFIX entries
> Loading macroexp.elc...
> Invalid read syntax: "?"
> make[3]: *** [Makefile:143: ../lisp/leim/ja-dic/ja-dic.el] Error 255
> make[3]: Leaving directory '/home/herbert/source/emacs/leim'
> make[2]: *** [Makefile:352: leim] Error 2
> make[2]: Leaving directory '/home/herbert/source/emacs/lisp'
> make[1]: *** [Makefile:794: ../lisp/loaddefs.el] Error 2
> make[1]: Leaving directory '/home/herbert/source/emacs/src'
> make: *** [Makefile:424: src] Error 2

The problem is that the source file mule-util.el can't use the Unicode
character '…'.  Please see http://debbugs.gnu.org/41250 for the discussion.

This is fixed now.



reply via email to

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