help-emacs-windows
[Top][All Lists]
Advanced

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

[h-e-w] w32-grep incompatibility with grep


From: Hannu Koivisto
Subject: [h-e-w] w32-grep incompatibility with grep
Date: Thu, 26 Mar 2009 17:57:04 +0200
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/22.2 (gnu/linux)

Greetings,

Semantic's semantic-symref uses (as one option) grep package and in
particular its grep-expand-template.  Unfortunately
grep-expand-template of w32-grep.el differs from the one of
grep.el:

w32-grep.el:
(defun grep-expand-template (template regexp files dir for-what)

grep.el:
(defun grep-expand-template (template &optional regexp files dir excl)

This makes semantic-symref fail because it doesn't supply the
for-what argument.  Do you think this is such an internal function
that Semantic shouldn't use it or should the function be modified
to be compatible with grep.el's one?

Tested with the latest CVS version of Semantic/CEDET and GNU Emacs
23.0.91.1 (i386-mingw-nt5.1.2600) of 2009-02-26 on LENNART-69DE564
(patched).

-- 
Hannu





reply via email to

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