Guenter Milde wrote: > * as the special meaning of the ~ character in babel's polutonikogreek > is now cared for by LyX, we don't need special setup code. > > --- a/lib/languages > +++ b/lib/languages > @@ -43,7 +43,7 @@ german german "German (old spelling)" > false iso8859-1 ngerman ngerman "German" false iso8859-15 > de_DE "" german-ch ngerman "German (Switzerland)" false iso8859-15 > de_CH "" > greek greek "Greek" false iso8859-7 el_GR "" > -polutonikogreek polutonikogreek "Greek > (polytonic)" false iso8859-7 el_GR > "\addto\extraspolutonikogreek{\let\~\char126}\addto\extrasgreek{\let\~\cha > r126}" +polutonikogreek polutonikogreek "Greek > (polytonic)" false iso8859-7 el_GR "" > hebrew hebrew "Hebrew" true cp1255 he_IL "" # > "hungarian" is a synonym for the "magyar" babel language option # > "hungarian" might be used for special purposes, see > http://www.math.bme.hu/la
This extra definition is there to enable accent-tilde with Greek. Does this still work with your patch? Jürgen