Rajneesh Hegde <[EMAIL PROTECTED]> writes: >> I can't reproduce this with a current CVS build of >> AUCTeX, >> preview-latex and a simple file like > > Actually, I now realize that the freezing is only > triggered by using the menu item for the command > preview-region (and it's triggered even on your simple > example.) I took a peek at the code in "preview.el" > that defines the menu, and it seems like the menu item > calls preview-region without any arguments (unless I'm > misunderstanding the syntax of easy-menu-define).
Rather the semantics. preview-region has an "interactive" spec, and that supplies the arguments. C-g does not unfreeze your Emacs? Can you run it in a debugger? > I have no clue why it should work when the _region_.tex file exists, > though. Me neither. > Anyway, I'm perfectly happy using the key-binding, so > this is not a problem at all. For you. For us, we obviously would like to find out what is going on. You might not be the only person affected. > By the way, the font-lock issue is a red herring. (As > you correctly guessed, it's got something to do with > my .emacs; without it, I don't get the message.) Can you find out what it is by outcommenting things until it works? -- David Kastrup, Kriemhildstr. 15, 44793 Bochum _______________________________________________ bug-auctex mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-auctex
