Give more helpful messages for python completion setup failures
commitb33808ce77ef15c1f233790a2c93d9db4cc588ab
authorNoam Postavsky <npostavs@gmail.com>
Tue, 3 Oct 2017 02:54:36 +0000 (2 22:54 -0400)
committerNoam Postavsky <npostavs@gmail.com>
Tue, 3 Oct 2017 03:15:43 +0000 (2 23:15 -0400)
tree1dd6cd1fc51b44617a3a529c9815c63ccb4b4891
parentf6efc067237ff4c531ea1a43b85cd09e78f6ea0c
Give more helpful messages for python completion setup failures

* lisp/progmodes/python.el (python-shell-completion-native-setup): In
case the completion setup failed with some exception, print out the
exception type and message.  If libedit is detected, raise an
exception, since this is known to fail.
lisp/progmodes/python.el