lispy icon indicating copy to clipboard operation
lispy copied to clipboard

Conflict with outshine

Open vkz opened this issue 9 years ago • 2 comments

Was experimenting with outlines and noticed that lispy-outline related functions didn't work at all. I would add a bunch of headers and try lispy-tab (i) on them and get errors like:

Before first headline at position 239 in buffer init.el

After the first error lispy-outline-next and lispy-outline-prev would stop working.

Commented out outshine setup:

;; (defvar outline-minor-mode-prefix "\M-;")
;; (require 'outshine)
;; (progn
;;   (add-hook 'outline-minor-mode-hook #'outshine-hook-function)
;;   (add-hook 'emacs-lisp-mode-hook 'outline-minor-mode)
;;   (setq outshine-use-speed-commands t
;;         outshine-preserve-delimiter-whitespace t))

and now lispy outlines work again. Might be worth investigating if anyone's using outshine and lispy or maybe just mention that there is known conflict. Sorry, I don't report more but I'm only just starting with outlines.

vkz avatar Nov 23 '16 11:11 vkz

I seem to be encountering conflicts with lispy and outshine as well.

lispy-outline-next and lispy-outline-prev no longer do anything, and outline-next-header now takes me all the way to the bottom of the file no matter where I start from. I will investigate.

lane-s avatar Sep 03 '18 17:09 lane-s

I'm guessing this is the issue we're aiming to fix with https://github.com/alphapapa/outshine/pull/17. I wasn't aware of any actual conflicts or problems, but this seems to be one, which is good to know.

alphapapa avatar Sep 04 '18 01:09 alphapapa