help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: doc skeleton html-helper-mode


From: flebber
Subject: Re: doc skeleton html-helper-mode
Date: Wed, 5 Dec 2007 03:58:24 -0800 (PST)
User-agent: G2/1.0

On Dec 5, 7:32 pm, flebber <flebber.c...@gmail.com> wrote:
> I am trying to set up the doc skeleton for html-helper-mode. So that I
> can add the xtml doctype declarations and so forth in. Is there a file
> to edit so that I can get it configured the way I want.
>
> I have tried also to engage php-html-helper-mode and added this too
> my .emacs
>
>  ;;  HTML-HELPER-MODE  ###########################
>
> (setq load-path (cons "~/emacsloadpath" load-path))
> (autoload 'html-helper-mode "html-helper-mode" "Yay HTML" t)
> (autoload 'php-html-helper-mode "php-html-helper-mode" "Yay HTML" t)
> (autoload 'asp-html-helper-mode "asp-html-helper-mode" "Yay HTML" t)
> (setq auto-mode-alist (cons '("\\.html$" . html-helper-mode) auto-mode-
> $
> (setq auto-mode-alist (cons '("\\.shtml$" . html-helper-mode) auto-mode
> $
> (setq html-helper-build-new-buffer t)
> (setq html-helper-do-write-file-hooks t)
>
> However php mode errors with
> : Cannot open load file: php-html-helper-mode
>
> Any ideas.

As I read further into this it raises more questions. To write
compliant xhtml and have css, php and javascript modes the appears to
be a mix of options.
Has anybody found a good solution to this ? What do you use to make
emacs into a webdev environment ? Any feedback, suggestions or links
greatly appreciated.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]