> My next preference would be to restrict the area where mouse-1 worked > e.g in grep just on file and line number while mouse-2 could still work > over the whole line. I would not know how to do this, but I am > prepared to work on it after the release. > > This is already the case when I try it. Do you see something > different? If so, would you please provide a precise self-contained > test case?
emacs -Q cd emacs/lisp M-x grep Run grep (like this): grep -nH -e hello *el The mouse-face and mouse-1 binding lasts until the end of the first match (shown by carets): newcomment.el:279: (insert cs " hello " ce) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ I think it should be: newcomment.el:279: (insert cs " hello " ce) ^^^^^^^^^^^^^^^^^ If there is a variable to set this behaviour, then I think the latter should be the default. Nick _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel