comparison lisp/progmodes/idlwave.el @ 90228:fa0da9b57058

Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-82 Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 542-553) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 116-121) - Merge from emacs--cvs-trunk--0 - Update from CVS
author Miles Bader <miles@gnu.org>
date Mon, 19 Sep 2005 10:20:33 +0000
parents f9a65d7ebd29 6dbba0bd58df
children 7beb78bc1f8e
comparison
equal deleted inserted replaced
90227:10fe5fadaf89 90228:fa0da9b57058
3993 (while (and item) 3993 (while (and item)
3994 ;; 3994 ;;
3995 ;; Call etags 3995 ;; Call etags
3996 (if (not (string-match "^[ \\t]*$" item)) 3996 (if (not (string-match "^[ \\t]*$" item))
3997 (progn 3997 (progn
3998 (message (concat "Tagging " item "...")) 3998 (message "%s" (concat "Tagging " item "..."))
3999 (setq errbuf (get-buffer-create "*idltags-error*")) 3999 (setq errbuf (get-buffer-create "*idltags-error*"))
4000 (setq status (+ status 4000 (setq status (+ status
4001 (if (eq 0 (call-process 4001 (if (eq 0 (call-process
4002 "sh" nil errbuf nil "-c" 4002 "sh" nil errbuf nil "-c"
4003 (concat cmd append item))) 4003 (concat cmd append item)))
5186 (error (throw 'continue t))) 5186 (error (throw 'continue t)))
5187 (when (and 5187 (when (and
5188 message-base 5188 message-base
5189 (not (string= idlwave-library-catalog-libname 5189 (not (string= idlwave-library-catalog-libname
5190 old-libname))) 5190 old-libname)))
5191 (message (concat message-base 5191 (message "%s" (concat message-base
5192 idlwave-library-catalog-libname)) 5192 idlwave-library-catalog-libname))
5193 (setq old-libname idlwave-library-catalog-libname)) 5193 (setq old-libname idlwave-library-catalog-libname))
5194 (when idlwave-library-catalog-routines 5194 (when idlwave-library-catalog-routines
5195 (setq all-routines 5195 (setq all-routines
5196 (append 5196 (append