fran-penedo
fran-penedo
A probably very bad workaround that doesn't seem to break anything else for me is commenting [these two lines](https://github.com/sup-heliotrope/sup/blob/2e03689efae759c697f6c4ba204e4e987ba408b6/lib/sup/util.rb#L369-L370) in lib/sup/util.rb: encode!('UTF-16', 'UTF-8', :invalid => :replace, :undef => :replace) encode!('UTF-8',...
re: xapian-ruby problems in arch linux, installing the package from gem instead of pacman solved the issue for me (the gem is now installed in my user directory).
I just updated to mopidy 3 and I swear I remember multiple artists working, but I can't find any reference to it being implemented, so I actually don't know why...
Can reproduce as described as well as by starting emacs as a daemon and skipping step 2.
I do not believe this is a notmuch bug at all. @agenbite could you try to reproduce it with other buffers by calling `kill-buffer` directly?
I've looked into this and I'm quite confused as to how plain org mode plus evil deal with this. `evil-jump-forward` doesn't change indentation, so it would have to be set...
@lebensterben What? Opening new lines in shell source code blocks in `org-mode` trigger completion at point, what part of my comment doesn't talk about this?
@lebensterben Yes, which at some point ends up calling `indent-line-function`, which is set to `org-indent-line`, which delegates indentation logic to the underlying major mode via `indent-for-tab-command`, which overloads `TAB` to...