From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.devel Subject: Re: Put hide-ifdef on menu-bar? Date: Sat, 05 Jan 2008 17:11:32 -0800 Message-ID: <200801060111.m061BWdL014571@oogie-boogie.ics.uci.edu> References: <18303.12050.877970.348893@kahikatea.snap.net.nz> <200801050914.m059E68s012506@oogie-boogie.ics.uci.edu> <18303.21687.960944.575820@kahikatea.snap.net.nz> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1199582013 10770 80.91.229.12 (6 Jan 2008 01:13:33 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 6 Jan 2008 01:13:33 +0000 (UTC) Cc: emacs-devel@gnu.org To: Nick Roberts Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jan 06 02:13:54 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 1JBK5G-0004np-HP for ged-emacs-devel@m.gmane.org; Sun, 06 Jan 2008 02:13:50 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JBK4u-0002BM-1a for ged-emacs-devel@m.gmane.org; Sat, 05 Jan 2008 20:13:28 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JBK4O-00020J-23 for emacs-devel@gnu.org; Sat, 05 Jan 2008 20:12:56 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JBK4M-0001zj-Ed for emacs-devel@gnu.org; Sat, 05 Jan 2008 20:12:55 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JBK4M-0001ze-AI for emacs-devel@gnu.org; Sat, 05 Jan 2008 20:12:54 -0500 Original-Received: from oogie-boogie.ics.uci.edu ([128.195.1.41]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JBK4L-0000bG-GD for emacs-devel@gnu.org; Sat, 05 Jan 2008 20:12:53 -0500 Original-Received: from mothra.ics.uci.edu (mothra.ics.uci.edu [128.195.6.93]) by oogie-boogie.ics.uci.edu (8.13.6/8.13.6) with ESMTP id m061BWdL014571; Sat, 5 Jan 2008 17:11:32 -0800 (PST) In-Reply-To: <18303.21687.960944.575820@kahikatea.snap.net.nz> (Nick Roberts's message of "Sat, 5 Jan 2008 22:58:15 +1300") Original-Lines: 25 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (score=-1.44, required 5, autolearn=disabled, ALL_TRUSTED -1.44) X-ICS-MailScanner-From: dann@mothra.ics.uci.edu X-detected-kernel: by monty-python.gnu.org: Solaris 9 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:86273 Archived-At: Nick Roberts writes: > > Now in the case of hide-ifdef, it would be good if there was a menu > > entry in the cc-mode menu to turn on this mode. That would make this > > feature more discoverable for potential users. > > I agree. On emacs-pretest-bug (Tue, 27 Feb 2007) I previously said: > > > | Subject: Move hide-ifdef-mode toggle button > > | I'm not likely to want to toggle hide-ifdef-mode when browsing info, so > | how about moving it off the list in the pop up menu on the mode line? > [minor mode list] > | Although it's not part of cc-mode it could be moved to the Toggle... > | menu-item on the C menu. > > but got no reply. Hmm, maybe post this again and if there are not objections check it in. > Is hide-ifdef useful for other languages? It should be useful to all languages that use the C preprocessor: asm and I think also Fortran.