ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: "Keith J. Schultz" <keithjschultz@web.de>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: MPLibrabray "txt" broken!?
Date: Wed, 15 May 2013 09:36:26 +0200	[thread overview]
Message-ID: <98E44392-CC37-4045-B06E-649C5E09FA13@web.de> (raw)
In-Reply-To: <51927AF9.8010101@wxs.nl>


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

Hi Hans,

Am 14.05.2013 um 19:57 schrieb Hans Hagen <pragma@wxs.nl>:

> On 5/14/2013 2:23 PM, Keith J. Schultz wrote:
>> Hi All, Hans,
>> 
>> I want to use  build_parshape and shapetext with the latest standalone
>> ConTeXt  ver: 2013.05.12 22:16 MKIV beta  fmt: 2013.5.13  int:
>> english/english
>> 
>> with the Example below I get a small box with the top part of a T in it.
>> 
>> Interresting enough the example works with the TexLive 2012 version!
	[snip, snip]

>> So something is astray! I do know that we are using a newer Metapost, but
>> I assume the problem is the library or how the temporary files are generated
>> or used.
> 
> some kind of initialization issue .. i uploaded a fix (crossed fingers)

	Well, the fix work in a way , yet it has introduced a new problem,
	or revealed an unnoticed one.
	
	The text is now display in the shape, yet there is no drawing preformed!
	The draw of the path is no preformed.
	It is even worst. Metapost seems to be doing no drawing at all, even in over
	overlays! The all are related to a similar error :
metapost        > initializing number mode 'scaled'
metapost        > output file 'mpout.log', mode 'w', ftype 'log'
metapost        > output file 'test2-mpgraph.mpd', mode 'w', ftype 0
metapost        > output file 'test2-mpgraph.mpd', mode 'w', ftype 0
metapost        > error: (/Users/quayjay/context/tex/texmf-context/metapost/context/base/mp-text.mpiv)



>> PageFraction
>> false
! Equation cannot be performed (numeric=boolean).
<to be read again> 
                   :
<*> ...0pt; VSize:=597.51323pt; PageFraction:=0>1:
                                                  (1-1)/(0-1)else:1fi; defau...

! Extra tokens will be flushed.
<to be read again> 
                   :
<*> ...0pt; VSize:=597.51323pt; PageFraction:=0>1:
                                                  (1-1)/(0-1)else:1fi; defau...
	I have attached the complete log file and the source.
	The error occurs, also, when the graphic is framed and put into a picture
	environment.
	
	I had deleted the standalone version and reinstalled with:
	sh ./first-setup.sh --modules=all --engine=luatex
	I have running a MacBook Pro 17" with OSX 10.8.3 

	I will also attach the result(test2.pdf) and the result from TexLive 2012(expected.pdf).

regards
	Keith.


	


[-- Attachment #1.2.1: Type: text/html, Size: 6343 bytes --]

[-- Attachment #1.2.2: test2.tex --]
[-- Type: application/octet-stream, Size: 901 bytes --]

\useMPlibrary[txt]

\startuseMPgraphic{shape}
  % Shape of the paragraph
  path p ; p := ((0,1)..(-1,0)..(1,0)--cycle) scaled 5cm ;
 
  
  build_parshape
  ( p,                     % shape path
   .5*\baselinedistance,  % offset
   .5*\baselinedistance,  % x offset
   .5*\baselinedistance,  % y offset
   \baselinedistance,     % distance between lines
   \strutheight,          % height of a line
   \strutdepth,           % depth of a line
   \strutheight           % height of the first line
  ) ;

% For visualization purposes only
  draw p;
 \stopuseMPgraphic

% For visualization purposes only
\defineoverlay[shape][\useMPgraphic{shape}]

\setupshapetexts%
  [bodyfont=10pt]

\starttext
\startshapetext[shape]
  \input knuth \endgraf
\stopshapetext


% The \type{background} is set only to visualize the parshape
\startTEXpage[background=shape,offset=2mm]
{\getshapetext}
\stopTEXpage
\stoptext

[-- Attachment #1.2.3: Type: text/html, Size: 227 bytes --]

[-- Attachment #1.2.4: test2.log --]
[-- Type: application/octet-stream, Size: 17211 bytes --]

(/Users/quayjay/context/tex/texmf-context/tex/context/base/cont-yes.mkiv

ConTeXt  ver: 2013.05.14 19:42 MKIV beta  fmt: 2013.5.14  int: english/english

system          > 'cont-new.mkiv' loaded
(/Users/quayjay/context/tex/texmf-context/tex/context/base/cont-new.mkiv)
system          > files > jobname 'test2', input './test2', result 'test2'
fonts           > latin modern fonts are not preloaded
languages       > language 'en' is active
("/Users/quayjay/Documents/Private/CoTeXt Testers/MP Stuff/test2.tex"
metapost        > library 'txt' is loaded (/Users/quayjay/context/tex/texmf-context/tex/context/base/meta-imp-txt.mkiv){/Users/quayjay/context/tex/texmf-context/fonts/map/pdftex/context/mkiv-base.map}
fonts           > preloading latin modern fonts (second stage)
fonts           > typescripts > unknown library 'loc'
{/Users/quayjay/context/tex/texmf/fonts/map/dvips/lm/lm-math.map}{/Users/quayjay/context/tex/texmf/fonts/map/dvips/lm/lm-rm.map}
fonts           > 'fallback modern rm 12pt' is loaded
metapost        > initializing instance 'metafun' using format 'metafun'
metapost        > loading 'metafun' as '/Users/quayjay/context/tex/texmf-context/metapost/context/base/metafun.mpiv' using method 'default'
metapost        > initializing number mode 'scaled'
metapost        > output file 'mpout.log', mode 'w', ftype 'log'
metapost        > output file 'test2-mpgraph.mpd', mode 'w', ftype 0
metapost        > output file 'test2-mpgraph.mpd', mode 'w', ftype 0
metapost        > error: (/Users/quayjay/context/tex/texmf-context/metapost/context/base/mp-text.mpiv)



>> PageFraction
>> false
! Equation cannot be performed (numeric=boolean).
<to be read again> 
                   :
<*> ...0pt; VSize:=597.51323pt; PageFraction:=1>1:
                                                  (1-1)/(1-1)else:1fi; defau...

! Extra tokens will be flushed.
<to be read again> 
                   :
<*> ...0pt; VSize:=597.51323pt; PageFraction:=1>1:
                                                  (1-1)/(1-1)else:1fi; defau...




[1]

no-error
metapost        > output file 'test2-mpgraph.mpd', mode 'w', ftype 0
metapost        > output file 'test2-mpgraph.mpd', mode 'w', ftype 0
metapost        > error: 

>> PageFraction
>> false
! Equation cannot be performed (numeric=boolean).
<to be read again> 
                   :
<*> ...0pt; VSize:=597.51323pt; PageFraction:=1>1:
                                                  (1-1)/(1-1)else:1fi; defau...

! Extra tokens will be flushed.
<to be read again> 
                   :
<*> ...0pt; VSize:=597.51323pt; PageFraction:=1>1:
                                                  (1-1)/(1-1)else:1fi; defau...




[1]

no-error
(test2-mpgraph.mpd) (/Users/quayjay/context/tex/texmf-context/tex/context/sample/knuth.tex)
metapost        > output file 'test2-mpgraph.mpd', mode 'w', ftype 0
metapost        > output file 'test2-mpgraph.mpd', mode 'w', ftype 0
metapost        > error: 


>> PageFraction
>> false
! Equation cannot be performed (numeric=boolean).
<to be read again> 
                   :
<*> ...42pt; VSize:=274.1488pt; PageFraction:=1>1:
                                                  (1-1)/(1-1)else:1fi; defau...

! Extra tokens will be flushed.
<to be read again> 
                   :
<*> ...42pt; VSize:=274.1488pt; PageFraction:=1>1:
                                                  (1-1)/(1-1)else:1fi; defau...




[1]

no-error
metapost        > output file 'test2-mpgraph.mpd', mode 'w', ftype 0
metapost        > output file 'test2-mpgraph.mpd', mode 'w', ftype 0
metapost        > error: 

>> PageFraction
>> false
! Equation cannot be performed (numeric=boolean).
<to be read again> 
                   :
<*> ...42pt; VSize:=274.1488pt; PageFraction:=1>1:
                                                  (1-1)/(1-1)else:1fi; defau...

! Extra tokens will be flushed.
<to be read again> 
                   :
<*> ...42pt; VSize:=274.1488pt; PageFraction:=1>1:
                                                  (1-1)/(1-1)else:1fi; defau...




[1]

no-error
backend         > xmp > using file '/Users/quayjay/context/tex/texmf-context/tex/context/base/lpdf-pdx.xml'
pages           > flushing realpage 1, userpage 1
 ) )</Users/quayjay/context/tex/texmf/fonts/opentype/public/lm/lmroman10-regular.otf>

system          > files > start used files

used files      >    1: filename=cont-yes.mkiv filetype=tex foundname=/Users/quayjay/context/tex/texmf-context/tex/context/base/cont-yes.mkiv usedmethod=database
used files      >    2: filename=cont-new.mkiv filetype=tex foundname=/Users/quayjay/context/tex/texmf-context/tex/context/base/cont-new.mkiv usedmethod=database
used files      >    3: filename=lang-us.lua filetype=lua foundname=/Users/quayjay/context/tex/texmf-context/tex/context/patterns/lang-us.lua usedmethod=database
used files      >    4: filename=/Users/quayjay/Documents/Private/CoTeXt Testers/MP Stuff/test2.tex foundname=/Users/quayjay/Documents/Private/CoTeXt Testers/MP Stuff/test2.tex usedmethod=direct
used files      >    5: filename=meta-imp-txt.mkiv filetype=tex foundname=/Users/quayjay/context/tex/texmf-context/tex/context/base/meta-imp-txt.mkiv usedmethod=database
used files      >    6: filename=mkiv-base.map filetype=map format=map foundname=/Users/quayjay/context/tex/texmf-context/fonts/map/pdftex/context/mkiv-base.map usedmethod=database
used files      >    7: filename=lm.lfg filetype=tex foundname=/Users/quayjay/context/tex/texmf-context/tex/context/fonts/lm.lfg usedmethod=database
used files      >    8: filename=lm-math.lfg filetype=tex foundname=/Users/quayjay/context/tex/texmf-context/tex/context/fonts/lm-math.lfg usedmethod=database
used files      >    9: filename=lm-math.map filetype=map format=map foundname=/Users/quayjay/context/tex/texmf/fonts/map/dvips/lm/lm-math.map usedmethod=database
used files      >   10: filename=lm-rm.map filetype=map format=map foundname=/Users/quayjay/context/tex/texmf/fonts/map/dvips/lm/lm-rm.map usedmethod=database
used files      >   11: filename=lmroman12-regular filetype=otf format=otf foundname=/Users/quayjay/context/tex/texmf/fonts/opentype/public/lm/lmroman12-regular.otf usedmethod=database
used files      >   12: filename=latinmodern-math.otf filetype=opentypefonts foundname=/Users/quayjay/context/tex/texmf/fonts/opentype/public/lm-math/latinmodern-math.otf usedmethod=database
used files      >   13: filename=latinmodern-math.otf filetype=otf format=otf foundname=/Users/quayjay/context/tex/texmf/fonts/opentype/public/lm-math/latinmodern-math.otf usedmethod=database
used files      >   14: filename=lmroman10-regular filetype=otf format=otf foundname=/Users/quayjay/context/tex/texmf/fonts/opentype/public/lm/lmroman10-regular.otf usedmethod=database
used files      >   15: filename=metafun.mpiv filetype=mp foundname=/Users/quayjay/context/tex/texmf-context/metapost/context/base/metafun.mpiv usedmethod=database
used files      >   16: filename=mp-base.mpiv filetype=mp format=mp foundname=/Users/quayjay/context/tex/texmf-context/metapost/context/base/mp-base.mpiv usedmethod=database
used files      >   17: filename=mp-tool.mpiv filetype=mp format=mp foundname=/Users/quayjay/context/tex/texmf-context/metapost/context/base/mp-tool.mpiv usedmethod=database
used files      >   18: filename=mp-mlib.mpiv filetype=mp format=mp foundname=/Users/quayjay/context/tex/texmf-context/metapost/context/base/mp-mlib.mpiv usedmethod=database
used files      >   19: filename=mp-page.mpiv filetype=mp format=mp foundname=/Users/quayjay/context/tex/texmf-context/metapost/context/base/mp-page.mpiv usedmethod=database
used files      >   20: filename=mp-butt.mpiv filetype=mp format=mp foundname=/Users/quayjay/context/tex/texmf-context/metapost/context/base/mp-butt.mpiv usedmethod=database
used files      >   21: filename=mp-shap.mpiv filetype=mp format=mp foundname=/Users/quayjay/context/tex/texmf-context/metapost/context/base/mp-shap.mpiv usedmethod=database
used files      >   22: filename=mp-grph.mpiv filetype=mp format=mp foundname=/Users/quayjay/context/tex/texmf-context/metapost/context/base/mp-grph.mpiv usedmethod=database
used files      >   23: filename=mp-grid.mpiv filetype=mp format=mp foundname=/Users/quayjay/context/tex/texmf-context/metapost/context/base/mp-grid.mpiv usedmethod=database
used files      >   24: filename=mp-form.mpiv filetype=mp format=mp foundname=/Users/quayjay/context/tex/texmf-context/metapost/context/base/mp-form.mpiv usedmethod=database
used files      >   25: filename=mp-figs.mpiv filetype=mp format=mp foundname=/Users/quayjay/context/tex/texmf-context/metapost/context/base/mp-figs.mpiv usedmethod=database
used files      >   26: filename=mp-func.mpiv filetype=mp format=mp foundname=/Users/quayjay/context/tex/texmf-context/metapost/context/base/mp-func.mpiv usedmethod=database
used files      >   27: filename=mp-text.mpiv filetype=mp format=mp foundname=/Users/quayjay/context/tex/texmf-context/metapost/context/base/mp-text.mpiv usedmethod=database
used files      >   28: filename=test2-mpgraph.mpd foundname=test2-mpgraph.mpd usedmethod=direct
used files      >   29: filename=knuth filetype=tex foundname=/Users/quayjay/context/tex/texmf-context/tex/context/sample/knuth.tex usedmethod=database
used files      >   30: filename=lpdf-pdx.xml filetype=tex foundname=/Users/quayjay/context/tex/texmf-context/tex/context/base/lpdf-pdx.xml usedmethod=database

system          > files > stop used files


system          > structure > start used structure

used structure  > text: test2

system          > structure > stop used structure


system          > files > start used files

used file       >    1: filename=cont-yes.mkiv filetype=tex foundname=/Users/quayjay/context/tex/texmf-context/tex/context/base/cont-yes.mkiv usedmethod=database
used file       >    2: filename=cont-new.mkiv filetype=tex foundname=/Users/quayjay/context/tex/texmf-context/tex/context/base/cont-new.mkiv usedmethod=database
used file       >    3: filename=lang-us.lua filetype=lua foundname=/Users/quayjay/context/tex/texmf-context/tex/context/patterns/lang-us.lua usedmethod=database
used file       >    4: filename=/Users/quayjay/Documents/Private/CoTeXt Testers/MP Stuff/test2.tex foundname=/Users/quayjay/Documents/Private/CoTeXt Testers/MP Stuff/test2.tex usedmethod=direct
used file       >    5: filename=meta-imp-txt.mkiv filetype=tex foundname=/Users/quayjay/context/tex/texmf-context/tex/context/base/meta-imp-txt.mkiv usedmethod=database
used file       >    6: filename=mkiv-base.map filetype=map format=map foundname=/Users/quayjay/context/tex/texmf-context/fonts/map/pdftex/context/mkiv-base.map usedmethod=database
used file       >    7: filename=lm.lfg filetype=tex foundname=/Users/quayjay/context/tex/texmf-context/tex/context/fonts/lm.lfg usedmethod=database
used file       >    8: filename=lm-math.lfg filetype=tex foundname=/Users/quayjay/context/tex/texmf-context/tex/context/fonts/lm-math.lfg usedmethod=database
used file       >    9: filename=lm-math.map filetype=map format=map foundname=/Users/quayjay/context/tex/texmf/fonts/map/dvips/lm/lm-math.map usedmethod=database
used file       >   10: filename=lm-rm.map filetype=map format=map foundname=/Users/quayjay/context/tex/texmf/fonts/map/dvips/lm/lm-rm.map usedmethod=database
used file       >   11: filename=lmroman12-regular filetype=otf format=otf foundname=/Users/quayjay/context/tex/texmf/fonts/opentype/public/lm/lmroman12-regular.otf usedmethod=database
used file       >   12: filename=latinmodern-math.otf filetype=opentypefonts foundname=/Users/quayjay/context/tex/texmf/fonts/opentype/public/lm-math/latinmodern-math.otf usedmethod=database
used file       >   13: filename=latinmodern-math.otf filetype=otf format=otf foundname=/Users/quayjay/context/tex/texmf/fonts/opentype/public/lm-math/latinmodern-math.otf usedmethod=database
used file       >   14: filename=lmroman10-regular filetype=otf format=otf foundname=/Users/quayjay/context/tex/texmf/fonts/opentype/public/lm/lmroman10-regular.otf usedmethod=database
used file       >   15: filename=metafun.mpiv filetype=mp foundname=/Users/quayjay/context/tex/texmf-context/metapost/context/base/metafun.mpiv usedmethod=database
used file       >   16: filename=mp-base.mpiv filetype=mp format=mp foundname=/Users/quayjay/context/tex/texmf-context/metapost/context/base/mp-base.mpiv usedmethod=database
used file       >   17: filename=mp-tool.mpiv filetype=mp format=mp foundname=/Users/quayjay/context/tex/texmf-context/metapost/context/base/mp-tool.mpiv usedmethod=database
used file       >   18: filename=mp-mlib.mpiv filetype=mp format=mp foundname=/Users/quayjay/context/tex/texmf-context/metapost/context/base/mp-mlib.mpiv usedmethod=database
used file       >   19: filename=mp-page.mpiv filetype=mp format=mp foundname=/Users/quayjay/context/tex/texmf-context/metapost/context/base/mp-page.mpiv usedmethod=database
used file       >   20: filename=mp-butt.mpiv filetype=mp format=mp foundname=/Users/quayjay/context/tex/texmf-context/metapost/context/base/mp-butt.mpiv usedmethod=database
used file       >   21: filename=mp-shap.mpiv filetype=mp format=mp foundname=/Users/quayjay/context/tex/texmf-context/metapost/context/base/mp-shap.mpiv usedmethod=database
used file       >   22: filename=mp-grph.mpiv filetype=mp format=mp foundname=/Users/quayjay/context/tex/texmf-context/metapost/context/base/mp-grph.mpiv usedmethod=database
used file       >   23: filename=mp-grid.mpiv filetype=mp format=mp foundname=/Users/quayjay/context/tex/texmf-context/metapost/context/base/mp-grid.mpiv usedmethod=database
used file       >   24: filename=mp-form.mpiv filetype=mp format=mp foundname=/Users/quayjay/context/tex/texmf-context/metapost/context/base/mp-form.mpiv usedmethod=database
used file       >   25: filename=mp-figs.mpiv filetype=mp format=mp foundname=/Users/quayjay/context/tex/texmf-context/metapost/context/base/mp-figs.mpiv usedmethod=database
used file       >   26: filename=mp-func.mpiv filetype=mp format=mp foundname=/Users/quayjay/context/tex/texmf-context/metapost/context/base/mp-func.mpiv usedmethod=database
used file       >   27: filename=mp-text.mpiv filetype=mp format=mp foundname=/Users/quayjay/context/tex/texmf-context/metapost/context/base/mp-text.mpiv usedmethod=database
used file       >   28: filename=test2-mpgraph.mpd foundname=test2-mpgraph.mpd usedmethod=direct
used file       >   29: filename=knuth filetype=tex foundname=/Users/quayjay/context/tex/texmf-context/tex/context/sample/knuth.tex usedmethod=database
used file       >   30: filename=lpdf-pdx.xml filetype=tex foundname=/Users/quayjay/context/tex/texmf-context/tex/context/base/lpdf-pdx.xml usedmethod=database

system          > files > stop used files


system          > options > start commandline options

used option     > autogenerate="true"
used option     > currentrun="3"
used option     > fulljobname="./test2.tex"
used option     > input="./test2.tex"
used option     > kindofrun="2"
used option     > maxnofruns="8"
used option     > no-parse-first-line="true"
used option     > synctex="1"

system          > options > stop commandline options

system          > options > start commandline files

used file       >    1: ./test2.tex

system          > options > stop commandline files



mkiv lua stats  > used config file: selfautoparent:/texmf/web2c/texmfcnf.lua
mkiv lua stats  > used cache path: /Users/quayjay/context/tex/texmf-cache/luatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e
mkiv lua stats  > synctex tracing: synctex has been enabled (extra log file generated)
mkiv lua stats  > resource resolver: loadtime 0.005 seconds, 3 scans with scantime 0.003 seconds, 0 shared scans, 30 found files, scanned paths: /Library/Fonts /System/Library/Fonts /Users/quayjay/Library/Fonts
mkiv lua stats  > stored bytecode data: 327 modules (0.123 sec), 69 tables (0.003 sec), 396 chunks (0.126 sec)
mkiv lua stats  > cleaned up reserved nodes: 41 nodes, 9 lists of 442
mkiv lua stats  > node memory usage: 4 glue, 4 penalty, 15 attribute, 29 glue_spec, 5 attribute_list
mkiv lua stats  > node list callback tasks: 6 unique task lists, 5 instances (re)created, 47 calls
mkiv lua stats  > used backend: pdf (backend for directly generating pdf output)
mkiv lua stats  > loaded patterns: en::2
mkiv lua stats  > jobdata time: 0.001 seconds saving, 0.001 seconds loading
mkiv lua stats  > callbacks: 214 direct, 571 indirect, 785 total
mkiv lua stats  > randomizer: resumed with value 0.40857777716991
mkiv lua stats  > lxml preparation time: 0.000 seconds, 0 nodes, 15 lpath calls, 0 cached calls
mkiv lua stats  > result saved in file: test2.pdf, compresslevel 3, objectcompreslevel 3
mkiv lua stats  > loaded fonts: 3 files: latinmodern-math.otf (experimental), lmroman10-regular.otf, lmroman12-regular.otf
mkiv lua stats  > fonts load time: 0.206 seconds 
mkiv lua stats  > luatex banner: this is luatex, version beta-0.76.0-2013040508  (tex live 2013/dev)(rev 4627)
mkiv lua stats  > control sequences: 37402 of 65536 + 100000
mkiv lua stats  > current memory usage: 53 MB (ctx: 53 MB)
mkiv lua stats  > runtime: 0.496 seconds, 1 processed pages, 1 shipped pages, 2.016 pages/second


[-- Attachment #1.2.5: Type: text/html, Size: 227 bytes --]

[-- Attachment #1.2.6: test2.pdf --]
[-- Type: application/pdf, Size: 9419 bytes --]

[-- Attachment #1.2.7: Type: text/html, Size: 227 bytes --]

[-- Attachment #1.2.8: expected.pdf --]
[-- Type: application/pdf, Size: 9655 bytes --]

[-- Attachment #1.2.9: Type: text/html, Size: 418 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
___________________________________________________________________________________

  reply	other threads:[~2013-05-15  7:36 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-05-14 12:23 Keith J. Schultz
2013-05-14 17:57 ` Hans Hagen
2013-05-15  7:36   ` Keith J. Schultz [this message]
2013-05-15 10:15     ` Keith J. Schultz
2013-05-15 11:04       ` Hans Hagen
2013-05-15 14:23         ` Keith J. Schultz

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=98E44392-CC37-4045-B06E-649C5E09FA13@web.de \
    --to=keithjschultz@web.de \
    --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).