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: Wed, 10 Oct 2012 02:35:03 -0400 Message-ID: <4csj9mu960.fsf@fencepost.gnu.org> 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 1349850931 17688 80.91.229.3 (10 Oct 2012 06:35:31 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 10 Oct 2012 06:35:31 +0000 (UTC) To: 12577-done@debbugs.gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Oct 10 08:35:37 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 1TLptI-0001nI-44 for geb-bug-gnu-emacs@m.gmane.org; Wed, 10 Oct 2012 08:35:36 +0200 Original-Received: from localhost ([::1]:33103 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TLptB-0006CX-Rk for geb-bug-gnu-emacs@m.gmane.org; Wed, 10 Oct 2012 02:35:29 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:40747) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TLpt8-0006CS-LM for bug-gnu-emacs@gnu.org; Wed, 10 Oct 2012 02:35:27 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TLpt7-00010N-Ka for bug-gnu-emacs@gnu.org; Wed, 10 Oct 2012 02:35:26 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:54709) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TLpt7-000100-GW for bug-gnu-emacs@gnu.org; Wed, 10 Oct 2012 02:35:25 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1TLpti-0000Mn-Hb for bug-gnu-emacs@gnu.org; Wed, 10 Oct 2012 02:36:02 -0400 Resent-From: Glenn Morris Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: bug-gnu-emacs@gnu.org Resent-Date: Wed, 10 Oct 2012 06:36:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 12577 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: moreinfo Mail-Followup-To: 12577@debbugs.gnu.org, rgm@gnu.org Original-Received: via spool by 12577-done@debbugs.gnu.org id=D12577.13498509461383 (code D ref 12577); Wed, 10 Oct 2012 06:36:02 +0000 Original-Received: (at 12577-done) by debbugs.gnu.org; 10 Oct 2012 06:35:46 +0000 Original-Received: from localhost ([127.0.0.1]:36726 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TLptR-0000MG-Vu for submit@debbugs.gnu.org; Wed, 10 Oct 2012 02:35:46 -0400 Original-Received: from fencepost.gnu.org ([208.118.235.10]:57218 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TLptO-0000M7-8s for 12577-done@debbugs.gnu.org; Wed, 10 Oct 2012 02:35:45 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1TLpsm-0000Lm-8j; Wed, 10 Oct 2012 02:35:04 -0400 X-Spook: doctrine Echelon HAMASMOIS UFO AMEMB Israel president X-Ran: .7Kx&P[\zc#@4w`=;G9WtOWb|ug');xW,y?cZdAem>rQDeEQ;v}nnk{N.A2|_r~Wos*H8) X-Hue: black X-Attribution: GM In-Reply-To: (Glenn Morris's message of "Thu, 04 Oct 2012 14:29:17 -0400") 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:65443 Archived-At: Version: 24.3 >> (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? Closing because I fixed the main issue and there has been no further explanation of what this other issue might be.