From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.help Subject: Re: question about menu-bar-mode Date: Mon, 01 Mar 2010 10:50:34 -0500 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1267461652 27895 80.91.229.12 (1 Mar 2010 16:40:52 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 1 Mar 2010 16:40:52 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Mar 01 17:40:48 2010 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Nm8fo-0004BV-0y for geh-help-gnu-emacs@m.gmane.org; Mon, 01 Mar 2010 17:40:48 +0100 Original-Received: from localhost ([127.0.0.1]:59544 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nm8fn-0007mL-Fo for geh-help-gnu-emacs@m.gmane.org; Mon, 01 Mar 2010 11:40:47 -0500 Original-Path: news.stanford.edu!usenet.stanford.edu!postnews.google.com!news1.google.com!npeer03.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!post02.iad.highwinds-media.com!newsfe25.iad.POSTED!7564ea0f!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.92 (gnu/linux) Cancel-Lock: sha1:yw4kTg2xlFCfLMPoRw1yBE1HE6U= Original-Lines: 11 Original-X-Complaints-To: abuse@UsenetServer.com Original-NNTP-Posting-Date: Mon, 01 Mar 2010 15:50:35 UTC Original-Xref: news.stanford.edu gnu.emacs.help:177229 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:72269 Archived-At: > I met a problem when writing emacs lisp. My question is after running > (menu-bar-mode) how can I get the current status of menu-bar? What do you mean by "the current status of menu-bar"? You want to know whether the current frame has a menu-bar or not? If so, you can check the `menu-bar-lines' propery of the `selected-frame'. But it's very unusual to need this information, Stefan