From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.devel Subject: Re: 23.0.50; Small problems with doc-view.el Date: Wed, 09 Jan 2008 16:59:27 +0100 Message-ID: <87myrfc7mo.fsf@member.fsf.org> References: <016C93BC-D9CB-4C81-AA21-9CC1F6B5036F@Web.DE> <87ve63cqu5.fsf@member.fsf.org> <87r6grcmve.fsf@member.fsf.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1199894383 27396 80.91.229.12 (9 Jan 2008 15:59:43 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 9 Jan 2008 15:59:43 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jan 09 17:00:04 2008 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 1JCdLU-0005Hy-B8 for ged-emacs-devel@m.gmane.org; Wed, 09 Jan 2008 17:00:00 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JCdL6-0004CN-V9 for ged-emacs-devel@m.gmane.org; Wed, 09 Jan 2008 10:59:37 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JCdL3-0004AP-HT for emacs-devel@gnu.org; Wed, 09 Jan 2008 10:59:33 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JCdL1-000470-WE for emacs-devel@gnu.org; Wed, 09 Jan 2008 10:59:33 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JCdL1-00046l-My for emacs-devel@gnu.org; Wed, 09 Jan 2008 10:59:31 -0500 Original-Received: from out5.smtp.messagingengine.com ([66.111.4.29]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JCdL1-0000sd-Ab for emacs-devel@gnu.org; Wed, 09 Jan 2008 10:59:31 -0500 Original-Received: from compute2.internal (compute2.internal [10.202.2.42]) by out1.messagingengine.com (Postfix) with ESMTP id AD39486950 for ; Wed, 9 Jan 2008 10:59:29 -0500 (EST) Original-Received: from heartbeat1.messagingengine.com ([10.202.2.160]) by compute2.internal (MEProxy); Wed, 09 Jan 2008 10:59:29 -0500 X-Sasl-enc: i83A+QiejzACt9OakXaLsPPiSmG5PwEEo0cGT1sXRB15 1199894369 Original-Received: from baldur (dslb-084-063-004-079.pools.arcor-ip.net [84.63.4.79]) by mail.messagingengine.com (Postfix) with ESMTP id BC84B2B05 for ; Wed, 9 Jan 2008 10:59:28 -0500 (EST) Mail-Followup-To: emacs-devel@gnu.org In-Reply-To: (Stefan Monnier's message of "Wed, 09 Jan 2008 10:03:34 -0500") User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.50 (gnu/linux) X-detected-kernel: by monty-python.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:86647 Archived-At: Stefan Monnier writes: Hi Stefan, > Does it also work for files accessed via Tramp, now? No. Currently I simply create and write buffer-file-name, if it doesn't exist. For archives that's something like /path/to/archive.tar.gz!/path/in/archive/doc.pdf. For tramp files that doesn't work. I guess I should change that to save the file somewhere in /tmp. Maybe I can look into that later today. Bye, Tassilo