From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: word-wrap and wrapping before window-width (was: bug#19462: shr: use wrap-prefix when possible, instead of filling the text) Date: Mon, 29 Dec 2014 09:17:55 -0500 Message-ID: References: <83y4pzptpx.fsf@gnu.org> <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> 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 1419862701 4569 80.91.229.3 (29 Dec 2014 14:18:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 29 Dec 2014 14:18:21 +0000 (UTC) Cc: emacs-devel@gnu.org To: Ivan Shmakov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Dec 29 15:18:14 2014 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 1Y5b9C-0002oA-Cl for ged-emacs-devel@m.gmane.org; Mon, 29 Dec 2014 15:18:14 +0100 Original-Received: from localhost ([::1]:33557 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y5b9B-0002x4-GY for ged-emacs-devel@m.gmane.org; Mon, 29 Dec 2014 09:18:13 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:57775) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y5b8y-0002wl-A6 for emacs-devel@gnu.org; Mon, 29 Dec 2014 09:18:01 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y5b8v-0001HJ-3i for emacs-devel@gnu.org; Mon, 29 Dec 2014 09:18:00 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:57867) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y5b8v-0001HF-0A for emacs-devel@gnu.org; Mon, 29 Dec 2014 09:17:57 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AuQIAOwQflRFpY0B/2dsb2JhbABbgweDYFDKJwQCAoEkFwEBAQEBAXyEAwEEASMzIwULJQIYBwcCAhQYDSSISgnABpZTAQEBBwEBAQEegSuPRAeCdYFTBYsBpC6BeII3gWIhgncBAQE X-IPAS-Result: AuQIAOwQflRFpY0B/2dsb2JhbABbgweDYFDKJwQCAoEkFwEBAQEBAXyEAwEEASMzIwULJQIYBwcCAhQYDSSISgnABpZTAQEBBwEBAQEegSuPRAeCdYFTBYsBpC6BeII3gWIhgncBAQE X-IronPort-AV: E=Sophos;i="5.07,502,1413259200"; d="scan'208";a="103829852" Original-Received: from 69-165-141-1.dsl.teksavvy.com (HELO pastel.home) ([69.165.141.1]) by ironport2-out.teksavvy.com with ESMTP/TLS/DHE-RSA-AES256-SHA; 29 Dec 2014 09:17:55 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id 6A5421F66; Mon, 29 Dec 2014 09:17:55 -0500 (EST) In-Reply-To: <87egric2ki.fsf_-_@violet.siamics.net> (Ivan Shmakov's message of "Mon, 29 Dec 2014 07:55:41 +0000") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.181 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:180826 Archived-At: > The only feature that I=E2=80=99m aware to be missing is the actual > support for Emacs native text wrapping (as in: the word-wrap > variable and wrap-prefix text property) in SHR. Reminds me that while I opposed adding a `wrap-column' option for those people who want to do word-wrap without using the whole window width, I would actually welcome a new text-property which lets the wrap-column be set locally to a different value (ideally, this should also allow specifying that some part of the text should be word-wrapped while others should be truncated).