GNU bug report logs - #66680
PDF version of Elisp manual is missing section about 'rx' regexp format

Previous Next

Package: emacs;

Reported by: Marco Antoniotti <marcoxa <at> gmail.com>

Date: Sun, 22 Oct 2023 13:12:02 UTC

Severity: normal

Tags: notabug

Done: Michael Albinus <michael.albinus <at> gmx.de>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 66680 in the body.
You can then email your comments to 66680 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#66680; Package emacs. (Sun, 22 Oct 2023 13:12:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Marco Antoniotti <marcoxa <at> gmail.com>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Sun, 22 Oct 2023 13:12:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Marco Antoniotti <marcoxa <at> gmail.com>
To: bug-gnu-emacs <at> gnu.org
Subject: PDF version of Elisp manual is missing section about 'rx' regexp
 format
Date: Sun, 22 Oct 2023 14:55:47 +0200
[Message part 1 (text/plain, inline)]
Hi

I noted this glitch since 28.x.  Still there in 29.x.

HTML version has the section on 'rx' regexps coding, but it is missing from
the PDFs downloadable from the main site
https://www.gnu.org/software/emacs/manual/emacs.html

All the best

-- 
Marco Antoniotti
Somewhere over the Rainbow
[Message part 2 (text/html, inline)]

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#66680; Package emacs. (Sun, 22 Oct 2023 13:25:01 GMT) Full text and rfc822 format available.

Message #8 received at 66680 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Marco Antoniotti <marcoxa <at> gmail.com>
Cc: 66680 <at> debbugs.gnu.org
Subject: Re: bug#66680: PDF version of Elisp manual is missing section about
 'rx' regexp format
Date: Sun, 22 Oct 2023 16:23:10 +0300
tags 66680 notabug
thanks

> From: Marco Antoniotti <marcoxa <at> gmail.com>
> Date: Sun, 22 Oct 2023 14:55:47 +0200
> 
> I noted this glitch since 28.x.  Still there in 29.x.
> 
> HTML version has the section on 'rx' regexps coding, but it is missing from the PDFs downloadable
> from the main site https://www.gnu.org/software/emacs/manual/emacs.html

This is on purpose: the Rx section is excluded from the printed
manual, to keep the printed manual's size at bay.  Several other
sections are also excluded.

This is not a bug.




Added tag(s) notabug. Request was from Eli Zaretskii <eliz <at> gnu.org> to control <at> debbugs.gnu.org. (Sun, 22 Oct 2023 13:25:02 GMT) Full text and rfc822 format available.

Reply sent to Michael Albinus <michael.albinus <at> gmx.de>:
You have taken responsibility. (Sun, 22 Oct 2023 13:30:03 GMT) Full text and rfc822 format available.

Notification sent to Marco Antoniotti <marcoxa <at> gmail.com>:
bug acknowledged by developer. (Sun, 22 Oct 2023 13:30:03 GMT) Full text and rfc822 format available.

Message #15 received at 66680-done <at> debbugs.gnu.org (full text, mbox):

From: Michael Albinus <michael.albinus <at> gmx.de>
To: Marco Antoniotti <marcoxa <at> gmail.com>
Cc: 66680-done <at> debbugs.gnu.org
Subject: Re: bug#66680: PDF version of Elisp manual is missing section about
 'rx' regexp format
Date: Sun, 22 Oct 2023 15:28:49 +0200
Marco Antoniotti <marcoxa <at> gmail.com> writes:

> Hi

Hi Marco,

> I noted this glitch since 28.x.  Still there in 29.x.
>
> HTML version has the section on 'rx' regexps coding, but it is missing
> from the PDFs downloadable from the main site
> https://www.gnu.org/software/emacs/manual/emacs.html

The section about "Rx Notation" in doc/lispref/searching.texi is embedded with

--8<---------------cut here---------------start------------->8---
@ifnottex
@node Rx Notation
@subsection The @code{rx} Structured Regexp Notation
...
@end ifnottex
--8<---------------cut here---------------end--------------->8---

The commit message of ac1ad3e49abd, which brought it to the manual,
claims

--8<---------------cut here---------------start------------->8---
    The additions are excluded from the print version to avoid making it
    thicker.
--8<---------------cut here---------------end--------------->8---

So it isn't a bug. Closing.

> All the best

Best regards, Michael.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#66680; Package emacs. (Sun, 22 Oct 2023 14:06:02 GMT) Full text and rfc822 format available.

Message #18 received at 66680 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Marco Antoniotti <marcoxa <at> gmail.com>
Cc: 66680 <at> debbugs.gnu.org
Subject: Re: bug#66680: PDF version of Elisp manual is missing section about
 'rx' regexp format
Date: Sun, 22 Oct 2023 17:05:16 +0300
> From: Marco Antoniotti <marcoxa <at> gmail.com>
> Date: Sun, 22 Oct 2023 15:25:04 +0200
> Cc: 66680 <at> debbugs.gnu.org
> 
> A bit confusing though...  Time to re-evaluate this choice?

Could be.  Feel free to bring it up on emacs-devel.  But the size
issue of the ELisp manual is very real: it already prints as two quite
thick volumes.  So we will continue trying to keep some less important
parts of the manual be excluded from the printed version.

Why don't you use the on-line version, either Info or HTML?  The PDF
version is basically needed for printing the manual, not for reading
it on-line.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#66680; Package emacs. (Sun, 22 Oct 2023 16:42:02 GMT) Full text and rfc822 format available.

Message #21 received at 66680 <at> debbugs.gnu.org (full text, mbox):

From: Marco Antoniotti <marcoxa <at> gmail.com>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 66680 <at> debbugs.gnu.org
Subject: Re: bug#66680: PDF version of Elisp manual is missing section about
 'rx' regexp format
Date: Sun, 22 Oct 2023 15:25:04 +0200
[Message part 1 (text/plain, inline)]
Thanks.

A bit confusing though...  Time to re-evaluate this choice?

MA


On Sun, Oct 22, 2023 at 3:23 PM Eli Zaretskii <eliz <at> gnu.org> wrote:

> tags 66680 notabug
> thanks
>
> > From: Marco Antoniotti <marcoxa <at> gmail.com>
> > Date: Sun, 22 Oct 2023 14:55:47 +0200
> >
> > I noted this glitch since 28.x.  Still there in 29.x.
> >
> > HTML version has the section on 'rx' regexps coding, but it is missing
> from the PDFs downloadable
> > from the main site https://www.gnu.org/software/emacs/manual/emacs.html
>
> This is on purpose: the Rx section is excluded from the printed
> manual, to keep the printed manual's size at bay.  Several other
> sections are also excluded.
>
> This is not a bug.
>


-- 
Marco Antoniotti
Somewhere over the Rainbow
[Message part 2 (text/html, inline)]

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#66680; Package emacs. (Sun, 22 Oct 2023 17:43:02 GMT) Full text and rfc822 format available.

Message #24 received at 66680 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Marco Antoniotti <marcoxa <at> gmail.com>
Cc: 66680 <at> debbugs.gnu.org
Subject: Re: bug#66680: PDF version of Elisp manual is missing section about
 'rx' regexp format
Date: Sun, 22 Oct 2023 20:42:13 +0300
> From: Marco Antoniotti <marcoxa <at> gmail.com>
> Date: Sun, 22 Oct 2023 18:58:13 +0200
> Cc: 66680 <at> debbugs.gnu.org
> 
> Understood.
> 
> I like the PDF because it is "fully offline".  I am a cheap old geezer who does not like to be always
> online and I have an almost three hours train commute :)

?? You can have both the HTML and the Info manuals on your local disk
and use them when you are off-line.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#66680; Package emacs. (Mon, 23 Oct 2023 00:02:02 GMT) Full text and rfc822 format available.

Message #27 received at 66680 <at> debbugs.gnu.org (full text, mbox):

From: Marco Antoniotti <marcoxa <at> gmail.com>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 66680 <at> debbugs.gnu.org
Subject: Re: bug#66680: PDF version of Elisp manual is missing section about
 'rx' regexp format
Date: Sun, 22 Oct 2023 18:58:13 +0200
[Message part 1 (text/plain, inline)]
Hi

Understood.

I like the PDF because it is "fully offline".  I am a cheap old geezer who
does not like to be always online and I have an almost three hours train
commute :)

All the best

Marco





On Sun, Oct 22, 2023 at 4:05 PM Eli Zaretskii <eliz <at> gnu.org> wrote:

> > From: Marco Antoniotti <marcoxa <at> gmail.com>
> > Date: Sun, 22 Oct 2023 15:25:04 +0200
> > Cc: 66680 <at> debbugs.gnu.org
> >
> > A bit confusing though...  Time to re-evaluate this choice?
>
> Could be.  Feel free to bring it up on emacs-devel.  But the size
> issue of the ELisp manual is very real: it already prints as two quite
> thick volumes.  So we will continue trying to keep some less important
> parts of the manual be excluded from the printed version.
>
> Why don't you use the on-line version, either Info or HTML?  The PDF
> version is basically needed for printing the manual, not for reading
> it on-line.
>


-- 
Marco Antoniotti
Somewhere over the Rainbow
[Message part 2 (text/html, inline)]

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#66680; Package emacs. (Mon, 23 Oct 2023 00:02:02 GMT) Full text and rfc822 format available.

Message #30 received at 66680 <at> debbugs.gnu.org (full text, mbox):

From: Marco Antoniotti <marcoxa <at> gmail.com>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 66680 <at> debbugs.gnu.org
Subject: Re: bug#66680: PDF version of Elisp manual is missing section about
 'rx' regexp format
Date: Sun, 22 Oct 2023 20:34:38 +0200
[Message part 1 (text/plain, inline)]
I know.  I just find the HTML more annoying to handle locally.

I know, I am strange :)

All the best



On Sun, Oct 22, 2023 at 7:42 PM Eli Zaretskii <eliz <at> gnu.org> wrote:

> > From: Marco Antoniotti <marcoxa <at> gmail.com>
> > Date: Sun, 22 Oct 2023 18:58:13 +0200
> > Cc: 66680 <at> debbugs.gnu.org
> >
> > Understood.
> >
> > I like the PDF because it is "fully offline".  I am a cheap old geezer
> who does not like to be always
> > online and I have an almost three hours train commute :)
>
> ?? You can have both the HTML and the Info manuals on your local disk
> and use them when you are off-line.
>


-- 
Marco Antoniotti
Somewhere over the Rainbow
[Message part 2 (text/html, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 20 Nov 2023 12:24:13 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 263 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.