Stephen J. Turnbull wrote:
Tom Browder writes:
> When in fortran mode, I can't get paragraph fill to keep the '!'
> (exclamation point) character at the beginning of each wrapped line.
>
> Is there any way to fix that in my init.el file?
Try filladapt mode, and set filladapt-token-table appropriately
(sorry, I haven't played with this for years and don't have time to
dig in at the moment, HTH).
Since a very long time, I've got the following code in my xemacs
startup:
;; Add X Resource file support.
(setq filladapt-token-table (append filladapt-token-table
'(("!+" x-resource-comment))))
(push '(x-resource-comment x-resource-comment)
filladapt-token-match-table)
(push '(x-resource-comment . exact)
filladapt-token-conversion-table)
That should do the trick.
Joachim
--
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Joachim Schrod Email: jschrod(a)acm.org
Roedermark, Germany
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta