From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alexis Newsgroups: gmane.emacs.help Subject: Re: fill-paragraph with pre and postfix Date: Wed, 05 Nov 2014 22:34:03 +1100 Message-ID: <87fvdxvpq0.fsf@gmail.com> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1415187766 14452 80.91.229.3 (5 Nov 2014 11:42:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 5 Nov 2014 11:42:46 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Nov 05 12:42:39 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 1Xlyz0-000551-7D for geh-help-gnu-emacs@m.gmane.org; Wed, 05 Nov 2014 12:42:38 +0100 Original-Received: from localhost ([::1]:45886 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xlyyz-0001OO-SG for geh-help-gnu-emacs@m.gmane.org; Wed, 05 Nov 2014 06:42:37 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:58283) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xlyyg-0001Ms-7v for help-gnu-emacs@gnu.org; Wed, 05 Nov 2014 06:42:27 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XlyyX-0005Dc-7I for help-gnu-emacs@gnu.org; Wed, 05 Nov 2014 06:42:18 -0500 Original-Received: from mail-pa0-x234.google.com ([2607:f8b0:400e:c03::234]:42922) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XlyyX-0005DQ-0L for help-gnu-emacs@gnu.org; Wed, 05 Nov 2014 06:42:09 -0500 Original-Received: by mail-pa0-f52.google.com with SMTP id fa1so618490pad.25 for ; Wed, 05 Nov 2014 03:42:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=references:from:to:subject:date:in-reply-to:message-id:mime-version :content-type; bh=2wwsbD9QXKq4MbGqK51dtNZ+CFOuYZpJqQZ3d0Gm7Cs=; b=cyrfZ/Q3qbT0q1SHeXiSsGwHQnXgHRiy7ATmifO+/c39i4R/yYFB6sMASK0dumxBHK 2Y8tooHiz1Y9NEMsoe9YHJAonBbumPLjHajhrWZ/6TpYNhiQWOYcfwUMd/Q7ATtsja5k p0mfg6bb/X4QBRNQa8QtgeZhmMkiWnx0E/p6y5QaeifYdm+PIfOyUhHsoQFismrarkau 2PT4zysQiGCAFsGG5cIz6v6L6vflPCRrEVIV/8MxUp6y4a3qXRuJRhIa3DfpkZDD59Nn kn7uf4OKEJlNmAlAKBFUt9USYloFy2wj7hG8sAwuzFbtX/reegqK1n22F4jL30nQ2GRq AR4w== X-Received: by 10.68.112.193 with SMTP id is1mr57051786pbb.35.1415187727267; Wed, 05 Nov 2014 03:42:07 -0800 (PST) Original-Received: from localhost (ppp118-209-92-67.lns20.mel4.internode.on.net. [118.209.92.67]) by mx.google.com with ESMTPSA id yc4sm3024450pab.27.2014.11.05.03.42.05 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Wed, 05 Nov 2014 03:42:06 -0800 (PST) In-reply-to: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400e:c03::234 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:100761 Archived-At: Jacob Gerlach writes: > A project I'm working on uses a handling function for some command line > documentation: > > blk(" I want to format my documentation like this. "); > > In order to match the convention for our project, it should include the two > leading spaces and be filled with spaces out to column 70. Will the text that gets padded with spaces always be less than 70 columns in total? Alexis.