Conversation with #inferno at Mon Mar 28 19:11:58 2011 on powerman-asdf@irc.freenode.net (irc) (19:54:33) KillerX left the room (quit: Quit: KillerX). (20:35:14) KillerX [~anant@2620:101:8003:200:21b:63ff:fea5:86ee] entered the room. (21:33:42) perdix [~mkhl@sxemacs/devel/perdix] entered the room. (21:45:22) tensai_cirno [~cirno@77.232.15.216] entered the room. (21:50:22) mjl-: does anyone know if there is a reliable way for an emu (any host os) to find the homedir in the host os of the user that started emu? (21:50:41) mjl-: you can find the host os in a variable set by emu (21:51:08) mjl-: but you can't access host os environment vars afaik, so can't query $HOME or $home or whatever it is on macosx or nt (22:10:39) anth_x: sounds like a reasonable extension to #e, analogous to plan9's #ec. (22:10:42) anth_x: (roughly) (22:11:14) anth_x: of course, since you said *any* host os, yes, this is easy when hosted on plan9. :-) (22:11:28) anth_x: (read /n/local/env/home) (22:11:40) mjl-: hehe :) (22:11:54) mjl-: i want the scheme to work on any host os ;) (22:11:54) anth_x: most things are easier when running on plan 9. :-) (22:11:59) mjl-: all supported host os'es (22:12:06) mjl-: it's almost cheating ;) (22:12:07) anth_x: oh, the other kind of "any". (22:12:29) anth_x: i don't believe such a thing exists. it does seem like a reasonable extension to #e. (22:13:07) mjl-: yeah (22:13:11) mjl-: perhaps i should give it a try (22:13:41) mjl-: nah, i don't need it that badly, better just put it on the todo list ;) (22:28:45) powerman: mjl-: i'm using `{os sh -c 'echo $HOME'