Bug#375446: prolog.el: Mercury mode parethesis matching is wrong

2006-08-21 Thread Stefan Bruda
At 22:12 +0200 on 2006-8-21 Jorgen Schaefer wrote: > > I've asked around, and there seems to be no sane way to solve this: > Emacs' syntax tables are just context insensitive. This agrees with my knowledge too, so it must be true. > Is the 0'a construct that common that setting > `prolog-cha

Bug#375446: prolog.el: Mercury mode parethesis matching is wrong

2006-08-21 Thread Jorgen Schaefer
Stefan Bruda <[EMAIL PROTECTED]> writes: > Hi, Hi there! > Terribly sorry for the long delay, I've been away on vacation till > now. I hope you enjoyed yourself :-) > The problem is caused by `prolog-char-quote-workaround' being > set (non-nil, default). When this variable is set the character

Bug#375446: prolog.el: Mercury mode parethesis matching is wrong

2006-08-21 Thread Stefan Bruda
Hi, Terribly sorry for the long delay, I've been away on vacation till now. At 14:29 +0200 on 2006-6-27 Jorgen Schaefer wrote: > > When the character '0' comes before a close parenthesis ')' on mercury > mode, it ignores the close parenthesis at matching. > > So, when writting: > (predName

Bug#375446: prolog.el: Mercury mode parethesis matching is wrong

2006-06-25 Thread Marcos Dumay de Medeiros
Package: prolog.el Version: 1.12-1 Severity: normal When the character '0' comes before a close parenthesis ')' on mercury mode, it ignores the close parenthesis at matching. So, when writting: (predName(0)) Emacs will ignore the parenthesis that comes just after 0, reporting a not closed parethe