From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jacob Gerlach Newsgroups: gmane.emacs.help Subject: Re: fill-paragraph with pre and postfix Date: Mon, 10 Nov 2014 15:24:35 +0000 Message-ID: References: <87fvdxvpq0.fsf@gmail.com> <877fz9ugu1.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1415633103 24291 80.91.229.3 (10 Nov 2014 15:25:03 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 10 Nov 2014 15:25:03 +0000 (UTC) To: Alexis , help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Nov 10 16:24:57 2014 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Xnqpr-0001ZC-Ad for geh-help-gnu-emacs@m.gmane.org; Mon, 10 Nov 2014 16:24:55 +0100 Original-Received: from localhost ([::1]:43800 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xnqpq-0006fp-S6 for geh-help-gnu-emacs@m.gmane.org; Mon, 10 Nov 2014 10:24:54 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:52357) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xnqpg-0006fZ-0t for help-gnu-emacs@gnu.org; Mon, 10 Nov 2014 10:24:44 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xnqpc-0000MU-8f for help-gnu-emacs@gnu.org; Mon, 10 Nov 2014 10:24:43 -0500 Original-Received: from mail-qc0-x234.google.com ([2607:f8b0:400d:c01::234]:58129) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xnqpc-0000M2-4p for help-gnu-emacs@gnu.org; Mon, 10 Nov 2014 10:24:40 -0500 Original-Received: by mail-qc0-f180.google.com with SMTP id o8so5771550qcw.39 for ; Mon, 10 Nov 2014 07:24:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:references:from:date:message-id:subject:to :content-type; bh=6j1e27RlQNdGx4nrLBM8gLnZYduPuqDWCzcvlmSdik4=; b=bD2c3h46a0Zf8IG+TA6vJLovnzu7XvybvDrG5GbJBbvFH9cXciyttCoK9WNR7xcu32 b1TWz+s4D3qrliB5u4CR0DhqMkjDAYVQkCUBIDsJ7jH4FfE0CwfRvgYyAadJ+ElhiotS 2K8RHVB2gze0JqZtAe7udMrefIWtvsuPtsVaiYw8F7NLqOpqwARQbZB6GRXiQ+GXDTol ClFXkFPNVXyHeoRkupmeM3FMgNMb+RtKMIuyvo3/+ZWhTwpUXbvfmLMs4ng06HdB6pN2 apfg2Ed5Td/4ejP08JyWwhLTroF9d7EZIHSuI+57lX+4KTgseo8ufM4wddyoxFpoOhfD pITw== X-Received: by 10.140.95.214 with SMTP id i80mr41832906qge.48.1415633076018; Mon, 10 Nov 2014 07:24:36 -0800 (PST) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400d:c01::234 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 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-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:100886 Archived-At: On Wed Nov 05 2014 at 10:52:13 PM Alexis wrote: > (Or should /each/ 70-column line be wrapped with 'blk("")'?) > > Almost this. Fill column should be 70, including the blk(". So the paragraph should be filled to lines of up to 65 chars, then wrapped.