Terry Reedy writes: > Am I correct in guessing that on Windows, at least, R and Emacs do *not* > run in Command Prompt?
I'm not sure what you mean by that. Of course they do run under Command Prompt, but the limitations of the command window are so severe that almost nobody ever does that, they click on an icon to start. Nevertheless the basic interactions that are always available are command-shell-like (as in IDLE), although there are icon- or menu- driven GUI shells or modes available for each. In Emacs, the basic interface is the "list-packages" command, which brings up a (text) menu of installed and available packages on the ELPA package repository. In R, it's the package.install() function, which I think has a subfeature that will list the packages available from the CRAN package repository (but I always just go to the website). _______________________________________________ Python-Dev mailing list Python-Dev@python.org https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com