From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.devel Subject: Re: feature request: indicator of minibuffer-recursion depth Date: Sat, 16 Jun 2007 01:20:54 +0200 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1181949673 4216 80.91.229.12 (15 Jun 2007 23:21:13 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 15 Jun 2007 23:21:13 +0000 (UTC) Cc: emacs-devel@gnu.org To: "Drew Adams" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jun 16 01:21:10 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 1HzL6M-00059U-4d for ged-emacs-devel@m.gmane.org; Sat, 16 Jun 2007 01:21:10 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HzL6L-0003l8-M3 for ged-emacs-devel@m.gmane.org; Fri, 15 Jun 2007 19:21:09 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HzL69-0003hO-B0 for emacs-devel@gnu.org; Fri, 15 Jun 2007 19:20:57 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HzL67-0003gg-Tg for emacs-devel@gnu.org; Fri, 15 Jun 2007 19:20:56 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HzL67-0003gb-MQ for emacs-devel@gnu.org; Fri, 15 Jun 2007 19:20:55 -0400 Original-Received: from wx-out-0506.google.com ([66.249.82.238]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HzL67-0002ha-Dd for emacs-devel@gnu.org; Fri, 15 Jun 2007 19:20:55 -0400 Original-Received: by wx-out-0506.google.com with SMTP id h26so1148274wxd for ; Fri, 15 Jun 2007 16:20:54 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=cEdLQaRSy9qpPnwFzktXWyJmx7K+ZDr+pJEDAJ9nnINh24wYytuQqKO9aCHX3q+goFGtsNm/bBdBFmJ+FASTVLrIMLja9PTkW5o8lT/18Ebcc8BCdAsJyOKcFYkmw2y3PxiAcEMv0BU1/jhwYC4/Z2UQTgEcAaGXvZo8ZuvTJOg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=e13Qr23UNEMgt0DlscCe63wr35fB16COWwlfEmieR+Bt3UQMqCUXpe5y84sRKS3G8PykONHKY6a2DIPlYpOYoFjPQ6eU0ZiM8e4imd34koW+MyNRP9NOuq7KXi60ZN7hV5jUT3+6cuOeLF7437MS/nnkJxZahJb0LiQeZmkMOq8= Original-Received: by 10.90.52.18 with SMTP id z18mr3189023agz.1181949654904; Fri, 15 Jun 2007 16:20:54 -0700 (PDT) Original-Received: by 10.90.87.8 with HTTP; Fri, 15 Jun 2007 16:20:54 -0700 (PDT) In-Reply-To: Content-Disposition: inline X-detected-kernel: Linux 2.4-2.6 (Google crawlbot) 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:73026 Archived-At: On 6/15/07, Drew Adams wrote: > Better, IMO, would be something that even non-Lispers could use. Just use a face-valued variable in place of the face symbol. Or just add a `defface' and use that new face, not `highlight'. Ugh. Juanma