From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Re: [Wish] xdg-open, open from dired Date: Sat, 7 Nov 2009 17:14:45 +0100 Message-ID: References: <86bpjes51e.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1259959265 7053 80.91.229.12 (4 Dec 2009 20:41:05 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 4 Dec 2009 20:41:05 +0000 (UTC) Cc: emacs-devel@gnu.org To: Gilaras Drakeson Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Nov 07 17:15:40 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1N6nwx-0000Wd-3q for ged-emacs-devel@m.gmane.org; Sat, 07 Nov 2009 17:15:39 +0100 Original-Received: from localhost ([127.0.0.1]:58574 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N6nww-00060h-Dm for ged-emacs-devel@m.gmane.org; Sat, 07 Nov 2009 11:15:38 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N6nwW-0005rX-Vt for emacs-devel@gnu.org; Sat, 07 Nov 2009 11:15:13 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N6nwS-0005p5-CP for emacs-devel@gnu.org; Sat, 07 Nov 2009 11:15:12 -0500 Original-Received: from [199.232.76.173] (port=52511 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N6nwS-0005oz-7G for emacs-devel@gnu.org; Sat, 07 Nov 2009 11:15:08 -0500 Original-Received: from mail-yx0-f191.google.com ([209.85.210.191]:38597) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N6nwR-0000LA-0L for emacs-devel@gnu.org; Sat, 07 Nov 2009 11:15:07 -0500 Original-Received: by yxe29 with SMTP id 29so1849111yxe.14 for ; Sat, 07 Nov 2009 08:15:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:cc:content-type; bh=wVLxEkOWgTceF3hOkUxzQv4M7fD6rWiLIsDyx9bnEtU=; b=oAmzfUTcpuT4520BpmWlGAc8XqHQ0DNhx44BMjQfrhzkttX9L8OdmXe2binNUUuU+E PmUFKofRT9DXgAWZU4VpsdHwiIsvXKwxKWf8GaaLSQH03SPtitM8uL+Q2IE4zmrM7qpi uxqUpjDauZtv1REEffyxdGHbN2PkmBPYHfuSQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=fHypzjxDWX/hykQdlWtNYcy1zCRrC3+4nTDsmPbeXM4GQ/+WSLwLmsWPheY9FIPAy4 xbL/fXicIqy+4/dlpP99g8fkF42SH+CDAFRhks72npstfEk2n1PS77LCobYMzeKm1HOH NlfVw9ZxsTgWrsVxhuxnjuD+SNCJjS2Wot+N0= Original-Received: by 10.101.152.5 with SMTP id e5mr5671473ano.185.1257610505099; Sat, 07 Nov 2009 08:15:05 -0800 (PST) In-Reply-To: <86bpjes51e.fsf@gmail.com> X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:118273 On Sat, Nov 7, 2009 at 4:55 PM, Gilaras Drakeson wrote: > Hi, > > Could we (or Do we) have a command in dired that opens the current or > marked files using the user's preferred desktop application according to > the (fairly recent) freedesktop.org standards, (e.g. using xdg-open(1)). > > I bind it to `C-;', but `C-j' or `M-j' (comment-indent-new-line) seem to > be available, too. Could you please point to a specific page that shows what you want?