emacs-devel
[Top][All Lists]
Advanced

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

Re: Overlay arrow in *compilation* and *grep* buffers


From: Eli Zaretskii
Subject: Re: Overlay arrow in *compilation* and *grep* buffers
Date: Sun, 15 May 2005 07:12:17 +0300

> From: Nick Roberts <address@hidden>
> Date: Sun, 15 May 2005 14:44:22 +1200
> Cc: address@hidden, address@hidden, address@hidden
> 
> The best way to test for a left-hand fringe (absence of) seems to be:
> 
>   (if (equal (car (window-fringes)) 0)...

I'd suggest to make this a function, e.g. on subr.el or perhaps
frame.el, in case some day this test needs to be modified, in which
case we do not want to go through dozens of places that use it.

> Its about the simplest patch I could think of that meets the requirements.
> Shall I install it?

FWIW, these changes are fine with me, but:

 . I think the manual and NEWS should mention it.

 . Please make sure it does TRT on systems that don't support
   start-process (say "M-: (fmakunbound 'start-process) RET" and see
   that "M-x compile" still works as you'd expect).

Thanks.




reply via email to

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