From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: andrew.maguire@ps.ge.com Newsgroups: gmane.emacs.help Subject: RE: buffer uid Date: Thu, 16 Oct 2003 09:30:52 -0400 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <6192367D59F8904CA553579EF41FEEA001F45FCE@ukcbgx01psge.geips.ge.com> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" X-Trace: sea.gmane.org 1066311342 25099 80.91.224.253 (16 Oct 2003 13:35:42 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 16 Oct 2003 13:35:42 +0000 (UTC) Cc: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Oct 16 15:35:38 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AA8Hy-0000Gj-00 for ; Thu, 16 Oct 2003 15:35:38 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AA8Gt-0000eH-RE for geh-help-gnu-emacs@m.gmane.org; Thu, 16 Oct 2003 09:34:31 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AA8GZ-0000db-N7 for help-gnu-emacs@gnu.org; Thu, 16 Oct 2003 09:34:11 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AA8G3-0000Vo-ME for help-gnu-emacs@gnu.org; Thu, 16 Oct 2003 09:34:10 -0400 Original-Received: from [64.37.194.13] (helo=ext-ch1gw-5.online-age.net) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AA8G3-0000VY-DA for help-gnu-emacs@gnu.org; Thu, 16 Oct 2003 09:33:39 -0400 Original-Received: from int-ch1gw-6.online-age.net (int-ch1gw-6 [3.159.232.70]) by ext-ch1gw-5.online-age.net (8.12.9/8.12.9/030701) with ESMTP id h9GDXDhi025287; Thu, 16 Oct 2003 09:33:19 -0400 (EDT) Original-Received: from nyschx06psge.ps.ge.com (localhost [127.0.0.1]) by int-ch1gw-6.online-age.net (8.12.9/8.12.8/990426-RLH) with ESMTP id h9GDXB6q000059; Thu, 16 Oct 2003 08:33:12 -0500 (CDT) Original-Received: by nyschx06psge.ps.ge.com with Internet Mail Service (5.5.2653.19) id <40S7DCWL>; Thu, 16 Oct 2003 09:31:06 -0400 Original-To: adavis@torrentnet.com X-Mailer: Internet Mail Service (5.5.2653.19) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 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 Xref: main.gmane.org gmane.emacs.help:13240 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:13240 > Is it possible to open a buffer and edit it as a different user? In > other words, if I have two user accounts, can I run emacs from one > account and edit a file owned by the other account (and not writable > by the account running emacs)? If you have ftp access then you can try and use find-file with a path: /user@host:/path/to/file you will then be prompted for a password if necessary. host can be "localhost" to use the same machine. You can omit "user@" if you want to login as yourself. Andrew