[01:02:03] apergos: FWIW, 'git submodule foreach git pull' [01:02:25] yeah that returne instantly [01:02:38] instead of actually pulling anything. no idea why so I went the bash route [01:02:44] oh, it's that much broken :) [01:03:05] surely something in my setup but whatever [01:03:20] I'd go with the standard xkcd advice then [01:03:25] are they actually git submodules? [01:03:46] https://xkcd.com/1597/ [01:04:00] anyways now I'm going to stop and go to sleep unless someone can tell me why my invocations of hack-local-variables don't happen before lsp is initialized, I've spent hours in google and tried a bunch of different things and nada [01:04:09] well I don't know if they are [01:04:12] so that's one thing [01:04:17] is there a .gitmodules in there? [01:04:27] it's whatever I got when I checked out master some time [01:05:16] .git/modules/extensions/ I see a long list there [01:05:22] but .gitmodules, mmm [01:05:31] `git submodules --init --recursive` [01:05:47] the config file for git submodules is basically just a list of paths to the submodules. Sometimes those are absolute paths and moving the git dir breaks havoc. [01:05:52] or threads... `git submodule update --init --recursive -j 4` [01:06:08] know i've done that in the past [01:06:23] same if there are symlinks involved [01:06:27] and I've never checkd out these 198 or whatever it is extensons by hand, that is for sure [01:07:04] the top of the tree is itself a symlink but nothing below it [01:07:05] shrug [01:07:16] we ha(ve|d) some scripts for checking out all extensions... [01:07:37] ./extensions/Wikibase/.gitmodules lol [01:07:44] no top level one though [01:08:32] I'll gnore it for now, along with the emacs issue ( >_< ) and maybe try to get some sleep at 4 am as it is now [01:08:33] meh