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

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

Re: don't show the $-bar that indicates text before and/or after the win


From: Emanuel Berg
Subject: Re: don't show the $-bar that indicates text before and/or after the window view, horizontally
Date: Wed, 24 Jul 2013 19:32:09 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.4 (gnu/linux)

Damien Wyart <damien.wyart@free.fr> writes:

> http://www.emacswiki.org/emacs/TheFringe
> http://stackoverflow.com/questions/11373826/how-to-disable-fringe-in-emacs
> (describing a (old ?) bug, but giving some interesting settings).

The below doesn't seem to do anything, neither in X or the tty.

(set-fringe-mode '(0 . 0))
(set-fringe-mode '(10 . 10))

I says in the documentation that a zero should disable the fringe,
but if so - if the glyph appears in the fringe - why do I still
need

(set-display-table-slot standard-display-table 0 ?\ )

to hide the $'s?

-- 
Emanuel Berg - programmer (hire me! CV below)
computer projects: http://user.it.uu.se/~embe8573
internet activity: http://home.student.uu.se/embe8573


reply via email to

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