-
Logged In: YES
user_id=54785
You can configure it to do this by using a submode class
attached to html buffers. The supplied html-js submode
class requires that tags are either of the form
or , but if you want to recognize all
tags you can modify the regexp:
(mmm-add-classes
'((my-js-tag
:submode...
2006-01-26 02:41:59 UTC in MMM Mode
-
Logged In: YES
user_id=54785
I have encountered this problem as well (trying to use long
IDs) and I think I have figured out why it happens. When
you create a table class, it is a subclass of SQLObject and
hence an instance of MetaSQLObject. The __new__ method of
MetaSQLObject sets _connection to __connection__ if it is
unset, and then sets _style to _connection.style or...
2005-08-18 01:21:52 UTC in SQLObject
-
I have only one CDRW drive. When I add the option
`read_device' in my `.cdrdao' file (in addition to
`write_device'), `cdrdao copy' begins to give the error
"ERROR: Medium in recorder device is not empty and not
appendable."
More specifically, when the contents of my .cdrdao file
are:
write_buffers: 32
write_device: "0,0,0"
write_driver: "generic-mmc"
read_device: "0,0,0"...
2004-01-06 02:05:41 UTC in cdrdao
-
viritrilbia committed patchset 270 of module mmm-mode to the MMM Mode CVS repository, changing 5 files.
2003-06-19 11:24:04 UTC in MMM Mode
-
viritrilbia committed patchset 269 of module mmm-mode to the MMM Mode CVS repository, changing 1 files.
2003-04-28 15:16:15 UTC in MMM Mode
-
viritrilbia committed patchset 268 of module mmm-mode to the MMM Mode CVS repository, changing 2 files.
2003-03-25 21:49:24 UTC in MMM Mode
-
viritrilbia committed patchset 267 of module mmm-mode to the MMM Mode CVS repository, changing 1 files.
2003-03-25 21:48:33 UTC in MMM Mode
-
viritrilbia committed patchset 266 of module mmm-mode to the MMM Mode CVS repository, changing 1 files.
2003-03-25 21:44:13 UTC in MMM Mode
-
viritrilbia committed patchset 265 of module mmm-mode to the MMM Mode CVS repository, changing 3 files.
2003-03-25 21:43:30 UTC in MMM Mode
-
Autoconf is probably overkill for a simple package like
this, which only byte-compiles a bunch of files and
puts them in the right site-lisp directory. Plus
autoconf does not support elisp files very well (e.g.
we have to go through contortions to load some files
before byte-compiling others, because of macro
dependencies).
Since autoconf gets its site-lisp paths from emacs
anyway...
2003-03-24 18:55:00 UTC in MMM Mode