From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Yuri Khan Newsgroups: gmane.emacs.devel Subject: Re: Window splitting issues with margins Date: Mon, 16 Nov 2015 16:51:16 +0600 Message-ID: References: <874mgrwerb.fsf@fastmail.fm> <5644A2AC.3080703@gmx.at> <871tbux3vb.fsf@fastmail.fm> <564599A6.6060306@gmx.at> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1447710083 12270 80.91.229.3 (16 Nov 2015 21:41:23 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 16 Nov 2015 21:41:23 +0000 (UTC) Cc: Joost Kremers , Emacs developers To: martin rudalics Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 16 22:41:22 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 1ZyRWb-0002V5-6k for ged-emacs-devel@m.gmane.org; Mon, 16 Nov 2015 22:41:21 +0100 Original-Received: from localhost ([::1]:50016 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZyRWa-0003Km-Fn for ged-emacs-devel@m.gmane.org; Mon, 16 Nov 2015 16:41:20 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:57155) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZyHNp-0005D9-Vp for emacs-devel@gnu.org; Mon, 16 Nov 2015 05:51:38 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZyHNo-0008A9-Ur for emacs-devel@gnu.org; Mon, 16 Nov 2015 05:51:37 -0500 Original-Received: from mail-lf0-x229.google.com ([2a00:1450:4010:c07::229]:36492) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZyHNo-00089z-OE for emacs-devel@gnu.org; Mon, 16 Nov 2015 05:51:36 -0500 Original-Received: by lfs39 with SMTP id 39so84267416lfs.3 for ; Mon, 16 Nov 2015 02:51:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=KtZRibDMG1iTYp6mobx1HW43dyq0AWz9gmg2iQX2QaE=; b=vq0mYrAHkLKo0FpKeNgSZCWZHBo5++g5vD0AKauxH9AXYY2bDxnfG42PJMzLvlEL4x 4VPnCq17ZZYogHBhauQcfeH9G3PmJSUYusYfKbnLc+3FWElcnuZdbCrOKo/T/duVHuaF rbxK2QACBl3fZpTpGC869y1sAwXG3MfiZXdboJrQbuQKVrLpoAseYkgcbAq2KEp7E+Fa 3dSNKeGs1uTLZBw7D0hiW+5nushTxBIWAUEm7g6/CsROdQM/N6XQToXawSRzAGTsR+xu booGGTN7tuHKGAwGkV3CB7rtyI2wPp2d/fSkPOUUG2NFqFCzR9ViJRQCtKVwawZj3nhK c2+Q== X-Received: by 10.25.135.136 with SMTP id j130mr16218635lfd.95.1447671095931; Mon, 16 Nov 2015 02:51:35 -0800 (PST) Original-Received: by 10.112.212.43 with HTTP; Mon, 16 Nov 2015 02:51:16 -0800 (PST) In-Reply-To: <564599A6.6060306@gmx.at> X-Google-Sender-Auth: S5RMvtTsv7V27i6IfavHdm7j4vY X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c07::229 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:194566 Archived-At: On Fri, Nov 13, 2015 at 2:04 PM, martin rudalics wrote: > The question is whether it makes any sense for two packages to ever > share one and the same margin. There are a lot of things one might want to display in the margin at the same time. * Line numbers * Modification marker bars * Collapse/expand markers/buttons * Bookmarks * Debugger breakpoints and/or current statement arrow * (in a git blame) Username and/or commit ID and/or date These are mostly independent and it may make sense to isolate modes from each other with respect to margin width.