Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Mar 2004 21:16:28 +0100
From:      Manuel Hernandez <manu@whitecats.mine.nu>
To:        freebsd-doc@freebsd.org
Subject:   Problems with nsgmls and catalogs
Message-ID:  <20040311201628.GA1364@whitecats.mine.nu>

next in thread | raw e-mail | index | archive | help

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040311201628.GA1364>