From: "Rupert" <rswarbrick@googlemail.com>
Subject: Re: questions about columns
Date: 12 Jan 2007 02:55:33 -0800 [thread overview]
Message-ID: <1168599333.255936.154020@q2g2000cwa.googlegroups.com> (raw)
In-Reply-To: mailman.2975.1168545881.2155.help-gnu-emacs@gnu.org
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
next prev parent reply other threads:[~2007-01-12 10:55 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-01-11 18:54 questions about columns sunwukung
2007-01-11 19:08 ` haws
2007-01-11 19:13 ` Markus Triska
2007-01-11 20:03 ` Kevin Rodgers
[not found] ` <mailman.2975.1168545881.2155.help-gnu-emacs@gnu.org>
2007-01-12 10:55 ` Rupert [this message]
2007-01-13 23:44 ` sunwukung
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1168599333.255936.154020@q2g2000cwa.googlegroups.com \
--to=rswarbrick@googlemail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).