ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Re: Verbatim Text with Embedded Formatting Commands (MkIV)
@ 2010-01-29 23:15 Tad Ashlock
  0 siblings, 0 replies; 6+ messages in thread
From: Tad Ashlock @ 2010-01-29 23:15 UTC (permalink / raw)
  To: ntg-context; +Cc: Hans Hagen

[-- Attachment #1: Type: text/plain, Size: 2382 bytes --]

Hans Hagen wrote:
> On 9-1-2010 0:52, Tad Ashlock wrote:
>
> > ...
>
> you can try the beta with
>
> \enabletrackers[buffers.visualize]
>
> \starttext
>
> \definetyping[C] % [option=C]
> \setuptyping[C][escape=yes]
>
> \startC
> #include <stdio.h>
> int main(){
>    return 0;
>    /BTEX{\em unreachedCode;}/ETEX
> }
> \stopC
>
> \setuptyping[escape=yes]
>
> \startTEX
> /BTEX\em sometex/ETEX
> /BTEX\em sometex/ETEX \after
> \before /BTEX\em sometex/ETEX
> \before /BTEX\em sometex/ETEX \after
> \before /BTEX\em sometex/ETEX \inbetween /BTEX\em sometex/ETEX \after
> \before \after
> \stopTEX
>
> \setuptyping[TEX][escape=no]
>
> \startTEX
> /BTEX\em sometex/ETEX
> /BTEX\em sometex/ETEX \after
> \before /BTEX\em sometex/ETEX
> \before /BTEX\em sometex/ETEX \after
> \before /BTEX\em sometex/ETEX \inbetween /BTEX\em sometex/ETEX \after
> \before \after
> \stopTEX
>
> \stoptext


I did try the beta with that example and it worked, of course.  But if
I add a second \startC ... \stopC section, then it breaks.  For
example, this code (also attached as tadtest0.tex):

============================================================
\enabletrackers[buffers.visualize]

\starttext

\definetyping[C] % [option=C]
\setuptyping[C][escape=yes]

\startC
#include <stdio.h>
int main(){
    return 0;
    /BTEX{\em unreachedCode;}/ETEX
}
\stopC

\startC
printf("The second C segment doesn't work.\n");
\stopC

\stoptext
============================================================

Produces this output:

============================================================
systems         : begin file test.tex at line 3
!buffers        : mapping 'c' visualizer onto 'typing'
!buffers        : setting escape range for visualizer 'C' to /BTEX -> /ETEX
! LuaTeX error ...text/tex/texmf-context/tex/context/base/buff-ini.lua:705:
attempt to index local 'visualizer' (a number value)
stack traceback:
    ...text/tex/texmf-context/tex/context/base/buff-ini.lua:705: in
function 'set_escape'
    <main ctx instance>:1: in main chunk.
\setupcommandsintype ...rameter \c!escape \!!es )}

\doinitializeverbatim ...\everyinitializeverbatim
                                                  \relax
\nododowithbuffer ->\egroup \doinitializeverbatim
                                                  \beginofverbatimlines \ctx...
l.18 \stopC
============================================================

Tad

[-- Attachment #2: tadtest0.tex --]
[-- Type: application/x-tex, Size: 299 bytes --]

[-- Attachment #3: Type: text/plain, Size: 486 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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 6+ messages in thread
* Verbatim Text with Embedded Formatting Commands (MkIV)
@ 2009-12-13 11:26 Tad Ashlock
  2009-12-13 12:18 ` Wolfgang Schuster
  2009-12-30 22:59 ` Hans Hagen
  0 siblings, 2 replies; 6+ messages in thread
From: Tad Ashlock @ 2009-12-13 11:26 UTC (permalink / raw)
  To: ntg-context

As noted at 
http://wiki.contextgarden.net/Verbatim_text#Embedded_formatting_commands, 
the embedded formatting commands in verbatim text don't work in MkIV.

Are there any plans to fix this capability soon?  I'm planning on 
working on a project on over the holiday break that will need it.

I'm not pushing to change your priorities.  If it's not going to be 
fixed soon, then I'll implement a simple verbatim module that supports 
embedded formatting commands that will do until the official module 
works.  I just don't want to waste that effort if verbatim is going to 
be fixed soon anyway.

Thanks,
Tad Ashlock
___________________________________________________________________________________
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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

end of thread, other threads:[~2010-01-29 23:15 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-01-29 23:15 Verbatim Text with Embedded Formatting Commands (MkIV) Tad Ashlock
  -- strict thread matches above, loose matches on Subject: below --
2009-12-13 11:26 Tad Ashlock
2009-12-13 12:18 ` Wolfgang Schuster
2009-12-30 22:59 ` Hans Hagen
2010-01-08 23:52   ` Tad Ashlock
2010-01-11 12:32     ` 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).