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: Herbert J. Skuhra
Subject: Re: master 5ec2115: Use '…' for ellipsis in truncate-string-to-width by default (bug#41250)
Date: Tue, 06 Oct 2020 08:07:37 +0200
User-agent: Wanderlust/2.15.9 (Almost Unreal) Emacs/28.0 Mule/6.0

On Sun, 04 Oct 2020 21:41:59 +0200, Juri Linkov wrote:
> 
> branch: master
> commit 5ec21155c39aab8a452d190a260e6912d1d9a920
> Author: Juri Linkov <juri@linkov.net>
> Commit: Juri Linkov <juri@linkov.net>
> 
>     Use '…' for ellipsis in truncate-string-to-width by default (bug#41250)
>     
>     * lisp/international/mule-util.el (truncate-string-ellipsis):
>     Change the default value to nil.
>     (truncate-string-ellipsis): New function.
>     (truncate-string-to-width): Use the value returned from the
>     function 'truncate-string-ellipsis'.
>     
>     * lisp/tab-bar.el (tab-bar-tab-name-truncated):
>     * lisp/tab-line.el (tab-line-tab-name-ellipsis):
>     Take advantage of the improvement of the ellipsis default value
>     in truncate-string-to-width and truncate-string-ellipsis.
>     
>     * doc/lispref/display.texi (Size of Displayed Text):
>     Improve description of truncate-string-ellipsis.
> ---
>  doc/lispref/display.texi        |  3 ++-
>  etc/NEWS                        |  6 ++++++
>  lisp/international/mule-util.el | 21 +++++++++++++++++----
>  lisp/tab-bar.el                 | 10 +++-------
>  lisp/tab-line.el                |  3 +--
>  5 files changed, 29 insertions(+), 14 deletions(-)

Hi,

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

--
Herbert



reply via email to

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