emacs-devel
[Top][All Lists]
Advanced

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

Patch to lisp/emacs-lisp/lisp.el breaks build: chartable is nil


From: Daniel Pittman
Subject: Patch to lisp/emacs-lisp/lisp.el breaks build: chartable is nil
Date: Mon, 6 May 2019 10:23:52 -0400

This change seems to have broken building for me:

Failure is:
Loading /private/tmp/emacs-head-20190506-8835-1tfm5kd/lisp/menu-bar.el (source)...
Loading /private/tmp/emacs-head-20190506-8835-1tfm5kd/lisp/emacs-lisp/lisp.el (source)...
Wrong type argument: char-table-p, nil
make[1]: *** [bootstrap-emacs.pdmp] Error 255
make: *** [src] Error 2

I'm assuming that (unicode-property-table-internal 'paired-bracket) returns nil, since that is the only place that references chartables at all in the file.

Full log, which has details of the macOS system this runs on, attached.  I'm pretty certain, though, that this is probably not platform-dependent.  Should probably guard against the error by verifying that you have a value from that query.


Attachment: 02.configure
Description: Binary data

Attachment: 03.make
Description: Binary data


reply via email to

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