From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Tramp and VC integration: "calling user" Date: Thu, 31 Mar 2005 10:50:40 -0500 Message-ID: <87psxfygmp.fsf-monnier+emacs@gnu.org> References: <87is386k0h.fsf@emptydomain.de> <87mzskym6e.fsf-monnier+emacs@gnu.org> <87acoj7ubb.fsf@emptydomain.de> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1112284521 25557 80.91.229.2 (31 Mar 2005 15:55:21 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 31 Mar 2005 15:55:21 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Mar 31 17:55:19 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DH1zI-00049k-6S for ged-emacs-devel@m.gmane.org; Thu, 31 Mar 2005 17:53:40 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DH2G0-0005eE-SX for ged-emacs-devel@m.gmane.org; Thu, 31 Mar 2005 11:10:57 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DH2Fg-0005bf-DU for emacs-devel@gnu.org; Thu, 31 Mar 2005 11:10:38 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DH2Fd-0005aS-6h for emacs-devel@gnu.org; Thu, 31 Mar 2005 11:10:34 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DH2Fc-0005YH-GX for emacs-devel@gnu.org; Thu, 31 Mar 2005 11:10:32 -0500 Original-Received: from [209.226.175.74] (helo=tomts20-srv.bellnexxia.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DH1wP-0001uP-Qk for emacs-devel@gnu.org; Thu, 31 Mar 2005 10:50:42 -0500 Original-Received: from alfajor ([67.71.116.48]) by tomts20-srv.bellnexxia.net (InterMail vM.5.01.06.10 201-253-122-130-110-20040306) with ESMTP id <20050331155040.EQKS8412.tomts20-srv.bellnexxia.net@alfajor>; Thu, 31 Mar 2005 10:50:40 -0500 Original-Received: by alfajor (Postfix, from userid 1000) id B5A5DD75AE; Thu, 31 Mar 2005 10:50:40 -0500 (EST) Original-To: kai@emptydomain.de (=?iso-8859-1?q?Kai_Gro=3Fjohann?=) In-Reply-To: <87acoj7ubb.fsf@emptydomain.de> ( =?iso-8859-1?q?Kai_Gro=3Fjohann's_message_of?= "Thu, 31 Mar 2005 16:40:08 +0200") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) 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:35430 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:35430 > Well, hm. What happens if we are in the same group, I check out the > file, it becomes group-writable, then you try to edit it? (I have no > idea whether a file could become group-writable on checkout, though.) > Perhaps Andre needs to chime in here... Hmm... actually I can't seem to find the code where the problem shows up. IIUC the advice you're talking about is on vc-user-login-name which is only really used in vc-rcs.el, but even there I can't see in what way Tramp's advice is needed. Stefan