From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wes Nakamura Subject: Re: undo in org.el Date: Tue, 13 Nov 2007 14:50:02 -0800 (PST) Message-ID: <20071113135736.I21791@dhabat.pair.com> References: <5C8B63FD-C596-4FBA-A8E5-DA0262F222BA@science.uva.nl> <3d6808890711130344j3a10bf5cuf6e68de26006bb48@mail.gmail.com> 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 1Is4bA-0000Nf-8o for emacs-orgmode@gnu.org; Tue, 13 Nov 2007 17:51:12 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Is4b8-0000MO-AT for emacs-orgmode@gnu.org; Tue, 13 Nov 2007 17:51:11 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Is4b8-0000MC-2B for emacs-orgmode@gnu.org; Tue, 13 Nov 2007 17:51:10 -0500 Received: from smtp61.avvanta.com ([206.124.128.61] helo=mail.avvanta.com) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Is4b7-00082N-Ns for emacs-orgmode@gnu.org; Tue, 13 Nov 2007 17:51:09 -0500 Received: from mail.avvanta.com (pops.p.blarg.net [127.0.0.1]) by mail.avvanta.com (Postfix) with ESMTP id 6E7B9276E0B for ; Tue, 13 Nov 2007 14:50:13 -0800 (PST) Received: from dhabat.pair.com (dhabat.pair.com [209.68.1.219]) by mail.avvanta.com (Postfix) with ESMTP id 16681276E34 for ; Tue, 13 Nov 2007 14:50:12 -0800 (PST) In-Reply-To: <3d6808890711130344j3a10bf5cuf6e68de26006bb48@mail.gmail.com> 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 | On 13/11/2007, Carsten Dominik wrote: | > Dammit, if I only had know about this earlier! I implemented | > multibuffer undo for the agenda, sort-of by hand. This looks much | > easier, but on this other hand it will not work on XEmacs. | > | > Sometimes I wander how many XEmacs users are out there, and if it is | > still worth supporting it.... | > | > | > - Carsten | > Another XEmacs user here. On XEmacs I like being able to have a default variable width font in the org-mode buffer but still have the calendar, etc, come up in a monospace font in a different buffer in the same frame. I haven't been able to do this in Emacs since I believe fonts are not buffer local but applied to a frame. Wes