From mboxrd@z Thu Jan 1 00:00:00 1970 From: david@adboyd.com (J. David Boyd) Subject: Re: Speed commands Date: Tue, 17 Nov 2009 09:44:13 -0500 Message-ID: References: <87aayqfh8a.wl%ucecesf@ucl.ac.uk> <8D1991FE-E04A-41DF-8919-C72E4EA9AFF1@uva.nl> <4AFDB0AB.9040607@cs.tu-berlin.de> <78C217F4-D3EA-46BA-A237-CA0E54216D5E@uva.nl> <87eio14s0y.fsf@stats.ox.ac.uk> <87pr7k1p8t.fsf@stats.ox.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NAPIN-0003m1-Ui for emacs-orgmode@gnu.org; Tue, 17 Nov 2009 09:44:41 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NAPII-0003if-3A for emacs-orgmode@gnu.org; Tue, 17 Nov 2009 09:44:37 -0500 Received: from [199.232.76.173] (port=60280 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NAPIF-0003iJ-Oz for emacs-orgmode@gnu.org; Tue, 17 Nov 2009 09:44:32 -0500 Received: from lo.gmane.org ([80.91.229.12]:38477) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NAPIF-0000Qg-Ba for emacs-orgmode@gnu.org; Tue, 17 Nov 2009 09:44:31 -0500 Received: from list by lo.gmane.org with local (Exim 4.50) id 1NAPIC-00088d-IH for emacs-orgmode@gnu.org; Tue, 17 Nov 2009 15:44:28 +0100 Received: from 198.204.74.254 ([198.204.74.254]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 17 Nov 2009 15:44:28 +0100 Received: from david by 198.204.74.254 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 17 Nov 2009 15:44:28 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Dan Davison writes: > Dan Davison writes: > > > Here are simplified versions of the forward- and backward-scroll speed > commands that I'm suggesting. > Ow, 1 major problem (to me). They wipe out my white space. I have my entries in an .org file set up like (I like white space): * DONE Timeouts on JDBC connection... * TODO Update Test Agents... * TODO Update UAT Agents... * TODO W911170058 - Prod Tomcat not being 'managed'... but after I run your speed scripts, they look like: * DONE Timeouts on JDBC connection... * TODO Update Test Agents... * TODO Update UAT Agents... * TODO W911170058 - Prod Tomcat not being 'managed'... Any ideas what to change to preserve my empty white line. I could probably learn to live without it, but I'd rather not... Dave