This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: python-mode.el replaces function on f1
Type: Stage:
Components: Demos and Tools Versions:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: barry Nosy List: barry, skip.montanaro, toneby
Priority: normal Keywords:

Created on 2002-09-06 20:45 by toneby, last changed 2022-04-10 16:05 by admin. This issue is now closed.

Messages (2)
msg12294 - (view) Author: Peter Toneby (toneby) Date: 2002-09-06 20:45
I've customized my global-keymap to save on F1, but
python-mode overrides this and opens help. You should
check if F1 is bound to something other than default,
if it is you shouldn't touch it. The other keys are OK,
since they start with C-c which is the keycombo
modespecific keys are "supposed" to use.
msg12295 - (view) Author: Skip Montanaro (skip.montanaro) * (Python triager) Date: 2003-08-01 04:27
Logged In: YES 
user_id=44345

Deleted the F1 key binding in 4.38
History
Date User Action Args
2022-04-10 16:05:39adminsetgithub: 37142
2002-09-06 20:45:23tonebycreate