all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* doc skeleton html-helper-mode
@ 2007-12-05  8:32 flebber
  2007-12-05 11:58 ` flebber
  0 siblings, 1 reply; 8+ messages in thread
From: flebber @ 2007-12-05  8:32 UTC (permalink / raw)
  To: help-gnu-emacs

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.

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2007-12-25  0:58 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-05  8:32 doc skeleton html-helper-mode flebber
2007-12-05 11:58 ` 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)

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.