From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Luca Ferrari Newsgroups: gmane.emacs.help Subject: switching dired using sudo Date: Thu, 20 Feb 2014 14:32:57 +0100 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1392903182 27081 80.91.229.3 (20 Feb 2014 13:33:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 20 Feb 2014 13:33:02 +0000 (UTC) To: help-gnu-emacs Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Feb 20 14:33:11 2014 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1WGTkU-0007en-PQ for geh-help-gnu-emacs@m.gmane.org; Thu, 20 Feb 2014 14:33:10 +0100 Original-Received: from localhost ([::1]:38604 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WGTkU-0003Wf-9b for geh-help-gnu-emacs@m.gmane.org; Thu, 20 Feb 2014 08:33:10 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:35993) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WGTkK-0003WP-D3 for help-gnu-emacs@gnu.org; Thu, 20 Feb 2014 08:33:01 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WGTkJ-0006XS-NO for help-gnu-emacs@gnu.org; Thu, 20 Feb 2014 08:33:00 -0500 Original-Received: from mail-wg0-x22d.google.com ([2a00:1450:400c:c00::22d]:52521) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WGTkJ-0006X9-HB for help-gnu-emacs@gnu.org; Thu, 20 Feb 2014 08:32:59 -0500 Original-Received: by mail-wg0-f45.google.com with SMTP id l18so1478417wgh.24 for ; Thu, 20 Feb 2014 05:32:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to:content-type; bh=TWxXNMVoIieube+bGrrGfXkfjmIptzrg0xnB6mzX+b0=; b=oohuVxeDHlhJ1Nnxx6L89Xltteog/XHRIO04tN9ivfLK2obxeapeWjnKSRWLnsngql 5cM3Pcd5dhcLh96l2VswWgkJQzOXj2YRpjXjeDmeWDhzO740F2Yw182ojs4h0xmczJKT /HBedqzFdVPP0JPXh2vY9aVsZDJiaqu/gTp6TmxlvGGuzqzdfcwTxR5iQ582sHyI/xze WT8lKq3KUiW3GWCVoAGTWoxTB+M9y2LuwmX0ey5VvHlp9B136iz0HT6tfp5nMyfXUXTE UsvvwVR7Ni4m6qFj3ZpYUJSGaJ2soIm/IZfykRjnX6b5GADl8zUwDHv21AeDWozop6e9 sl1Q== X-Received: by 10.194.87.5 with SMTP id t5mr2092666wjz.68.1392903178093; Thu, 20 Feb 2014 05:32:58 -0800 (PST) Original-Received: by 10.194.79.136 with HTTP; Thu, 20 Feb 2014 05:32:57 -0800 (PST) X-Google-Sender-Auth: QPA1lyx49es3Ep6qtGuA7Y5Agss X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c00::22d X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:96136 Archived-At: Hi, is there a quick way for switching an opening dired buffer to a "sudo"? I know I can start dired with /sudo::/ but what if I'm already browsing directory content and need to execute some dired commands via sudo? Thanks, Luca