Uwe Brauer <[email protected]> writes:

Hi Uwe,

> I did not look carefully enough. I had some old code of the sort
>
>  (add-hook 'LaTeX-mode-hook
>                 (lambda ()
>                        (local-set-key [(control right)]   'preview-document)
>                        (local-set-key  [(control left)] 
> 'preview-clearout-buffer)
>                        (local-set-key  [(control down)] 'preview-environment)
>                        (local-set-key [(control up)] 'preview-buffer)))
>
> Which caused the problem, I replaced the lambda call (which I dislike
> anyhow)

I still don't get how that would add `nil' to `LaTeX-mode-hook'...

> and now it seems to work, sorry for the noise.

Ok, good that it works now.

Bye,
Tassilo

Attachment: signature.asc
Description: PGP signature

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

Reply via email to