采用
(kbd "RET")
尝试使用python.el
(eval-after-load "python" '(define-key python-mode-map [(control c)(kbd "RET")] 'python-shell-send-region))
WRT python-mode.el:
(eval-after-load "python-mode" '(define-key python-mode-map [(control c) (kbd "RET")] 'py-execute-region))
顺便说一句,除非需要IPython-
exclusiv功能,否则建议通过通用Python从Emacs执行代码。IPython实现了很多很酷的东西,这些东西看起来与Emacs正交,Emacs也实现了很多很酷的东西。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)