bmag
bmag
@emelin I did not succeed in reproducing the bug on a Lubuntu 14.04 machine, using Emacs 25.0.91 (second release candidate for Emacs 25.1). I am sorry, but I don't think...
> I recommend to use really long lines and make the cursor move on them. Then you should be able to experience the hick-up. Emacs' display engine is known to...
Are you sure `C-x b` invokes `ido-switch-buffer`? Purpose binds `C-x b` to `purpose-switch-buffer-overload` in `purpose-mode-map`, not `ido-switch-buffer`. You can unbind it with `(define-key purpose-mode-map (kbd "C-x b") nil)`, and then...
Closing this issue due to no response. Feel free to comment/reopen if necessary.
@jwiegley I'm not sure what exactly didn't work for you. - is `ivy-mode` turned on? - is `purpose-mode` turned on? - what's the value of `purpose-preferred-prompt`? - what's bound to...
> Is there a way to make C-x b work like SPC r b without adding all the bindings manually? @AshKash no, not really.
Hey @sergeyglazyrindev, that looks really good! I think the best way to add to Purpose is as a new extension and call it "code2". I want to keep the existing...
The code you had to inject is rewriting `purpose-x-code1-update-dired` and adding `ignore-error`s, right? The purpose configuration and layout shouldn't be a problem: ```elisp (setq purpose-x-code1--window-layout ...) (with-eval-after-load 'window-purpose-x (oset purpose-x-code1-purpose-config...
Sorry for late response, but here goes: Leaving aside the question of how to sort the entries, adding sorting is pretty easy. In the function `imenu-list-collect-entries` you just need to...