> From: Nick Roberts <[EMAIL PROTECTED]>
> Date: Sun, 15 May 2005 14:44:22 +1200
> Cc: [EMAIL PROTECTED], [EMAIL PROTECTED], emacs-devel@gnu.org
> 
> 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.


_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-devel

Reply via email to