File: README

package info (click to toggle)
libsgmls-perl 1.03ii-33
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 740 kB
  • ctags: 240
  • sloc: perl: 1,387; lisp: 262; makefile: 130
file content (22 lines) | stat: -rw-r--r-- 684 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
This directory contains sgmls.el, a LISP front-end for the SGMLS
parser and any associated post-processors.  By default, it is set up
to use James Clark's sgmls with the sgmlsasp post-processor, but you
can reconfigure it for use with sgmlspl by adding the following code
to your ~/.emacs file:

  (setq-default sgmls-postprocessor "sgmlspl")

You can also choose a central directory for your sgmlspl scripts, as
in the following example:

  (setq-default sgmls-spec-directory "~/lib/perl5")

There are many, many more options -- read the comments at the top of
the file for details.


David Megginson,
Acting Director, Writing Centre,
University of Ottawa

<dmeggins@aix1.uottawa.ca>