From mboxrd@z Thu Jan 1 00:00:00 1970 From: tongconsulting at gmail.com (Jin Tong) Date: Fri, 18 Nov 2005 21:15:48 -0500 Subject: [Howm-eng 18] Re: Question/Feature Requests In-Reply-To: References: Message-ID: I agree with your approach (i.e. markup and formatting is not a concern of howm mode). But your quick example works well too, thanks. org+howm (and outline+howm) works fine, too. Thanks again! On 11/18/05, khi at users.sourceforge.jp wrote: > > Here is an example. > > ;; _underline_ and *emphasize* > (setq howm-user-font-lock-keywords > '(("\\(^\\|\\s-\\)\\(_\\w+?_\\)\\(\\s-\\|$\\)" > 2 'underline prepend) > ("\\(^\\|\\s-\\)\\([*]\\w+?[*]\\)\\(\\s-\\|$\\)" > 2 'font-lock-comment-face prepend))) > > Ideally, I believe that howm itself should not offer any > formatting/markup rules, so that you can combine howm with your > favorite writing style. It's the first motivation why I'm not > satisfied with emacs-wiki and I began to make my own tool. > > Since howm-mode is a minor-mode, it can be used with any other modes > theoretically. Indeed, I personally use rd-mode, rd-mode-plus, and > outline-minor-mode for markup and outline support, together with howm. > http://lists.sourceforge.jp/mailman/archives/howm-eng/2005/000014.html > > Other combinations are not tested sufficiently. If you have any > trouble with outline+howm or org+howm, please let me know. > > -- > khi at users.sourceforge.jp > _______________________________________________ > Howm-eng mailing list > Howm-eng at lists.sourceforge.jp > http://lists.sourceforge.jp/mailman/listinfo/howm-eng >