From: flebber <flebber.crue@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: doc skeleton html-helper-mode
Date: Wed, 5 Dec 2007 00:32:56 -0800 (PST) [thread overview]
Message-ID: <c558afd2-7d65-4691-887b-ea779fc3ec66@e6g2000prf.googlegroups.com> (raw)
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.
next reply other threads:[~2007-12-05 8:32 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-12-05 8:32 flebber [this message]
2007-12-05 11:58 ` doc skeleton html-helper-mode flebber
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
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=c558afd2-7d65-4691-887b-ea779fc3ec66@e6g2000prf.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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).