From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Albinus Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: Re: 22.1.50; insert-file-contents is slow under tramp Date: Sun, 26 Aug 2007 21:24:26 +0200 Message-ID: <871wdqp09h.fsf@gmx.de> References: <87veb6l9b0.fsf@escher.local.home> <46CD98DC.1050701@gmx.at> <87r6lul2fc.fsf@escher.local.home> <46CDC8B3.7000301@gmx.at> <46CDED2B.3080904@gmx.at> <87k5rmkmu0.fsf@escher.local.home> <46CDF5B7.2030201@gmx.at> <87fy2akjzt.fsf@escher.local.home> <87bqcxzeat.fsf@gmx.de> <871wdqlgzz.fsf@gmx.de> <85k5riaznn.fsf@lola.goethe.zz> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1188156279 13816 80.91.229.12 (26 Aug 2007 19:24:39 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 26 Aug 2007 19:24:39 +0000 (UTC) Cc: emacs-pretest-bug@gnu.org, Stephen Berman , Stefan Monnier , emacs-devel@gnu.org To: David Kastrup Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Aug 26 21:24:36 2007 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.50) id 1IPNiu-0005M7-Ef for ged-emacs-devel@m.gmane.org; Sun, 26 Aug 2007 21:24:36 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IPNit-0004K1-Vz for ged-emacs-devel@m.gmane.org; Sun, 26 Aug 2007 15:24:36 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IPNip-0004IB-VF for emacs-devel@gnu.org; Sun, 26 Aug 2007 15:24:31 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IPNio-0004GD-CR for emacs-devel@gnu.org; Sun, 26 Aug 2007 15:24:31 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IPNio-0004G1-7y for emacs-devel@gnu.org; Sun, 26 Aug 2007 15:24:30 -0400 Original-Received: from mail.gmx.net ([213.165.64.20]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1IPNin-0006E4-LR for emacs-devel@gnu.org; Sun, 26 Aug 2007 15:24:30 -0400 Original-Received: (qmail invoked by alias); 26 Aug 2007 19:24:28 -0000 Original-Received: from p57A238F8.dip0.t-ipconnect.de (EHLO localhost.local) [87.162.56.248] by mail.gmx.net (mp043) with SMTP; 26 Aug 2007 21:24:28 +0200 X-Authenticated: #3708877 X-Provags-ID: V01U2FsdGVkX19dyK10O/NdDMcVRMSjzZ5gs1yF6Tku1v7+nxvgQE K5tIN1Q2Gl+eKM In-Reply-To: <85k5riaznn.fsf@lola.goethe.zz> (David Kastrup's message of "Sun, 26 Aug 2007 21:01:16 +0200") User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.1.50 (gnu/linux) X-Y-GMX-Trusted: 0 X-Detected-Kernel: Linux 2.6, seldom 2.4 (older, 4) 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:77223 gmane.emacs.pretest.bugs:19633 Archived-At: David Kastrup writes: > For the su and sudo functions, in many (but not all) cases the file is > actually world-readable (things like /etc/fstab or /etc/passwd). > Making use of that would probably be by far the fastest way for > getting the file. > > Do you do this already? Not yet. I'll check. Best regards, Michael.