* how to hide the "line wrapping" indicator in terminal?
@ 2007-06-12 15:12 poppyer
2007-06-13 11:31 ` Johan Bockgård
0 siblings, 1 reply; 3+ messages in thread
From: poppyer @ 2007-06-12 15:12 UTC (permalink / raw)
To: help-gnu-emacs
the manual saids:
----------
|On text-only terminals, Emacs displays a `\' character at the right margin
|of a screen line if it is not the last in its text line. This `\'
|character says that the following screen line is not really a distinct
|line in the text, just a "continuation" of a line too long to fit the
|screen. Continuation is also called "line wrapping".
----------
Is there any way to hide the indicator "\" ?
The reason I want to do this is that, without "\", some terminal is
able to pick up long http address.
thanks
--
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: how to hide the "line wrapping" indicator in terminal?
2007-06-12 15:12 how to hide the "line wrapping" indicator in terminal? poppyer
@ 2007-06-13 11:31 ` Johan Bockgård
2007-06-13 16:59 ` Thien-Thi Nguyen
0 siblings, 1 reply; 3+ messages in thread
From: Johan Bockgård @ 2007-06-13 11:31 UTC (permalink / raw)
To: help-gnu-emacs
poppyer <poppyer@gmail.com> writes:
> Is there any way to hide the indicator "\" ?
No (AFAIK).
--
Johan Bockgård
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: how to hide the "line wrapping" indicator in terminal?
2007-06-13 11:31 ` Johan Bockgård
@ 2007-06-13 16:59 ` Thien-Thi Nguyen
0 siblings, 0 replies; 3+ messages in thread
From: Thien-Thi Nguyen @ 2007-06-13 16:59 UTC (permalink / raw)
To: help-gnu-emacs
() 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
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2007-06-13 16:59 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-06-12 15:12 how to hide the "line wrapping" indicator in terminal? poppyer
2007-06-13 11:31 ` Johan Bockgård
2007-06-13 16:59 ` Thien-Thi Nguyen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).