another one:

what's a good DRYML editor?

nXml. the default XML mode for emacs is way too heavy.  It works best
with a schema, and dislikes how Hobo uses colons for its own purposes
rather than for namespacing.  For emacs users, I recommend xml-lite:
http://dogbiscuit.org/mdub/software/xml-lite.el

Here's my .emacs:

(require 'xml-lite)
(set-variable 'xml-lite-indent-offset 2)
(add-to-list 'auto-mode-alist '("\\.dryml$" . xml-lite-mode))

What other editors have an XML mode that works with DRYML?

Bryan

-- 
You received this message because you are subscribed to the Google Groups "Hobo 
Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/hobousers?hl=en.

Reply via email to