From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kim Christensen Newsgroups: gmane.emacs.help Subject: Re: Cannot use normal save (C-x C-s) when operating over network mount Date: Fri, 12 Jun 2009 07:18:48 -0700 (PDT) Organization: http://groups.google.com Message-ID: <13ff690c-dba6-44b7-b0cc-ed0e444232ce@x3g2000yqa.googlegroups.com> References: <4227602e-ed9f-4ca5-aa35-270ead107806@d38g2000prn.googlegroups.com> <43e96590-0b23-44de-848a-20739a0da5de@g19g2000yql.googlegroups.com> <8879d2a2-3d9b-4256-95de-68dbb6b44d19@b9g2000yqm.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1244818522 11579 80.91.229.12 (12 Jun 2009 14:55:22 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 12 Jun 2009 14:55:22 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Jun 12 16:55:20 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MF8A4-0007mA-07 for geh-help-gnu-emacs@m.gmane.org; Fri, 12 Jun 2009 16:55:20 +0200 Original-Received: from localhost ([127.0.0.1]:58961 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MF8A3-0005Fc-Fa for geh-help-gnu-emacs@m.gmane.org; Fri, 12 Jun 2009 10:55:19 -0400 Original-Path: news.stanford.edu!newsfeed.stanford.edu!postnews.google.com!x3g2000yqa.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 27 Original-NNTP-Posting-Host: 192.121.104.61 Original-X-Trace: posting.google.com 1244816328 15313 127.0.0.1 (12 Jun 2009 14:18:48 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Fri, 12 Jun 2009 14:18:48 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: x3g2000yqa.googlegroups.com; posting-host=192.121.104.61; posting-account=3heTMgoAAADQVinLgB604XSO-AFIyb0N User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.10) Gecko/2009042523 Ubuntu/9.04 (jaunty) Firefox/3.0.10, gzip(gfe), gzip(gfe) Original-Xref: news.stanford.edu gnu.emacs.help:169978 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:65206 Archived-At: On Jun 12, 1:52=A0pm, Tassilo Horn wrote: > > Debugger entered--Lisp error: (file-error "Opening output file" "no > > such file or directory" "/mnt/effie/foo.bar/www/mulang/ > > basket_options.php") > > =A0 write-region(1 4688 "/mnt/effie/foo.bar/www/mulang/ > > basket_options.php" nil t "/mnt/effie/foo.bar/www/mulang/ > > basket_options.php") > > Is the wrapping done by your mail client, or does emacs really think the > file is > > /mnt/effie/foo.bar/www/mulang/ > basket_options.php The wrapping was done by my MUA. > What does `C-h v buffer-file-name RET" in that buffer say? buffer-file-name is a variable defined in `C source code'. Its value is "/mnt/effie/foo.bar/www/mulang/basket_options.php" Local in buffer basket_options.php; global value is nil Automatically becomes buffer-local when set in any fashion. Regards, Kim