ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* where is completecontent defined?
@ 2013-04-16 15:51 Meer, H. van der
  2013-04-16 15:57 ` Wolfgang Schuster
  0 siblings, 1 reply; 4+ messages in thread
From: Meer, H. van der @ 2013-04-16 15:51 UTC (permalink / raw)
  To: NTG ConTeXt

I tried to find the definition of \completecontent in the source, but searching for it doesn't turn up its occurence. Where do I have to look?

Hans van der Meer



___________________________________________________________________________________
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: where is completecontent defined?
  2013-04-16 15:51 where is completecontent defined? Meer, H. van der
@ 2013-04-16 15:57 ` Wolfgang Schuster
  2013-04-16 19:12   ` Meer, H. van der
  0 siblings, 1 reply; 4+ messages in thread
From: Wolfgang Schuster @ 2013-04-16 15:57 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 16.04.2013 um 17:51 schrieb "Meer, H. van der" <H.vanderMeer@uva.nl>:

> I tried to find the definition of \completecontent in the source, but searching for it doesn't turn up its occurence. Where do I have to look?

The \completecontent command is created with \definecombinedlist[content].

The definition for \definecombinedlist is in strc-lst.mkvi but \completecontent is defined in strc-def.mkiv

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: where is completecontent defined?
  2013-04-16 15:57 ` Wolfgang Schuster
@ 2013-04-16 19:12   ` Meer, H. van der
  2013-04-16 19:28     ` Hans Hagen
  0 siblings, 1 reply; 4+ messages in thread
From: Meer, H. van der @ 2013-04-16 19:12 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Your statement doesn't seem true. In neither of the files you mentioned is there a string 'completecontent' to be found. Always assuming I can trust my BBEdit search, of course.
In fact 'completecontent' occurs in one place only, as %\completecontent in strc-pag.mkiv, that is all. I excluded mkii files in order not to mix things up between mkii and mkiv.

Hans van der Meer

On 16 Apr 2013, at 5:57 PM, Wolfgang Schuster <schuster.wolfgang@gmail.com> wrote:

> 
> Am 16.04.2013 um 17:51 schrieb "Meer, H. van der" <H.vanderMeer@uva.nl>:
> 
>> I tried to find the definition of \completecontent in the source, but searching for it doesn't turn up its occurence. Where do I have to look?
> 
> The \completecontent command is created with \definecombinedlist[content].
> 
> The definition for \definecombinedlist is in strc-lst.mkvi but \completecontent is defined in strc-def.mkiv
> 
> 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: where is completecontent defined?
  2013-04-16 19:12   ` Meer, H. van der
@ 2013-04-16 19:28     ` Hans Hagen
  0 siblings, 0 replies; 4+ messages in thread
From: Hans Hagen @ 2013-04-16 19:28 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 4/16/2013 9:12 PM, Meer, H. van der wrote:
> Your statement doesn't seem true. In neither of the files you mentioned is there a string 'completecontent' to be found. Always assuming I can trust my BBEdit search, of course.
> In fact 'completecontent' occurs in one place only, as %\completecontent in strc-pag.mkiv, that is all. I excluded mkii files in order not to mix things up between mkii and mkiv.

context has a multi lingual interface so for such things you need to 
grep for

  e!complete

in *.mkiv and *.mkvi as the command is made out of "complete" and 
"content" with the first being a command snippet (e!) and the second a
tag (of the list)

that approach is pretty old so also present in mkii

Hans



-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
                                              | 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://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-04-16 19:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-04-16 15:51 where is completecontent defined? Meer, H. van der
2013-04-16 15:57 ` Wolfgang Schuster
2013-04-16 19:12   ` Meer, H. van der
2013-04-16 19:28     ` 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).