From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.bugs Subject: bug#12577: 24.1; regression in with-timeout in emacs24 Date: Thu, 04 Oct 2012 14:29:17 -0400 Message-ID: References: <82lifmnoqk.fsf@octopus.pepperfish.net> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1349401889 24545 80.91.229.3 (5 Oct 2012 01:51:29 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 5 Oct 2012 01:51:29 +0000 (UTC) Cc: 12577@debbugs.gnu.org To: Vivek Dasmohapatra Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Oct 05 03:51:31 2012 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1TJx43-0005tv-De for geb-bug-gnu-emacs@m.gmane.org; Fri, 05 Oct 2012 03:50:55 +0200 Original-Received: from localhost ([::1]:42756 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TJqBL-00046A-TQ for geb-bug-gnu-emacs@m.gmane.org; Thu, 04 Oct 2012 14:29:59 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:60079) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TJqBK-00045a-2U for bug-gnu-emacs@gnu.org; Thu, 04 Oct 2012 14:29:58 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TJqBJ-00080Y-29 for bug-gnu-emacs@gnu.org; Thu, 04 Oct 2012 14:29:57 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:44217) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TJqBI-00080B-Te for bug-gnu-emacs@gnu.org; Thu, 04 Oct 2012 14:29:56 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1TJqBO-0007Hv-8A for bug-gnu-emacs@gnu.org; Thu, 04 Oct 2012 14:30:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Glenn Morris Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 04 Oct 2012 18:30:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 12577 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 12577-submit@debbugs.gnu.org id=B12577.134937537027955 (code B ref 12577); Thu, 04 Oct 2012 18:30:02 +0000 Original-Received: (at 12577) by debbugs.gnu.org; 4 Oct 2012 18:29:30 +0000 Original-Received: from localhost ([127.0.0.1]:54468 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TJqAr-0007Gp-5g for submit@debbugs.gnu.org; Thu, 04 Oct 2012 14:29:29 -0400 Original-Received: from fencepost.gnu.org ([208.118.235.10]:49791 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TJqAo-0007Gh-8f for 12577@debbugs.gnu.org; Thu, 04 Oct 2012 14:29:27 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1TJqAg-0003rM-42; Thu, 04 Oct 2012 14:29:18 -0400 X-Spook: Albanian Bellcore BCCI e-cash ammunition eavesdropping X-Ran: 2b[x[poy{{r}UJU6braBpbawhBR]3f{Ou~1tTa6sO[U)APl}D;?Ui*q~4CsR (Vivek Dasmohapatra's message of "Thu, 04 Oct 2012 18:14:43 +0100") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:65191 Archived-At: Vivek Dasmohapatra wrote: > All forms after the first form in the BODY are ignored. Thanks, fixed in emacs-24 branch. > In addition, I am told that the interpretation of the=20 > > (SECONDS TIMEOUT-FORMS)=20 > > part of the forms arguments has changed:=20 > It now appears to be interpreted as: > > (sec1 time1 ) (sec2 time2) =E2=80=A6=20 I don't see it. Can you give an example?