This is fixed in wxmaxima-14.12.1. Here's a patch for wxmaxima-13.04.2:

--- wxmaxima-13.04.2.old/src/BTextCtrl.cpp      2013-01-31 08:52:58.000000000 
+0100
+++ wxmaxima-13.04.2/src/BTextCtrl.cpp  2015-05-23 17:47:36.655005042 +0200
@@ -149,5 +149,9 @@
 }
 
 BEGIN_EVENT_TABLE(BTextCtrl, wxTextCtrl)
+#if defined __WXGTK__
+  EVT_KEY_DOWN(BTextCtrl::OnChar)
+#else
   EVT_CHAR(BTextCtrl::OnChar)
+#endif
 END_EVENT_TABLE()

This fixes the crashes, but inserting matching parenthesis works only for ( and 
not for [,{ or ".


-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/trinity-5bd288b7-b882-4e1f-bbe0-e1c72e4e8d29-1432470511594@3capp-webde-bs08

Reply via email to