From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Karl Chen Newsgroups: gmane.emacs.devel Subject: tramp sudo logging Date: Wed, 12 May 2004 16:15:15 -0700 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: Reply-To: Karl Chen NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1084403837 30379 80.91.224.253 (12 May 2004 23:17:17 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 12 May 2004 23:17:17 +0000 (UTC) Cc: Emacs Developement List Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Thu May 13 01:17:11 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BO2yN-0005QT-00 for ; Thu, 13 May 2004 01:17:11 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BO2yN-0002Px-00 for ; Thu, 13 May 2004 01:17:11 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BO2xw-0006eQ-Bb for emacs-devel@quimby.gnus.org; Wed, 12 May 2004 19:16:44 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.34) id 1BO2x6-0006d9-3n for emacs-devel@gnu.org; Wed, 12 May 2004 19:15:52 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.34) id 1BO2wX-0006CR-Jd for emacs-devel@gnu.org; Wed, 12 May 2004 19:15:49 -0400 Original-Received: from [128.32.47.228] (helo=hkn.eecs.berkeley.edu) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1BO2wW-0006B6-Hz for emacs-devel@gnu.org; Wed, 12 May 2004 19:15:16 -0400 Original-Received: from quarl by hkn.eecs.berkeley.edu with local id 1BO2wV-0006DM-00 for ; Wed, 12 May 2004 16:15:15 -0700 Original-Received: by hkn.eecs.berkeley.edu (tmda-sendmail, from uid 606); Wed, 12 May 2004 16:15:15 -0700 (PDT) Original-To: =?iso-8859-1?q?Kai_Gro=DFjohann?= X-Quack-Archive: 1 X-Delivery-Agent: TMDA/1.0.2 (Bold Forbes) X-Primary-Address: quarl@quarl.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:23285 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:23285 I've been enjoying tramp for a while; here's a suggestion. Tramp's sudo support breaks sudo's logging. (Sudo's logging facility is very important especially on a system with many administrators; files edited through tramp currently only show "sudo bash".) It would be nice to have the option to: 1) when starting the sudo shell, also do "sudo echo '[Emacs tramp sub-process]'" 2) for each file edited, also do "sudo echo '[Emacs tramp: editing file foo]'" -- Karl 2004-05-12 16:07