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

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

Re: how to hide the "line wrapping" indicator in terminal?


From: Thien-Thi Nguyen
Subject: Re: how to hide the "line wrapping" indicator in terminal?
Date: Wed, 13 Jun 2007 18:59:34 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (gnu/linux)

() bojohan+news@dd.chalmers.se (Johan Bockgård)
() Wed, 13 Jun 2007 13:31:27 +0200

   poppyer <poppyer@gmail.com> writes:

   > Is there any way to hide the indicator "\" ?

   No (AFAIK).

you can try:

(set-display-table-slot standard-display-table 1 ?\s)

which causes the indicator to be a space.  this may
or may not be sufficient for OP's purposes.

thi


reply via email to

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