From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alan Schmitt Subject: Re: advice needed: how do you guys sync org files between devices? Date: Thu, 04 Jul 2013 10:26:10 +0200 Message-ID: References: <2013-07-01T19-47-18@devnull.Karl-Voit.at> <2013-07-02T10-01-21@devnull.Karl-Voit.at> <87ppv1hx79.fsf@pank.eu> <20130702160338.GF26752@kuru.dyndns-at-home.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42876) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uuerk-00008q-Cp for emacs-orgmode@gnu.org; Thu, 04 Jul 2013 04:26:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uuerj-0001vs-1B for emacs-orgmode@gnu.org; Thu, 04 Jul 2013 04:26:12 -0400 Received: from mail3-relais-sop.national.inria.fr ([192.134.164.104]:26109) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uueri-0001vb-RO for emacs-orgmode@gnu.org; Thu, 04 Jul 2013 04:26:10 -0400 In-reply-to: <20130702160338.GF26752@kuru.dyndns-at-home.com> 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: Suvayu Ali Cc: emacs-orgmode@gnu.org fatkasuvayu+linux@gmail.com writes: > On Tue, Jul 02, 2013 at 04:27:27PM +0200, Alan Schmitt wrote: >> >> If someone can show me how to launch ediff from the command line, I can >> explain how to set up Unison for it (I found this old question >> http://superuser.com/questions/81958/how-to-make-emacsclient-wait-when-using-the-eval-option >> but I find the busy waiting very ugly; maybe there is a better >> solution). > > I presume the assumption is you want emacsclient to open the files in > whatever GUI frame you have already open. Another alternative would be > to ask emacsclient to create a new frame (-c for GUI, -nw for text > terminal); in that case it does not return immediately. Thank you for the suggestion, Alan