From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Background mode Date: Thu, 30 Jun 2005 13:45:13 -0400 Message-ID: References: <87oea5urwm.fsf@jurta.org> <87is09n00n.fsf@jurta.org> <87hdfr4t99.fsf_-_@jurta.org> <87u0jkyekf.fsf@jurta.org> <87irzzbd0y.fsf@jurta.org> <87oe9p6cp8.fsf-monnier+emacs@gnu.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1120153518 20427 80.91.229.2 (30 Jun 2005 17:45:18 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 30 Jun 2005 17:45:18 +0000 (UTC) Cc: Juri Linkov , eliz@gnu.org, emacs-devel@gnu.org, rms@gnu.org, miles@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jun 30 19:45:15 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Do34u-00040C-C9 for ged-emacs-devel@m.gmane.org; Thu, 30 Jun 2005 19:43:56 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Do3DC-0002LJ-DW for ged-emacs-devel@m.gmane.org; Thu, 30 Jun 2005 13:52:30 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Do393-0000CR-RD for emacs-devel@gnu.org; Thu, 30 Jun 2005 13:48:14 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Do38z-00009R-W9 for emacs-devel@gnu.org; Thu, 30 Jun 2005 13:48:12 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Do38z-00006E-7O for emacs-devel@gnu.org; Thu, 30 Jun 2005 13:48:09 -0400 Original-Received: from [132.204.24.67] (helo=mercure.iro.umontreal.ca) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Do3B9-0003Fj-Nv; Thu, 30 Jun 2005 13:50:23 -0400 Original-Received: from hidalgo.iro.umontreal.ca (hidalgo.iro.umontreal.ca [132.204.27.50]) by mercure.iro.umontreal.ca (Postfix) with ESMTP id C51132CF51E; Thu, 30 Jun 2005 13:45:17 -0400 (EDT) Original-Received: from asado.iro.umontreal.ca (asado.iro.umontreal.ca [132.204.24.84]) by hidalgo.iro.umontreal.ca (Postfix) with ESMTP id 8F0B54AC00A; Thu, 30 Jun 2005 13:45:13 -0400 (EDT) Original-Received: by asado.iro.umontreal.ca (Postfix, from userid 20848) id 84113E6A42; Thu, 30 Jun 2005 13:45:13 -0400 (EDT) Original-To: snogglethorpe@gmail.com In-Reply-To: (Miles Bader's message of "Thu, 30 Jun 2005 07:21:20 +0900") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) X-DIRO-MailScanner-Information: Please contact the ISP for more information X-DIRO-MailScanner: Found to be clean X-DIRO-MailScanner-SpamCheck: n'est pas un polluriel, SpamAssassin (score=-4.846, requis 5, autolearn=not spam, AWL 0.05, BAYES_00 -4.90) X-MailScanner-From: monnier@iro.umontreal.ca X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:39962 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:39962 >>>>> "Miles" == Miles Bader writes: > 2005/6/29, Stefan Monnier : >> M-x diff-context->unified >> M-x diff-unified->context > These are great commands; I've often wished for a diff-minor-mode or > something so I could use the various diff-mode commands on a mail > message in Gnus or something without copying it. I don't know how > well that'd work though... If you google for old versions of diff-mode.el, you'll see that it also had a minor mode. IIRC I removed it because it didn't seem very useful. Stefan