Created
November 28, 2013 14:50
-
-
Save jorgenschaefer/7693096 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(with-help-window "*Elpy Error*" | |
(with-current-buffer "*Elpy Error*" | |
(view-mode 1) | |
(let ((inhibit-read-only t)) | |
(erase-buffer) | |
(insert "There was an error initializing the Elpy backend,\n" | |
"as the " missing-module " Python module was not found.\n" | |
"\n" | |
"Please install this module to use elpy.\n")) | |
(pop-to-buffer (current-buffer)))) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment