wgreenhouse: tried your link but not really sure what it watns from me http://dpaste.com/34WBYGA
Alas
wgreenhouse: Do you have a recommendation out of the 3 you mentioned
taylanub
I wonder if it was me who started the whole foo.body.scm convention, or if others just thought the same thing
wgreenhouse
VariaVarietatis: it would help to know what is in .bashrc VariaVarietatis: but basically your gnupg setup seems spookily weird and nothing like any I've seen before :D I am fascinated but also perplexed
VariaVarietatis
wgreenhouse: http://dpaste.com/17MB51Z
wgreenhouse
VariaVarietatis: add your gnupg fingerprint to the keychain --eval line and remove id_dsa as you apparently don't have that ssh key and shouldn't, btw, it should be id_rsa or id_ed25519; DSA keys for ssh are deprecated
felipedvorak
Any Clojurist here find the font-lock for Clojure lacking? Ex: function names when they are called but aren't builtin, or & for rest params... This is driving me crazy
wgreenhouse
Alas: I used Gnus as an IMAP client at one time; these days I do download all my mail Alas: but it is pretty nice as an IMAP client in my opinion
sorry, the "keyid" either short or long form so should be one hex number with no spaces
Alas
wgreenhouse: if I use an IMAP client with emacs, does it just save the mail temporarily and delete it or does it save what I read permanently? Because I think Mail.app does the latter and mail ends up taking some space
wgreenhouse
Alas: in gnus it's configurable. Alas: you can use local caching for messages or do without the simplest configuration won't have it
Alas
wgreenhouse: Alright thanks a lot
bremner
what's the best way to run an inferior node-js process? js-comint seems old and busted.
wgreenhouse: how do I get my hex key? http://dpaste.com/0SFF42E
Alas
bremner: :D
VariaVarietatis
http://dpaste.com/36N5QW8 bashrc
wgreenhouse
VariaVarietatis: that looks valid, but it looks like your gnupg can't find its own keys, which is bizarre
VariaVarietatis
is it loading gnupg?
wgreenhouse
VariaVarietatis: looks like it's trying and erroring. VariaVarietatis: does "gpg2 --edit-key BB2053CB" work for you from the same shell? ,verlawn is noecho Get off my lawn and then release a stable version, you githubbing hooligans!
fsbot
Created new entry for "verlawn"
wgreenhouse
^ I have this sentiment often.
VariaVarietatis
wgreenhouse: yep test back lagged out wgreenhouse last thing I saw was edit key adn it works.
wgreenhouse
VariaVarietatis: no clue then. your gnupg+agent seems quite cleverly b0rken. my zshrc does "eval `keychain --eval 0x2E8B1B740D2D3F9E --noask`"
VariaVarietatis
maybe I need that number and not my short form keyid?
wgreenhouse
start the agent, cache auth for that gpg key, but don't prompt me if I haven't used it yet (because getting the gpg passphrase prompt on every new shell gets old fast) VariaVarietatis: nah, I used short form for years
VariaVarietatis
maybe reboot?
wgreenhouse
I only recently updated because short form is bogus and easily spoofed VariaVarietatis: unlikely to help, but sure, if you want to waste your time ;-)
VariaVarietatis
can I just kill one?
wgreenhouse
sure. kill them both. I don't think either is actually being used
tali713
felipedvorak: I guess, don't really notice it much.
wgreenhouse
VariaVarietatis: this feels more and more like a problem with however gentoo configures gpg+agent VariaVarietatis: because I haven't had anything like your troubles on either debian or slackware
offby1
Let's invent a timesheet thing that determines how many hours we've spent hacking, based on commit timestamps I'm serious :-| parsnip: the arrows are from OS X's "Preview" app
tali713
hasn't that been done?
wgreenhouse
offby1: doesn't that incentivize broken windows? i.e. sending in intentionally bogus commits so you can fix them later and rack up more hours
felipedvorak
tali713: You don't notice it but do you know how could I improve this? It's very annoying to me that I can't easily see the functions I created when they are called
tali713
felipedvorak: that's non trivial.
felipedvorak
tali713: how?
wgreenhouse
offby1: note that I automatically assume that this is for The Manager and not for one's own edification as to when one is most productive
tali713
felipedvorak: you need to fontlock all function names but there is no such regexp "a thing defined as a function" so instead you have to wuery some running system to find identifiers, while fontlocking, so all you have to do is hack cider or clojure-mode to do this. s/wuery/query/
felipedvorak
alright, but even if I'm not talking about highlighting the functions when they are called, but some builtin functions don't get highlighted as well when nested
wgreenhouse
arglebargle, I think my Magit install is hosed.
felipedvorak
and important stuff like &
tali713
felipedvorak: "&" you can do, especially if you don't care about context. felipedvorak: see: `font-lock-add-keywords'
VariaVarietatis
ok I got one gpg agent running epg-gpg-program /usr/bin/gpg2 http://dpaste.com/1019W0D now can't even open .gpg files(working last night)
felipedvorak
tali713: I don't have that here
tali713
felipedvorak: I don't believe you, perhaps you are trying to use it as a command, which it isn't.
dcunit3d
so, for some reason, i don't have ns-function-modifier in my emacs
tali713
felipedvorak: if you are in erc currently just click on the link `font-lock-add-keywords', if not C-h f font-lock-add-keywords RET
felipedvorak
alright, found it tali713 , sorry, thought it was a command
dcunit3d
i installed with brew, am i missing some things?
tali713
dcunit3d: don't know, how are you looking, and did you install --with-cocoa?
dcunit3d
oh wait, nvm, now hyper works in gui emacs but not terminal emacs \/ =\
wgreenhouse
VariaVarietatis: then your emacs isn't using the agent
dcunit3d
but when i use the PC Application Key, that's essentially remapping C-P, so i can't use that for standard navigation key
wgreenhouse
VariaVarietatis: and, it looks like, gpg-agent can't see your gpg keys