From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: /srv/bzr/emacs/trunk r107126: Document yet more things that were never added to NEWS Date: Thu, 09 Feb 2012 16:57:31 -0500 Message-ID: References: <9c4nv0pmlf.fsf@fencepost.gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1328824665 31989 80.91.229.3 (9 Feb 2012 21:57:45 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 9 Feb 2012 21:57:45 +0000 (UTC) Cc: emacs-devel@gnu.org To: Leo Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Feb 09 22:57:44 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Rvbzq-0005Y9-ST for ged-emacs-devel@m.gmane.org; Thu, 09 Feb 2012 22:57:43 +0100 Original-Received: from localhost ([::1]:38120 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rvbzq-0003s4-G5 for ged-emacs-devel@m.gmane.org; Thu, 09 Feb 2012 16:57:42 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:59104) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rvbzn-0003rS-0L for emacs-devel@gnu.org; Thu, 09 Feb 2012 16:57:40 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rvbzh-0000IX-EV for emacs-devel@gnu.org; Thu, 09 Feb 2012 16:57:38 -0500 Original-Received: from chene.dit.umontreal.ca ([132.204.246.20]:38362) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rvbzh-0000Hy-9F for emacs-devel@gnu.org; Thu, 09 Feb 2012 16:57:33 -0500 Original-Received: from faina.iro.umontreal.ca (lechon.iro.umontreal.ca [132.204.27.242]) by chene.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id q19LvVCl030097; Thu, 9 Feb 2012 16:57:31 -0500 Original-Received: by faina.iro.umontreal.ca (Postfix, from userid 20848) id A5A4D130009; Thu, 9 Feb 2012 16:57:31 -0500 (EST) In-Reply-To: (Leo's message of "Thu, 09 Feb 2012 15:47:28 +0800") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.92 (gnu/linux) X-NAI-Spam-Flag: NO X-NAI-Spam-Threshold: 5 X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 1 Rules triggered RV4127=0 X-NAI-Spam-Version: 2.2.0.9309 : core <4127> : streams <727187> : uri <1062793> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 132.204.246.20 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:148416 Archived-At: >> Suggest: >> >> ** New macro `condition-case-unless-debug' (this was actually added in >> Emacs 23.1 as condition-case-no-debug, but not advertised) >> >> ** The macro `with-demoted-errors' was added in Emacs 23.1, but not advertised. > Thanks. Newly generated patch attached. Sounds good, Stefan