Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
1d0364b2
Commit
1d0364b2
authored
May 19, 1998
by
Barry Warsaw
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(py-execute-string): Bind to C-c C-s, and put on menu
parent
751f4931
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
Misc/python-mode.el
Misc/python-mode.el
+2
-0
No files found.
Misc/python-mode.el
View file @
1d0364b2
...
...
@@ -593,6 +593,7 @@ Currently-active file is at the head of the list.")
;; subprocess commands
(
define-key
py-mode-map
"\C-c\C-c"
'py-execute-buffer
)
(
define-key
py-mode-map
"\C-c\C-m"
'py-execute-import-or-reload
)
(
define-key
py-mode-map
"\C-c\C-s"
'py-execute-string
)
(
define-key
py-mode-map
"\C-c|"
'py-execute-region
)
(
define-key
py-mode-map
"\e\C-x"
'py-execute-def-or-class
)
(
define-key
py-mode-map
"\C-c!"
'py-shell
)
...
...
@@ -729,6 +730,7 @@ package. Note that the latest X/Emacs releases contain this package.")
[
"Execute buffer"
py-execute-buffer
t]
[
"Execute region"
py-execute-region
(
mark
)
]
[
"Execute def or class"
py-execute-def-or-class
(
mark
)
]
[
"Execute string"
py-execute-string
t]
[
"Start interpreter..."
py-shell
t]
"-"
[
"Go to start of block"
py-goto-block-up
t]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment