unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Sebastian Urban <mrsebastianurban@gmail.com>
To: 41100@debbugs.gnu.org
Subject: bug#41100: 2 undefined references and missing character (Emacs manual, PDF)
Date: Tue, 5 May 2020 22:17:39 +0200	[thread overview]
Message-ID: <159ca2b9-e9c3-a01d-080b-3201ed8c5a79@gmail.com> (raw)

When I was building PDF of Emacs manual (doc/emacs from 3.05.2020),
there were problems with 2 references and missing character.

1. References.

pdfTeX warning (dest): name {\(Hooks\)} has been referenced but does
not exist, replaced by a fixed one

pdfTeX warning (dest): name{VC\040Delete/Rename} has been referenced
but does not exist, replaced by a fixed one

After digging:

For DIRED.TEXI (from build log):
   l.726: Undefined cross reference `VC Delete/Rename-snt'.
   l.726: Undefined cross reference `VC Delete/Rename-snt'.
   l.726: Undefined cross reference `VC Delete/Rename-pg'.
In VC1-XTRA.TEXI (L206-211), this reference is for non-TeX formats,
for TeX there is longer name.

For CUSTOM.TEXI (from build log):
   l.1885: Undefined cross reference `(Hooks)-snt'.
   l.1885: Undefined cross reference `(Hooks)-snt'.
   l.1885: Undefined cross reference `(Hooks)-pg'.
I think I fixed this:

--- old/custom.texi     2020-05-05 21:20:12.301698100 +0200
+++ new/custom.texi     2020-05-05 21:21:05.926993100 +0200
@@ -1882,7 +1882,7 @@

    Since a mode's keymaps are not constructed until it has been loaded,
  you must delay running code which modifies them, e.g., by putting it
-on a @dfn{mode hook} (@pxref{(Hooks)}).  For example, Texinfo mode
+on a @dfn{mode hook} (@pxref{Hooks}).  For example, Texinfo mode
  runs the hook @code{texinfo-mode-hook}.  Here's how you can use the
  hook to add local bindings for @kbd{C-c n} and @kbd{C-c p}, and remove
  the one for @kbd{C-c C-x x} in Texinfo mode:


2. Missing character.

As for missing character, there is a problem with word "Bahá'í" in
CALENDAR.TEXI.  In the log I found:
   Missing character: There is no Ă in font cmr10!
   Missing character: There is no Ą in font cmr10!
   Missing character: There is no Ă in font cmr10!
   Missing character: There is no - in font cmr10!
After changing "Bahá'í" to "Baha'i", so ASCII only, the lines above
disappeared from the log.


S. U.





             reply	other threads:[~2020-05-05 20:17 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-05 20:17 Sebastian Urban [this message]
2020-05-08 11:32 ` bug#41100: 2 undefined references and missing character (Emacs manual, PDF) Eli Zaretskii
2020-05-08 15:07   ` Sebastian Urban
2020-05-08 15:16     ` Eli Zaretskii
2020-05-08 15:31       ` Sebastian Urban
2020-05-09 10:04       ` Sebastian Urban
2020-05-09 10:15         ` Eli Zaretskii
2020-05-08 17:10 ` Glenn Morris
2020-05-08 17:26   ` Sebastian Urban

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=159ca2b9-e9c3-a01d-080b-3201ed8c5a79@gmail.com \
    --to=mrsebastianurban@gmail.com \
    --cc=41100@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).