Problems with nsgmls and catalogs
Manuel Hernandez
manu at whitecats.mine.nu
Thu Mar 11 20:13:35 UTC 2004
Hi all!
I am trying to write documentation for freebsd in spanish.
I have a freebsd 4.9 box (release + patches), with these ports
installed:
* docproj-jadetex-1.11
* emacs-21.3_2
* psgml-emacs21-1.2.4_3
I have a "hook" for emacs in ~/.emacs like this:
(require 'psgml-startup)
(defun my_psgml_mode ()
(message "Loading FBSD Doc. Proj. mode...")
(setq fill-column 70)
(setq indent-tabs-mode nil)
(setq next-line-add-newlines nil)
(setq standard-indent 2)
;; (auto-fill-mode t) ;; yet loaded
(message "Loading FBSD Doc. Proj. mode... done!"))
(add-hook 'psgml-mode-hook 'my_psgml_mode)
I made it because lines in the "FreeBSD Documentation Project Primer
for New Contributors" doesnt' work on my dotemacs (see next URL):
http://www.freebsd.org/doc/en_US.ISO8859-1/books/fdp-primer/psgml-mode.html
Maybe you want to add it or improve it.
Regards!
Manuel
More information about the freebsd-doc
mailing list