* setting the maximun number of columns
@ 2004-11-11 20:46 Rodrigo Canellas
2004-11-11 21:26 ` J. David Boyd
0 siblings, 1 reply; 3+ messages in thread
From: Rodrigo Canellas @ 2004-11-11 20:46 UTC (permalink / raw)
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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: setting the maximun number of columns
2004-11-11 20:46 Rodrigo Canellas
@ 2004-11-11 21:26 ` J. David Boyd
0 siblings, 0 replies; 3+ messages in thread
From: J. David Boyd @ 2004-11-11 21:26 UTC (permalink / raw)
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.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: setting the maximun number of columns
[not found] <mailman.2199.1100206690.8225.help-gnu-emacs@gnu.org>
@ 2004-11-11 21:32 ` Jochen Küpper
0 siblings, 0 replies; 3+ messages in thread
From: Jochen Küpper @ 2004-11-11 21:32 UTC (permalink / raw)
[-- Attachment #1.1: Type: text/plain, Size: 764 bytes --]
Rodrigo Canellas <r.canellas-y7mWNqJcIDpfJ/NunPodnw@public.gmane.org> writes:
> I would like the text to be wrapped at a certain column.
,----[ (info "(emacs)Auto Fill") ]
| Auto Fill Mode
| --------------
|
| "Auto Fill" mode is a minor mode in which lines are broken
| automatically when they become too wide. Breaking happens only when
| you type a <SPC> or <RET>.
|
| `M-x auto-fill-mode'
| Enable or disable Auto Fill mode.
|
| `<SPC>'
| `<RET>'
| In Auto Fill mode, break lines when appropriate.
[...]
`----
Greetings,
Jochen
--
Einigkeit und Recht und Freiheit http://www.Jochen-Kuepper.de
Liberté, Égalité, Fraternité GnuPG key: CC1B0B4D
Sex, drugs and rock-n-roll
[-- Attachment #1.2: Type: application/pgp-signature, Size: 188 bytes --]
[-- Attachment #2: Type: text/plain, Size: 173 bytes --]
_______________________________________________
Help-gnu-emacs mailing list
Help-gnu-emacs-mXXj517/zsQ@public.gmane.org
http://lists.gnu.org/mailman/listinfo/help-gnu-emacs
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2004-11-11 21:32 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <mailman.2199.1100206690.8225.help-gnu-emacs@gnu.org>
2004-11-11 21:32 ` setting the maximun number of columns Jochen Küpper
2004-11-11 20:46 Rodrigo Canellas
2004-11-11 21:26 ` J. David Boyd
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.