Hi Arash, > Thanks! I have a question though: I tried the new code with 'emacs -Q' > and this minimal setup: > > --8<---------------cut here---------------start------------->8--- > (progn > (package-initialize t) > (package-activate 'buframe) > (load "~/path/to/auctex/auctex-autoloads.el" nil t t) > (setq preview-visibility-style 'at-point) > (setq preview-at-point-placement 'buframe) ) > --8<---------------cut here---------------end--------------->8---
> Hitting 'C-c C-p C-b' doesn't give me previews in buframe's; regardless > of point being on math or not. The preview file (*.png) are created > successfully, though. Am I missing something? I've tried what I hope is an equivalent setup: emacs -Q, loading auctex and buframe (via the elpaca-test macro rather than package.el), and the two settings you mention. It works as expected for me: buframes display previews when point is on math. (I could try it later with package.el, but I wouldn't have thought that would make a difference.) I'm using buframe.el version 0.3, in case that matters. Paul _______________________________________________ bug-auctex mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-auctex
