
Do you train Kung Fu?
Or know someone who does?
Then check out KungFuPeople.com
Mobile version of this page
Previous:
The importance of being findable
Next:
Funny Plone quote
Zope compared to PHP
Running simple SQL commands on the command line
Carbon XEmacs installed
Gmail shortcuts
Make your settings in .Xdefaults come true
Changing the size of a textarea box
The importance of being findable
Next:
Funny Plone quote
Related blogs
Lesson learned: Unicodifying request variables in ZopeZope compared to PHP
Running simple SQL commands on the command line
Carbon XEmacs installed
Gmail shortcuts
Make your settings in .Xdefaults come true
Changing the size of a textarea box
Related by category
Emacs html-mode for .zpt and .dtml
http://www.zope.it/Members/kaboom/tal/emacs15th of April 2004
I've been using XEmacs on windows a lot lately to edit .zpt and .dtml files (template files for Zope) and to get automatic html-mode on these files you need this in your .emacs or 'custom.el':
(add-to-list 'auto-mode-alist '("\\.zpt$" . html-mode))
(add-to-list 'auto-mode-alist '("\\.dtml$" . html-mode))
This is not the first time I've had to add this. Better write it down so I've got it documented somewhere.


Save this page in del.icio.us