The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
Newsgroups: gnu.emacs.bug
From: Michael Albinus <michael.albi...@gmx.de>
Date: Tue, 04 Sep 2012 15:51:05 +0200
Local: Tues, Sep 4 2012 9:51 am
Subject: bug#12340: 24.2.50; python-shell-switch-to-shell in TRAMP buffer gives "No such file or directory: '/var/folders/vk/p95wm1qx0vdf0087p0z9qzc40000gn/T/py62333GTT'"
Matt McClure <matthewlmccl...@gmail.com> writes:
It looks good, you have derived it from the patch we have created some
> Here's a patch that I think might resolve the issue. Only lightly tested. weeks ago :-) However:
> + (let* ((temporary-file-directory
Shouldn't this be
> + (if (file-remote-p default-directory) > + (concat (file-remote-p default-directory) "/tmp") > + temporary-file-directory)) > + (f (make-temp-file "py")) > + (temp-file-name (or (file-remote-p f 'localname) f)) > (file-name (or (buffer-file-name) temp-file-name))) (file-name (or (buffer-file-name) f)))
Best regards, Michael.
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||