On 2012-12-29 08:06, David Kastrup wrote:
>> For some reason, I get "Symbol's function definition is void:
>> TeX-arg-key-val", and I'm not sure why?
> 
>     '("includepdfmerge"
>       [ TeX-arg-key-val (remove '("pages") LaTeX-pdfpages-key-val-options) ]
>       t)
>     '("includepdfset" (TeX-arg-key-val LaTeX-pdfpages-key-val-options))
> 
> Looks like TeX-arg-key-val is used in different data structures here.

Maybe it's my lack of skill in Emacs lisp, but I don't see anything
wrong with the above? After all, it doesn't really explain the
"(void-function TeX-arg-key-val)" that I get when debugging. If you can
enlighten me how to fix it, I'd be pleased :-)

I was just interested in disregarding "pages" from the list of options
for includepdfmerge, since the manual says that it's of no use there.
But since "pages" is the first option, it can be simplified with (cdr
LaTeX-pdfpages-key-val-options) instead (which probably also runs faster).
-- 
Med Venlig Hilsen / Kind Regards,
Mads Jensen
Rubinsteinsvej 31,st.th
DK-2450 Kbh. SV
Denmark
+45 6168 8518
My brain is my second favorite organ.
      -- Woody Allen

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
auctex-devel mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/auctex-devel

Reply via email to