Jan Vroonhof <vroonhof(a)math.ethz.ch> writes:
Oliver Graf <ograf(a)fga.de> writes:
> associations (as in hm--html-mode, internal-drag-and-drop, idd), or
> should I use a function, where the programmer/user of the mode can
> do whatever he wants (plus a set of standart functions defined in
> dragdrop.el)?
I would go for a list of functions, running them one by one until the
first one returns t. And if the extent specific funtions don't return
nil, you try the buffer-local functions, etc etc.
Yup, this one sounds good to me.
Regards,
Oliver.