From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ivan Shmakov Newsgroups: gmane.emacs.devel Subject: Re: bug#19462: shr: use wrap-prefix when possible, instead of filling the text Date: Sat, 26 Dec 2015 09:13:02 +0000 Message-ID: <87io3lzi75.fsf@violet.siamics.net> References: <871tnr1gqo.fsf@ferrier.me.uk> <83bnmvowdb.fsf@gnu.org> <83ppbanqhe.fsf@gnu.org> <87vbl2xigp.fsf@ferrier.me.uk> <83ioh2nlow.fsf@gnu.org> <87sig6xech.fsf@ferrier.me.uk> <83fvc5ni0u.fsf@gnu.org> <87k31fwwyv.fsf@ferrier.me.uk> <87bnmq9ibf.fsf@ferrier.me.uk> <87lhlrx5fc.fsf@building.gnus.org> <878uhrcr5l.fsf@building.gnus.org> <83sifzjflk.fsf@gnu.org> <87egric2ki.fsf_-_@violet.siamics.net> <87bn9ezb2h.fsf__43673.6617972658$1451064984$gmane$org@gnus.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1451121220 30281 80.91.229.3 (26 Dec 2015 09:13:40 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 26 Dec 2015 09:13:40 +0000 (UTC) To: 19462@debbugs.gnu.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Dec 26 10:13:32 2015 Return-path: Envelope-to: ged-emacs-devel@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 1aCkup-0004Bn-Jz for ged-emacs-devel@m.gmane.org; Sat, 26 Dec 2015 10:13:31 +0100 Original-Received: from localhost ([::1]:37965 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aCkup-0001V0-1y for ged-emacs-devel@m.gmane.org; Sat, 26 Dec 2015 04:13:31 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:54266) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aCkui-0001U1-Ve for emacs-devel@gnu.org; Sat, 26 Dec 2015 04:13:28 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aCkuf-0006CX-6h for emacs-devel@gnu.org; Sat, 26 Dec 2015 04:13:24 -0500 Original-Received: from fely.am-1.org ([78.47.74.50]:34058) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aCkuf-00067W-0a for emacs-devel@gnu.org; Sat, 26 Dec 2015 04:13:21 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=siamics.net; s=a2013295; h=Content-Transfer-Encoding:Content-Type:MIME-Version:Message-ID:In-Reply-To:Date:Sender:References:Subject:To:From; bh=Ci2ozOXcHEIri0/jx6oVnJxKHCIss+iSUytZqUxkDUw=; b=iCz8kxrgDbO+qi7CHCbZBUsTt//fNOsAvMoymewa7pwTpo/RQFtKi/S2v9adRMwtppbSfDOAa42dNjT6dA6L+kYHJghId7EwW/iN3HPJB9rMroQ1boWIfShFxQJ9LnRyaLnVJHSXdoBpgkvmlBYNW8rV5FAAmMjOn+lySs9c5Fc=; Original-Received: from violet.siamics.net ([2001:470:1f13:1eb::1:1d]) by fely.am-1.org with esmtps (TLS1.2:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.80) (envelope-from ) id 1aCkuT-0000Wo-H0; Sat, 26 Dec 2015 09:13:09 +0000 Original-Received: from localhost ([::1] helo=violet.siamics.net) by violet.siamics.net with esmtps (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.80) (envelope-from ) id 1aCkuM-0000Yv-Nn; Sat, 26 Dec 2015 16:13:02 +0700 In-Reply-To: <87bn9ezb2h.fsf__43673.6617972658$1451064984$gmane$org@gnus.org> (Lars Ingebrigtsen's message of "Fri, 25 Dec 2015 18:34:46 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [generic] X-Received-From: 78.47.74.50 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:196881 Archived-At: >>>>> Lars Ingebrigtsen writes: >>>>> Ivan Shmakov writes: [=E2=80=A6] >> The only feature that I=E2=80=99m aware to be missing is the actual sup= port >> for Emacs native text wrapping (as in: the word-wrap variable and >> wrap-prefix text property) in SHR. >> Please thus consider the patch MIMEd. > I think this was superseded by the shr proportional font rewrite, so > I'm closing the bug. I=E2=80=99ve stopped using the SHR version that comes with Emacs this May, so I don=E2=80=99t think I care much about that any longer. I have several items in my wishlist regarding rendering HTML in Emacs buffers, but I guess they will warrant writing the code anew, presumably to be released under a different name, so that it can be installed alongside SHR. (Not that I currently have much spare time to dedicate to that.) --=20 FSF associate member #7257 http://am-1.org/~ivan/ =E2=80=A6 3013 B6A0= 230E 334A