From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lawrence Mitchell Newsgroups: gmane.emacs.devel Subject: Re: Help, please: how do I get a non-zero (minibuffer-depth)? Date: Thu, 09 Apr 2009 10:49:52 +0100 Organization: funfunfun Message-ID: References: <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 1239270667 27165 80.91.229.12 (9 Apr 2009 09:51:07 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 9 Apr 2009 09:51:07 +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:52:26 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 1Lrqvi-0005tM-Fa for ged-emacs-devel@m.gmane.org; Thu, 09 Apr 2009 11:52:18 +0200 Original-Received: from localhost ([127.0.0.1]:59229 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LrquK-0005q2-4x for ged-emacs-devel@m.gmane.org; Thu, 09 Apr 2009 05:50:52 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Lrqtk-0005dK-FL for emacs-devel@gnu.org; Thu, 09 Apr 2009 05:50:16 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lrqtc-0005Zv-UQ for emacs-devel@gnu.org; Thu, 09 Apr 2009 05:50:13 -0400 Original-Received: from [199.232.76.173] (port=46623 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lrqtc-0005ZX-CC for emacs-devel@gnu.org; Thu, 09 Apr 2009 05:50:08 -0400 Original-Received: from main.gmane.org ([80.91.229.2]:41634 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Lrqtb-0006SE-T7 for emacs-devel@gnu.org; Thu, 09 Apr 2009 05:50:08 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1LrqtX-0007Dh-Op for emacs-devel@gnu.org; Thu, 09 Apr 2009 09:50:03 +0000 Original-Received: from lamacq.ph.ed.ac.uk ([129.215.72.156]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 09 Apr 2009 09:50:03 +0000 Original-Received: from wence by lamacq.ph.ed.ac.uk with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 09 Apr 2009 09:50:03 +0000 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: emacs-devel@gnu.org Original-Lines: 27 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: lamacq.ph.ed.ac.uk Mail-Copies-To: nobody User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.90 (gnu/linux) Cancel-Lock: sha1:ulGi0j/S7UZaODDHtVax+RcFFdQ= X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) 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:110163 Archived-At: Alan Mackenzie wrote: > 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! (setq enable-recursive-minibuffers t) M-x M-: (minibuffer-depth) RET => 1 Lawrence -- Lawrence Mitchell