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: Mon, 09 Jun 2003 03:01:53 -0500 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <16098.1698.415992.223606@nick.uklinux.net> <1055004206.1439.12.camel@lan1> <20030607210527.GA20914@gnu.org> <84u1b0s5bx.fsf@lucy.is.informatik.uni-duisburg.de> NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1055145658 11493 80.91.224.249 (9 Jun 2003 08:00:58 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 9 Jun 2003 08:00:58 +0000 (UTC) Cc: kai.grossjohann@gmx.net Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Mon Jun 09 10:00:56 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 19PHaK-0002z8-00 for ; Mon, 09 Jun 2003 10:00:56 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19PHuF-0000UR-00 for ; Mon, 09 Jun 2003 10:21:31 +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 19PHcI-0000ED-CZ for emacs-devel@quimby.gnus.org; Mon, 09 Jun 2003 04:02:58 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19PHbR-00086C-BY for emacs-devel@gnu.org; Mon, 09 Jun 2003 04:02:05 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19PHbM-00080P-Mb for emacs-devel@gnu.org; Mon, 09 Jun 2003 04:02:03 -0400 Original-Received: from dell3.ma.utexas.edu ([146.6.139.124]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19PHbG-0007gS-Oh; Mon, 09 Jun 2003 04:01:55 -0400 Original-Received: from linux182.ma.utexas.edu (linux182.ma.utexas.edu [146.6.139.171]) by dell3.ma.utexas.edu (8.11.3/8.10.2) with ESMTP id h5981rN04925; Mon, 9 Jun 2003 03:01:53 -0500 Original-Received: from jcorneli by linux182.ma.utexas.edu with local (Exim 3.36 #1 (Debian)) id 19PHbF-0002HN-00; Mon, 09 Jun 2003 03:01:53 -0500 Original-To: miles@gnu.org In-reply-to: (message from Miles Bader on 09 Jun 2003 16:34:33 +0900) Original-cc: emacs-devel@gnu.org 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:14938 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:14938 > A way to go insane quickly, I'd think Here is an even easier way to do approximately the same thing: M-x replace-regex SPC RET RET ... M-x studlify-region Note, though, that you can run into trouble even more quickly if you try to use the result of this algorithm in a Wiki. Joe