From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Subject: Is the feature useful? Date: Fri, 15 Jun 2007 12:02:37 +0100 Message-ID: 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 1Hz9cn-0008QI-3m for emacs-orgmode@gnu.org; Fri, 15 Jun 2007 07:05:53 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Hz9cl-0008OD-Ij for emacs-orgmode@gnu.org; Fri, 15 Jun 2007 07:05:52 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hz9cl-0008O3-FZ for emacs-orgmode@gnu.org; Fri, 15 Jun 2007 07:05:51 -0400 Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Hz9ck-0002wO-GY for emacs-orgmode@gnu.org; Fri, 15 Jun 2007 07:05:50 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Hz9cF-0007lH-Dm for emacs-orgmode@gnu.org; Fri, 15 Jun 2007 13:05:19 +0200 Received: from sl392.st-edmunds.cam.ac.uk ([131.111.223.202]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 15 Jun 2007 13:05:19 +0200 Received: from sdl.web by sl392.st-edmunds.cam.ac.uk with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 15 Jun 2007 13:05:19 +0200 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 Dear list, Do you think something similar to the following would be useful for org? ,----[ C-h f muse-what-changed RET ] | muse-what-changed is an interactive compiled Lisp function in `muse-mode.el'. | (muse-what-changed) | | Show the unsaved changes that have been made to the current file. `---- (defun muse-what-changed () "Show the unsaved changes that have been made to the current file." (interactive) (diff-backup buffer-file-name)) Best, -- Leo (GPG Key: 9283AA3F)