Wesley Nelson
Wesley Nelson
hi @AkibAzmain, i believe i have fixed your error. typing `, m m` equates to typing `C-M-`, which resulted in the error: ``` Error running timer ‘which-key--update’: (error "C- must...
hi @vbmithr! not sure if this is relevant, but i was just curious: what value are you using for `message-send-mail-function`?
> Apparently, setting this function to a non-default value (send with sendmail) fixes the thing! Thank you very much! > > Since it is not a mujmap function, this should...
i also experience something similar to this, although my broken symlinks point to `~/Library/Caches` since i am on a mac. ``` > notmuch new Retrieving metadata... (42 possibly changed) Downloading...
Thanks for the fast response @susam. That's what I suspected. Did you experiment with different approaches for implementing devil? The `,` keybinding approach is elegant and makes sense. However, I'm...
hey! i made a pull request at justbur/emacs-which-key#353 which should hopefully add support for devil in which-key. - https://github.com/justbur/emacs-which-key/pull/353 if you want to use my changes before that pull request...
hi! i agree that there is a discrepancy here compared to how the standard library `encoding/json` works. however, i noticed that your `Parent` struct contains an `Embedding` value, whereas your...
hi! i don't currently have a solution to this problem, but i did notice something interesting while investigating this. it seems like the `go-json` decoder struggles to handle long strings...