[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: HTML in Emacs



Hi Ken,

On Thu, 29 Jul 2004 14:34:39 -0500 UTC (7/29/2004, 2:34 PM -0500 UTC my
time), Ken Keefe in part wrote:

K> I tried html-helper-mode. I believe that I got it running in emacs. The
K> mode line says (HTML helper). However, the syntax is not highlighted and
K> I still cannot tab. Here is what I put in my .emacs file to get it to
K> work:

You can have numerous key bindings for entering pairs of tags or completion,
depending on level of expertise. I am sure you can turn on syntax mode too,
and try typing C-c C-l i for html-helper-smart-insert-item which will auto
indent slightly. If you nest another list, it will indent a little more,
etc.

Please see the tar files for:
bindings.html
configuring.html
documentation.html
and
differences.html (for differences between HTML and html-helper modes.)


Other than that, you will have to ask the emacs usenet group..


K> (setq load-path (cons "~/emacs/lisp/" load-path))
K> (autoload 'html-helper-mode "html-helper-mode" "Yay HTML" t)
K> (setq auto-mode-alist (cons '("\\.html$" . html-helper-mode)
K> auto-mode-alist))


K> On the first line, I tried to say load-pathology like your email said,
K> but when I restarted emacs, it complained about it. Here is my emacs
K> version: GNU Emacs 21.3.2

which is why I sent in a corrected email right away to the list, after I
noticed it.



-- 
Gary



-
To unsubscribe, send email to majordomo@silug.org with
"unsubscribe silug-discuss" in the body.