From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Joe Corneli Newsgroups: gmane.emacs.devel Subject: Re: yet another todo editing system Date: Thu, 19 Jun 2003 01:08:01 -0500 (CDT) Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: main.gmane.org 1056003008 22385 80.91.224.249 (19 Jun 2003 06:10:08 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 19 Jun 2003 06:10:08 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Thu Jun 19 08:10:03 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19SscU-0005oG-00 for ; Thu, 19 Jun 2003 08:10:02 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19SsdT-0000p3-00 for ; Thu, 19 Jun 2003 08:11:03 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19Ssbc-0006Yu-BT for emacs-devel@quimby.gnus.org; Thu, 19 Jun 2003 02:09:08 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19SsbJ-0006VN-NK for emacs-devel@gnu.org; Thu, 19 Jun 2003 02:08:49 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19SsbI-0006RC-Au for emacs-devel@gnu.org; Thu, 19 Jun 2003 02:08:48 -0400 Original-Received: from dell3.ma.utexas.edu ([146.6.139.124]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19SsbH-0006PF-NS; Thu, 19 Jun 2003 02:08:47 -0400 Original-Received: from linux170.ma.utexas.edu (jcorneli@linux170.ma.utexas.edu [146.6.139.158]) by dell3.ma.utexas.edu (8.11.3/8.10.2) with ESMTP id h5J682313698; Thu, 19 Jun 2003 01:08:02 -0500 X-Sender: jcorneli@linux170.ma.utexas.edu Original-To: rms@gnu.org In-Reply-To: X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:15161 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:15161 Sorry, a slight error to correct here: while_BODY.local: < > switch-to-buffer <> < > next-line +1 <> < > setq <> < > compile-goto-error <> < > find-file-other-frame <> < > other-frame -1 <> should be: while_BODY.local: < > switch-to-buffer <> < > next-line +1 <> < > setq <> < > compile-goto-error <> < > find-file-other-frame <> < > other-frame -1 <>