ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: context@vivaldi.net
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: Retrieving original value of enviroment variable HOME
Date: Thu, 14 May 2020 09:47:09 +0200	[thread overview]
Message-ID: <e409af5e9ac15b20591101690385574f@vivaldi.net> (raw)
In-Reply-To: <83447f4f-916b-b337-3ecf-da4a5e77a442@xs4all.nl>

Hello Hans,

I made some observations and ... - shortly, the simpliest solution seems 
to me:

Would it be accptable for your to replace

   "
   local homedir = osgetenv(ostype == "windows" and 'USERPROFILE' or 
'HOME') or ''
   "

with:

   "
   local homedir= ostype=="windows" and (osgetenv('HOME') or 
osgetenv('USERPROFILE')) or osgetenv('HOME') or ''
   "

- I made that replacement in:

   tex\texmf-mswin\bin\mtxrun.lua

and

   tex\texmf-context\tex\context\base\mkiv\data-ini.lua

(I have also another solution, but you might find it more hacky, so 
let's keep it in silence so far...)

Best regards,

Lukas


On 2020-05-12 13:53, Hans Hagen wrote:
> On 5/12/2020 11:36 AM, context@vivaldi.net wrote:
> 
>> And - once I "inject" an extra debug info - do I have to call 
>> "context.exe --make --generate" (or similar)?
> You need to remake the fomat (and make sure you have the right
> mtxrun/context scripts).
> 
> Hans
___________________________________________________________________________________
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

      reply	other threads:[~2020-05-14  7:47 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-06 15:43 context
2020-05-07  6:54 ` Hans Hagen
2020-05-07 10:30   ` context
2020-05-08 12:18     ` Hans Hagen
2020-05-10 12:33       ` context
2020-05-10 15:20         ` Hans Hagen
2020-05-11  7:44           ` context
2020-05-11  8:51             ` Hans Hagen
2020-05-11 10:50               ` context
2020-05-11 10:54                 ` Henning Hraban Ramm
2020-05-11 13:36                   ` Henning Hraban Ramm
2020-05-11 10:58                 ` Marco Patzer
2020-05-11 15:20                   ` context
2020-05-11 15:57               ` context
2020-05-12  8:53                 ` Hans Hagen
2020-05-12  9:36                   ` context
2020-05-12 11:53                     ` Hans Hagen
2020-05-14  7:47                       ` context [this message]

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=e409af5e9ac15b20591101690385574f@vivaldi.net \
    --to=context@vivaldi.net \
    --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).