GNU bug report logs - #19697
25.0.50; Emacs manual line is 239 chars wide!

Previous Next

Package: emacs;

Reported by: Drew Adams <drew.adams <at> oracle.com>

Date: Mon, 26 Jan 2015 23:52:02 UTC

Severity: minor

Found in version 25.0.50

Done: Paul Eggert <eggert <at> cs.ucla.edu>

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 19697 in the body.
You can then email your comments to 19697 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#19697; Package emacs. (Mon, 26 Jan 2015 23:52:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Drew Adams <drew.adams <at> oracle.com>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Mon, 26 Jan 2015 23:52:02 GMT) Full text and rfc822 format available.

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

From: Drew Adams <drew.adams <at> oracle.com>
To: bug-gnu-emacs <at> gnu.org
Subject: 25.0.50; Emacs manual line is 239 chars wide!
Date: Mon, 26 Jan 2015 15:50:42 -0800 (PST)
Line 31 of node `Language Environments (and another line is almost as
long):

     Chinese-GBK, Croatian, Cyrillic-ALT, Cyrillic-ISO, Cyrillic-KOI8, Czech, Devanagari, Dutch, English, Esperanto, Ethiopic, French, Georgian, German, Greek, Gujarati, Hebrew, IPA, Italian, Japanese, Kannada, Khmer, Korean, Lao, Latin-1,


That line will get wrapped by the mailer, but you can check it yourself easily.

In GNU Emacs 25.0.50.1 (i686-pc-mingw32)
 of 2014-10-20 on LEG570
Bzr revision: 118168 rgm <at> gnu.org-20141020195941-icp42t8ttcnud09g
Windowing system distributor `Microsoft Corp.', version 6.1.7601
Configured using:
 `configure --enable-checking=yes,glyphs CPPFLAGS=-DGLYPH_DEBUG=1'




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#19697; Package emacs. (Tue, 27 Jan 2015 15:40:04 GMT) Full text and rfc822 format available.

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

From: Paul Eggert <eggert <at> cs.ucla.edu>
To: Drew Adams <drew.adams <at> oracle.com>
Cc: 19697 <at> debbugs.gnu.org
Subject: Re: 25.0.50; Emacs manual line is 239 chars wide!
Date: Tue, 27 Jan 2015 07:39:27 -0800
I do not observe this problem on Fedora 21 x86-64.  Lines 31-34 are:

     Cyrillic-ALT, Cyrillic-ISO, Cyrillic-KOI8, Czech, Devanagari,
     Dutch, English, Esperanto, Ethiopic, French, Georgian, German,
     Greek, Gujarati, Hebrew, IPA, Italian, Japanese, Kannada, Khmer,
     Korean, Lao, Latin-1, Latin-2, Latin-3, Latin-4, Latin-5, Latin-6,

which look fine.

It could be a 'makeinfo' or platform issue.  I'm using makeinfo (GNU texinfo) 
5.2, as shipped with Fedora.  Here's how the .info file was built:

$ cd doc/emacs
$ rm ../../info/emacs.info
$ make V=1 ../../info/emacs.info
makeinfo --force --enable-encoding -I . --no-split -o ../../info/emacs.info 
emacs.texi




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#19697; Package emacs. (Tue, 27 Jan 2015 15:58:01 GMT) Full text and rfc822 format available.

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

From: Drew Adams <drew.adams <at> oracle.com>
To: Paul Eggert <eggert <at> cs.ucla.edu>
Cc: 19697 <at> debbugs.gnu.org
Subject: RE: 25.0.50; Emacs manual line is 239 chars wide!
Date: Tue, 27 Jan 2015 07:57:36 -0800 (PST)
> It could be a 'makeinfo' or platform issue.  I'm using makeinfo (GNU
> texinfo) 5.2, as shipped with Fedora.  Here's how the .info file was built:

I'm using the MS Windows binary I reported the problem for.

Your reply indicates that this might be a build or platform-dependent
bug, which is useful info.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#19697; Package emacs. (Tue, 27 Jan 2015 16:15:02 GMT) Full text and rfc822 format available.

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

From: Drew Adams <drew.adams <at> oracle.com>
To: Drew Adams <drew.adams <at> oracle.com>, Paul Eggert <eggert <at> cs.ucla.edu>
Cc: 19697 <at> debbugs.gnu.org
Subject: RE: bug#19697: 25.0.50; Emacs manual line is 239 chars wide!
Date: Tue, 27 Jan 2015 08:14:36 -0800 (PST)
> > It could be a 'makeinfo' or platform issue.  I'm using makeinfo (GNU
> > texinfo) 5.2, as shipped with Fedora.  Here's how the .info file was
> > built:
> 
> I'm using the MS Windows binary I reported the problem for.
> 
> Your reply indicates that this might be a build or platform-dependent
> bug, which is useful info.

It might also be a problem that has already been fixed.  The build
I reported about is from October 2014.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#19697; Package emacs. (Tue, 27 Jan 2015 17:34:02 GMT) Full text and rfc822 format available.

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

From: Eli Zaretskii <eliz <at> gnu.org>
To: Paul Eggert <eggert <at> cs.ucla.edu>
Cc: 19697 <at> debbugs.gnu.org, drew.adams <at> oracle.com
Subject: Re: bug#19697: 25.0.50; Emacs manual line is 239 chars wide!
Date: Tue, 27 Jan 2015 19:32:45 +0200
> Date: Tue, 27 Jan 2015 07:39:27 -0800
> From: Paul Eggert <eggert <at> cs.ucla.edu>
> Cc: 19697 <at> debbugs.gnu.org
> 
> I do not observe this problem on Fedora 21 x86-64.  Lines 31-34 are:
> 
>       Cyrillic-ALT, Cyrillic-ISO, Cyrillic-KOI8, Czech, Devanagari,
>       Dutch, English, Esperanto, Ethiopic, French, Georgian, German,
>       Greek, Gujarati, Hebrew, IPA, Italian, Japanese, Kannada, Khmer,
>       Korean, Lao, Latin-1, Latin-2, Latin-3, Latin-4, Latin-5, Latin-6,
> 
> which look fine.
> 
> It could be a 'makeinfo' or platform issue.  I'm using makeinfo (GNU texinfo) 
> 5.2, as shipped with Fedora.

This is indeed a bug in makeinfo 4.x which doesn't exist in 5.x.

IOW, not an Emacs problem.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#19697; Package emacs. (Tue, 27 Jan 2015 17:56:01 GMT) Full text and rfc822 format available.

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

From: Eli Zaretskii <eliz <at> gnu.org>
To: Drew Adams <drew.adams <at> oracle.com>
Cc: eggert <at> cs.ucla.edu, drew.adams <at> oracle.com, 19697 <at> debbugs.gnu.org
Subject: Re: bug#19697: 25.0.50; Emacs manual line is 239 chars wide!
Date: Tue, 27 Jan 2015 19:55:30 +0200
> Date: Tue, 27 Jan 2015 08:14:36 -0800 (PST)
> From: Drew Adams <drew.adams <at> oracle.com>
> Cc: 19697 <at> debbugs.gnu.org
> 
> > > It could be a 'makeinfo' or platform issue.  I'm using makeinfo (GNU
> > > texinfo) 5.2, as shipped with Fedora.  Here's how the .info file was
> > > built:
> > 
> > I'm using the MS Windows binary I reported the problem for.
> > 
> > Your reply indicates that this might be a build or platform-dependent
> > bug, which is useful info.
> 
> It might also be a problem that has already been fixed.

No, it wasn't; there's nothing to fix.  The Texinfo sources are OK as
they are.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#19697; Package emacs. (Tue, 27 Jan 2015 17:59:01 GMT) Full text and rfc822 format available.

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

From: Drew Adams <drew.adams <at> oracle.com>
To: Eli Zaretskii <eliz <at> gnu.org>, Paul Eggert <eggert <at> cs.ucla.edu>
Cc: 19697 <at> debbugs.gnu.org, drew.adams <at> oracle.com
Subject: RE: bug#19697: 25.0.50; Emacs manual line is 239 chars wide!
Date: Tue, 27 Jan 2015 09:58:42 -0800 (PST)
> This is indeed a bug in makeinfo 4.x which doesn't exist in 5.x.
> 
> IOW, not an Emacs problem.

I see.  I thought that Emacs was responsible for, or able to take
care of, line lengths.  Anyway, OK by me if you close this as not
an Emacs bug.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#19697; Package emacs. (Tue, 27 Jan 2015 18:14:02 GMT) Full text and rfc822 format available.

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

From: Eli Zaretskii <eliz <at> gnu.org>
To: Drew Adams <drew.adams <at> oracle.com>
Cc: eggert <at> cs.ucla.edu, drew.adams <at> oracle.com, 19697 <at> debbugs.gnu.org
Subject: Re: bug#19697: 25.0.50; Emacs manual line is 239 chars wide!
Date: Tue, 27 Jan 2015 20:12:45 +0200
> Date: Tue, 27 Jan 2015 09:58:42 -0800 (PST)
> From: Drew Adams <drew.adams <at> oracle.com>
> Cc: drew.adams <at> oracle.com, 19697 <at> debbugs.gnu.org
> 
> I see.  I thought that Emacs was responsible for, or able to take
> care of, line lengths.

The line length in the Texinfo sources is just fine.  It's just that
makeinfo renders this particular place incorrectly.

> Anyway, OK by me if you close this as not an Emacs bug.

If there's a rainy day soon, I might try something to work around the
makeinfo bug.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#19697; Package emacs. (Tue, 27 Jan 2015 21:10:01 GMT) Full text and rfc822 format available.

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

From: Andreas Schwab <schwab <at> linux-m68k.org>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: eggert <at> cs.ucla.edu, Drew Adams <drew.adams <at> oracle.com>,
 19697 <at> debbugs.gnu.org
Subject: Re: bug#19697: 25.0.50; Emacs manual line is 239 chars wide!
Date: Tue, 27 Jan 2015 22:09:29 +0100
I thought that @refill would help, but it didn't, unfortunately.

Andreas.

-- 
Andreas Schwab, schwab <at> linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."




Reply sent to Paul Eggert <eggert <at> cs.ucla.edu>:
You have taken responsibility. (Tue, 27 Jan 2015 21:43:02 GMT) Full text and rfc822 format available.

Notification sent to Drew Adams <drew.adams <at> oracle.com>:
bug acknowledged by developer. (Tue, 27 Jan 2015 21:43:03 GMT) Full text and rfc822 format available.

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

From: Paul Eggert <eggert <at> cs.ucla.edu>
To: Drew Adams <drew.adams <at> oracle.com>, Eli Zaretskii <eliz <at> gnu.org>
Cc: 19697-done <at> debbugs.gnu.org
Subject: Re: bug#19697: 25.0.50; Emacs manual line is 239 chars wide!
Date: Tue, 27 Jan 2015 13:42:08 -0800
On 01/27/2015 09:58 AM, Drew Adams wrote:
> OK by me if you close this as not
> an Emacs bug.

Thanks, done.  Eventually everybody will be using newer Texinfo so the 
bug will fix itself in time anyway....




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#19697; Package emacs. (Thu, 29 Jan 2015 16:54:02 GMT) Full text and rfc822 format available.

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

From: Eli Zaretskii <eliz <at> gnu.org>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: eggert <at> cs.ucla.edu, drew.adams <at> oracle.com, 19697 <at> debbugs.gnu.org
Subject: Re: bug#19697: 25.0.50; Emacs manual line is 239 chars wide!
Date: Thu, 29 Jan 2015 18:53:42 +0200
> Date: Tue, 27 Jan 2015 20:12:45 +0200
> From: Eli Zaretskii <eliz <at> gnu.org>
> Cc: eggert <at> cs.ucla.edu, 19697 <at> debbugs.gnu.org
> 
> > Date: Tue, 27 Jan 2015 09:58:42 -0800 (PST)
> > From: Drew Adams <drew.adams <at> oracle.com>
> > Cc: drew.adams <at> oracle.com, 19697 <at> debbugs.gnu.org
> > 
> > I see.  I thought that Emacs was responsible for, or able to take
> > care of, line lengths.
> 
> The line length in the Texinfo sources is just fine.  It's just that
> makeinfo renders this particular place incorrectly.
> 
> > Anyway, OK by me if you close this as not an Emacs bug.
> 
> If there's a rainy day soon, I might try something to work around the
> makeinfo bug.

I found a way to kludge around the bug in Texinfo, and committed the
result to the emacs-24 branch.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#19697; Package emacs. (Thu, 29 Jan 2015 17:01:01 GMT) Full text and rfc822 format available.

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

From: Drew Adams <drew.adams <at> oracle.com>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: eggert <at> cs.ucla.edu, 19697 <at> debbugs.gnu.org
Subject: RE: bug#19697: 25.0.50; Emacs manual line is 239 chars wide!
Date: Thu, 29 Jan 2015 08:59:44 -0800 (PST)
> I found a way to kludge around the bug in Texinfo, and committed the
> result to the emacs-24 branch.

Excellent.  Thx.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 27 Feb 2015 12:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 10 years and 176 days ago.

Previous Next


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