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: Re: Better handling of window margins Date: Mon, 07 Dec 2015 13:42:37 -0500 Message-ID: References: <87mvttsvsj.fsf@fastmail.fm> <83h9jzi99p.fsf@gnu.org> <83d1umiq9u.fsf@gnu.org> <83lh9agtke.fsf@gnu.org> <834mfygihw.fsf@gnu.org> <83vb8dgbo6.fsf@gnu.org> <83si3hfhvy.fsf@gnu.org> <83bna4gajl.fsf@gnu.org> <83twnveewy.fsf@gnu.org> <838u56dy6o.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1449513789 16883 80.91.229.3 (7 Dec 2015 18:43:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 7 Dec 2015 18:43:09 +0000 (UTC) Cc: John Wiegley , emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Dec 07 19:42:53 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 1a60kO-0008OQ-OL for ged-emacs-devel@m.gmane.org; Mon, 07 Dec 2015 19:42:52 +0100 Original-Received: from localhost ([::1]:56000 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a60kN-0006Cb-Vg for ged-emacs-devel@m.gmane.org; Mon, 07 Dec 2015 13:42:51 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:36713) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a60kJ-00068v-5E for emacs-devel@gnu.org; Mon, 07 Dec 2015 13:42:48 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a60kF-00012S-8W for emacs-devel@gnu.org; Mon, 07 Dec 2015 13:42:47 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:54721) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a60kB-0000zM-2d; Mon, 07 Dec 2015 13:42:39 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A0A+FgA731xV/yr292hcgxCEAoVVwwsEAgKBPD0QAQEBAQEBAYEKQQWDXQEBAwFWIxALNBIUGA0kiDcIzyMBAQEBBgEBAQEeizqFBQeELQWMMKhUI4QWIIJ4AQEB X-IPAS-Result: A0A+FgA731xV/yr292hcgxCEAoVVwwsEAgKBPD0QAQEBAQEBAYEKQQWDXQEBAwFWIxALNBIUGA0kiDcIzyMBAQEBBgEBAQEeizqFBQeELQWMMKhUI4QWIIJ4AQEB X-IronPort-AV: E=Sophos;i="5.13,465,1427774400"; d="scan'208";a="184688179" Original-Received: from 104-247-246-42.cpe.teksavvy.com (HELO pastel.home) ([104.247.246.42]) by ironport2-out.teksavvy.com with ESMTP; 07 Dec 2015 13:42:38 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id 04F6F6009F; Mon, 7 Dec 2015 13:42:38 -0500 (EST) In-Reply-To: (John Wiegley's message of "Mon, 07 Dec 2015 09:39:34 -0800") 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:195962 Archived-At: >> Which is why I suggested we go with a purely Elisp library layed on top of >> the current display features. That lets us play freely with various design >> options. Contrary to the redisplay code, such a library will have to do its >> job at the time the margin-display-properties are added to the buffer, >> rather than at the time they're rendered on screen. > Can this be done totally side-band, without affecting long-standing APIs? If > it's something that could live in ELPA, Yes, that's the idea. Stefan