Your message dated Tue, 26 May 2026 10:08:00 +0000
with message-id <[email protected]>
and subject line Bug#1133340: Removed package(s) from unstable
has caused the Debian Bug report #739830,
regarding whizzytex: goto-line in whizzy-check-errors
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
739830: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=739830
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: whizzytex
Version: 1.3.2-1.2
Severity: minor
File: /usr/share/emacs/site-lisp/whizzytex/whizzytex.el

If there's errors in a tex file then whizzytex-mode moves the mark when
it recompiles and highlights, whereas I hoped that it would leave the
mark alone.

I've found myself doing C-space to mark a region to cut for editing and
just when I do that whizzytex moves the mark and I get a wrong bit.
Usually a background thing like whizzytex should leave the mark
unchanged for this reason.

In whizzy-check-errors I think goto-line should be point-min +
forward-line combination, as per below and as recommended by the
goto-line docstring.

I sent this upstream but got no answer.

--- whizzytex.el.orig	2013-10-06 18:17:31.000000000 +1100
+++ whizzytex.el	2013-11-24 08:28:43.000000000 +1100
@@ -3028,7 +3028,8 @@
       (let ((here (point)))
         (unwind-protect
             (progn
-              (goto-line error-begin)
+              (goto-char (point-min))
+              (forward-line (1- error-begin))
               (beginning-of-line)
               (setq error-begin (point))
               (end-of-line)

-- 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.20140123-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.6-1

whizzytex suggests no packages.

-- Configuration Files:

-- no debconf information

--- End Message ---
--- Begin Message ---
Version: 1.5.0-0.1+rm

Dear submitter,

as the package whizzytex has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/1133340

The version of this package that was in Debian prior to this removal
can still be found using https://snapshot.debian.org/.

Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].

Debian distribution maintenance software
pp.
Thorsten Alteholz (the ftpmaster behind the curtain)

--- End Message ---

Reply via email to