Mail Archives: djgpp/1995/03/17/13:09:10
>There are conflicting reports on whether an info reader can be made to
>function properly (both getting references correct and doing it
>efficiently via tags) with files in both formats. Some people say
>yes, some say no. The issue is that the extra <CR> in each line
>changes byte offsets in the node tags index, leading to "node not
>found" errors in rare cases.
If you use jed to read info files, you will not run into this problem. Jed
simply uses the tag files to determine which file is being referred to.
This means that you can edit the info files and jed can still read them.
In fact, if you just want to use jed as an info reader, you can simply do:
jed -info
--John
- Raw text -