python.el เป็นเวลานานผู้ใช้ python-mode.el?


1

มีโหมด loveshack python (python.el) หรือไม่

  • PY เปลือก
  • PY-รันภูมิภาค
  • PY-รันชั้นหรือ def

ที่มีอยู่ใน python-mode.el

คำตอบ:


1

ฉันไม่คุ้นเคยเช่นกัน แต่อาจเทียบเท่ากัน:

หลามส่งภูมิภาค

Send the region to the inferior Python process.
May print a message, so only suitable for interactive use.

หลามส่งภูมิภาคและไป

Send the region to the inferior Python process.
Then switch to the process buffer.

หลามส่ง defun

Send the current defun (class or method) to the inferior Python process.

หลามหลามคำสั่ง

Shell command to run Python interpreter.
Any arguments can't contain whitespace.
Note that IPython may not work properly;
it must at least be used with the `-cl' flag,
i.e. use `ipython -cl'.
Doesn't take full effect unless set through Custom.

ยังตรวจสอบ 'gallina' python.el เป็นที่กล่าวถึงที่นี่


0

คำสั่งทั้งหมดที่กล่าวถึงที่นี่มาจาก python-mode.el การโหลด python.el ที่จัดส่งไม่ได้ทำการยกเลิกการโหลดและไม่สั่ง python-mode.el เพื่อยกเลิกการโหลดคำสั่ง python.el ด้วยข้อยกเว้นหนึ่งประการ: สำหรับโหมดหลักโหลดล่าสุดจะเหนือกว่าและตั้งค่าให้เบาลง

โดยการใช้ไซต์ของเรา หมายความว่าคุณได้อ่านและทำความเข้าใจนโยบายคุกกี้และนโยบายความเป็นส่วนตัวของเราแล้ว
Licensed under cc by-sa 3.0 with attribution required.