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: menues in emacs21 in transient mode
Type: Stage:
Components: Demos and Tools Versions: Python 2.3
process
Status: closed Resolution:
Dependencies: Superseder:
Assigned To: barry Nosy List: barry, doko, skip.montanaro
Priority: normal Keywords:

Created on 2002-10-10 20:32 by doko, last changed 2022-04-10 16:05 by admin. This issue is now closed.

Messages (2)
msg12747 - (view) Author: Matthias Klose (doko) * (Python committer) Date: 2002-10-10 20:32
[from http://bugs.debian.org/160130 and
http://bugs.debian.org/144653]

python-elisp: Menus don't work under emacs21 in
transient mark mode

Under Emacs 21, any attempt to access the menus in
python-mode fails unless the mark is active, with the
message

Debugger entered--Lisp error: (mark-inactive)
  signal(mark-inactive nil)
  mark()

This happens only if transient-mark-mode (menu item:
Options->Active Region Highlighting) is active and
'debug-on-error' is on.
msg12748 - (view) Author: Skip Montanaro (skip.montanaro) * (Python triager) Date: 2003-08-05 03:08
Logged In: YES 
user_id=44345

closing - migrating to the new python-mode project.
Here's a link to that bug report:

https://sourceforge.net/tracker/
index.php?func=detail&aid=783237&group_id=86916&ati
d=581349
History
Date User Action Args
2022-04-10 16:05:45adminsetgithub: 37308
2002-10-10 20:32:17dokocreate