From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: Re: 22.1.50; insert-file-contents is slow under tramp Date: Thu, 23 Aug 2007 23:01:43 +0200 Message-ID: <46CDF5B7.2030201@gmx.at> 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> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1187902940 5473 80.91.229.12 (23 Aug 2007 21:02:20 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 23 Aug 2007 21:02:20 +0000 (UTC) Cc: emacs-pretest-bug@gnu.org To: Stephen Berman Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Aug 23 23:02:18 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 1IOJom-0005o6-QU for ged-emacs-devel@m.gmane.org; Thu, 23 Aug 2007 23:02:17 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IOJom-0002wp-9n for ged-emacs-devel@m.gmane.org; Thu, 23 Aug 2007 17:02:16 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IOJnG-0001ms-Vb for emacs-devel@gnu.org; Thu, 23 Aug 2007 17:00:43 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IOJnE-0001lC-Qm for emacs-devel@gnu.org; Thu, 23 Aug 2007 17:00:42 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IOJnE-0001l2-HM for emacs-devel@gnu.org; Thu, 23 Aug 2007 17:00:40 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IOJnE-0007Fp-59 for emacs-devel@gnu.org; Thu, 23 Aug 2007 17:00:40 -0400 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by fencepost.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IOJnD-00040m-Lf for emacs-pretest-bug@gnu.org; Thu, 23 Aug 2007 17:00:39 -0400 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1IOJnC-0007FX-Tx for emacs-pretest-bug@gnu.org; Thu, 23 Aug 2007 17:00:39 -0400 Original-Received: from mail.gmx.net ([213.165.64.20]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1IOJnC-0007Ef-DR for emacs-pretest-bug@gnu.org; Thu, 23 Aug 2007 17:00:38 -0400 Original-Received: (qmail invoked by alias); 23 Aug 2007 21:00:37 -0000 Original-Received: from N869P031.adsl.highway.telekom.at (EHLO [62.47.52.159]) [62.47.52.159] by mail.gmx.net (mp004) with SMTP; 23 Aug 2007 23:00:37 +0200 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX18FIZg/mJ8FUXQo0aKQpJy5bDkLMIDl8v/6auwqeX kBtg6hHRCbmmml User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: de-DE, de, en-us, en In-Reply-To: <87k5rmkmu0.fsf@escher.local.home> X-Y-GMX-Trusted: 0 X-Detected-Kernel: Linux 2.6, seldom 2.4 (older, 4) 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:77057 gmane.emacs.pretest.bugs:19603 Archived-At: > 3754 handler = Ffind_file_name_handler (filename, Qinsert_file_contents); > (gdb) n > 3755 if (!NILP (handler)) > (gdb) n > 3757 val = call6 (handler, Qinsert_file_contents, filename, Did you edebug `tramp-handle-insert-file-contents'?