From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Eli Zaretskii" Newsgroups: gmane.emacs.help Subject: Re: a version of esc-q for all the paragraphs in a text Date: Sat, 27 Nov 2004 11:40:52 +0200 Message-ID: <01c4d465$Blat.v2.2.2$54ff0100@zahav.net.il> References: NNTP-Posting-Host: deer.gmane.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7BIT X-Trace: sea.gmane.org 1101548674 5443 80.91.229.6 (27 Nov 2004 09:44:34 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 27 Nov 2004 09:44:34 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Nov 27 10:44:28 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CXz7z-0006bU-00 for ; Sat, 27 Nov 2004 10:44:28 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CXzHH-0000ic-FD for geh-help-gnu-emacs@m.gmane.org; Sat, 27 Nov 2004 04:54:03 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CXzGu-0000iX-2L for help-gnu-emacs@gnu.org; Sat, 27 Nov 2004 04:53:40 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CXzGt-0000iL-Ce for help-gnu-emacs@gnu.org; Sat, 27 Nov 2004 04:53:39 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CXzGs-0000iH-Tq for help-gnu-emacs@gnu.org; Sat, 27 Nov 2004 04:53:39 -0500 Original-Received: from [192.114.186.15] (helo=balder.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CXz7S-0006mb-34 for help-gnu-emacs@gnu.org; Sat, 27 Nov 2004 04:43:54 -0500 Original-Received: from zaretski ([80.230.149.126]) by balder.inter.net.il (Mirapoint Messaging Server MOS 3.3.7-GR) with ESMTP id DWO39712 (AUTH halo1); Sat, 27 Nov 2004 11:43:49 +0200 (IST) Original-To: help-gnu-emacs@gnu.org X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 2.2.2 In-reply-to: (message from Don Saklad on 26 Nov 2004 17:53:27 -0500) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:22362 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:22362 > From: Don Saklad > Date: 26 Nov 2004 17:53:27 -0500 > > What is the emacs command like esc-q that would do the same thing > to all the paragraphs in a text maintaining the separate paragraphs?... "C-x h M-x fill-region RET" How did I find it? I typed "C-h K M-q" and Emacs landed me in the manual chapter that describes filling commands, with `fill-region's description staring right at me. HTH