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: mb-depth.el (was: Minibuffer default values list) Date: Thu, 31 Jul 2008 20:24:13 +0200 Message-ID: References: <87zlycuhrd.fsf@jurta.org> <87hcjjkrgy.fsf@jurta.org> <87ir3u9r5s.fsf@jurta.org> <87myt3zk65.fsf@jurta.org> <87prxyfkzn.fsf_-_@jurta.org> <87vdym3qvr.fsf_-_@jurta.org> <009401c8f338$6e04b6e0$c2b22382@us.oracle.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1217528668 14754 80.91.229.12 (31 Jul 2008 18:24:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 31 Jul 2008 18:24:28 +0000 (UTC) Cc: Juri Linkov , emacs-devel@gnu.org To: "Drew Adams" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jul 31 20:25:17 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 1KOcpw-0007Jt-Mh for ged-emacs-devel@m.gmane.org; Thu, 31 Jul 2008 20:25:16 +0200 Original-Received: from localhost ([127.0.0.1]:56285 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KOcp2-00053U-GF for ged-emacs-devel@m.gmane.org; Thu, 31 Jul 2008 14:24:20 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KOcoy-00053O-In for emacs-devel@gnu.org; Thu, 31 Jul 2008 14:24:16 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KOcox-00053A-Jz for emacs-devel@gnu.org; Thu, 31 Jul 2008 14:24:16 -0400 Original-Received: from [199.232.76.173] (port=50730 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KOcox-000535-E7 for emacs-devel@gnu.org; Thu, 31 Jul 2008 14:24:15 -0400 Original-Received: from nf-out-0910.google.com ([64.233.182.187]:64309) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KOcow-0003nQ-Ns for emacs-devel@gnu.org; Thu, 31 Jul 2008 14:24:15 -0400 Original-Received: by nf-out-0910.google.com with SMTP id c7so286823nfi.26 for ; Thu, 31 Jul 2008 11:24:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; 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; bh=Q5ZXOisaeel7Hd+eg/MBdFyA+AK+qm8sINODKCVTLGM=; b=rrzRzZiQghFsz1j8ZW3VczhRXO36UYy0QaJN8X3RqjxMQkTqChgM3rmZBWR34SAU8G XeToLmvS/axsItC3waGo0SeTpk50alLheUPWlmH+ey7wTR7FZgTR5K8MkVu+z/wN73qH cA/DyzZAbPnTkJ6mNV0evNSqdR1d13hFRaxsM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=xD/nhPdf1Uq0AtE4kDD+Q2nVlZSb8S+9UhnR/5E18z/Eun4UXzpxCFTY0yOayceRSU v8jxJoOuYQKCDmzrzPvLwnXrf/Kzg2UL1BN+HotOyDbBzfJVscTXFGa0dI37zLIRhsY/ Dh33cEKeoW7DZtVhN5Fd6anDUwwXSKX/CPzY8= Original-Received: by 10.210.90.10 with SMTP id n10mr7423361ebb.128.1217528653254; Thu, 31 Jul 2008 11:24:13 -0700 (PDT) Original-Received: by 10.210.71.14 with HTTP; Thu, 31 Jul 2008 11:24:13 -0700 (PDT) In-Reply-To: <009401c8f338$6e04b6e0$c2b22382@us.oracle.com> Content-Disposition: inline X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) 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:101822 Archived-At: [Accidentally sent privately; resending] On Thu, Jul 31, 2008 at 20:08, Drew Adams wrote: > 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'. If I'm not mistaken, there's no released Emacs that includes `minibuffer-indicate-depth-mode' or `minibuf-depth-overlay'. It is silly to add a new feature and a back-compatible alias at the same time. Juanma