From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: multilingual presentation with org Date: Wed, 15 Feb 2012 14:49:43 -0500 Message-ID: <8196.1329335383@alphaville> References: <4859.1329311301@alphaville> Reply-To: nicholas.dokos@hp.com Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([140.186.70.92]:35451) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RxkrK-000269-Ue for emacs-orgmode@gnu.org; Wed, 15 Feb 2012 14:49:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RxkrJ-0000G6-UN for emacs-orgmode@gnu.org; Wed, 15 Feb 2012 14:49:46 -0500 Received: from g1t0028.austin.hp.com ([15.216.28.35]:30701) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RxkrJ-0000FD-Ol for emacs-orgmode@gnu.org; Wed, 15 Feb 2012 14:49:45 -0500 In-Reply-To: Message from brian powell of "Wed\, 15 Feb 2012 14\:02\:46 EST." 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: brian powell Cc: nicholas.dokos@hp.com, emacs-orgmode brian powell wrote: > Make 2 files with line numbers at the begin of each line:=C2=A0 > nl sanskrit-song.txt >=C2=A0sanskrit-song_line-numbers-at-front.txt > nl english-song.txt > english-song_line-numbers-at-front.txt > emacs -q -l sanskit-blah-mule-multilingual-emacs-programs-needed-to-show-= sanskrit.el > =C2=A0sanskrit-song_line-numbers-at-front.txt=C2=A0english-song_line-numb= ers-at-front.txt > Mx ediff-buffers > Emacs will pop-up an ediff window--put your mouse cursor on it and tap "?= "--it will show you the > ediff keys--"n" for "next different line" will be most helpful > (ediff will ask for the 1st and 2nd buffer you want to compare--type > in=C2=A0sanskrit-song_line-numbers-at-front.txt and=C2=A0english-song_lin= e-numbers-at-front.txt >=20 > --then tapping "n" (with your cursor on the popped up ediff window) goes = line-by-songline in both > buffers--highlighting the text for a sanskrit sing-along! >=20 That'd be cool if it worked, but at least in my case, it doesn't: diff decides there is one big diff that covers the whole file, and ediff does not find a "better" refinement: no "n" to follow the bouncing ball... Nick