From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Thomas Gehrlein Newsgroups: gmane.emacs.help Subject: Re: auto-fill-mode for WordWrap Date: 21 Jan 2003 10:16:45 +0100 Organization: T-Online Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: <84el769axj.fsf@lucy.is.informatik.uni-duisburg.de> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1043143070 6000 80.91.224.249 (21 Jan 2003 09:57:50 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 21 Jan 2003 09:57:50 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18avAD-0001YT-00 for ; Tue, 21 Jan 2003 10:57:49 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18aufK-0003SL-03 for gnu-help-gnu-emacs@m.gmane.org; Tue, 21 Jan 2003 04:25:54 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!logbridge.uoregon.edu!newsfeed.stueberl.de!newsfeed01.sul.t-online.de!newsmm00.sul.t-online.com!t-online.de!news.t-online.com!not-for-mail Original-Newsgroups: comp.emacs,gnu.emacs.help Original-Followup-To: gnu.emacs.help Original-Lines: 19 Original-X-Trace: news.t-online.com 1043140915 05 6051 nY4YEjeSSpAgtq 030121 09:21:55 Original-X-Complaints-To: abuse@t-online.com X-Sender: 510070249694-0001@t-dialin.net User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1 Original-Xref: shelby.stanford.edu comp.emacs:77082 gnu.emacs.help:109290 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:5816 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:5816 "Peter Wu" writes: > > Also see the command C-x f (set-fill-column). > > When I do this, I am prompted: > > set-fill-column requires an explicit argument > > I don't know how to specify one for it. Please help! :( You can provide an argument with the command C-u (universal-argument): C-u 5 4 C-x f will set the fill-column to 54. HTH Thomas