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

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

Re: questions about columns


From: Rupert
Subject: Re: questions about columns
Date: 12 Jan 2007 02:55:33 -0800
User-agent: G2/1.0

sunwukung@gmail.com wrote:
> I need to make the text version of my resume slim so it can fit into
> online forms and look nice.  I tried M-x set-fill-prefix which seems to
> work but M-x set-fill-column gives me the error:
> set-fill-column requires an explicit argument
> but doesn't give me a chance to set it.  How do I?

I'm not sure whether the current replies are enough for you or not, so
here's my comments. Many emacs commands can logically be repeated a
number of times, such as forward-char or maybe self-insert (which types
a character). Others need a number to do something with (such as
set-fill-columns, which needs to know what width to set fill-columns
to).

To pass a prefix argument to such a function, either type C-u or ESC
and then type the number (on the number keys!) then do the shortcut to
the function or M-x function-name. So for example, you might type: C-u
6 0 C-x f

Just in case it helps, you'll then need to wrap the text - try M-q on a
paragraph.

Rupert



reply via email to

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