From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: phillip.lord@russet.org.uk (Phillip Lord) Newsgroups: gmane.emacs.devel Subject: Re: fix/ert-multiline-explanation Date: Tue, 27 Oct 2015 12:46:06 +0000 Message-ID: <87si4wlbsh.fsf@russet.org.uk> References: <871tco2brx.fsf@russet.org.uk> <83a8r8wbcq.fsf@gnu.org> <87h9lehuvj.fsf@russet.org.uk> <8337wxd3mo.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1445950018 11786 80.91.229.3 (27 Oct 2015 12:46:58 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 27 Oct 2015 12:46:58 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Oct 27 13:46:58 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Zr3eT-0000BT-Is for ged-emacs-devel@m.gmane.org; Tue, 27 Oct 2015 13:46:57 +0100 Original-Received: from localhost ([::1]:59405 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zr3eO-0002Zn-2C for ged-emacs-devel@m.gmane.org; Tue, 27 Oct 2015 08:46:52 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:47596) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zr3dp-0002Dp-6q for emacs-devel@gnu.org; Tue, 27 Oct 2015 08:46:20 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zr3dl-0000s6-Bn for emacs-devel@gnu.org; Tue, 27 Oct 2015 08:46:17 -0400 Original-Received: from cheviot22.ncl.ac.uk ([128.240.234.22]:47717) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zr3de-0000qn-RY; Tue, 27 Oct 2015 08:46:06 -0400 Original-Received: from smtpauth-vm.ncl.ac.uk ([10.8.233.129] helo=smtpauth.ncl.ac.uk) by cheviot22.ncl.ac.uk with esmtp (Exim 4.63) (envelope-from ) id 1Zr3de-0000pV-Dn; Tue, 27 Oct 2015 12:46:06 +0000 Original-Received: from jangai.ncl.ac.uk ([10.66.67.223] helo=localhost) by smtpauth.ncl.ac.uk with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.63) (envelope-from ) id 1Zr3de-0000UI-4v; Tue, 27 Oct 2015 12:46:06 +0000 In-Reply-To: <8337wxd3mo.fsf@gnu.org> (Eli Zaretskii's message of "Mon, 26 Oct 2015 17:57:19 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 128.240.234.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:192717 Archived-At: Eli Zaretskii writes: >> F with >> (ert-test-failed >> ((should >> (silly-predicate >> (advice-add 'ert--pp-with-indentation-and-newline :around #'sisyphus--ert-pp-with-indentation-and-newline))) >> :form >> (silly-predicate nil) >> :value nil :explanation "Silly predicate is silly. >> I mean, it's in the name, so why are you using it? >> It's never going to return a sensible answer. >> It is after silly. >> ^^^^^")) > > Looks like your change is a clear improvement, so please install. > All done, thanks for the feedback! Phil