From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos <nicholas.dokos@hp.com> Subject: Re: multilingual presentation with org Date: Wed, 15 Feb 2012 14:49:43 -0500 Message-ID: <8196.1329335383@alphaville> References: <rustompmody@gmail.com> <CAJ+TeofuzQF1YCCkCe+iHgpztwChHV4dQK6uH2=_9=cxi0dnug@mail.gmail.com> <4859.1329311301@alphaville> <CAMXnza3KNS6rb4zj4fPrnQ1FbKUp8_nVmv_e1s_Mq-VO71DMOg@mail.gmail.com> <CAJ+Teoe1k9vQW9k=p3uUm6XqoWBVjoqDgwPbg_ijPKVthddGew@mail.gmail.com> <CAJ+TeocRch1t24yhN4B3=5Qkyy7AuTAT0-UBQtvvsxB-eTN+2A@mail.gmail.com> <CAFm0skFK896PVSMpf18yn-sOddfASurxjBwU2FiWc3-fT14nfQ@mail.gmail.com> Reply-To: nicholas.dokos@hp.com Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: <emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org> Received: from eggs.gnu.org ([140.186.70.92]:35451) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from <nicholas.dokos@hp.com>) 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 <nicholas.dokos@hp.com>) 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 <nicholas.dokos@hp.com>) id 1RxkrJ-0000FD-Ol for emacs-orgmode@gnu.org; Wed, 15 Feb 2012 14:49:45 -0500 In-Reply-To: Message from brian powell <briangpowellms@gmail.com> of "Wed\, 15 Feb 2012 14\:02\:46 EST." <CAFm0skFK896PVSMpf18yn-sOddfASurxjBwU2FiWc3-fT14nfQ@mail.gmail.com> List-Id: "General discussions about Org-mode." <emacs-orgmode.gnu.org> List-Unsubscribe: <https://lists.gnu.org/mailman/options/emacs-orgmode>, <mailto:emacs-orgmode-request@gnu.org?subject=unsubscribe> List-Archive: <http://lists.gnu.org/archive/html/emacs-orgmode> List-Post: <mailto:emacs-orgmode@gnu.org> List-Help: <mailto:emacs-orgmode-request@gnu.org?subject=help> List-Subscribe: <https://lists.gnu.org/mailman/listinfo/emacs-orgmode>, <mailto:emacs-orgmode-request@gnu.org?subject=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 <briangpowellms@gmail.com> Cc: nicholas.dokos@hp.com, emacs-orgmode <emacs-orgmode@gnu.org> brian powell <briangpowellms@gmail.com> 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