Bug#685798: medit : perl syntax highlighting bugs

2014-01-13 Thread Jose G. López
On Fri, 06 Dec 2013 21:00:39 -0800 Yevgen Muntyan wrote: > Hi there, > > I looked into it, it looks like perl highlighting definition tries to be > too smart with transliteration and substitution. I disabled those, and > the result seems better, but of course it doesn't highlight things like

Bug#685798: medit : perl syntax highlighting bugs

2013-12-06 Thread Yevgen Muntyan
Hi there, I looked into it, it looks like perl highlighting definition tries to be too smart with transliteration and substitution. I disabled those, and the result seems better, but of course it doesn't highlight things like s/foo/bar/ anymore. I am not using perl much myself, so I don't know

Bug#685798: medit : perl syntax highlighting bugs

2013-11-16 Thread Jose G. López
Hello Yevgen, I'm the package maintainer for medit in debian. First of all, congrats for this great software, is really useful. Well, I forward you this bug we recieved a year ago. I tried to investigate but for me it's very complex, too. I see you have a bug tracker at sourceforge, if you prefer

Bug#685798: medit : perl syntax highlighting bugs

2012-08-24 Thread Martin Dziobek
Package: medit Version: 1.0.93-1 Severity: minor The perl syntax highlighting of medit is somewhat broken. To reproduce: Open medit, set Document->Language->Scripts->Perl Type the following (excluding the 'snip'-lines): -- snip --- my ($mx, $my)=($e->x, $e->y ); # this is printed in re