Package: ispell
Version: 3.1.20.0-4
Severity: wishlist

Patch attached.

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11-1-k7-smp
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages ispell depends on:
ii  dictionaries-common           0.60.1     Common utilities for spelling dict
ii  iamerican [ispell-dictionary] 3.1.20.0-4 An American English dictionary for
ii  libc6                         2.3.5-6    GNU C Library: Shared libraries an
ii  libncurses5                   5.4-9      Shared libraries for terminal hand

Versions of packages ispell recommends:
ii  wamerican [wordlist]          5-4        American English dictionary words 

-- no debconf information
--- ispell-3.1.20.0/defmt.c     2005-12-14 14:52:21.000000000 -0700
+++ ispell-3.1.20.0-4-patch/defmt.c     2005-12-14 14:37:25.000000000 -0700
@@ -1026,7 +1026,11 @@ static void TeX_skip_check (bufp)
       ||  TeX_strncmp(*bufp, "vspace", 6) == 0
       ||  TeX_strncmp(*bufp, "hspace", 6) == 0
       ||  TeX_strncmp(*bufp, "cite", 4) == 0
+      ||  TeX_strncmp(*bufp, "citep", 5) == 0
+      ||  TeX_strncmp(*bufp, "citet", 5) == 0
+      ||  TeX_strncmp(*bufp, "citeauthor", 10) == 0
       ||  TeX_strncmp(*bufp, "ref", 3) == 0
+      ||  TeX_strncmp(*bufp, "vref", 4) == 0
       ||  TeX_strncmp(*bufp, "parbox", 6) == 0
       ||  TeX_strncmp(*bufp, "label", 5) == 0
       ||  TeX_strncmp(*bufp, "input", 5) == 0
@@ -1043,7 +1047,8 @@ static void TeX_skip_check (bufp)
       ||  TeX_strncmp(*bufp, "bibitem", 7) == 0
 #endif
       ||  TeX_strncmp(*bufp, "hyphenation", 11) == 0
-      ||  TeX_strncmp(*bufp, "pageref", 7) == 0)
+      ||  TeX_strncmp(*bufp, "pageref", 7) == 0
+      ||  TeX_strncmp(*bufp, "vpageref", 8) == 0)
        {
        TeX_skip_parens (bufp);
        if (**bufp == 0)

Reply via email to