all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Stefan Kangas <stefankangas@gmail.com>
To: Eli Zaretskii <eliz@gnu.org>, Rafael Beirigo <rafaelbeirigo@gmail.com>
Cc: 59199@debbugs.gnu.org
Subject: bug#59199: [Elisp Manual]; 28.2; "[No value for “VERSION”]" in Introduction
Date: Fri, 11 Nov 2022 21:42:13 -0800	[thread overview]
Message-ID: <CADwFkmnNVg8Lkd0Ts95hKBjfOAU6oiiQhuJDU6QUgnOeuFY6qg@mail.gmail.com> (raw)
In-Reply-To: <834jv5p96a.fsf@gnu.org>

[-- Attachment #1: Type: text/plain, Size: 1163 bytes --]

tags 59199 + patch
thanks

Eli Zaretskii <eliz@gnu.org> writes:

>> From: Rafael Beirigo <rafaelbeirigo@gmail.com>
>> Date: Fri, 11 Nov 2022 15:29:05 -0300
>>
>>
>> This is about the Elisp Manual.  I am not sure this is the right way to
>> report it.
>>
>> On Elisp Manual for Emacs 28.2, last paragraph of `1. Introduction`
>> reads:
>>
>>     This is edition [No value for “VERSION”] of the GNU Emacs Lisp
>>     Reference Manual, corresponding to Emacs version 28.2.
>
> Is this the PDF format or some other format?
>
> Stefan, did you set VERSION when generating the manuals?

No, I followed the instructions in make-tarball.txt, more specifically
the ones starting with this line:

    Next, regenerate the various manuals in HTML, PDF, and PS formats:

AFAIU, from the comment in elisp.texi, VERSION "relates mainly to the
published book sold by the FSF".  It also doesn't seem to make sense to
be talking about the "edition" of a PDF file distributed on our website
(as compared to the printed book).

I believe we could fix this in intro.texi in the same way as we do in
elisp.texi.  See the attached patch.

WDYT?

[-- Attachment #2: 0001-doc-lispref-intro.texi-Fix-PDF-output-without-VERSIO.patch --]
[-- Type: text/x-diff, Size: 741 bytes --]

From 1c9ab3fe34b23830641f5de40bea1f603b7aa204 Mon Sep 17 00:00:00 2001
From: Stefan Kangas <stefankangas@gmail.com>
Date: Sat, 12 Nov 2022 06:35:21 +0100
Subject: [PATCH] * doc/lispref/intro.texi: Fix PDF output without VERSION. 
 (Bug#59199)

---
 doc/lispref/intro.texi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/lispref/intro.texi b/doc/lispref/intro.texi
index 975215d697..46411b1968 100644
--- a/doc/lispref/intro.texi
+++ b/doc/lispref/intro.texi
@@ -33,9 +33,9 @@ Introduction
 specifically to editing.
 
   This is
-@iftex
+@ifset VERSION
 edition @value{VERSION} of
-@end iftex
+@end ifset
 the @cite{GNU Emacs Lisp Reference Manual},
 corresponding to Emacs version @value{EMACSVER}.
 
-- 
2.35.1


  parent reply	other threads:[~2022-11-12  5:42 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-11 18:29 bug#59199: [Elisp Manual]; 28.2; "[No value for “VERSION”]" in Introduction Rafael Beirigo
2022-11-11 19:45 ` Eli Zaretskii
2022-11-11 20:37   ` Rafael Beirigo
2022-11-12  5:42   ` Stefan Kangas [this message]
2022-11-12  8:03     ` Eli Zaretskii
2022-11-12  8:37       ` Stefan Kangas

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

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

  git send-email \
    --in-reply-to=CADwFkmnNVg8Lkd0Ts95hKBjfOAU6oiiQhuJDU6QUgnOeuFY6qg@mail.gmail.com \
    --to=stefankangas@gmail.com \
    --cc=59199@debbugs.gnu.org \
    --cc=eliz@gnu.org \
    --cc=rafaelbeirigo@gmail.com \
    /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 external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.