[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: print buffer with word wrap
From: |
Steven Arntson |
Subject: |
Re: print buffer with word wrap |
Date: |
Sun, 27 Apr 2014 18:20:26 -0700 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) |
Emanuel Berg <embe8573@student.uu.se> writes:
> Steven Arntson <steven@stevenarntson.com> writes:
>
>> I've looked around a little and have seen some people
>> recommending enscript, but it seems complicated for
>> me, and I really don't need anything beyond basic
>> margins and word wrap.
>
> There are many ways to do that. Manually, place the
> cursor (or "point") somewhere in a too-long line, and
> press M-q (for `fill-paragraph'). If you like it,
> consider enabling `auto-fill-mode' - that way, Emacs
> will fill for you, when you type.
>
> You can setup line width with the variable
> `fill-column' - for example like this, in ~/.emacs
>
> (setq fill-column 55)
M-q worked like a charm! Letter printed and mailed. Thank you!
-steven