* bug#19697: 25.0.50; Emacs manual line is 239 chars wide!
@ 2015-01-26 23:50 Drew Adams
2015-01-27 15:39 ` Paul Eggert
0 siblings, 1 reply; 12+ messages in thread
From: Drew Adams @ 2015-01-26 23:50 UTC (permalink / raw)
To: 19697
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@gnu.org-20141020195941-icp42t8ttcnud09g
Windowing system distributor `Microsoft Corp.', version 6.1.7601
Configured using:
`configure --enable-checking=yes,glyphs CPPFLAGS=-DGLYPH_DEBUG=1'
^ permalink raw reply [flat|nested] 12+ messages in thread
* bug#19697: 25.0.50; Emacs manual line is 239 chars wide!
2015-01-26 23:50 Drew Adams
@ 2015-01-27 15:39 ` Paul Eggert
2015-01-27 15:57 ` Drew Adams
2015-01-27 17:32 ` Eli Zaretskii
0 siblings, 2 replies; 12+ messages in thread
From: Paul Eggert @ 2015-01-27 15:39 UTC (permalink / raw)
To: Drew Adams; +Cc: 19697
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
^ permalink raw reply [flat|nested] 12+ messages in thread
* bug#19697: 25.0.50; Emacs manual line is 239 chars wide!
2015-01-27 15:39 ` Paul Eggert
@ 2015-01-27 15:57 ` Drew Adams
2015-01-27 16:14 ` Drew Adams
2015-01-27 17:32 ` Eli Zaretskii
1 sibling, 1 reply; 12+ messages in thread
From: Drew Adams @ 2015-01-27 15:57 UTC (permalink / raw)
To: Paul Eggert; +Cc: 19697
> 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.
^ permalink raw reply [flat|nested] 12+ messages in thread
* bug#19697: 25.0.50; Emacs manual line is 239 chars wide!
2015-01-27 15:57 ` Drew Adams
@ 2015-01-27 16:14 ` Drew Adams
2015-01-27 17:55 ` Eli Zaretskii
0 siblings, 1 reply; 12+ messages in thread
From: Drew Adams @ 2015-01-27 16:14 UTC (permalink / raw)
To: Drew Adams, Paul Eggert; +Cc: 19697
> > 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.
^ permalink raw reply [flat|nested] 12+ messages in thread
* bug#19697: 25.0.50; Emacs manual line is 239 chars wide!
2015-01-27 15:39 ` Paul Eggert
2015-01-27 15:57 ` Drew Adams
@ 2015-01-27 17:32 ` Eli Zaretskii
1 sibling, 0 replies; 12+ messages in thread
From: Eli Zaretskii @ 2015-01-27 17:32 UTC (permalink / raw)
To: Paul Eggert; +Cc: 19697
> Date: Tue, 27 Jan 2015 07:39:27 -0800
> From: Paul Eggert <eggert@cs.ucla.edu>
> Cc: 19697@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.
^ permalink raw reply [flat|nested] 12+ messages in thread
* bug#19697: 25.0.50; Emacs manual line is 239 chars wide!
2015-01-27 16:14 ` Drew Adams
@ 2015-01-27 17:55 ` Eli Zaretskii
0 siblings, 0 replies; 12+ messages in thread
From: Eli Zaretskii @ 2015-01-27 17:55 UTC (permalink / raw)
To: Drew Adams; +Cc: eggert, 19697
> Date: Tue, 27 Jan 2015 08:14:36 -0800 (PST)
> From: Drew Adams <drew.adams@oracle.com>
> Cc: 19697@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.
^ permalink raw reply [flat|nested] 12+ messages in thread
* bug#19697: 25.0.50; Emacs manual line is 239 chars wide!
[not found] ` <<83r3ugp1s2.fsf@gnu.org>
@ 2015-01-27 17:58 ` Drew Adams
2015-01-27 18:12 ` Eli Zaretskii
2015-01-27 21:42 ` Paul Eggert
[not found] ` <<6524c25b-8914-423c-b597-bb9a709af324@default>
1 sibling, 2 replies; 12+ messages in thread
From: Drew Adams @ 2015-01-27 17:58 UTC (permalink / raw)
To: Eli Zaretskii, Paul Eggert; +Cc: 19697
> 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.
^ permalink raw reply [flat|nested] 12+ messages in thread
* bug#19697: 25.0.50; Emacs manual line is 239 chars wide!
2015-01-27 17:58 ` bug#19697: 25.0.50; Emacs manual line is 239 chars wide! Drew Adams
@ 2015-01-27 18:12 ` Eli Zaretskii
2015-01-27 21:09 ` Andreas Schwab
2015-01-29 16:53 ` Eli Zaretskii
2015-01-27 21:42 ` Paul Eggert
1 sibling, 2 replies; 12+ messages in thread
From: Eli Zaretskii @ 2015-01-27 18:12 UTC (permalink / raw)
To: Drew Adams; +Cc: eggert, 19697
> Date: Tue, 27 Jan 2015 09:58:42 -0800 (PST)
> From: Drew Adams <drew.adams@oracle.com>
> Cc: drew.adams@oracle.com, 19697@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.
^ permalink raw reply [flat|nested] 12+ messages in thread
* bug#19697: 25.0.50; Emacs manual line is 239 chars wide!
2015-01-27 18:12 ` Eli Zaretskii
@ 2015-01-27 21:09 ` Andreas Schwab
2015-01-29 16:53 ` Eli Zaretskii
1 sibling, 0 replies; 12+ messages in thread
From: Andreas Schwab @ 2015-01-27 21:09 UTC (permalink / raw)
To: Eli Zaretskii; +Cc: eggert, 19697
I thought that @refill would help, but it didn't, unfortunately.
Andreas.
--
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
"And now for something completely different."
^ permalink raw reply [flat|nested] 12+ messages in thread
* bug#19697: 25.0.50; Emacs manual line is 239 chars wide!
2015-01-27 17:58 ` bug#19697: 25.0.50; Emacs manual line is 239 chars wide! Drew Adams
2015-01-27 18:12 ` Eli Zaretskii
@ 2015-01-27 21:42 ` Paul Eggert
1 sibling, 0 replies; 12+ messages in thread
From: Paul Eggert @ 2015-01-27 21:42 UTC (permalink / raw)
To: Drew Adams, Eli Zaretskii; +Cc: 19697-done
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....
^ permalink raw reply [flat|nested] 12+ messages in thread
* bug#19697: 25.0.50; Emacs manual line is 239 chars wide!
2015-01-27 18:12 ` Eli Zaretskii
2015-01-27 21:09 ` Andreas Schwab
@ 2015-01-29 16:53 ` Eli Zaretskii
1 sibling, 0 replies; 12+ messages in thread
From: Eli Zaretskii @ 2015-01-29 16:53 UTC (permalink / raw)
To: Eli Zaretskii; +Cc: eggert, 19697
> Date: Tue, 27 Jan 2015 20:12:45 +0200
> From: Eli Zaretskii <eliz@gnu.org>
> Cc: eggert@cs.ucla.edu, 19697@debbugs.gnu.org
>
> > Date: Tue, 27 Jan 2015 09:58:42 -0800 (PST)
> > From: Drew Adams <drew.adams@oracle.com>
> > Cc: drew.adams@oracle.com, 19697@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.
^ permalink raw reply [flat|nested] 12+ messages in thread
* bug#19697: 25.0.50; Emacs manual line is 239 chars wide!
[not found] ` <<83oaphmstl.fsf@gnu.org>
@ 2015-01-29 16:59 ` Drew Adams
0 siblings, 0 replies; 12+ messages in thread
From: Drew Adams @ 2015-01-29 16:59 UTC (permalink / raw)
To: Eli Zaretskii; +Cc: eggert, 19697
> I found a way to kludge around the bug in Texinfo, and committed the
> result to the emacs-24 branch.
Excellent. Thx.
^ permalink raw reply [flat|nested] 12+ messages in thread
end of thread, other threads:[~2015-01-29 16:59 UTC | newest]
Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <<4b6ae1aa-f912-4ee1-9cf5-c2586ff0ea86@default>
[not found] ` <<54C7B12F.2070904@cs.ucla.edu>
[not found] ` <<83r3ugp1s2.fsf@gnu.org>
2015-01-27 17:58 ` bug#19697: 25.0.50; Emacs manual line is 239 chars wide! Drew Adams
2015-01-27 18:12 ` Eli Zaretskii
2015-01-27 21:09 ` Andreas Schwab
2015-01-29 16:53 ` Eli Zaretskii
2015-01-27 21:42 ` Paul Eggert
[not found] ` <<6524c25b-8914-423c-b597-bb9a709af324@default>
[not found] ` <<83bnlkozxe.fsf@gnu.org>
[not found] ` <<83oaphmstl.fsf@gnu.org>
2015-01-29 16:59 ` Drew Adams
2015-01-26 23:50 Drew Adams
2015-01-27 15:39 ` Paul Eggert
2015-01-27 15:57 ` Drew Adams
2015-01-27 16:14 ` Drew Adams
2015-01-27 17:55 ` Eli Zaretskii
2015-01-27 17:32 ` Eli Zaretskii
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.