[Howm-eng 18] Re: Question/Feature Requests

Back to archive index

Jin Tong tongc****@gmail*****
Sat Nov 19 11:15:48 JST 2005


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****@users***** <khi****@users*****> 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****@users*****
> _______________________________________________
> Howm-eng mailing list
> Howm-****@lists*****
> http://lists.sourceforge.jp/mailman/listinfo/howm-eng
>



More information about the Howm-eng mailing list
Back to archive index