emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/textmodes/ispell.el


From: D . Goel
Subject: [Emacs-diffs] Changes to emacs/lisp/textmodes/ispell.el
Date: Sun, 18 Sep 2005 08:28:31 -0400

Index: emacs/lisp/textmodes/ispell.el
diff -c emacs/lisp/textmodes/ispell.el:1.175 
emacs/lisp/textmodes/ispell.el:1.176
*** emacs/lisp/textmodes/ispell.el:1.175        Sat Sep 17 11:35:13 2005
--- emacs/lisp/textmodes/ispell.el      Sun Sep 18 12:28:29 2005
***************
*** 788,794 ****
                                                                 (point))
                                 ", "
                                 ispell-version))
!           (message result))
        ;; return library directory.
        (if (re-search-forward "LIBDIR = \\\"\\([^ \t\n]*\\)\\\"" nil t)
            (setq result (buffer-substring (match-beginning 1) (match-end 1)))))
--- 788,794 ----
                                                                 (point))
                                 ", "
                                 ispell-version))
!           (message "%s" result))
        ;; return library directory.
        (if (re-search-forward "LIBDIR = \\\"\\([^ \t\n]*\\)\\\"" nil t)
            (setq result (buffer-substring (match-beginning 1) (match-end 1)))))
***************
*** 2387,2393 ****
      (substring output 2))             ; return root word
     ((equal 0 (string-match "[\ra-zA-Z]" output))
      (ding)                            ; error message from ispell!
!     (message (concat "Ispell error: " output))
      (sit-for 5)
      nil)
     (t                                 ; need to process &, ?, and #'s
--- 2387,2393 ----
      (substring output 2))             ; return root word
     ((equal 0 (string-match "[\ra-zA-Z]" output))
      (ding)                            ; error message from ispell!
!     (message "Ispell error: %s" output)
      (sit-for 5)
      nil)
     (t                                 ; need to process &, ?, and #'s




reply via email to

[Prev in Thread] Current Thread [Next in Thread]