From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: emacs doc changes Date: Wed, 19 Apr 2006 21:14:11 -0400 Message-ID: References: <17469.29694.605871.59144@farnswood.snap.net.nz> <17469.53282.265431.557135@farnswood.snap.net.nz> <4nd5flnwtg.fsf@asimov.bwh.harvard.edu> <4nek002s4h.fsf@asimov.bwh.harvard.edu> <4nodz4ywgg.fsf@asimov.bwh.harvard.edu> <4nejzv9b98.fsf@asimov.bwh.harvard.edu> <4n7j5l5xt6.fsf_-_@asimov.bwh.harvard.edu> <85fyk9fnxv.fsf@lola.goethe.zz> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1145495735 5584 80.91.229.2 (20 Apr 2006 01:15:35 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 20 Apr 2006 01:15:35 +0000 (UTC) Cc: eliz@gnu.org, tzz@lifelogs.com, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Apr 20 03:15:34 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FWNld-0006rx-5L for ged-emacs-devel@m.gmane.org; Thu, 20 Apr 2006 03:15:33 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FWNlc-0006Xd-9z for ged-emacs-devel@m.gmane.org; Wed, 19 Apr 2006 21:15:32 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FWNkS-0005ub-QF for emacs-devel@gnu.org; Wed, 19 Apr 2006 21:14:20 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FWNkS-0005u2-1V for emacs-devel@gnu.org; Wed, 19 Apr 2006 21:14:20 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FWNkR-0005tr-Nd for emacs-devel@gnu.org; Wed, 19 Apr 2006 21:14:19 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FWNle-0002ET-Eb for emacs-devel@gnu.org; Wed, 19 Apr 2006 21:15:35 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1FWNkJ-0008O6-Hq; Wed, 19 Apr 2006 21:14:11 -0400 Original-To: David Kastrup In-reply-to: <85fyk9fnxv.fsf@lola.goethe.zz> (message from David Kastrup on Wed, 19 Apr 2006 19:57:32 +0200) 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:53115 Archived-At: Is there a reason not to use unified diffs ("diff -u") when available? When sending patches to me, I want diff -c format, not diff -u. I find I cannot understand a diff -u patch unless it is very simple. When I try to read the lines and think about what they do, I cannot keep track of which lines are old and which are new.