GNU bug report logs - #41250
28.0.50; Dired displays unconditionally ls-switches on modeline

Previous Next

Package: emacs;

Reported by: Arthur Miller <arthur.miller <at> live.com>

Date: Thu, 14 May 2020 01:43:01 UTC

Severity: minor

Tags: fixed

Found in version 28.0.50

Fixed in version 28.1

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Juri Linkov <juri <at> linkov.net>
To: Glenn Morris <rgm <at> gnu.org>
Cc: 41250 <at> debbugs.gnu.org, Lars Ingebrigtsen <larsi <at> gnus.org>, Arthur Miller <arthur.miller <at> live.com>, Drew Adams <drew.adams <at> oracle.com>
Subject: bug#41250: 28.0.50; Dired displays unconditionally ls-switches on modeline
Date: Mon, 05 Oct 2020 23:12:50 +0300
> 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})




This bug report was last modified 4 years and 288 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.