help-emacs-windows
[Top][All Lists]
Advanced

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

Re: [h-e-w] hiding wrapping arrows


From: Francis Litterio
Subject: Re: [h-e-w] hiding wrapping arrows
Date: Fri, 25 Oct 2002 12:45:02 -0400
User-agent: Gnus/5.090007 (Oort Gnus v0.07) Emacs/21.2 (i386-msvc-nt5.0.2195)

Bob DuCharme <address@hidden> writes:

> I just got Emacs 21.2.1, and it's great, except that I find the little
> arrows on the right and left margins to show wrapped lines to be
> distracting. Is there a way to hide them? I still want the text to
> wrap; I just don't want to see the arrows there.

Until the fringes can be turned off, the best you can do is set the
foreground and background colors of the 'fringe face to be the same.
Put this in your .emacs file:

        (set-face-foreground 'fringe "black")
        (set-face-background 'fringe "black")

You still get the fringes, but you don't see the arrows.
--
Francis Litterio
address@hidden
http://world.std.com/~franl/
GPG and PGP public keys available on keyservers.





reply via email to

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