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 14:32:35 -0700 Message-ID: <9df19993-ab92-cb92-bd83-97ed68d4317d@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 1507000539 9486 195.159.176.226 (3 Oct 2017 03:15:39 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Tue, 3 Oct 2017 03:15:39 +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:36 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 1dzDgB-0001gk-UR for geh-help-gnu-emacs@m.gmane.org; Tue, 03 Oct 2017 05:15:32 +0200 Original-Received: from localhost ([::1]:55948 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dzDgE-00068Y-Pd for geh-help-gnu-emacs@m.gmane.org; Mon, 02 Oct 2017 23:15:34 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:57666) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dz8KS-00060q-N6 for help-gnu-emacs@gnu.org; Mon, 02 Oct 2017 17:32:45 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dz8KN-0003tj-RU for help-gnu-emacs@gnu.org; Mon, 02 Oct 2017 17:32:44 -0400 Original-Received: from mail.nottheoilrig.com ([52.27.13.164]:55056) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dz8KN-0003s5-IK for help-gnu-emacs@gnu.org; Mon, 02 Oct 2017 17:32:39 -0400 Original-Received: from mail.nottheoilrig.com (localhost [127.0.0.1]) by mail.nottheoilrig.com (Postfix) with ESMTP id D691320480 for ; Mon, 2 Oct 2017 21:32:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=nottheoilrig.com; s=3532ada; t=1506979956; bh=5zl5Q22dd0jplautivhM6VdrIbmnTyKzDLQiCC68QnU=; h=To:From:Subject:Date:From; b=txRGA9ge7nafpZeN5s5avNhRvpd98b65OlIlJVLhiaxpGDj6HUBG8sLPY9DpNX9mc faObFFecpcVbeUZNCUr3IW2dPRi7/IdecDeatcBTEKZpT5ei6Lj6vwhMdbDixMQPxM bepwkKcXTbpxg41xrMIxZin/ES97uhSlEalfvuuQ= 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 ; Mon, 2 Oct 2017 21:32:36 +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:114508 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!