bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#41250: 28.0.50; Dired displays unconditionally ls-switches on modeli


From: Juri Linkov
Subject: bug#41250: 28.0.50; Dired displays unconditionally ls-switches on modeline
Date: Mon, 05 Oct 2020 23:12:50 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (x86_64-pc-linux-gnu)

> 5ec2115 seems to cause a build failure in some cases.
> Ref https://hydra.nixos.org/build/128075429

I tried to bootstrap several times, but can't reproduce the error.

Here are the relevant parts of the hydra log:

  make -C ../leim all EMACS="../src/bootstrap-emacs"
    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

When I tried the command

  make -C leim all EMACS="../src/bootstrap-emacs"

its output was:

  GEN      ../lisp/leim/ja-dic/ja-dic.el
  INFO     Processing OKURI-ARI entries
  INFO     Processing POSTFIX entries
Source file `lisp/international/mule-util.el' newer than byte-compiled file; 
using older file
  INFO     Processing PREFIX entries
...
  INFO     Processing OKURI-NASI entries...done

and successfully finished.  The interesting line is

  "Source file `lisp/international/mule-util.el' newer"

this means that skkdic-convert-postfix in ja-dic-cnv.el
calls set-nested-alist that autoloads mule-util.el.

So the question is why loading mule-util.el produces this error?

It seems loading can't parse this recently added line:

  (char-displayable-p ?…)

and gives the error `Invalid read syntax: "?"`.

Maybe this Unicode character should be replaced in the source file
with its name:

  (char-displayable-p ?\N{HORIZONTAL ELLIPSIS})





reply via email to

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