wxMaxima-developers / wxmaxima

A gui for the computer algebra system Maxima built with wxWidgets
https://wxMaxima-developers.github.io/wxmaxima/
Other
478 stars 99 forks source link

Inconsistent automatic greek letters #1435

Open ejbarth opened 4 years ago

ejbarth commented 4 years ago

After turning on "change names of greek letter to greek letters"

lambda doesn't result in a symbol Lambda correctly gives upper case lambda gamma gives upper case gamma Gamma correctly gives upper case gamma

wxMaxima version: 20.06.6_MSW_OpenMP201511+Locks using wxWidgets version: wxWidgets 3.1.3 Maxima version: 5.44.0 Maxima build date: 2020-06-08 22:46:53 Host type: x86_64-w64-mingw32 System type: Win32 6.2.9200 X86-64 Lisp implementation type: SBCL Lisp implementation version: 2.0.0 wxMaxima's idea of the directory layout is: User configuration dir: C:\Users\Eric Barth/maxima/ Help dir: C:\maxima-5.44.0\share/doc/wxmaxima

gunterkoenigsmann commented 4 years ago

The lambda thing looks strange. But the gamma one might have been a feature once as there is a gamma() function that is normally represented by an uppercase lambda.

gunterkoenigsmann commented 4 years ago

The xml monitor shows that the problems might both lie in wxmathml.lisp. ...but I don't really see what is amiss, there...