help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: setting the maximun number of columns


From: J. David Boyd
Subject: Re: setting the maximun number of columns
Date: 11 Nov 2004 16:26:58 -0500
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

Rodrigo Canellas <r.canellas@terra.com.br> writes:

> Hi!
> 
> I would like the text to be wrapped at a certain column. 
> 
> I tried 'set-windows-margin', but I have to guess the correct right
> margin. I would like something like 'set-max-column', but I could not find
> it.
> 
> Does anyone know how should I do it?
> 
> Thanks,
>   Rodrigo Canellas


C-x f runs the command set-fill-column
   which is an interactive compiled Lisp function in `simple'.

It is bound to C-x f.
(set-fill-column ARG)

Set `fill-column' to specified argument.
Use C-u followed by a number to specify a column.
Just C-u as argument means to use the current column.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]