Hi When I search for a symbol using a regexp, the return values are the one matching the WHOLE pattern, ie. "abc" won't match "XabcY", I have to search for ".*abc.*"
Is there any way to have the pattern also matching substrings? Thanks, -- Olivier _______________________________________________ Help-global mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-global
