From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Jack Bates Newsgroups: gmane.emacs.help Subject: Fill all comments in a buffer? Date: Mon, 2 Oct 2017 19:52:39 -0700 Message-ID: <2102622f-1a68-073d-e72d-e7c5c264712b@nottheoilrig.com> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: blaine.gmane.org 1507000535 7994 195.159.176.226 (3 Oct 2017 03:15:35 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Tue, 3 Oct 2017 03:15:35 +0000 (UTC) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Oct 03 05:15:29 2017 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dzDg6-0001OB-QN for geh-help-gnu-emacs@m.gmane.org; Tue, 03 Oct 2017 05:15:27 +0200 Original-Received: from localhost ([::1]:55946 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dzDgD-000665-QT for geh-help-gnu-emacs@m.gmane.org; Mon, 02 Oct 2017 23:15:33 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:39763) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dzDK8-0003mG-J4 for help-gnu-emacs@gnu.org; Mon, 02 Oct 2017 22:52:45 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dzDK5-0004cY-HK for help-gnu-emacs@gnu.org; Mon, 02 Oct 2017 22:52:44 -0400 Original-Received: from mail.nottheoilrig.com ([52.27.13.164]:40916) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dzDK5-0004bl-83 for help-gnu-emacs@gnu.org; Mon, 02 Oct 2017 22:52:41 -0400 Original-Received: from mail.nottheoilrig.com (localhost [127.0.0.1]) by mail.nottheoilrig.com (Postfix) with ESMTP id DD9DB204A2 for ; Tue, 3 Oct 2017 02:52:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=nottheoilrig.com; s=3532ada; t=1506999159; bh=5zl5Q22dd0jplautivhM6VdrIbmnTyKzDLQiCC68QnU=; h=From:Subject:To:Date:From; b=fB9agNMPcdF4osgUIbO4ZdJVOzWB1H7o4wmI6wEeQroHTkrBqAJlunb3fjKPHPo+j s1Za1tC+tjeLWpdDlsnrE/Lxlet3cpTriKDmSRFV3ugsK+TLpnNf9rqJ4k4ZAsbDsk t4Nwozsmn5HkGs82SER4y9ifNoTh8imSRMSmt37E= Original-Received: from [192.168.1.102] (198-48-158-226.cpe.pppoe.ca [198.48.158.226]) by mail.nottheoilrig.com (Postfix) with ESMTPSA for ; Tue, 3 Oct 2017 02:52:39 +0000 (UTC) Content-Language: en-US X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 52.27.13.164 X-Mailman-Approved-At: Mon, 02 Oct 2017 23:14:44 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.org gmane.emacs.help:114507 Archived-At: Is there a way to fill (reflow) all comments in a buffer? Similar to how I can spellcheck all comments with ispell-comments-and-strings? I can go to each comment and type M-q -- I'd like to do it all at once. Thanks!