unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#14790: An issue building Emacs (trunk) manual
@ 2013-07-04 16:43 Angelo Graziosi
  2013-07-04 18:12 ` Eli Zaretskii
  0 siblings, 1 reply; 8+ messages in thread
From: Angelo Graziosi @ 2013-07-04 16:43 UTC (permalink / raw)
  To: 14790

Usually I build Emacs PDF manual applying this patch:

diff -Naur emacs.orig/doc/emacs/emacs.texi emacs/doc/emacs/emacs.texi
--- emacs.orig/doc/emacs/emacs.texi	2012-01-15 18:59:57.942500000 +0100
+++ emacs/doc/emacs/emacs.texi	2012-02-05 21:32:51.656250000 +0100
@@ -1,5 +1,7 @@
  \input texinfo  @c -*- coding: utf-8 -*-

+@afourpaper
+@setchapternewpage odd
  @setfilename ../../info/emacs
  @settitle GNU Emacs Manual

it generates the PDF in A4 format and opens chapters on odd page.

Now, say after r. 113247 (a few days ago), building the PDF produces 
some "harmless" errors (the PDF is created) which one doesn't like to see:

$ make emacs.pdf 2>&1 | tee ~/work/emacs_pdf_a4.log

$ grep -i error ~/work/emacs_pdf_a4.log
@textrm (@texttt compilation-next-error[]@textrm ) and @texttt M-p[] 
@textrm (@
texttt compilation-previous-error[]@textrm ) to move to
@textrm (@texttt compilation-next-error[]@textrm ) and @texttt M-p[] 
@textrm (@
texttt compilation-previous-error[]@textrm ) to move to
@textrm (@texttt compilation-next-error[]@textrm ) and @texttt M-p[] 
@textrm (@
texttt compilation-previous-error[]@textrm ) to move to
@textrm (@texttt compilation-next-error[]@textrm ) and @texttt M-p[] 
@textrm (@
texttt compilation-previous-error[]@textrm ) to move to

Instead without the patch, no error is catched:

$ make emacs.pdf 2>&1 | tee ~/work/emacs_pdf_us.log

$ grep -i error ~/work/emacs_pdf_us.log
EMPTY

Could this be related to the recent changes introduced with rev. 113268? 
(different doc/*.texi files were changed...)

Could you add an option to build emacs.pdf in A4 format etc.?


TIA,
  Angelo.





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

end of thread, other threads:[~2013-07-05 11:40 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-07-04 16:43 bug#14790: An issue building Emacs (trunk) manual Angelo Graziosi
2013-07-04 18:12 ` Eli Zaretskii
2013-07-04 20:06   ` Angelo Graziosi
2013-07-04 23:28     ` Glenn Morris
2013-07-04 23:38       ` Angelo Graziosi
2013-07-05  6:34         ` Eli Zaretskii
2013-07-05 11:15     ` Eli Zaretskii
2013-07-05 11:40       ` 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).