From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tom Tromey Newsgroups: gmane.emacs.devel Subject: Re: Put hide-ifdef on menu-bar? Date: Sun, 06 Jan 2008 18:36:29 -0700 Message-ID: References: <18303.12050.877970.348893@kahikatea.snap.net.nz> <200801050914.m059E68s012506@oogie-boogie.ics.uci.edu> <477F5695.5000607@gmx.at> <200801060108.m0618fq3014424@oogie-boogie.ics.uci.edu> <18305.17988.586928.131214@kahikatea.snap.net.nz> Reply-To: Tom Tromey NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1199671669 17336 80.91.229.12 (7 Jan 2008 02:07:49 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 7 Jan 2008 02:07:49 +0000 (UTC) Cc: martin rudalics , Nick Roberts , Dan Nicolaescu , emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jan 07 03:08:09 2008 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.50) id 1JBhPN-0006a2-B0 for ged-emacs-devel@m.gmane.org; Mon, 07 Jan 2008 03:08:09 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JBhP0-0004fg-8S for ged-emacs-devel@m.gmane.org; Sun, 06 Jan 2008 21:07:46 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JBhOv-0004fP-FV for emacs-devel@gnu.org; Sun, 06 Jan 2008 21:07:41 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JBhOr-0004ZA-1c for emacs-devel@gnu.org; Sun, 06 Jan 2008 21:07:40 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JBhOq-0004Z6-P4 for emacs-devel@gnu.org; Sun, 06 Jan 2008 21:07:36 -0500 Original-Received: from mx1.redhat.com ([66.187.233.31]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JBhOq-0001tV-GL for emacs-devel@gnu.org; Sun, 06 Jan 2008 21:07:36 -0500 Original-Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id m0727T2B022771; Sun, 6 Jan 2008 21:07:29 -0500 Original-Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [10.11.255.20]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id m0727SPQ026614; Sun, 6 Jan 2008 21:07:28 -0500 Original-Received: from opsy.redhat.com (ton.yyz.redhat.com [10.15.16.15]) by pobox.corp.redhat.com (8.13.1/8.13.1) with ESMTP id m0727Su1023982; Sun, 6 Jan 2008 21:07:28 -0500 Original-Received: by opsy.redhat.com (Postfix, from userid 500) id A8876508021; Sun, 6 Jan 2008 18:36:29 -0700 (MST) X-Attribution: Tom In-Reply-To: (Stefan Monnier's message of "Sun\, 06 Jan 2008 20\:34\:05 -0500") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.990 (gnu/linux) X-Scanned-By: MIMEDefang 2.58 on 172.16.52.254 X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) 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:86414 Archived-At: >>>>> "Stefan" == Stefan Monnier writes: >> For instance you could show the user the visible area of the current >> buffer (relative to the size of the whole buffer) as a different >> background color. In Eclipse you can see little blocks in the >> right-hand fringe which represent errors, problems, etc, and you can >> click them to jump to the corresponding point. >> I don't think there is a way to do this in Emacs yet, either. Stefan> Those things should be put in the scrollbar, don't you think? Not me, but then I disable the scrollbars but not the fringe. Tom