From mboxrd@z Thu Jan 1 00:00:00 1970 From: jorge.alfaro-murillo@yale.edu (Jorge A. Alfaro-Murillo) Subject: Re: Define Keyboard Shortcut for "Open in Emacs" Date: Sat, 04 Apr 2015 18:56:54 -0400 Message-ID: <87pp7jijt5.fsf@yale.edu> References: <877fttjf5y.fsf@yale.edu> <86a8yn7emf.fsf@kcals2.maillard.im> Mime-Version: 1.0 Content-Type: text/plain; format=flowed Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41628) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YeX01-0002LD-SD for emacs-orgmode@gnu.org; Sat, 04 Apr 2015 18:57:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YeWzy-0008HD-Np for emacs-orgmode@gnu.org; Sat, 04 Apr 2015 18:57:09 -0400 Received: from plane.gmane.org ([80.91.229.3]:37113) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YeWzy-0008Gj-H3 for emacs-orgmode@gnu.org; Sat, 04 Apr 2015 18:57:06 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1YeWzu-0001wt-VS for emacs-orgmode@gnu.org; Sun, 05 Apr 2015 00:57:03 +0200 Received: from nat-130-132-173-151.central.yale.edu ([130.132.173.151]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 05 Apr 2015 00:57:02 +0200 Received: from jorge.alfaro-murillo by nat-130-132-173-151.central.yale.edu with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 05 Apr 2015 00:57:02 +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 Xavier Maillard writes: > What is emacsclient.desktop exactly ? On my slackware, there is > nothing named like this. Inside a desktop environment (e.g. GNOME, KDE, Xfce), xdg-open passes the arguments to that desktop environment's file-opener application (gvfs-open, kde-open, or exo-open, respectively). When no desktop environment is detected (e.g. using Openbox), xdg-open will use its own configuration files, emacsclient.desktop is the call to the emacs server, if you do not use the server you could use emacs.desktop instead. Best, -- Jorge.