Gnus development mailing list
 help / color / mirror / Atom feed
* Use of @insertcopying breaks gnus-manual*.ps.gz
@ 2004-08-31 19:02 Reiner Steib
  2004-09-01  0:08 ` Katsumi Yamaoka
  0 siblings, 1 reply; 9+ messages in thread
From: Reiner Steib @ 2004-08-31 19:02 UTC (permalink / raw)


Hi,

the use of @copying and @insertcopying in gnus.texi breaks the built
of gnus-manual-a4.ps.gz and gnus-manual-standard.ps.gz.

Probably texi2latex.el has to be adjusted, but I couldn't figure out
how.

Could someone please look into this?

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/




^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Use of @insertcopying breaks gnus-manual*.ps.gz
  2004-08-31 19:02 Use of @insertcopying breaks gnus-manual*.ps.gz Reiner Steib
@ 2004-09-01  0:08 ` Katsumi Yamaoka
  2004-09-01  2:06   ` Katsumi Yamaoka
  2004-09-01  4:33   ` Katsumi Yamaoka
  0 siblings, 2 replies; 9+ messages in thread
From: Katsumi Yamaoka @ 2004-09-01  0:08 UTC (permalink / raw)


>>>>> In <v9hdqji10m.fsf@marauder.physik.uni-ulm.de> Reiner Steib wrote:

> the use of @copying and @insertcopying in gnus.texi breaks the built
> of gnus-manual-a4.ps.gz and gnus-manual-standard.ps.gz.

> Probably texi2latex.el has to be adjusted, but I couldn't figure out
> how.

> Could someone please look into this?

Although I'm not troubled with it because of using Emacs CVS,  I
noticed `@copying' is not supported by texinfmt.el in Emacs 21.3
and lesser and XEmacs.

configure
cd texi
make MAKEINFO=no EMACS=emacs-21.3
[...]
Formatting Info file: gnus
Converting gnus.texi to Info format...
Reading included file: gnus/texi/gnus-news.texi
Reading included file: gnus/texi/gnus-faq.texi
@copying is not handled by texinfo
make: *** [gnus] Error 255

It may not be a real problem since most people seem to have the
makeinfo command.

(I'm translating the Gnus manuals into Japanese.  Using
 texinfmt.el is the only way to format them, though.)

In addition, I'm using makeinfo v4.6 and it complains as follows:

gnus.texi:8543: warning: eacute is an invalid ISO code, using '.
gnus.texi:8543: warning: agrave is an invalid ISO code, using `.
gnus.texi:15714: warning: ecirc is an invalid ISO code, using ^.
gnus.texi:24829: warning: ccedil is an invalid ISO code, using ,.
gnus.texi:24846: warning: invalid encoded character `aring'.
gnus.texi:24936: warning: ccedil is an invalid ISO code, using ,.

emacs-mime.texi:1131: warning: iuml is an invalid ISO code, using ".
emacs-mime.texi:1144: warning: iuml is an invalid ISO code, using ".
emacs-mime.texi:1159: warning: iuml is an invalid ISO code, using ".

So far I don't know what causes them.



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Use of @insertcopying breaks gnus-manual*.ps.gz
  2004-09-01  0:08 ` Katsumi Yamaoka
@ 2004-09-01  2:06   ` Katsumi Yamaoka
  2004-09-02 14:34     ` Reiner Steib
  2004-09-01  4:33   ` Katsumi Yamaoka
  1 sibling, 1 reply; 9+ messages in thread
From: Katsumi Yamaoka @ 2004-09-01  2:06 UTC (permalink / raw)


>>>>> In <b9yvfeyyhnv.fsf@jpl.org> Katsumi Yamaoka wrote:

> I noticed `@copying' is not supported by texinfmt.el in Emacs 21.3
> and lesser and XEmacs.

Okay, I've solved it in No Gnus by adding @copying and
@insertcopying support to infohack.el.



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Use of @insertcopying breaks gnus-manual*.ps.gz
  2004-09-01  0:08 ` Katsumi Yamaoka
  2004-09-01  2:06   ` Katsumi Yamaoka
@ 2004-09-01  4:33   ` Katsumi Yamaoka
  1 sibling, 0 replies; 9+ messages in thread
From: Katsumi Yamaoka @ 2004-09-01  4:33 UTC (permalink / raw)


>>>>> In <b9yvfeyyhnv.fsf@jpl.org> Katsumi Yamaoka wrote:

> In addition, I'm using makeinfo v4.6 and it complains as follows:

> gnus.texi:8543: warning: eacute is an invalid ISO code, using '.
> gnus.texi:8543: warning: agrave is an invalid ISO code, using `.

[...]

I upgraded makeinfo to v4.7 and those warnings disappeared.



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Use of @insertcopying breaks gnus-manual*.ps.gz
  2004-09-01  2:06   ` Katsumi Yamaoka
@ 2004-09-02 14:34     ` Reiner Steib
  2004-09-03  2:07       ` Katsumi Yamaoka
  0 siblings, 1 reply; 9+ messages in thread
From: Reiner Steib @ 2004-09-02 14:34 UTC (permalink / raw)


On Wed, Sep 01 2004, Katsumi Yamaoka wrote:

>>>>>> In <b9yvfeyyhnv.fsf@jpl.org> Katsumi Yamaoka wrote:
>
>> I noticed `@copying' is not supported by texinfmt.el in Emacs 21.3
>> and lesser and XEmacs.
>
> Okay, I've solved it in No Gnus by adding @copying and
> @insertcopying support to infohack.el.

Thanks.

Could you please try to fix "make gnus-manual-standard.ps.gz", too?

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/




^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Use of @insertcopying breaks gnus-manual*.ps.gz
  2004-09-02 14:34     ` Reiner Steib
@ 2004-09-03  2:07       ` Katsumi Yamaoka
  2004-09-20 12:14         ` Reiner Steib
  0 siblings, 1 reply; 9+ messages in thread
From: Katsumi Yamaoka @ 2004-09-03  2:07 UTC (permalink / raw)


>>>>> In <v9hdqghh94.fsf@marauder.physik.uni-ulm.de> Reiner Steib wrote:

> Could you please try to fix "make gnus-manual-standard.ps.gz", too?

Oh, I forgot to do that.  Committed.



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Use of @insertcopying breaks gnus-manual*.ps.gz
  2004-09-03  2:07       ` Katsumi Yamaoka
@ 2004-09-20 12:14         ` Reiner Steib
  2004-09-21  0:45           ` Katsumi Yamaoka
  0 siblings, 1 reply; 9+ messages in thread
From: Reiner Steib @ 2004-09-20 12:14 UTC (permalink / raw)


On Fri, Sep 03 2004, Katsumi Yamaoka wrote:

>>>>>> In <v9hdqghh94.fsf@marauder.physik.uni-ulm.de> Reiner Steib wrote:
>
>> Could you please try to fix "make gnus-manual-standard.ps.gz", too?
>
> Oh, I forgot to do that.  Committed.

Could you do the same fixes on the v5-10 branch?

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/




^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Use of @insertcopying breaks gnus-manual*.ps.gz
  2004-09-20 12:14         ` Reiner Steib
@ 2004-09-21  0:45           ` Katsumi Yamaoka
  2004-09-21  8:21             ` Reiner Steib
  0 siblings, 1 reply; 9+ messages in thread
From: Katsumi Yamaoka @ 2004-09-21  0:45 UTC (permalink / raw)


>>>>> In <v94qltf877.fsf@marauder.physik.uni-ulm.de> Reiner Steib wrote:

>>> Could you please try to fix "make gnus-manual-standard.ps.gz", too?
>> Oh, I forgot to do that.  Committed.
> Could you do the same fixes on the v5-10 branch?

I've done.

P.S. Now I have a write access to Gnus in the Emacs CVS, though
I've never tried it yet.



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Use of @insertcopying breaks gnus-manual*.ps.gz
  2004-09-21  0:45           ` Katsumi Yamaoka
@ 2004-09-21  8:21             ` Reiner Steib
  0 siblings, 0 replies; 9+ messages in thread
From: Reiner Steib @ 2004-09-21  8:21 UTC (permalink / raw)


On Tue, Sep 21 2004, Katsumi Yamaoka wrote:

>>>>>> In <v94qltf877.fsf@marauder.physik.uni-ulm.de> Reiner Steib wrote:
[...]
>> Could you do the same fixes on the v5-10 branch?
> I've done.

Thanks.

> P.S. Now I have a write access to Gnus in the Emacs CVS, though
> I've never tried it yet.

The changes will propagate from v5-10 to Emacs' CVS via Miles' arch
synchronization.  There should be no need to install the changes
directly in Emacs' CVS.  For this synchronization, it is best to
install new bug fixes only in v5-10 and let them propagate to both
Emacs and the Gnus trunk from there.

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/




^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2004-09-21  8:21 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-08-31 19:02 Use of @insertcopying breaks gnus-manual*.ps.gz Reiner Steib
2004-09-01  0:08 ` Katsumi Yamaoka
2004-09-01  2:06   ` Katsumi Yamaoka
2004-09-02 14:34     ` Reiner Steib
2004-09-03  2:07       ` Katsumi Yamaoka
2004-09-20 12:14         ` Reiner Steib
2004-09-21  0:45           ` Katsumi Yamaoka
2004-09-21  8:21             ` Reiner Steib
2004-09-01  4:33   ` Katsumi Yamaoka

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).