emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Help, please: how do I get a non-zero (minibuffer-depth)?


From: Alan Mackenzie
Subject: Help, please: how do I get a non-zero (minibuffer-depth)?
Date: Thu, 9 Apr 2009 09:28:50 +0000
User-agent: Mutt/1.5.9i

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).




reply via email to

[Prev in Thread] Current Thread [Next in Thread]