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: Sat, 05 Jan 2008 18:11:16 -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> 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 1199583736 14794 80.91.229.12 (6 Jan 2008 01:42:16 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 6 Jan 2008 01:42:16 +0000 (UTC) Cc: martin rudalics , Nick Roberts , emacs-devel@gnu.org To: Dan Nicolaescu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jan 06 02:42:36 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 1JBKX5-0002rO-U1 for ged-emacs-devel@m.gmane.org; Sun, 06 Jan 2008 02:42:36 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JBKWj-0007Ju-C5 for ged-emacs-devel@m.gmane.org; Sat, 05 Jan 2008 20:42:13 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JBKWe-0007JA-P6 for emacs-devel@gnu.org; Sat, 05 Jan 2008 20:42:08 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JBKWY-0007IR-R9 for emacs-devel@gnu.org; Sat, 05 Jan 2008 20:42:07 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JBKWY-0007IO-NR for emacs-devel@gnu.org; Sat, 05 Jan 2008 20:42:02 -0500 Original-Received: from mx1.redhat.com ([66.187.233.31]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JBKWY-0003qp-6H for emacs-devel@gnu.org; Sat, 05 Jan 2008 20:42:02 -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 m061fsGQ003617; Sat, 5 Jan 2008 20:41:54 -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 m061fsBJ001597; Sat, 5 Jan 2008 20:41:54 -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 m061frBl006836; Sat, 5 Jan 2008 20:41:53 -0500 Original-Received: by opsy.redhat.com (Postfix, from userid 500) id 51DEB508021; Sat, 5 Jan 2008 18:11:16 -0700 (MST) X-Attribution: Tom In-Reply-To: <200801060108.m0618fq3014424@oogie-boogie.ics.uci.edu> (Dan Nicolaescu's message of "Sat\, 05 Jan 2008 17\:08\:41 -0800") 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:86275 Archived-At: >>>>> "Dan" == Dan Nicolaescu writes: Dan> As a further enhancement it might be a good idea to put in mouse face on Dan> the #if lines, then the users can click on the item and say Dan> "hide/show". This would make it the feature more obvious. Eclipse puts folding controls into the fringe... seems like a nice idea. The control is a little arrow that points in different directions depending on whether the code is folded. Tom