emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#41100: closed (2 undefined references and missing character (Emacs m


From: GNU bug Tracking System
Subject: bug#41100: closed (2 undefined references and missing character (Emacs manual, PDF))
Date: Sun, 10 May 2020 17:31:02 +0000

Your message dated Sun, 10 May 2020 10:29:53 -0700
with message-id <address@hidden>
and subject line Re: emacs-27 7081c1d: Fix typos in the Emacs user manual
has caused the debbugs.gnu.org bug report #41100,
regarding 2 undefined references and missing character (Emacs manual, PDF)
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden.)


-- 
41100: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=41100
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 2 undefined references and missing character (Emacs manual, PDF) Date: Tue, 5 May 2020 22:17:39 +0200 User-agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:68.0) Gecko/20100101 Thunderbird/68.7.0
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.



--- End Message ---
--- Begin Message --- Subject: Re: emacs-27 7081c1d: Fix typos in the Emacs user manual Date: Sun, 10 May 2020 10:29:53 -0700 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.7.0
On 5/10/20 10:27 AM, Sebastian Urban wrote:
> So, if we can ignore the warnings, I guess we can close it (Bug
> #41100)?

Sure, done.


--- End Message ---

reply via email to

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