ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* t-vim failed
@ 2013-01-05 14:08 土卜皿
  2013-01-05 14:46 ` Wolfgang Schuster
  0 siblings, 1 reply; 4+ messages in thread
From: 土卜皿 @ 2013-01-05 14:08 UTC (permalink / raw)
  To: mailing list for ConTeXt users

hi, all
    I wanted to use t-vim modules, but I got the following error when
compiling the file:
\usemodule[vim]
\definevimtyping[C][syntax=C]
\starttext
\startitemize
  \item A hello world example in C
    \startC
      #include<stdio.h>
      int main()
      {
        printf("Hello World")
      }
    \stopC
\stopitemize
\stoptext

the errors as follows:
fonts           > preloading latin modern fonts (second stage)
fonts           > typescripts > unknown: library 'loc'
{/software/spring-mvc/context-MIV/tex/texmf/fonts/map/dvips/lm/lm-math.map}{/software/spring-mvc/context-MIV/tex/texmf/fonts/map/dvips/lm/lm-rm.map}
fonts           > fallback modern rm 12pt is loaded
setup           > error in line 12, namespace "289>", key "temp-C-0"
(vim-test-temp-C-0.vimout)

can anyone help me? thanks

BEST REGARDS
PengCZ
___________________________________________________________________________________
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] 4+ messages in thread

* Re: t-vim failed
  2013-01-05 14:08 t-vim failed 土卜皿
@ 2013-01-05 14:46 ` Wolfgang Schuster
  2013-01-07  0:41   ` 土卜皿
  0 siblings, 1 reply; 4+ messages in thread
From: Wolfgang Schuster @ 2013-01-05 14:46 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 05.01.2013 um 15:08 schrieb 土卜皿 <pengcz.nwpu@gmail.com>:

> hi, all
>    I wanted to use t-vim modules, but I got the following error when
> compiling the file:
> \usemodule[vim]
> \definevimtyping[C][syntax=C]
> \starttext
> \startitemize
>  \item A hello world example in C
>    \startC
>      #include<stdio.h>
>      int main()
>      {
>        printf("Hello World")
>      }
>    \stopC
> \stopitemize
> \stoptext
> 
> the errors as follows:
> fonts           > preloading latin modern fonts (second stage)
> fonts           > typescripts > unknown: library 'loc'
> {/software/spring-mvc/context-MIV/tex/texmf/fonts/map/dvips/lm/lm-math.map}{/software/spring-mvc/context-MIV/tex/texmf/fonts/map/dvips/lm/lm-rm.map}
> fonts           > fallback modern rm 12pt is loaded
> setup           > error in line 12, namespace "289>", key "temp-C-0"
> (vim-test-temp-C-0.vimout)
> 
> can anyone help me? thanks

The message comes from a bug in the recent change of the \savebuffer command.

It’s easy to fix and I sent one to the dev list, it should be fixed with the next beta from Hans.

Wolfgang
___________________________________________________________________________________
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] 4+ messages in thread

* Re: t-vim failed
  2013-01-05 14:46 ` Wolfgang Schuster
@ 2013-01-07  0:41   ` 土卜皿
  2013-01-07  0:47     ` 土卜皿
  0 siblings, 1 reply; 4+ messages in thread
From: 土卜皿 @ 2013-01-07  0:41 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

2013/1/5 Wolfgang Schuster <wolfgang.schuster@gmail.com>

>
> Am 05.01.2013 um 15:08 schrieb 土卜皿 <pengcz.nwpu@gmail.com>:
>
> > hi, all
> >    I wanted to use t-vim modules, but I got the following error when
> > compiling the file:
> > \usemodule[vim]
> > \definevimtyping[C][syntax=C]
> > \starttext
> > \startitemize
> >  \item A hello world example in C
> >    \startC
> >      #include<stdio.h>
> >      int main()
> >      {
> >        printf("Hello World")
> >      }
> >    \stopC
> > \stopitemize
> > \stoptext
> >
> > the errors as follows:
> > fonts           > preloading latin modern fonts (second stage)
> > fonts           > typescripts > unknown: library 'loc'
> >
> {/software/spring-mvc/context-MIV/tex/texmf/fonts/map/dvips/lm/lm-math.map}{/software/spring-mvc/context-MIV/tex/texmf/fonts/map/dvips/lm/lm-rm.map}
> > fonts           > fallback modern rm 12pt is loaded
> > setup           > error in line 12, namespace "289>", key "temp-C-0"
> > (vim-test-temp-C-0.vimout)
> >
> > can anyone help me? thanks
>
> The message comes from a bug in the recent change of the \savebuffer
> command.
>
> It’s easy to fix and I sent one to the dev list, it should be fixed with
> the next beta from Hans.
>
> What should I do to find whether Hans release the next beta before
installing?

Thanks!

BEST REGARDS

PengCZ

>
> ___________________________________________________________________________________
> 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
>
> ___________________________________________________________________________________

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

[-- Attachment #2: Type: text/plain, Size: 485 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] 4+ messages in thread

* Re: t-vim failed
  2013-01-07  0:41   ` 土卜皿
@ 2013-01-07  0:47     ` 土卜皿
  0 siblings, 0 replies; 4+ messages in thread
From: 土卜皿 @ 2013-01-07  0:47 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

Hi, all
   Sorry, I really hoped that I did not ask the previous question!
   I found the list in
    http://minimals.contextgarden.net/current/context/

BEST REGARDS
PengCZ


2013/1/7 土卜皿 <pengcz.nwpu@gmail.com>

>
>
>
> 2013/1/5 Wolfgang Schuster <wolfgang.schuster@gmail.com>
>
>>
>> Am 05.01.2013 um 15:08 schrieb 土卜皿 <pengcz.nwpu@gmail.com>:
>>
>> > hi, all
>> >    I wanted to use t-vim modules, but I got the following error when
>> > compiling the file:
>> > \usemodule[vim]
>> > \definevimtyping[C][syntax=C]
>> > \starttext
>> > \startitemize
>> >  \item A hello world example in C
>> >    \startC
>> >      #include<stdio.h>
>> >      int main()
>> >      {
>> >        printf("Hello World")
>> >      }
>> >    \stopC
>> > \stopitemize
>> > \stoptext
>> >
>> > the errors as follows:
>> > fonts           > preloading latin modern fonts (second stage)
>> > fonts           > typescripts > unknown: library 'loc'
>> >
>> {/software/spring-mvc/context-MIV/tex/texmf/fonts/map/dvips/lm/lm-math.map}{/software/spring-mvc/context-MIV/tex/texmf/fonts/map/dvips/lm/lm-rm.map}
>> > fonts           > fallback modern rm 12pt is loaded
>> > setup           > error in line 12, namespace "289>", key "temp-C-0"
>> > (vim-test-temp-C-0.vimout)
>> >
>> > can anyone help me? thanks
>>
>> The message comes from a bug in the recent change of the \savebuffer
>> command.
>>
>> It’s easy to fix and I sent one to the dev list, it should be fixed with
>> the next beta from Hans.
>>
>> What should I do to find whether Hans release the next beta before
> installing?
>
> Thanks!
>
> BEST REGARDS
>
> PengCZ
>
>>
>> ___________________________________________________________________________________
>> 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
>>
>> ___________________________________________________________________________________
>
>
>

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

[-- Attachment #2: Type: text/plain, Size: 485 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] 4+ messages in thread

end of thread, other threads:[~2013-01-07  0:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-01-05 14:08 t-vim failed 土卜皿
2013-01-05 14:46 ` Wolfgang Schuster
2013-01-07  0:41   ` 土卜皿
2013-01-07  0:47     ` 土卜皿

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).