From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Oliver_Ve=C4=8Dern=C3=ADk?= Subject: Re: diff in `src' blocks Date: Mon, 13 May 2013 11:29:20 +0200 Message-ID: <87y5bjns7j.fsf@kerstf.org> References: <877gj3pc5v.fsf@kerstf.org> <8738trpaku.fsf@kerstf.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:32969) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ubp4Z-0005eA-NC for emacs-orgmode@gnu.org; Mon, 13 May 2013 05:29:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ubp4Y-0007na-LX for emacs-orgmode@gnu.org; Mon, 13 May 2013 05:29:35 -0400 Received: from plane.gmane.org ([80.91.229.3]:40791) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ubp4Y-0007nV-FS for emacs-orgmode@gnu.org; Mon, 13 May 2013 05:29:34 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Ubp4X-0008AD-Ea for emacs-orgmode@gnu.org; Mon, 13 May 2013 11:29:33 +0200 Received: from 178.112.135.165.wireless.dyn.drei.com ([178.112.135.165]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 13 May 2013 11:29:33 +0200 Received: from ov by 178.112.135.165.wireless.dyn.drei.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 13 May 2013 11:29:33 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org >> Figured out myself, sorry for the noise. It has to do with the exit >> status of the `diff', which is 1 if the files are different. So I use >> the pipe through `cat'. > > Useless use of cat... At least the return status is zero. But I agree with you, a colon is better here. This is my first use of a `:' btw. I never had case before. -- Thanks, Oliver