ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: "Günter Kolousek" <guenter.kolousek@gmail.com>
To: ntg-context@ntg.nl
Subject: Re: Bug with vimtyping: no line numbers
Date: Thu, 14 Aug 2014 10:19:26 +0200	[thread overview]
Message-ID: <20140814101926.6a5e39ae@google.com> (raw)
In-Reply-To: <alpine.DEB.2.02.1408131037260.29684@nqv-guvaxcnq>


It works with this workaround. Thanx for the help!

Regards
Günter

Am Wed, 13 Aug 2014 10:39:46 -0400 (EDT)
schrieb Aditya Mahajan <adityam@umich.edu>:

> On Mon, 11 Aug 2014, Günter Kolousek wrote:
> 
> >
> > I think there is a bug in the (latest) beta that was not there
> > earlier this year. In particular, it worked (and still works) in
> > the version
> >
> >  current version: 2014.03.19 23:11
> >
> > but it show *no* line numbers at all in the (latest) beta:
> >
> >  current version: 2014.07.30 10:31
> >
> > A minimal example follows:
> >
> > \usemodule[vim]
> >
> > \setupvimtyping[%
> >    numbering=yes,%
> >    numberdistance=2em]
> > \definevimtyping[cpp][syntax=cpp]
> >
> > \starttext
> > \startcpp
> > #include <iostream>
> >
> > int main() {
> >    std::cout << "Hello, world!" << std::endl;
> > }
> > \stopcpp
> > \stoptext
> >
> > Sadly, I'm not a ConTeXt nor a lua expert so maybe anybody can help?
> 
> A quick work around is to add
> 
>    numberlocation=left
> 
> in your setup. For example:
> 
> \usemodule[vim]
> 
> \setupvimtyping
>    [
>      numbering=yes,
>      numberdistance=1em,
>      numberlocation=left,
>    ]
> 
> \definevimtyping[cpp][syntax=cpp]
> 
> \starttext
> \startcpp
> #include <iostream>
> 
> int main() {
>      std::cout << "Hello, world!" << std::endl;
> }
> \stopcpp
> \stoptext
> 
> numberlocation=left is the default anyways, so I don't know why the
> bug occurs.
> 
> Aditya

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

  parent reply	other threads:[~2014-08-14  8:19 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-11 15:37 Günter Kolousek
2014-08-12 15:36 ` Aditya Mahajan
2014-08-12 20:07   ` Günter Kolousek
2014-08-13 14:39 ` Aditya Mahajan
2014-08-13 14:52   ` Wolfgang Schuster
2014-08-13 14:56     ` Aditya Mahajan
2014-08-14  8:19   ` Günter Kolousek [this message]
2014-08-14 16:16     ` Aditya Mahajan
  -- strict thread matches above, loose matches on Subject: below --
2014-08-12 22:12 Akira Kakuto
2014-08-11 12:31 Günter Kolousek

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20140814101926.6a5e39ae@google.com \
    --to=guenter.kolousek@gmail.com \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).