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: mb-depth.el (was: Minibuffer default values list) Date: Thu, 31 Jul 2008 11:08:26 -0700 Message-ID: <009401c8f338$6e04b6e0$c2b22382@us.oracle.com> References: <87zlycuhrd.fsf@jurta.org> <87hckbecc0.fsf@jurta.org> <87prygxtot.fsf@jurta.org> <87hcjjkrgy.fsf@jurta.org> <87ir3u9r5s.fsf@jurta.org> <87myt3zk65.fsf@jurta.org> <87prxyfkzn.fsf_-_@jurta.org> <87vdym3qvr.fsf_-_@jurta.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1217527874 12057 80.91.229.12 (31 Jul 2008 18:11:14 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 31 Jul 2008 18:11:14 +0000 (UTC) To: "'Juri Linkov'" , Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jul 31 20:12:04 2008 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 1KOcd3-0002Zz-Ao for ged-emacs-devel@m.gmane.org; Thu, 31 Jul 2008 20:11:57 +0200 Original-Received: from localhost ([127.0.0.1]:57518 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KOcc9-0000Di-8O for ged-emacs-devel@m.gmane.org; Thu, 31 Jul 2008 14:11:01 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KOcaj-0007xj-AK for emacs-devel@gnu.org; Thu, 31 Jul 2008 14:09:33 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KOcah-0007wK-Mk for emacs-devel@gnu.org; Thu, 31 Jul 2008 14:09:32 -0400 Original-Received: from [199.232.76.173] (port=58423 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KOcah-0007wD-GS for emacs-devel@gnu.org; Thu, 31 Jul 2008 14:09:31 -0400 Original-Received: from agminet01.oracle.com ([141.146.126.228]:52628) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KOcah-00023s-8P for emacs-devel@gnu.org; Thu, 31 Jul 2008 14:09:31 -0400 Original-Received: from agmgw1.us.oracle.com (agmgw1.us.oracle.com [152.68.180.212]) by agminet01.oracle.com (Switch-3.2.4/Switch-3.1.7) with ESMTP id m6VI8MHl030805; Thu, 31 Jul 2008 13:08:22 -0500 Original-Received: from acsmt356.oracle.com (acsmt356.oracle.com [141.146.40.156]) by agmgw1.us.oracle.com (Switch-3.2.0/Switch-3.2.0) with ESMTP id m6V9MSmN014903; Thu, 31 Jul 2008 12:08:22 -0600 Original-Received: from inet-141-146-46-1.oracle.com by acsmt358.oracle.com with ESMTP id 11164686821217527700; Thu, 31 Jul 2008 13:08:20 -0500 Original-Received: from dradamslap1 (/130.35.178.194) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Thu, 31 Jul 2008 11:08:19 -0700 X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <87vdym3qvr.fsf_-_@jurta.org> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3198 Thread-Index: AcjzM3pAAo0FHjmnSyKaFVx8PGMj9AABCBXQ X-Brightmail-Tracker: AAAAAQAAAAI= X-Brightmail-Tracker: AAAAAQAAAAI= X-Whitelist: TRUE X-Whitelist: TRUE X-detected-kernel: by monty-python.gnu.org: Linux 2.4-2.6 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:101818 Archived-At: > > BTW, currently mb-depth.el uses 3 different name prefixes for its > > variables and functions: > > > > minibuffer-indicate-depth > > minibuffer-depth > > minibuf-depth > > > > To reduce the entropy, I propose to use the same name prefix > > `minibuffer-depth' that is the name of the primary function > > this package relies on. > > Fixed. This breaks all existing code that uses the old names. Please provide aliases for compatibility with previous versions. I have code, for instance, that tests `minibuffer-indicate-depth-mode' and that uses `minibuf-depth-overlay'.