* David Kastrup (2006-12-21) writes: > Ralf Angeli <[EMAIL PROTECTED]> writes: > >> It's the same problem as with the code above. The variable tracking >> opened overlays is buffer-local and will be reset to its default value >> nil once a noweb chunk is left. I don't really want to make this >> variable permanent-local, so there is not much I can do about the >> problem. > > Perhaps the opened overlays can be tracked by information in the > overlays themselves?
Yes, this should be possible. We could put a property onto the overlay holding information if the overlay is opened. -- Ralf _______________________________________________ bug-auctex mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-auctex
