>>> "AE" == Arash Esbati <[email protected]> writes: > Uwe Brauer <[email protected]> writes: >> That is also my setting, but I have to insist >> I insert an equation via LaTeX-environment and preview presents just the >> equation number, when I start to add content to this equation it does >> not get previewed.
> Can you come up with a recipe how to reproduce this starting with
> "emacs -Q"? I have no problems when starting Emacs with "-Q" and eval the
> following before opening a .tex file:
it seems that the error came from
(add-hook 'LaTeX-mode
(lambda () (add-hook 'after-change-functions
#'preview-point-buf-change nil t)))
Which should have been
(add-hook 'LaTeX-mode-hook
(lambda () (add-hook 'after-change-functions
#'preview-point-buf-change nil t)))
As Al clarified and I should have noted
smime.p7s
Description: S/MIME cryptographic signature
