Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Triple items for some menus in Dired buffers #5607

Closed
hemcsec opened this issue Mar 27, 2016 · 8 comments
Closed

Triple items for some menus in Dired buffers #5607

hemcsec opened this issue Mar 27, 2016 · 8 comments

Comments

@hemcsec
Copy link
Contributor

hemcsec commented Mar 27, 2016

Description

Triple items for some menus in Dired buffers

Reproduction guide

  • Start Emacs
  • SPC a d

Observed behaviour:
There are triple items for menus Operate, Mark, Regexp and Immediate
screen shot 2016-03-27 at 10 16 20
as shown in attached screenshot.

Expected behaviour:
There should be no triple items.

System Info

  • OS: darwin
  • Emacs: 25.0.92.1
  • Spacemacs: 0.105.14
  • Spacemacs branch: develop (rev. a9c9e9a)
  • Graphic display: t
  • Distribution: spacemacs
  • Editing style: vim
  • Completion: helm
  • Layers:
((auto-completion :variables auto-completion-enable-snippets-in-popup t auto-completion-enable-help-tooltip t)
 better-defaults chinese
 (c-c   :variables c-c  -default-mode-for-headers 'c  -mode c-c  -enable-clang-support t)
 django emacs-lisp gtags git html javascript osx
 (latex :variables latex-build-command "LatexMk")
 python
 (shell :variables shell-default-height 30 shell-default-position 'bottom)
 spacemacs-helm semantic
 (spell-checking :variables spell-checking-enable-by-default nil)
 (syntax-checking :variables syntax-checking-enable-by-default nil))

Backtrace

BACKTRACE IF RELEVANT
@StreakyCobra
Copy link
Contributor

Can you try reproducing this on a stock emacs (without Spacemacs) to see if it come from Spacemacs or not?

@hemcsec
Copy link
Contributor Author

hemcsec commented Mar 28, 2016

cd ~
mv .spacemacs .spacemacs.old
mv .emacs.d .emacs.d.old
run emacs
Alt+x dired
screen shot 2016-03-28 at 09 01 37
It seems OK.

@StreakyCobra
Copy link
Contributor

Ok, indeed it's coming from Spacemacs somehow. Let's see if someone has the time to dig into this.

@hemcsec
Copy link
Contributor Author

hemcsec commented Mar 29, 2016

When enable vinegar layer as (vinegar :variables vinegar-reuse-dired-buffer t), the problem has gone.

@StreakyCobra
Copy link
Contributor

I haven't use vinegar, but if it is the same as for ranger, it's replacing dired so I'm not surprised it doesn't appear there.

@hemcsec
Copy link
Contributor Author

hemcsec commented Apr 7, 2016

According to this url https://bitbucket.org/lyro/evil/issues/404/dired-menus-are-duplicated, the problem may come from evil-mode.

@StreakyCobra
Copy link
Contributor

It seems so :-/

@github-actions
Copy link

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Please let us know if this issue is still valid!

@github-actions github-actions bot added the stale marked as a stale issue/pr (usually by a bot) label Feb 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants