unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Failure building PDF manual [trunk]
@ 2011-03-09 22:09 Angelo Graziosi
  2011-03-10  3:57 ` Eli Zaretskii
  2011-03-10  5:57 ` Eli Zaretskii
  0 siblings, 2 replies; 4+ messages in thread
From: Angelo Graziosi @ 2011-03-09 22:09 UTC (permalink / raw)
  To: Emacs

With current trunk (r1003608), there is this failure:

make emacs.pdf
[...]
Underfull \hbox (badness 10000) in paragraph at lines 71--75
@textrm `@texttt /u2/emacs/src/../lisp/simple.el[]@textrm '[] is 
equiv-a-lent t
o `@texttt /u2/emacs/lisp/simple.el[]@textrm '[].
[27] [28] [29] [30] [31] [32]) (/tmp/emacs/doc/emacs/m-x.texi Chapter 6
[33] [34]) (/tmp/emacs/doc/emacs/help.texi Chapter 7 [35] [36] [37] [38]
[39] [40] [41] [42] [43]) (/tmp/emacs/doc/emacs/mark.texi Chapter 8 [44]
[45] [46] [47] [48]) (/tmp/emacs/doc/emacs/killing.texi Chapter 9 [49] [50]
[51] [52] [53] [54] [55] [56] [57]) (/tmp/emacs/doc/emacs/regs.texi 
Chapter 10
[58] [59] [60] [61]) (/tmp/emacs/doc/emacs/display.texi Chapter 11 [62]
[63] [64] [65] [66] [67] [68] [69] [70] [71] [72] [73] [74] [75] [76] [77])
(/tmp/emacs/doc/emacs/search.texi Chapter 12 [78] [79] [80] [81] [82] [83]
[84] [85] [86] [87] [88]
/tmp/emacs/doc/emacs/search.texi:927: Undefined control sequence.
<argument> [.?!][]\"'▒
                        ▒”)}]*^^M
@doverbatim #1^^M#2@end verbatim->#2
                                     @end verbatim
l.927 @end verbatim

?

Perhaps there are other recent .texi file which give similar problems.

That occurs on Cygwin and GNU/Linux Kubuntu (8.04, 10.10).

Ciao,
Angelo.



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

* Re: Failure building PDF manual [trunk]
  2011-03-09 22:09 Failure building PDF manual [trunk] Angelo Graziosi
@ 2011-03-10  3:57 ` Eli Zaretskii
  2011-03-10  5:57 ` Eli Zaretskii
  1 sibling, 0 replies; 4+ messages in thread
From: Eli Zaretskii @ 2011-03-10  3:57 UTC (permalink / raw)
  To: Angelo Graziosi; +Cc: emacs-devel

> Date: Wed, 09 Mar 2011 23:09:10 +0100
> From: Angelo Graziosi <angelo.graziosi@alice.it>
> 
> With current trunk (r1003608), there is this failure:
> 
> make emacs.pdf
> [...]
> Underfull \hbox (badness 10000) in paragraph at lines 71--75
> @textrm `@texttt /u2/emacs/src/../lisp/simple.el[]@textrm '[] is 
> equiv-a-lent t
> o `@texttt /u2/emacs/lisp/simple.el[]@textrm '[].
> [27] [28] [29] [30] [31] [32]) (/tmp/emacs/doc/emacs/m-x.texi Chapter 6
> [33] [34]) (/tmp/emacs/doc/emacs/help.texi Chapter 7 [35] [36] [37] [38]
> [39] [40] [41] [42] [43]) (/tmp/emacs/doc/emacs/mark.texi Chapter 8 [44]
> [45] [46] [47] [48]) (/tmp/emacs/doc/emacs/killing.texi Chapter 9 [49] [50]
> [51] [52] [53] [54] [55] [56] [57]) (/tmp/emacs/doc/emacs/regs.texi 
> Chapter 10
> [58] [59] [60] [61]) (/tmp/emacs/doc/emacs/display.texi Chapter 11 [62]
> [63] [64] [65] [66] [67] [68] [69] [70] [71] [72] [73] [74] [75] [76] [77])
> (/tmp/emacs/doc/emacs/search.texi Chapter 12 [78] [79] [80] [81] [82] [83]
> [84] [85] [86] [87] [88]
> /tmp/emacs/doc/emacs/search.texi:927: Undefined control sequence.
> <argument> [.?!][]\"'▒
>                         ▒”)}]*^^M
> @doverbatim #1^^M#2@end verbatim->#2
>                                      @end verbatim
> l.927 @end verbatim
> 
> ?
> 
> Perhaps there are other recent .texi file which give similar problems.
> 
> That occurs on Cygwin and GNU/Linux Kubuntu (8.04, 10.10).

This is known, see the thread about non-ASCII characters.  I hope to
fix this today.




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

* Re: Failure building PDF manual [trunk]
  2011-03-09 22:09 Failure building PDF manual [trunk] Angelo Graziosi
  2011-03-10  3:57 ` Eli Zaretskii
@ 2011-03-10  5:57 ` Eli Zaretskii
  2011-03-10 17:52   ` Angelo Graziosi
  1 sibling, 1 reply; 4+ messages in thread
From: Eli Zaretskii @ 2011-03-10  5:57 UTC (permalink / raw)
  To: Angelo Graziosi; +Cc: emacs-devel

> Date: Wed, 09 Mar 2011 23:09:10 +0100
> From: Angelo Graziosi <angelo.graziosi@alice.it>
> 
> /tmp/emacs/doc/emacs/search.texi:927: Undefined control sequence.
> <argument> [.?!][]\"'▒
>                         ▒”)}]*^^M
> @doverbatim #1^^M#2@end verbatim->#2
>                                      @end verbatim
> l.927 @end verbatim
> 
> ?

Should be fixed now, please try again.



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

* Re: Failure building PDF manual [trunk]
  2011-03-10  5:57 ` Eli Zaretskii
@ 2011-03-10 17:52   ` Angelo Graziosi
  0 siblings, 0 replies; 4+ messages in thread
From: Angelo Graziosi @ 2011-03-10 17:52 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: emacs-devel

Il 10/03/2011 6.57, Eli Zaretskii ha scritto:
>> Date: Wed, 09 Mar 2011 23:09:10 +0100
>> From: Angelo Graziosi<angelo.graziosi@alice.it>
>>
>> /tmp/emacs/doc/emacs/search.texi:927: Undefined control sequence.
>> <argument>  [.?!][]\"'▒
>>                          ▒”)}]*^^M
>> @doverbatim #1^^M#2@end verbatim->#2
>>                                       @end verbatim
>> l.927 @end verbatim
>>
>> ?
>
> Should be fixed now, please try again.

Indeed. Thanks!

Ciao,
Angelo.



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

end of thread, other threads:[~2011-03-10 17:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-03-09 22:09 Failure building PDF manual [trunk] Angelo Graziosi
2011-03-10  3:57 ` Eli Zaretskii
2011-03-10  5:57 ` Eli Zaretskii
2011-03-10 17:52   ` Angelo Graziosi

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).