~ubuntu-branches/ubuntu/karmic/dictionaries-common/karmic

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
#! /bin/sh /usr/share/dpatch/dpatch-run
## 950_ispell.el_with-no-warnings.dpatch by  <agmartin@debian.org>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: Use locally-defined ispell-with-no-warnings unless with-no-warnings is available

(with-no-warnings) availability
   emacs21: no
   emacs22: yes
   emacs23: yes
   emacs-snapshot: yes
   xemacs: no  

@DPATCH@
diff -urNad dictionaries-common~/support/emacsen/ispell.el dictionaries-common/support/emacsen/ispell.el
--- dictionaries-common~/support/emacsen/ispell.el	2007-12-03 16:25:01.000000000 +0100
+++ dictionaries-common/support/emacsen/ispell.el	2007-12-03 16:25:01.000000000 +0100
@@ -2001,7 +2001,7 @@
 		    "  --  dict: " (or ispell-current-dictionary "default")
 		    "  --  prog: " (file-name-nondirectory ispell-program-name)))
       ;; XEmacs: no need for horizontal scrollbar in choices window
-      (with-no-warnings
+      (ispell-with-no-warnings
        (and (fboundp 'set-specifier)
 	    (boundp 'horizontal-scrollbar-visible-p)
 	    (set-specifier horizontal-scrollbar-visible-p nil
@@ -3735,23 +3735,23 @@
 	   (cite-regexp			;Prefix of quoted text
 	    (cond
 	     ((functionp 'sc-cite-regexp)	; sc 3.0
-	      (with-no-warnings
+	      (ispell-with-no-warnings
 		(concat "\\(" (sc-cite-regexp) "\\)" "\\|"
 			(ispell-non-empty-string sc-reference-tag-string))))
 	     ((boundp 'sc-cite-regexp)		; sc 2.3
 	      (concat "\\(" sc-cite-regexp "\\)" "\\|"
-		      (with-no-warnings
+		      (ispell-with-no-warnings
 		       (ispell-non-empty-string sc-reference-tag-string))))
 	     ((or (equal major-mode 'news-reply-mode) ;GNUS 4 & below
 		  (equal major-mode 'message-mode))   ;GNUS 5
 	      (concat "In article <" "\\|"
 		      "[^,;&+=\n]+ <[^,;&+=]+> writes:" "\\|"
-		      (with-no-warnings message-cite-prefix-regexp)
+		      (ispell-with-no-warnings message-cite-prefix-regexp)
 		      "\\|"
 		      default-prefix))
 	     ((equal major-mode 'mh-letter-mode) ; mh mail message
 	      (concat "[^,;&+=\n]+ writes:" "\\|"
-		      (with-no-warnings
+		      (ispell-with-no-warnings
 		       (ispell-non-empty-string mh-ins-buf-prefix))))
 	     ((not internal-messagep)	; Assume nn sent us this message.
 	      (concat "In [a-zA-Z.]+ you write:" "\\|"