From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alan Mackenzie Newsgroups: gmane.emacs.devel Subject: Help, please: how do I get a non-zero (minibuffer-depth)? Date: Thu, 9 Apr 2009 09:28:50 +0000 Message-ID: <20090409092850.GA3112@muc.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1239269377 23266 80.91.229.12 (9 Apr 2009 09:29:37 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 9 Apr 2009 09:29:37 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Apr 09 11:30:55 2009 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 1Lrqay-0007nw-UF for ged-emacs-devel@m.gmane.org; Thu, 09 Apr 2009 11:30:53 +0200 Original-Received: from localhost ([127.0.0.1]:49508 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LrqZa-0005yI-HA for ged-emacs-devel@m.gmane.org; Thu, 09 Apr 2009 05:29:26 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LrqZS-0005wm-J3 for emacs-devel@gnu.org; Thu, 09 Apr 2009 05:29:18 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LrqZM-0005qd-7X for emacs-devel@gnu.org; Thu, 09 Apr 2009 05:29:16 -0400 Original-Received: from [199.232.76.173] (port=51943 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LrqZL-0005qL-Ue for emacs-devel@gnu.org; Thu, 09 Apr 2009 05:29:11 -0400 Original-Received: from colin.muc.de ([193.149.48.1]:2476 helo=mail.muc.de) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LrqZL-0003Nm-Jq for emacs-devel@gnu.org; Thu, 09 Apr 2009 05:29:11 -0400 Original-Received: (qmail 59514 invoked by uid 3782); 9 Apr 2009 09:29:08 -0000 Original-Received: from acm.muc.de (pD9E53C56.dip.t-dialin.net [217.229.60.86]) by colin2.muc.de (tmda-ofmipd) with ESMTP; Thu, 09 Apr 2009 11:29:06 +0200 Original-Received: (qmail 3160 invoked by uid 1000); 9 Apr 2009 09:28:50 -0000 Content-Disposition: inline User-Agent: Mutt/1.5.9i X-Delivery-Agent: TMDA/1.1.5 (Fettercairn) X-Primary-Address: acm@muc.de X-detected-operating-system: by monty-python.gnu.org: FreeBSD 4.6-4.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:110162 Archived-At: Hi, Emacs! When the command loop processes an (interactive "@"), it throws an error when the pertinent mouse event was in an "inactive" minibuffer. This is when (amongst other things) minibuf_level > 0 . This is equivalent to the lisp (> (minibuffer-depth) 0) . Would somebody please give me a quick tip, and tell me how to generate a non-zero minibuffer-depth. Thanks in advance! -- Alan Mackenzie (Nuremberg, Germany).