Re: Underlining in compile.el

2005-08-08 Thread Richard M. Stallman
It's a nice simplification, so please do install it. ___ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel

Re: Underlining in compile.el

2005-08-06 Thread Juri Linkov
I just noticed that there is a much simpler and more correct solution for adding underline attributes to links in the compilation and grep buffers than using new special faces with the underline attribute (currently fontification with them is still wrong: some parts of links are not underlined whil

Re: Underlining in compile.el

2005-06-29 Thread Juri Linkov
> > Have you tried this with the latest CVS? This was fixed two weeks ago. > > Sorry, this was my mistake. I hadn't updated my loaddefs.el. After CVS update I always run: make; make -C lisp EMACS=../src/emacs recompile updates; make; make tags; make info

Re: Underlining in compile.el

2005-06-29 Thread Nick Roberts
> Have you tried this with the latest CVS? This was fixed two weeks ago. Sorry, this was my mistake. I hadn't updated my loaddefs.el. I still get a slight discrepancy with byte compiling: textmodes/org.el:7542:12:Warning: `make-local-hook' is an obsolete function ^

Re: Underlining in compile.el

2005-06-28 Thread Nick Roberts
Juri Linkov writes: > > 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:

Re: Underlining in compile.el

2005-06-28 Thread Juri Linkov
> 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) > ^^

Re: Underlining in compile.el

2005-06-28 Thread Nick Roberts
> 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

Re: Underlining in compile.el

2005-06-28 Thread Richard M. Stallman
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 t

Re: Underlining in compile.el

2005-06-27 Thread Richard M. Stallman
If compile and grep buffers had full-line links, the links would be easier to access, they would help with visual alignment (like using a ruler in a parts catalog), and there would be no need to underline them. I see. However, we don't want mouse-1 to be active on the whole line, for

Re: Underlining in compile.el

2005-06-27 Thread Nick Roberts
> However, ISTR that this complaint was made when there were bugs > causing too much of the line to be highlighted. If fixing those bugs > was enough to solve the problem, we don't need to do any more. Would > those that found the situation confusing before please speak up now? My preference

RE: Underlining in compile.el

2005-06-27 Thread Drew Adams
To me, it still seems like the entirely wrong approach to add new faces everywhere something may look like a link. The idea that beginners will be less confused if links are underlined seems inherently plausible. A common practice used on Web pages with tables or lists tha

Re: Underlining in compile.el

2005-06-26 Thread Richard M. Stallman
To me, it still seems like the entirely wrong approach to add new faces everywhere something may look like a link. The idea that beginners will be less confused if links are underlined seems inherently plausible. As for adding new faces, that's the implementation I saw how to write, but I

Re: Underlining in compile.el

2005-06-26 Thread Kim F. Storm
"Richard M. Stallman" <[EMAIL PROTECTED]> writes: > Does anyone want to write a cleaner implementation of > the feature of underlining the link areas in compile.el? Did anyone else actually express any support for that change? To me, it still seems like the entirely wrong approach to add new fac

Underlining in compile.el

2005-06-25 Thread Richard M. Stallman
Does anyone want to write a cleaner implementation of the feature of underlining the link areas in compile.el? *** compile.el 12 Jun 2005 06:10:07 -0400 1.362 --- compile.el 16 Jun 2005 22:04:13 -0400 *** *** 493,517 ;; backward-compatibility alias (put 'compilati