Package: whizzytex
Version: 1.3.2-1.2
Severity: wishlist
File: /usr/share/emacs/site-lisp/whizzytex/whizzytex.el

After turning whizzytex off with M-x whizzytex-mode, the
whizzy-point-overlay remains in the buffer.  I hoped it would be deleted
when the mode is turned off.

whizzy-mode-off deletes the slice and error overlays.  I think it would
be as simple as doing the same for the point overlay.

--- whizzytex.el.orig	2013-10-06 18:17:31.000000000 +1100
+++ whizzytex.el	2014-03-03 16:56:01.000000000 +1100
@@ -2086,6 +2086,7 @@
           (remove-hook  'before-revert-hook 'whizzy-before-revert t)
           (whizzy-delete-slice-overlays)
           (whizzy-delete-error-overlay)
+          (whizzy-delete-point-overlay)
           (if whizzy-slave
               (whizzy-set whizzy-slaves
                           (delete (current-buffer) (whizzy-get whizzy-slaves)))

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (990, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (SMP w/1 CPU core)
Locale: LANG=en_AU.utf8, LC_CTYPE=en_AU.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages whizzytex depends on:
ii  advi                     1.10.2-2
ii  dpkg                     1.17.6
ii  emacs23-lucid [emacsen]  23.4+1-4.1+b1
ii  emacs24-lucid [emacsen]  24.3+1-2+b1
ii  tex-common               4.04
ii  texlive-latex-base       2013.20140215-1
ii  xemacs21-mule [emacsen]  21.4.22-6

Versions of packages whizzytex recommends:
ii  evince [pdf-viewer]   3.10.0-2
ii  gv [pdf-viewer]       1:3.7.4-1
ii  mupdf [pdf-viewer]    1.3-1
ii  xpdf [pdf-viewer]     3.03-16
ii  zathura [pdf-viewer]  0.2.7-1

whizzytex suggests no packages.

Reply via email to