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: Put hide-ifdef on menu-bar? Date: Sun, 06 Jan 2008 15:32:49 -0500 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> <200801061042.m06AgR34005138@oogie-boogie.ics.uci.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1199651579 27246 80.91.229.12 (6 Jan 2008 20:32:59 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 6 Jan 2008 20:32:59 +0000 (UTC) Cc: Tom Tromey , 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 21:33:19 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 1JBcBL-0006b0-94 for ged-emacs-devel@m.gmane.org; Sun, 06 Jan 2008 21:33:19 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JBcAy-0003pu-G0 for ged-emacs-devel@m.gmane.org; Sun, 06 Jan 2008 15:32:56 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JBcAu-0003og-Ay for emacs-devel@gnu.org; Sun, 06 Jan 2008 15:32:52 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JBcAs-0003ms-Rz for emacs-devel@gnu.org; Sun, 06 Jan 2008 15:32:51 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JBcAs-0003mi-Dr for emacs-devel@gnu.org; Sun, 06 Jan 2008 15:32:50 -0500 Original-Received: from ironport2-out.pppoe.ca ([206.248.154.182]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JBcAs-0006Bo-7R for emacs-devel@gnu.org; Sun, 06 Jan 2008 15:32:50 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Ao8CAAjKgEfO+K+E/2dsb2JhbACmZw X-IronPort-AV: E=Sophos;i="4.24,250,1196658000"; d="scan'208";a="12341902" Original-Received: from smtp.pppoe.ca ([65.39.196.238]) by ironport2-out.pppoe.ca with ESMTP; 06 Jan 2008 15:32:49 -0500 Original-Received: from pastel.home ([206.248.175.132]) by smtp.pppoe.ca (Internet Mail Server v1.0) with ESMTP id MVM71049; Sun, 06 Jan 2008 15:32:49 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id 13B6A7F7C; Sun, 6 Jan 2008 15:32:48 -0500 (EST) In-Reply-To: <200801061042.m06AgR34005138@oogie-boogie.ics.uci.edu> (Dan Nicolaescu's message of "Sun, 06 Jan 2008 02:42:14 -0800") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.50 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. 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:86385 Archived-At: >> 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. > IMHO we should have such arrows in the fringe for all modes that do some > hiding. It's probably not applicable to hideshow since hs-minor-mode doesn't hide things on a line-by-line basis. But it'd probably be a good extension for outline-minor-mode, indeed. Stefan