emacs-devel
[Top][All Lists]
Advanced

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

Re: Underlining in compile.el


From: Nick Roberts
Subject: Re: Underlining in compile.el
Date: Wed, 29 Jun 2005 13:42:04 +1200

 >     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




reply via email to

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