On Wed, Feb 08, 2006 at 12:07:06PM +0100, Lionel Elie Mamane wrote: > On Mon, Feb 06, 2006 at 06:20:38PM +0100, Joris van der Hoeven wrote: >> On Mon, Feb 06, 2006 at 04:59:30PM +0100, Lionel Elie Mamane wrote:
>> It is already possible to associate a rewriting function to each >> type of plug-in, which is probably close to what you want. > Yes, but I can't seem to be able to use it. The code in > /usr/share/texmacs/TeXmacs/progs/utils/plugins/ makes me believe that > the default for the :serialize option is verbatim-serialize. But if I > do "(:serializer verbatim-serialize)", then I get as error: > > /usr/share/texmacs/TeXmacs/progs/utils/plugins/plugin-cmd.scm:143:9: In > expression (fun lan t): > /usr/share/texmacs/TeXmacs/progs/utils/plugins/plugin-cmd.scm:143:9: Wrong > type to apply: verbatim-serialize I got it. The thing is quasi-quoted, so I have to comma-unquote it. -- Lionel _______________________________________________ Texmacs-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/texmacs-dev
