From: Daniel Dalton on
If I do some editing in emacs and make the line ending go past 80
characters, so a \ appears, how can I get emacs to go through the
document and readjust the right margin, so each line only goes out to
coll 80?
I have a line in .emacs that controls this already, but with docs from
other people, sometimes it needs realigning...

Any ideas?

Thanks,

--
Daniel Dalton

http://members.iinet.net.au/~ddalton/
<d.dalton(a)iinet.net.au>


--
To UNSUBSCRIBE, email to debian-user-REQUEST(a)lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster(a)lists.debian.org
From: Volkan YAZICI on
On Tue, 1 Jul 2008, Daniel Dalton <d.dalton(a)iinet.net.au> writes:
> If I do some editing in emacs and make the line ending go past 80
> characters, so a \ appears, how can I get emacs to go through the
> document and readjust the right margin, so each line only goes out to
> coll 80?
> I have a line in .emacs that controls this already, but with docs from
> other people, sometimes it needs realigning...

See http://www.emacswiki.org/cgi-bin/wiki/LineWrap and `fill-column'
variable. But I'd strongly recommend you to use it as is. That's a
common (%90) convention between programmers.



Regards.

P.S. I don't want to start a flame war, but I'm sick of codes exceeding
80 columns.


--
To UNSUBSCRIBE, email to debian-user-REQUEST(a)lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster(a)lists.debian.org