Emacs python-mode,py-pychecker-run problem.

Pedro Werneck pedro.werneck at bol.com.br
Mon Aug 18 11:30:19 EDT 2003


On Mon, 18 Aug 2003 11:30:36 -0500
Skip Montanaro <skip at pobox.com> wrote:

> And here's its implementation (from minibuf.el):
> 
>     (defun read-shell-command (prompt &optional initial-input history default-value)
>       "Just like read-string, but uses read-shell-command-map:
>     \\{read-shell-command-map}"
>       (let ((minibuffer-completion-table nil))
>         (read-from-minibuffer prompt initial-input read-shell-command-map
>                               nil (or history 'shell-command-history)
>                               nil default-value)))
> 
> Can you see if that definition works for you?  If not, what about simply
> substituting (read-string ...) for (read-shell-command ...)?

Ok.. defining and using it returns the same error with "read-shell-command-map", but substituting for read-string works perfectly.

Thank you, Skip

Pedro





More information about the Python-list mailing list