* Whole word line truncation
@ 2006-11-17 14:33 tim_milstead
2006-11-17 14:58 ` David Hansen
2006-11-17 17:31 ` B. T. Raven
0 siblings, 2 replies; 3+ messages in thread
From: tim_milstead @ 2006-11-17 14:33 UTC (permalink / raw)
Please note that this is semi related to me other post on smart
indenting but sufficiently different to make it work putting in as
separate subject...
Is there a way to make emacs line truncation work at word rather than
character boundaries? In other words I'd like to wrap lines without
breaking words.
Thanks,
Tim.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Whole word line truncation
2006-11-17 14:33 Whole word line truncation tim_milstead
@ 2006-11-17 14:58 ` David Hansen
2006-11-17 17:31 ` B. T. Raven
1 sibling, 0 replies; 3+ messages in thread
From: David Hansen @ 2006-11-17 14:58 UTC (permalink / raw)
On 17 Nov 2006 06:33:50 -0800 tim milstead wrote:
> Is there a way to make emacs line truncation work at word rather than
> character boundaries? In other words I'd like to wrap lines without
> breaking words.
Have a look at long-lines-mode. It comes with Emacs 22 (that
is the already pretty stable developer version).
David
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Whole word line truncation
2006-11-17 14:33 Whole word line truncation tim_milstead
2006-11-17 14:58 ` David Hansen
@ 2006-11-17 17:31 ` B. T. Raven
1 sibling, 0 replies; 3+ messages in thread
From: B. T. Raven @ 2006-11-17 17:31 UTC (permalink / raw)
<tim_milstead@yahoo.co.uk> wrote in message
news:1163774030.103345.261840@h48g2000cwc.googlegroups.com...
> Please note that this is semi related to me other post on smart
> indenting but sufficiently different to make it work putting in as
> separate subject...
>
> Is there a way to make emacs line truncation work at word rather than
> character boundaries? In other words I'd like to wrap lines without
> breaking words.
>
> Thanks,
>
> Tim.
>
With line continuation (i.e. no autofill), lines break after character
just to the left of the fringe. With truncation, all characters to the
right of the fringe are invisible. If you don't want to get into
long-lines.el then you can just turn on autofill with a width between
about 150-170 characters (depending on screen geometry, frame size, font
type and size). Lines break at words whenever autofill is on.
e.g. C-u 160 C-x f
;; experiment with C-u argument if you really think you need your lines to
go all the way to the fringe.
M-q
or
M-x auto-fill-mode
Ed
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2006-11-17 17:31 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-17 14:33 Whole word line truncation tim_milstead
2006-11-17 14:58 ` David Hansen
2006-11-17 17:31 ` B. T. Raven
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.