From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: kai@emptydomain.de (Kai =?iso-8859-15?Q?Gro=DFjohann?=) Newsgroups: gmane.emacs.devel Subject: Re: Tramp and VC integration: "calling user" Date: Thu, 31 Mar 2005 19:13:06 +0200 Message-ID: <87wtrn68nx.fsf@emptydomain.de> References: <87is386k0h.fsf@emptydomain.de> <87mzskym6e.fsf-monnier+emacs@gnu.org> <87acoj7ubb.fsf@emptydomain.de> <87psxfygmp.fsf-monnier+emacs@gnu.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1112289332 15158 80.91.229.2 (31 Mar 2005 17:15:32 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 31 Mar 2005 17:15:32 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Mar 31 19:15:29 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DH3GN-0001C7-EA for ged-emacs-devel@m.gmane.org; Thu, 31 Mar 2005 19:15:23 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DH3X6-0000I5-PL for ged-emacs-devel@m.gmane.org; Thu, 31 Mar 2005 12:32:40 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DH3Wp-0000Ca-3L for emacs-devel@gnu.org; Thu, 31 Mar 2005 12:32:23 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DH3Wh-00008O-Vd for emacs-devel@gnu.org; Thu, 31 Mar 2005 12:32:16 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DH3Wh-00006q-Qr for emacs-devel@gnu.org; Thu, 31 Mar 2005 12:32:15 -0500 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1DH3Fg-0002us-05 for emacs-devel@gnu.org; Thu, 31 Mar 2005 12:14:40 -0500 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1DH3Dw-0000n6-5T for emacs-devel@gnu.org; Thu, 31 Mar 2005 19:12:52 +0200 Original-Received: from pd9e1ecfb.dip.t-dialin.net ([217.225.236.251]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 31 Mar 2005 19:12:52 +0200 Original-Received: from kai by pd9e1ecfb.dip.t-dialin.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 31 Mar 2005 19:12:52 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-devel@gnu.org Original-Lines: 17 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: pd9e1ecfb.dip.t-dialin.net User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/22.0.50 (usg-unix-v) Cancel-Lock: sha1:1QYlGbXIHsDKbeYY5Px1APrkB+c= 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:35433 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:35433 Stefan Monnier writes: >> 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. Maybe part of the difficulty is that Tramp's advice is bogus, as I can now see. Tramp looks at the owner of the file, that's wrong. Kai