[EMAIL PROTECTED] (Daniel Jensen) writes:

> Here's my attempt at the chapter on how to write backends.
> Text version follows, texinfo patch attached.

Cool, thanks!  I installed it.

>      (eval-after-load 'bongo
>        (define-bongo-backend evince
>          :matcher '(local-file "ps" "pdf")))

You need to quote the second argument to `eval-after-load',
since it's not a macro but a function.  There seems to be a
lot of confusion around this; the mistake seems to be made
quite often.  Has `eval-after-load' been changed recently?

I fixed it anyway.

Thanks again,

-- 
Daniel Brockman <[EMAIL PROTECTED]>


_______________________________________________
bongo-devel mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/bongo-devel

Reply via email to