unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* bzr commit 112856 (Symbol prettify in prog-mode; added to perl-mode, cfengine3-mode, and emacs-lisp-mode) breaks compilation on w32
@ 2013-06-11  9:14 Claudio Bley
  2013-06-11 10:09 ` Juanma Barranquero
  2013-06-11 12:52 ` Stefan Monnier
  0 siblings, 2 replies; 13+ messages in thread
From: Claudio Bley @ 2013-06-11  9:14 UTC (permalink / raw)
  To: emacs-devel

Hi.

Trying to compile lisp/emacs-lisp/lisp-mode.el using MinGW GCC on
Windows 7 results in:

Compiling emacs-lisp/lisp-mode.el

In toplevel form:
emacs-lisp/lisp-mode.el:453:1:Error: Invalid read syntax: "?"

453    (defconst lisp--prettify-symbols-alist
454      '(("lambda"  . ?λ)))

Obviously because emacs reads the file with cp1152 by default instead
of UTF-8.

Furthermore, this error is not considered fatal and causes "make
bootstrap" to fail at a later stage:

*** No rule to make target `lisp/emacs-lisp/lisp-mode.elc' needed by `DOC'.

Shouldn't the compile rules exit early when byte compilation fails?

-- 
Claudio





^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2013-06-13 23:00 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-11  9:14 bzr commit 112856 (Symbol prettify in prog-mode; added to perl-mode, cfengine3-mode, and emacs-lisp-mode) breaks compilation on w32 Claudio Bley
2013-06-11 10:09 ` Juanma Barranquero
2013-06-11 11:40   ` Claudio Bley
2013-06-11 11:58     ` Juanma Barranquero
2013-06-11 12:13       ` Claudio Bley
2013-06-11 12:52 ` Stefan Monnier
2013-06-12  7:14   ` Claudio Bley
2013-06-12  9:33     ` Claudio Bley
2013-06-12 16:40     ` Eli Zaretskii
2013-06-13  6:21       ` Claudio Bley
2013-06-13 12:47         ` Eli Zaretskii
2013-06-13 14:25         ` Stefan Monnier
2013-06-13 23:00           ` Richard Copley

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).