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, 24 Nov 2014 19:26:50 +0000 Message-ID: References: <87fvdxvpq0.fsf@gmail.com> <877fz9ugu1.fsf@gmail.com> <87vbmmr337.fsf@gmail.com> <87sihq6s3v.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 1416857238 24098 80.91.229.3 (24 Nov 2014 19:27:18 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 24 Nov 2014 19:27:18 +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 24 20:27:11 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 1XszHz-0005ir-3T for geh-help-gnu-emacs@m.gmane.org; Mon, 24 Nov 2014 20:27:11 +0100 Original-Received: from localhost ([::1]:54147 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XszHy-0000Ia-Kw for geh-help-gnu-emacs@m.gmane.org; Mon, 24 Nov 2014 14:27:10 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:41325) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XszHg-0000Ee-PN for help-gnu-emacs@gnu.org; Mon, 24 Nov 2014 14:26:53 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XszHf-000862-Ki for help-gnu-emacs@gnu.org; Mon, 24 Nov 2014 14:26:52 -0500 Original-Received: from mail-qa0-x230.google.com ([2607:f8b0:400d:c00::230]:62728) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XszHf-00085T-Ga for help-gnu-emacs@gnu.org; Mon, 24 Nov 2014 14:26:51 -0500 Original-Received: by mail-qa0-f48.google.com with SMTP id v10so6925840qac.35 for ; Mon, 24 Nov 2014 11:26:50 -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=Ad7fznGSWU0+pdmHebWTtuAq7Sx7Lunj4ejuKnoUppM=; b=OUKeG0FowrDOJI3/4pkFV5bH3PkqLUZKSu3O0ysYypJix61DpwqyI+N3l2jPMNyv/j 9LGoAfVvoB/yAMMIYJvTk1HiSnmsy6kPUf0W++LpLX1zuf8lKhLfUGtQ8QJGBbCIiyci 5RiAbxP/kY/r2IxDZ9611QCfW1qrW7kuy33txZTDfZQw/liNetp5fuQ2sM/hSTiPyENA ycJuSTJB432ai1jlKqbo5gdRfyKG8W3E0MSWGhfvoO4LPIbbd5Ev3wZfZFQOyAtFctaX 3IeCXcy1GepOn/rWuL+6GAy5gbZZtnszmRWm6apiF8ONmEno/NeQzYQU62+RDlcuPfIJ JAxw== X-Received: by 10.224.68.73 with SMTP id u9mr31180539qai.75.1416857210826; Mon, 24 Nov 2014 11:26:50 -0800 (PST) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400d:c00::230 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:101137 Archived-At: Sorry for the delay, lost track of this thread for awhile. On Tue Nov 11 2014 at 3:48:32 AM Alexis wrote: > Setting aside the issue of the exact line > length required, which of the following forms is what you're after? > > [...] > 3 . blk("This is a sentence ") blk("stretching over ") > blk("three lines. ") > #3 Is exactly what I'm looking for