all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: zhangda82@gmail.com, "Fabián Ezequiel Gallina" <fgallina@gnu.org>
Cc: 20237@debbugs.gnu.org
Subject: bug#20237: Emacs built on Windows cannot figure out path correctly
Date: Sat, 04 Apr 2015 22:06:09 +0300	[thread overview]
Message-ID: <83d23jogri.fsf@gnu.org> (raw)
In-Reply-To: <83egnzohs5.fsf@gnu.org>

> Date: Sat, 04 Apr 2015 21:44:10 +0300
> From: Eli Zaretskii <eliz@gnu.org>
> Cc: 20237@debbugs.gnu.org
> 
> > Date: Sat, 04 Apr 2015 21:38:21 +0300
> > From: Eli Zaretskii <eliz@gnu.org>
> > Cc: 20237@debbugs.gnu.org
> > 
> > I think you need to use this instead:
> > 
> >   (setq python-shell-interpreter "/cygdrive/C/Python27/Scripts/ipython")
> > 
> > Or something like that -- I don't use Cygwin, so I might be mistaken
> > about the exact format you need to use.
> 
> Actually, if you use this format, you'd probably also need to use
> cygwin-mount as well.

There's probably one more issue here, and maybe this is the root cause
of the problem.  This part of the backtrace you posted:

  make-comint-in-buffer("Python" "*Python*" "c\\:/Python27/Scripts/ipython.exe" nil "-i" "--profile=dev" "--colors=Linux")
  apply(make-comint-in-buffer "Python" "*Python*" "c\\:/Python27/Scripts/ipython.exe" nil ("-i" "--profile=dev" "--colors=Linux"))
  python-shell-make-comint("c\\:/Python27/Scripts/ipython.exe -i --profile=dev --colors=Linux" "Python" nil)
  run-python("c\\:/Python27/Scripts/ipython.exe -i --profile=dev --colors=Linux")

seems to indicate that split-string-and-unquote, called by
python-shell-make-comint, fails to remove the backslash before the
colon.  I don't understand why this happens.  Can you see what's going
on inside python-shell-make-comint?

Fabián, can you help us out here?





  reply	other threads:[~2015-04-04 19:06 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-31 17:52 bug#20237: Emacs built on Windows cannot figure out path correctly Da Zhang
2015-03-31 18:24 ` Eli Zaretskii
2015-03-31 21:24   ` Da Zhang
2015-04-01  2:40     ` Eli Zaretskii
2015-04-01 13:50       ` Da Zhang
2015-04-04 10:34         ` Eli Zaretskii
     [not found]           ` <55201ACF.2080001@gmail.com>
2015-04-04 17:23             ` Eli Zaretskii
     [not found]               ` <552022E4.7000008@gmail.com>
2015-04-04 17:49                 ` Eli Zaretskii
2015-04-04 18:06                   ` Da Zhang
2015-04-04 18:12                     ` Eli Zaretskii
2015-04-04 18:18                       ` Da Zhang
2015-04-04 18:38                         ` Eli Zaretskii
2015-04-04 18:44                           ` Eli Zaretskii
2015-04-04 19:06                             ` Eli Zaretskii [this message]
2015-04-04 20:15                               ` Da Zhang
2015-04-04 21:12                                 ` Eli Zaretskii
2015-04-04 19:07                             ` Da Zhang
2015-03-31 22:46   ` Andy Moreton
2015-04-04 10:35     ` Eli Zaretskii
2015-04-04 14:34       ` Andy Moreton
2015-04-04 15:07         ` Eli Zaretskii
2016-06-02  2:54 ` Noam Postavsky
2016-06-04  9:15   ` Eli Zaretskii

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=83d23jogri.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=20237@debbugs.gnu.org \
    --cc=fgallina@gnu.org \
    --cc=zhangda82@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.