Skip to content

helm mini frame errors saying no such buffer #179

@rmNULL

Description

@rmNULL

Briefing

Using helm apropos in a mini frame errors with "with "No such live buffer *helm apropos*".
I know this is not a helm error as this error only occurs when persp-mode is enabled.
If we enable persp-mode after the call to helm-apropos command, then the bug disappears.

Steps to reproduce

In order to test this i've used the testing helm distribution emacs-helm.sh

  1. run emacs-helm.sh
  2. Evaluate this in a buffer
(add-to-list 'helm-commands-using-frame 'helm-apropos)
(straight-use-package 'perspective)
(persp-mode)
  1. M-x helm-apropos RET gzip RET
    Receive an error saying "No such live buffer *helm apropos*"
  2. (persp-mode -1)
  3. M-x helm-apropos RET gzip RET
    now it works fine
  4. (persp-mode)
    It works fine after this point

Test Snippet

(add-to-list 'helm-commands-using-frame 'helm-apropos)
(straight-use-package 'perspective)
(persp-mode)

;;
;; M-x helm-apropos RET gzip RET
;; errors with "No such live buffer *helm apropos*"

;; (persp-mode -1)
;;
;; M-x helm-apropos RET gzip RET
;; works fine


;; (persp-mode)
;; works alright after this.
;;

Recording

persp_test_demo.mp4

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions