jakanakaevangeli

Results 5 comments of jakanakaevangeli

Two minor comments from me: With an org link whose description contains bold text and with point on this bold text, for example `[[file:/tmp/][tmp *dir*]]` with point before the letter...

As I see it, there are four cases to consider: 1) Non-quitting embark-act from the minibuffer 2) Quitting embark-act from the minibuffer 3) embark-act from an embark-collect buffer 4) embark-act...

I investigated this a bit and found out that `kill-all-local-variables`, which is responsible for clearing local hook variables, does in fact fail to remove lambdas from hooks, marked as permanent-local-hook,...

I believe unsigned comparison handles UTF-8 better, as it sorts strings by Unicode code points. I think this makes sense even if it isn't perfectly Unicode aware with collation, locale...

> What does happen with default completion when there the affixation > returns a nil value, is there an error? Yup, very early into completion--insert-strings, string-width is used on every...