* truncated lines
@ 2003-04-23 22:31 Peter Lee
2003-04-23 23:51 ` Johan Bockgård
0 siblings, 1 reply; 3+ messages in thread
From: Peter Lee @ 2003-04-23 22:31 UTC (permalink / raw)
I posted in another thread that I was having problems with truncated
lines. Namely:
1. In the sqli process buffer the contents are truncated at the edge
of the frame and wrapped. This is undesireable. Is there a way to
turn off the truncation? (truncate-lines and
truncate-partial-width-windows are both nil).
Is there another variable I should be looking for ? Or perhaps I need
to run a hook for the sqli-mode.
I don't think this is sql specific, hence the new thread.
TIA.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: truncated lines
2003-04-23 22:31 truncated lines Peter Lee
@ 2003-04-23 23:51 ` Johan Bockgård
2003-04-24 16:33 ` Peter Lee
0 siblings, 1 reply; 3+ messages in thread
From: Johan Bockgård @ 2003-04-23 23:51 UTC (permalink / raw)
Peter Lee <pete_lee@swbell.net> writes:
> 1. In the sqli process buffer the contents are truncated at the edge
> of the frame and wrapped. This is undesireable. Is there a way to
> turn off the truncation? (truncate-lines and
> truncate-partial-width-windows are both nil).
That is wrong. Truncation means that the text *doesn't* wrap, but
rather continues outside the window where you don't see it. So you
want to turn *on* truncation by setting those variables to t instead.
--
Johan Bockgård
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: truncated lines
2003-04-23 23:51 ` Johan Bockgård
@ 2003-04-24 16:33 ` Peter Lee
0 siblings, 0 replies; 3+ messages in thread
From: Peter Lee @ 2003-04-24 16:33 UTC (permalink / raw)
bojohan+news@dd.chalmers.se (Johan Bockgård) writes:
> That is wrong. Truncation means that the text *doesn't* wrap, but
> rather continues outside the window where you don't see it. So you
> want to turn *on* truncation by setting those variables to t instead.
Right. Thanks Johan.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2003-04-24 16:33 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-04-23 22:31 truncated lines Peter Lee
2003-04-23 23:51 ` Johan Bockgård
2003-04-24 16:33 ` Peter Lee
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.