http://www.damtp.cam.ac.uk/user/eglen/emacs/beamer.txt
See the above URL. I wrote some similar code a few years ago to compile the current frame, and then have xpdf immediately refresh a view. I’ve not used it for a while so sorry if it is broken.
http://www.damtp.cam.ac.uk/user/sje30/wxpdf is my wrapper around xpdf.
– Anonymous 2016-07-09 21:52 UTC
Nice, thanks for sharing! As for refreshing, I use pdf-tools now and say
(add-hook 'TeX-after-compilation-finished-functions #'TeX-revert-document-buffer)
in my init.el.
– Marcin Borkowski 2016-07-11 07:16 UTC
(add-hook ‘TeX-after-compilation-finished-functions