From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.devel Subject: RE: feature request: indicator of minibuffer-recursion depth Date: Sun, 19 Nov 2006 12:19:19 -0800 Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1163967634 32437 80.91.229.2 (19 Nov 2006 20:20:34 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 19 Nov 2006 20:20:34 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Nov 19 21:20:31 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Glt9Q-00070e-Ow for ged-emacs-devel@m.gmane.org; Sun, 19 Nov 2006 21:20:29 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Glt9P-00052V-8G for ged-emacs-devel@m.gmane.org; Sun, 19 Nov 2006 15:20:27 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Glt8l-0004wY-Hp for emacs-devel@gnu.org; Sun, 19 Nov 2006 15:19:47 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Glt8e-0004sI-LD for emacs-devel@gnu.org; Sun, 19 Nov 2006 15:19:43 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Glt8d-0004rg-Km for emacs-devel@gnu.org; Sun, 19 Nov 2006 15:19:39 -0500 Original-Received: from [141.146.126.228] (helo=agminet01.oracle.com) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1Glt8d-0003um-Fj for emacs-devel@gnu.org; Sun, 19 Nov 2006 15:19:39 -0500 Original-Received: from rgmgw3.us.oracle.com (rgmgw3.us.oracle.com [138.1.186.112]) by agminet01.oracle.com (Switch-3.2.4/Switch-3.1.7) with ESMTP id kAJKJPT9029487 for ; Sun, 19 Nov 2006 14:19:25 -0600 Original-Received: from rcsmt250.oracle.com (rcsmt250.oracle.com [148.87.90.195]) by rgmgw3.us.oracle.com (Switch-3.2.4/Switch-3.1.7) with ESMTP id kAJJcxP1023217 for ; Sun, 19 Nov 2006 13:19:25 -0700 Original-Received: from dhcp-amer-whq-csvpn-gw3-141-144-81-12.vpn.oracle.com by rcsmt251.oracle.com with ESMTP id 2217398241163967559; Sun, 19 Nov 2006 13:19:19 -0700 Original-To: X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2962 In-reply-to: Importance: Normal X-Whitelist: TRUE X-Whitelist: TRUE X-Brightmail-Tracker: AAAAAQAAAAI= 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:62493 Archived-At: > On 11/19/06, Drew Adams wrote: > > I'm not aware of it. >=20 > http://lists.gnu.org/archive/html/emacs-devel/2006-03/msg00840.html =20 Thanks. So I guess Kim was mistaken when he wrote on 7/17 that it = wouldn't be in Emacs 22? And Richard misunderstood when he said on 7/17 = that he wanted to save it for after the release? Very good, in any case. And I'm glad to see that the format string is a = user variable (`minibuffer-depth-indicator'). I don't see a = user-definable face, but perhaps no face is used. That would be fine = with me; I use `default' anyway, just to get rid of the hard-coded = `highlight' in mb-depth.el. BTW, when did this make it into Emacs? I have a July 19 build, in which = it is still absent, though the message you cite is from March.