Alex Branham

Results 36 comments of Alex Branham

A workaround in the meantime is to rebind `$` to self-insert-command in `TeX-mode-map`.

``` "one two" ``` with point on the second `"` sp-backward-kill-word in R-mode kills `one` instead of `two` (it behaves correctly in emacs-lisp-mode, for example). `sp-backward-kill-word` calls `sp-backward-kill-symbol` which in...

This issue was introduced by commit e389877 EDIT: It's due to this snippet of code in `sp--get-prefix`: ```emacs-lisp (-if-let (mmode-prefix (cdr (assoc major-mode sp-sexp-prefix))) (cond ((and (eq (car mmode-prefix) 'regexp)...

Note that this bug also produces behavior like: ``` ggplot(mtcars, aes(mpg, am)) + facet_wrap|() ``` with `|` representing point, calling `sp-backward-kill-word` kills `mtcars` in the row above. Removing the entry...

Elfeed now includes orgmode links in elfeed-link.

I'm surprised that `-$20.00` works like that. I'd figure that ledger would interpret `-$` as a commodity.

I won't have time the next two weeks but after that I can look into tag completion. If someone else can implement it first, please feel free to do so....

Do you still see this behavior? ledger-mode's font-locking system got rewritten so hopefully this is fixed.

We could probably just remove that variable, I don't think we use it anywhere.

Thanks. We should probably just set indent-tabs-mode to nil in ledger-mode buffers.