From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: feature request: indicator of minibuffer-recursion depth Date: Sat, 16 Jun 2007 14:50:21 -0400 Message-ID: References: <85wtewf3oq.fsf@lola.goethe.zz> <87hcp95lnf.fsf@kfs-lx.testafd.dk> <87sl8t4208.fsf@jurta.org> <87odjgyftq.fsf@jurta.org> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1182019917 9812 80.91.229.12 (16 Jun 2007 18:51:57 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 16 Jun 2007 18:51:57 +0000 (UTC) Cc: lekktu@gmail.com, emacs-devel@gnu.org, storm@cua.dk, miles@gnu.org To: Juri Linkov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jun 16 20:51:56 2007 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 1HzdNL-0006B1-EV for ged-emacs-devel@m.gmane.org; Sat, 16 Jun 2007 20:51:55 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HzdNL-0001OB-0x for ged-emacs-devel@m.gmane.org; Sat, 16 Jun 2007 14:51:55 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HzdLu-0008Vm-MZ for emacs-devel@gnu.org; Sat, 16 Jun 2007 14:50:26 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HzdLt-0008Um-1D for emacs-devel@gnu.org; Sat, 16 Jun 2007 14:50:26 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HzdLs-0008Ue-Mh for emacs-devel@gnu.org; Sat, 16 Jun 2007 14:50:24 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HzdLs-0006D2-Aa for emacs-devel@gnu.org; Sat, 16 Jun 2007 14:50:24 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1HzdLp-0006np-9o; Sat, 16 Jun 2007 14:50:21 -0400 In-reply-to: <87odjgyftq.fsf@jurta.org> (message from Juri Linkov on Sat, 16 Jun 2007 02:10:27 +0300) X-detected-kernel: 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:73083 Archived-At: What in the C implementation makes it cleaner? It is simple and avoids the need for using hooks. Please, someone, install the C version and remove the Lisp version.