From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.devel Subject: Re: A primer on how to fix up `display-buffer' warnings? Date: Thu, 30 Jun 2011 19:52:03 +0200 Message-ID: <4E0CB7C3.1010405@gmx.at> References: <4E0C19DF.4000006@gmx.at> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1309462442 8065 80.91.229.12 (30 Jun 2011 19:34:02 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 30 Jun 2011 19:34:02 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jun 30 21:33:56 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QcMzr-0007uf-TK for ged-emacs-devel@m.gmane.org; Thu, 30 Jun 2011 21:33:56 +0200 Original-Received: from localhost ([::1]:36034 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QcMzq-0001oT-N7 for ged-emacs-devel@m.gmane.org; Thu, 30 Jun 2011 15:33:54 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:52944) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QcLPO-0007FP-9C for emacs-devel@gnu.org; Thu, 30 Jun 2011 13:52:11 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QcLPM-00005E-NS for emacs-devel@gnu.org; Thu, 30 Jun 2011 13:52:10 -0400 Original-Received: from mailout-de.gmx.net ([213.165.64.22]:35674) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1QcLPL-0008Vv-Np for emacs-devel@gnu.org; Thu, 30 Jun 2011 13:52:08 -0400 Original-Received: (qmail invoked by alias); 30 Jun 2011 17:52:05 -0000 Original-Received: from 62-47-43-73.adsl.highway.telekom.at (EHLO [62.47.43.73]) [62.47.43.73] by mail.gmx.net (mp012) with SMTP; 30 Jun 2011 19:52:05 +0200 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX18nJGksKMInaIOKwucosu8zkUABv5KywtttOvVyEm SI41m+VRvSWMvs User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) In-Reply-To: X-Y-GMX-Trusted: 0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 213.165.64.22 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:141270 Archived-At: > There's one problem with it: > we want to first make sure the new code is backward compatible with > old Elisp code, so I'd rather not update the Elisp users yet. > Can we disable the obsolescence warnings for a while (say until we're > close to the 24.1 release)? OK. I'll do that. martin