ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Re: Scite module and escape does not work anymore
       [not found] <mailman.1880.1504007198.2080.ntg-context@ntg.nl>
@ 2017-08-30  7:19 ` Christoph Reller
  0 siblings, 0 replies; 3+ messages in thread
From: Christoph Reller @ 2017-08-30  7:19 UTC (permalink / raw)
  To: ntg-context


[-- Attachment #1.1: Type: text/plain, Size: 496 bytes --]

On Tue, 29 Aug 2017 13:29:59 +0200 Hans Hagen <pragma@wxs.nl>   wrote:

> On 8/29/2017 9:31 AM, Christoph Reller wrote:
> > Hi,
> >
> > I noticed that the scite module (m-scite.mkiv) has undergone some
> > changes recently. When using this module to highlight source code, then
> > the escape mechanism does not seem to work anymore.
> >
> > Can this be fixed? Thank you in advance for your effort.
> i'll intercept it (there are no escapes in scite mode)
>
Oh, I see. Thank you, Hans.
Christoph

[-- Attachment #1.2: Type: text/html, Size: 815 bytes --]

[-- Attachment #2: Type: text/plain, Size: 492 bytes --]

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Scite module and escape does not work anymore
  2017-08-29  7:31 Christoph Reller
@ 2017-08-29 11:29 ` Hans Hagen
  0 siblings, 0 replies; 3+ messages in thread
From: Hans Hagen @ 2017-08-29 11:29 UTC (permalink / raw)
  To: ntg-context

On 8/29/2017 9:31 AM, Christoph Reller wrote:
> Hi,
> 
> I noticed that the scite module (m-scite.mkiv) has undergone some 
> changes recently. When using this module to highlight source code, then 
> the escape mechanism does not seem to work anymore.
> 
> MWE:
> \enabletrackers[buffers.visualize]
> \usemodule[scite]
> \setuptyping[TEX][escape={[[,]]}]
> \starttext
> \startTEX
> \test[[\em test]]
> \stopTEX
> \stoptext
> 
> The reported error is:
> [ctxlua]:221: attempt to index local 'specification' (a nil value)
> stack traceback:
> [ctxlua]:221: in function <[ctxlua]:220>
> [C]: in function 'lpegmatch'
> ...ext/tex/texmf-context/tex/context/base/mkiv/buff-ver.lua:283: in 
> function 'n'
> ...ext/tex/texmf-context/tex/context/base/mkiv/buff-ver.lua:511: in 
> function 'visualize'
> ...ext/tex/texmf-context/tex/context/base/mkiv/buff-ver.lua:760: in 
> function <...ext/tex/texmf-context/tex/context/base/mkiv/buff-ver.lua:752>
> (...tail calls...)
> 
> Can this be fixed? Thank you in advance for your effort.
i'll intercept it (there are no escapes in scite mode)

Hans


-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
        tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Scite module and escape does not work anymore
@ 2017-08-29  7:31 Christoph Reller
  2017-08-29 11:29 ` Hans Hagen
  0 siblings, 1 reply; 3+ messages in thread
From: Christoph Reller @ 2017-08-29  7:31 UTC (permalink / raw)
  To: ntg-context


[-- Attachment #1.1: Type: text/plain, Size: 933 bytes --]

Hi,

I noticed that the scite module (m-scite.mkiv) has undergone some changes
recently. When using this module to highlight source code, then the escape
mechanism does not seem to work anymore.

MWE:
\enabletrackers[buffers.visualize]
\usemodule[scite]
\setuptyping[TEX][escape={[[,]]}]
\starttext
\startTEX
\test[[\em test]]
\stopTEX
\stoptext

The reported error is:
[ctxlua]:221: attempt to index local 'specification' (a nil value)
stack traceback:
[ctxlua]:221: in function <[ctxlua]:220>
[C]: in function 'lpegmatch'
...ext/tex/texmf-context/tex/context/base/mkiv/buff-ver.lua:283: in
function 'n'
...ext/tex/texmf-context/tex/context/base/mkiv/buff-ver.lua:511: in
function 'visualize'
...ext/tex/texmf-context/tex/context/base/mkiv/buff-ver.lua:760: in
function <...ext/tex/texmf-context/tex/context/base/mkiv/buff-ver.lua:752>
(...tail calls...)

Can this be fixed? Thank you in advance for your effort.

Cheers,
Christoph

[-- Attachment #1.2: Type: text/html, Size: 1539 bytes --]

[-- Attachment #2: Type: text/plain, Size: 492 bytes --]

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-08-30  7:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <mailman.1880.1504007198.2080.ntg-context@ntg.nl>
2017-08-30  7:19 ` Scite module and escape does not work anymore Christoph Reller
2017-08-29  7:31 Christoph Reller
2017-08-29 11:29 ` Hans Hagen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).