emacs-devel
[Top][All Lists]
Advanced

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

Re: make bootstrap is broken


From: Andreas Schwab
Subject: Re: make bootstrap is broken
Date: 31 Dec 2001 17:33:47 +0100
User-agent: Gnus/5.090003 (Oort Gnus v0.03) Emacs/21.1.30

address@hidden (Pavel Janík) writes:

|>    From: address@hidden (Michael Kifer)
|>    Date: Sun, 30 Dec 2001 18:49:02 -0500
|> 
|>    > Compiling /home/users/kifer/fsf/emacs/lisp/calendar/diary-lib.el
|>    > /home/users/kifer/fsf/emacs/lisp/calendar/diary-lib.el: In toplevel form
|>    > /home/users/kifer/fsf/emacs/lisp/calendar/diary-lib.el: error: invalid 
read
|>    > syntax ((") or . in a vector"))
|>    > make[1]: *** [compile-files] Error 1
|>    > make[1]: Leaving directory `/home/users/kifer/fsf/emacs/lisp'
|>    > make: *** [bootstrap-lisp] Error 2
|> 
|> This is the cause. Reverting it "fixes" the problem. I do not know what is
|> the correct fix though. Richard?
|> 
|>      * print.c (print_object): In multibyte string, use hex escapes.
|>      Use octal only for unibyte strings.
|>      (PRINTPREPARE): Don't ever set Qprint_escape_nonascii.
|> 
|> diff -urN 2/emacs-21.1.50/src/print.c 1/emacs-21.1.50/src/print.c
|> --- 2/emacs-21.1.50/src/print.c      Mon Dec 31 12:13:14 2001
|> +++ 1/emacs-21.1.50/src/print.c      Sun Dec 30 10:18:29 2001
|> @@ -226,9 +226,6 @@
|>         if (NILP (current_buffer->enable_multibyte_characters)               
\
|>         && ! print_escape_multibyte)                                 \
|>           specbind (Qprint_escape_multibyte, Qt);                    \
|> -       if (! NILP (current_buffer->enable_multibyte_characters)             
\
|> -       && ! print_escape_nonascii)                                  \
|> -         specbind (Qprint_escape_nonascii, Qt);                             
\
|>         if (print_buffer != 0)                                               
\
|>       {                                                              \
|>         string = make_string_from_bytes (print_buffer,               \

It seems to be enough to revert the first hunk, though I don't know what
effect this would have on the rest of the changes.

Andreas.

-- 
Andreas Schwab                                  "And now for something
address@hidden                          completely different."
SuSE Labs, SuSE GmbH, Schanzäckerstr. 10, D-90443 Nürnberg
Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5



reply via email to

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