From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Albinus Newsgroups: gmane.emacs.devel Subject: Re: Tramp brocken selinux support: can't safe file. Date: Thu, 22 Apr 2010 21:00:05 +0200 Message-ID: <87k4rz9utm.fsf@gmx.de> References: <87hbn3oh8p.fsf@gmx.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1271962828 22356 80.91.229.12 (22 Apr 2010 19:00:28 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 22 Apr 2010 19:00:28 +0000 (UTC) Cc: Sascha Wilde , emacs-devel@gnu.org To: Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Apr 22 21:00:27 2010 connect(): No such file or directory Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1O51dR-0006Ix-0g for ged-emacs-devel@m.gmane.org; Thu, 22 Apr 2010 21:00:25 +0200 Original-Received: from localhost ([127.0.0.1]:41628 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O51dQ-0005d3-EZ for ged-emacs-devel@m.gmane.org; Thu, 22 Apr 2010 15:00:24 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O51dK-0005ZK-Hb for emacs-devel@gnu.org; Thu, 22 Apr 2010 15:00:18 -0400 Original-Received: from [140.186.70.92] (port=59012 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O51dI-0005Vk-Va for emacs-devel@gnu.org; Thu, 22 Apr 2010 15:00:17 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O51dH-0000GM-W1 for emacs-devel@gnu.org; Thu, 22 Apr 2010 15:00:16 -0400 Original-Received: from mail.gmx.net ([213.165.64.20]:38489) by eggs.gnu.org with smtp (Exim 4.69) (envelope-from ) id 1O51dH-0000Fl-JT for emacs-devel@gnu.org; Thu, 22 Apr 2010 15:00:15 -0400 Original-Received: (qmail invoked by alias); 22 Apr 2010 19:00:06 -0000 Original-Received: from p4FC006B7.dip0.t-ipconnect.de (EHLO detlef.gmx.de) [79.192.6.183] by mail.gmx.net (mp067) with SMTP; 22 Apr 2010 21:00:06 +0200 X-Authenticated: #3708877 X-Provags-ID: V01U2FsdGVkX192dWcljZx2+UvOgcRmAg0pybjsxDbgeA7aD/eo9s StGFaoURodtNyl In-Reply-To: (Glenn Morris's message of "Thu, 22 Apr 2010 12:06:30 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-Y-GMX-Trusted: 0 X-FuHaFi: 0.66000000000000003 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. 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:124071 Archived-At: Glenn Morris writes: >> I've seen it also, and I have committed a similar patch an hour >> ago. Unfortunately, the change in `copy-file' was done silently (at >> least I haven't seen an announcement emacs-devel). > > Sorry, my bad. SELinux discussion is at following link. No-one > commented at all, despite my repeated appeals; but I should have > pointed out the Tramp piece to you personally. No problem. I was trapped the default way: "something is wrong" :-) >> The corresponding handlers in Tramp I will implement later on. However, >> I believe, that the changed parameter list of `copy-file' as well as the >> new primitives `file-selinux-context' and `set-file-selinux-context' >> shall be documented in doc/lispref. > > Sure. That's why they are in the NEWS file with no markup, as is > standard practice. Maybe it is also worth to mention the new parameter of `copy-file' in NEWS? Best regards, Michael.