Dan Jacobson <[EMAIL PROTECTED]> writes: > $ cat file > a > b > c > Now do query-replace-regexp "^ " "" on it. > Note how not only the first space on each line is highlighted, but the > rest too.
This is a new feature in Emacs 22. Use "^[ ]" if you want to highlight exactly one space. _______________________________________________ emacs-pretest-bug mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
