[Patches] [ python-Patches-539487 ] build info docs from tex sources

noreply@sourceforge.net noreply@sourceforge.net
Mon, 08 Apr 2002 14:24:11 -0700


Patches item #539487, was opened at 2002-04-04 17:26
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=539487&group_id=5470

Category: Documentation
Group: Python 2.2.x
Status: Open
Resolution: None
Priority: 5
Submitted By: Matthias Klose (doko)
Assigned to: Fred L. Drake, Jr. (fdrake)
Summary: build info docs from tex sources

Initial Comment:
This patch adds Milan Zamazals conversion script and 
modifies the mkinfo script to build the info doc files 
from the latex sources. Currently, the mac, doc and 
inst tex files are not handled.


----------------------------------------------------------------------

>Comment By: Fred L. Drake, Jr. (fdrake)
Date: 2002-04-08 17:24

Message:
Logged In: YES 
user_id=3066

For the record, here's the specific errors I get when using
XEmacs with this patch on the current release22-maint branch
(hopefully SF won't munge them too badly):

grendel(.../r22-maint/Doc); make EMACS=xemacs info
cd info && make
make[1]: Entering directory
`/home/fdrake/projects/python/r22-maint/Doc/info'
../tools/mkinfo ../api/api.tex python-api.info
xemacs -batch -q --no-site-file -l
/home/fdrake/projects/python/r22-maint/Doc/tools/py2texi.el
--eval (setq py2texi-dirs '("./" "../texinputs/"
"/home/fdrake/projects/python/r22-maint/Doc/api")) --eval
(py2texi
"/home/fdrake/projects/python/r22-maint/Doc/api/api.tex") -f
kill-emacs
Loading
/usr/lib/xemacs/xemacs-packages/lisp/site-start.d/aspell-init.el...
Loading
/usr/lib/xemacs/xemacs-packages/lisp/site-start.d/mew-init.el...
Loading
/usr/lib/xemacs/xemacs-packages/lisp/site-start.d/psgml-init.el...
Loading
/usr/lib/xemacs/xemacs-packages/lisp/site-start.d/xemacs-po-mode-init.el...
Mark set
Args out of range: 72, 132
xemacs exiting.
make[1]: *** [python-api.info] Error 255
make[1]: Leaving directory
`/home/fdrake/projects/python/r22-maint/Doc/info'
make: *** [info] Error 2


----------------------------------------------------------------------

Comment By: Fred L. Drake, Jr. (fdrake)
Date: 2002-04-08 17:19

Message:
Logged In: YES 
user_id=3066

I'll add a note here just in case:  This patch applies to
the 2.3 development as well as 2.2 maintenance tree.

This still seems to suffer the problems that all versions of
this conversion have suffered; it isn't portable between FSF
Emacs and XEmacs.  I'll see about installing FSF Emacs to
see if it'll work for me there.

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=539487&group_id=5470