From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jay Belanger Newsgroups: gmane.emacs.devel Subject: Re: calc-dispatch problem Date: Tue, 12 Sep 2006 13:27:41 -0500 Message-ID: <87pse1j5ya.fsf@vh213602.truman.edu> References: <87lkoql2f9.fsf@vh213602.truman.edu> <20060911211209.2A2D.SLAWOMIR.NOWACZYK.847@student.lu.se> Reply-To: belanger@truman.edu NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1158085701 2708 80.91.229.2 (12 Sep 2006 18:28:21 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 12 Sep 2006 18:28:21 +0000 (UTC) Cc: belanger@truman.edu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Sep 12 20:28:15 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GNCzD-0006xS-OC for ged-emacs-devel@m.gmane.org; Tue, 12 Sep 2006 20:27:56 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GNCzD-0003Yn-6S for ged-emacs-devel@m.gmane.org; Tue, 12 Sep 2006 14:27:55 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GNCz3-0003Y9-Ox for emacs-devel@gnu.org; Tue, 12 Sep 2006 14:27:45 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GNCz2-0003Xb-6q for emacs-devel@gnu.org; Tue, 12 Sep 2006 14:27:45 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GNCz2-0003XS-40 for emacs-devel@gnu.org; Tue, 12 Sep 2006 14:27:44 -0400 Original-Received: from [150.243.160.94] (helo=uranium.truman.edu) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GND0a-00026T-3w for emacs-devel@gnu.org; Tue, 12 Sep 2006 14:29:20 -0400 Original-Received: from uranium.truman.edu (localhost.localdomain [127.0.0.1]) by localhost (Postfix) with SMTP id D6AE513E50 for ; Tue, 12 Sep 2006 13:34:19 -0500 (CDT) Original-Received: from vh213602.truman.edu.truman.edu (vh213602.truman.edu [150.243.64.4]) by uranium.truman.edu (Postfix) with ESMTP id A995C5798C; Tue, 12 Sep 2006 13:34:18 -0500 (CDT) Original-To: emacs-devel@gnu.org In-Reply-To: <20060911211209.2A2D.SLAWOMIR.NOWACZYK.847@student.lu.se> (Slawomir Nowaczyk's message of "Mon\, 11 Sep 2006 21\:20\:45 +0200") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:59741 Archived-At: Slawomir Nowaczyk writes: ... > #> The behaviour without the `sit-for' seems the proper behaviour; > #> perhaps the `sit-for' should be removed. > > Sounds good to me. This has been done in cvs. Jay