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 01:14:06 -0800 Message-ID: <200801050914.m059E68s012506@oogie-boogie.ics.uci.edu> References: <18303.12050.877970.348893@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 1199524560 12089 80.91.229.12 (5 Jan 2008 09:16:00 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 5 Jan 2008 09:16:00 +0000 (UTC) Cc: emacs-devel@gnu.org To: Nick Roberts Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jan 05 10:16:21 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 1JB58d-0006Ln-5C for ged-emacs-devel@m.gmane.org; Sat, 05 Jan 2008 10:16:19 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JB58G-0006Sj-Dt for ged-emacs-devel@m.gmane.org; Sat, 05 Jan 2008 04:15:56 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JB58B-0006Qj-L2 for emacs-devel@gnu.org; Sat, 05 Jan 2008 04:15:51 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JB58A-0006Og-0Z for emacs-devel@gnu.org; Sat, 05 Jan 2008 04:15:50 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JB589-0006ON-QP for emacs-devel@gnu.org; Sat, 05 Jan 2008 04:15:49 -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 1JB589-0001r0-H1 for emacs-devel@gnu.org; Sat, 05 Jan 2008 04:15:49 -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 m059E68s012506; Sat, 5 Jan 2008 01:14:06 -0800 (PST) In-Reply-To: <18303.12050.877970.348893@kahikatea.snap.net.nz> (Nick Roberts's message of "Sat, 5 Jan 2008 20:17:38 +1300") Original-Lines: 12 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:86123 Archived-At: Nick Roberts writes: > Howa about adding the hide-ifdef commands to the menu bar for mortals, > like myself who can't remember the key bindings? Good idea. IMHO all major modes should have a menu, and all the minor modes that have a significant number of key bindings should have one too. It makes it easier for users to discover the functionality. 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.