> (let ((cmd (concat py-which-shell (if (string-equal py-which-bufname
>                                                         "Jython")
>                                           " -" ""))))
>      ^^^^^^^^^^ 'cmd' is 'nil' as 'py-which-shell' is 'nil') ^^^^^^^
>       ;; otherwise either run it synchronously in a subprocess
>       (save-excursion
>         (set-buffer buf)
>         (shell-command-on-region (point-min) (point-max)
>                                  cmd py-output-buffer))
>      ^^^^^^^^^^^^^^^^^^^^ 'cmd' is 'nil' ^^^^^^^^^^^^

I wrong: cmd is "" - empty string...

-- 
Best regards!



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to