syl20bnr / spacemacs

A community-driven Emacs distribution - The best editor is neither Emacs nor Vim, it's Emacs *and* Vim!
http://spacemacs.org
GNU General Public License v3.0
23.64k stars 4.89k forks source link

Triple items for some menus in Dired buffers #5607

Closed hemcsec closed 4 years ago

hemcsec commented 8 years ago

Description

Triple items for some menus in Dired buffers

Reproduction guide

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

((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 commented 8 years ago

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

hemcsec commented 8 years ago

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 commented 8 years ago

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

hemcsec commented 8 years ago

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

StreakyCobra commented 8 years ago

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 commented 8 years ago

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

StreakyCobra commented 8 years ago

It seems so :-/

github-actions[bot] commented 4 years ago

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!