From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Side windows (was: Gtk tabs in emacs, new branch.) Date: Wed, 14 Apr 2010 06:18:07 +0300 Message-ID: <83eiiiyb68.fsf@gnu.org> References: <4BC4CBB5.3050809@gmx.de> <87ljcruevx.fsf_-_@mail.jurta.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1271215095 5210 80.91.229.12 (14 Apr 2010 03:18:15 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 14 Apr 2010 03:18:15 +0000 (UTC) Cc: grishka@gmx.de, drew.adams@oracle.com, emacs-devel@gnu.org To: Juri Linkov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Apr 14 05:18:12 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1O1t7D-00088e-Qa for ged-emacs-devel@m.gmane.org; Wed, 14 Apr 2010 05:18:12 +0200 Original-Received: from localhost ([127.0.0.1]:40938 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O1t7D-0002cV-6x for ged-emacs-devel@m.gmane.org; Tue, 13 Apr 2010 23:18:11 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O1t78-0002cQ-Tp for emacs-devel@gnu.org; Tue, 13 Apr 2010 23:18:06 -0400 Original-Received: from [140.186.70.92] (port=52582 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O1t76-0002cI-Nh for emacs-devel@gnu.org; Tue, 13 Apr 2010 23:18:05 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O1t73-0003MO-Jz for emacs-devel@gnu.org; Tue, 13 Apr 2010 23:18:04 -0400 Original-Received: from mtaout20.012.net.il ([80.179.55.166]:63391) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O1t73-0003M9-DN for emacs-devel@gnu.org; Tue, 13 Apr 2010 23:18:01 -0400 Original-Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0L0U00900JI0ZN00@a-mtaout20.012.net.il> for emacs-devel@gnu.org; Wed, 14 Apr 2010 06:18:00 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([77.127.74.198]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0L0U007MTJTZZS70@a-mtaout20.012.net.il>; Wed, 14 Apr 2010 06:18:00 +0300 (IDT) In-reply-to: <87ljcruevx.fsf_-_@mail.jurta.org> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:123606 Archived-At: > From: Juri Linkov > Date: Wed, 14 Apr 2010 02:31:30 +0300 > Cc: drew.adams@oracle.com, emacs-devel@gnu.org > > There is a task in etc/TODO: > > ** Compilation error navigation bar, parallel to the scroll bar, > indicating where in the buffer there are compilation errors. > Perhaps we could arrange to display these error indications on top > of the scroll bar itself. That depends on to what extent toolkit > scroll bars are extensible. > > If it's possible to display such tab-like indications > on the scroll bar, is it still called a scroll bar? > > If it's not possible, then what is an alternative? > Maybe, 1-column side bar windows? The fringe, I think.