* resize text
@ 2004-08-12 15:57 Laurent Herve
2004-08-12 16:16 ` Thorsten Bonow
0 siblings, 1 reply; 2+ messages in thread
From: Laurent Herve @ 2004-08-12 15:57 UTC (permalink / raw)
Hi,
I want to paste some text in emacs or xemacs and
that text should then be shaped to 70 crts/column, how
can i do that ?
Thx,
laurent
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: resize text
2004-08-12 15:57 resize text Laurent Herve
@ 2004-08-12 16:16 ` Thorsten Bonow
0 siblings, 0 replies; 2+ messages in thread
From: Thorsten Bonow @ 2004-08-12 16:16 UTC (permalink / raw)
>>>>> "Laurent" == Laurent Herve <laurent.herve23@libertysurf.fr> writes:
Laurent> Hi, I want to paste some text in emacs or xemacs and that text
Laurent> should then be shaped to 70 crts/column, how can i do that ?
Laurent> Thx,
Laurent> laurent
You can set the variable `fill-column' to 70 (this is always done buffer-local),
e.g. via
M-x set-variable fill-column: 70
Mark the region of inserted text in your buffer and then call `fill-region'.
Toto
--
Contact information and PGP key at
http://www-users.rwth-aachen.de/thorsten.bonow
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2004-08-12 16:16 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-08-12 15:57 resize text Laurent Herve
2004-08-12 16:16 ` Thorsten Bonow
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.