all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: flebber <flebber.crue@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: doc skeleton html-helper-mode
Date: Wed, 5 Dec 2007 03:58:24 -0800 (PST)	[thread overview]
Message-ID: <8bd132f4-3e51-432a-80ad-c8fc03bc9885@d21g2000prf.googlegroups.com> (raw)
In-Reply-To: c558afd2-7d65-4691-887b-ea779fc3ec66@e6g2000prf.googlegroups.com

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	other threads:[~2007-12-05 11:58 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-12-05  8:32 doc skeleton html-helper-mode flebber
2007-12-05 11:58 ` flebber [this message]
2007-12-05 15:52   ` Lennart Borgman (gmail)
     [not found]   ` <mailman.4569.1196869933.18990.help-gnu-emacs@gnu.org>
2007-12-06  9:11     ` flebber
2007-12-12  1:47       ` Lennart Borgman (gmail)
     [not found]       ` <mailman.4903.1197424048.18990.help-gnu-emacs@gnu.org>
2007-12-12 11:06         ` flebber
2007-12-24 22:08           ` flebber
2007-12-25  0:58             ` Lennart Borgman (gmail)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8bd132f4-3e51-432a-80ad-c8fc03bc9885@d21g2000prf.googlegroups.com \
    --to=flebber.crue@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.