From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by 10.204.66.147 with SMTP id n19cs208327bki; Sat, 4 Sep 2010 03:40:42 -0700 (PDT) Received: by 10.231.130.99 with SMTP id r35mr2088824ibs.171.1283596841264; Sat, 04 Sep 2010 03:40:41 -0700 (PDT) Return-Path: Received: from rubyforge.org (rubyforge.org [205.234.109.19]) by mx.google.com with ESMTP id f15si7103314ibb.27.2010.09.04.03.40.40; Sat, 04 Sep 2010 03:40:41 -0700 (PDT) Received-SPF: pass (google.com: domain of sup-devel-bounces@rubyforge.org designates 205.234.109.19 as permitted sender) client-ip=205.234.109.19; Authentication-Results: mx.google.com; spf=pass (google.com: domain of sup-devel-bounces@rubyforge.org designates 205.234.109.19 as permitted sender) smtp.mail=sup-devel-bounces@rubyforge.org; dkim=neutral (body hash did not verify) header.i=@gmail.com Received: from rubyforge.org (rubyforge.org [127.0.0.1]) by rubyforge.org (Postfix) with ESMTP id 8C4881858383; Sat, 4 Sep 2010 06:40:40 -0400 (EDT) Received: from mail-pw0-f50.google.com (mail-pw0-f50.google.com [209.85.160.50]) by rubyforge.org (Postfix) with ESMTP id D7E8B1858378 for ; Sat, 4 Sep 2010 06:40:25 -0400 (EDT) Received: by pwi4 with SMTP id 4so548900pwi.23 for ; Sat, 04 Sep 2010 03:40:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:content-type:subject :from:to:in-reply-to:references:date:message-id:user-agent :content-transfer-encoding; bh=CcKP8/m0jJZ6YCVEAsie7ficuptd0hiaIUa8sB/OBbM=; b=CmCWtMVMxUBYdPwXTZwL+5gEanxAYJDLsR9Ek4LVAGATio0QikjQXj2JTHLMHNZ0a1 RG0ItGLdn5kFWtQ24DVYa3ZvwpUIvAONf2riDZKIgE5rZ7++0xHE5YJ1UhOgYVJTE6rh u9apI6ue3fQ1vXJ6Adi+whDpn2di3kP/YpffM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:content-type:subject:from:to:in-reply-to:references:date :message-id:user-agent:content-transfer-encoding; b=GShKuY7hV3DfgEMyrTeyhOJaXPrI1QGBbeBb2sLdBtcXBVq/rlmtcPsQsKg3QvdFyz xrqBDVsdtXL/0DawSoHVvz1NQfowNBXq9+ZsulpipaQKE0w2CFhCUTskT1qeTaLISOXY EczGbafUA6gk+J1Ru8RlehEjAwXptusis+gp0= Received: by 10.114.67.4 with SMTP id p4mr629724waa.162.1283596824522; Sat, 04 Sep 2010 03:40:24 -0700 (PDT) Received: from localhost (C-61-68-56-138.hay.connect.net.au [61.68.56.138]) by mx.google.com with ESMTPS id d39sm5849027wam.4.2010.09.04.03.40.21 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 04 Sep 2010 03:40:23 -0700 (PDT) From: Robin Burchell To: sup-devel In-reply-to: <1283460564-18287-1-git-send-email-adam@lazur.org> References: <1283460564-18287-1-git-send-email-adam@lazur.org> Date: Sat, 04 Sep 2010 20:40:18 +1000 Message-Id: <1283596689-sup-5333@virgin> User-Agent: Sup/git Subject: Re: [sup-devel] [PATCH] wrap quoted text according to wrap preferences X-BeenThere: sup-devel@rubyforge.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: Sup developer discussion List-Id: Sup developer discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: sup-devel-bounces@rubyforge.org Errors-To: sup-devel-bounces@rubyforge.org Hi Adam, Excerpts from adam lazur's message of Fri Sep 03 06:49:24 +1000 2010: > From: adam lazur > > Wrap expanded sections of quoted text at a column boundary, just like > sup already does for unquoted text. I split the existing wrapper code > into a utility function. Thanks for this. Fixes an annoyance that I really didn't like. I've applied it to my tree at http://github.com/rburchell/sup/ and so far, so good. I'll let you know if I see any breakage. -- Robin Burchell http://rburchell.com _______________________________________________ Sup-devel mailing list Sup-devel@rubyforge.org http://rubyforge.org/mailman/listinfo/sup-devel