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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

which-key upgrade broke replacement in descriptions #7893

Closed
slackorama opened this issue Dec 1, 2016 · 1 comment
Closed

which-key upgrade broke replacement in descriptions #7893

slackorama opened this issue Dec 1, 2016 · 1 comment

Comments

@slackorama
Copy link

Description :octocat:

which-key descriptions are not replaced

Reproduction guide 馃

  • Start Emacs
  • Type SPC s

Observed behaviour: 馃憖 馃挃
Descriptions are prefixed with "spacemacs/"

Expected behaviour: 鉂わ笍 馃槃
Should not see descriptions prefixed with "spacemacs/"

I think this problem popped up with an upgrade to which-key. The which-key-description-alist was made obsolete on 11-21-2016. The new way of doing it is which-key-replacment-alist along with a new format. See here for all the details:
https://github.com/justbur/emacs-which-key#custom-string-replacement-options

Looks like this has to change:
https://github.com/syl20bnr/spacemacs/blob/master/layers/ distributions/spacemacs-bootstrap/packages.el#L279-L308

System Info 馃捇

  • OS: gnu/linux
  • Emacs: 25.1.1
  • Spacemacs: 0.200.5
  • Spacemacs branch: master (rev. 664ba6a)
  • Graphic display: t
  • Distribution: spacemacs
  • Editing style: emacs
  • Completion: helm
  • Layers:
((auto-completion :variables auto-completion-enable-snippets-in-popup t)
 emacs-lisp
 (elfeed :variables elfeed-search-filter "-junk @1-week-ago  unread" elfeed-use-curl t rmh-elfeed-org-files
         (list
          (concat ssm-configs-dir "elfeed.org"))
         elfeed-db-directory
         (concat ssm-configs-dir "elfeed/")
         elfeed-goodies/entry-pane-position 'bottom)
 (git :git-enable-github-support t)
 github markdown
 (org :variables org-enable-reveal-js-support t org-enable-bootstrap-support t)
 python shell-scripts salt smason-lt restclient salt
 (shell :variables shell-default-height 30 shell-default-position 'bottom)
 spell-checking syntax-checking version-control
 (mu4e :variables mu4e-installation-path
       (expand-file-name "~/projects/mu/mu4e")
       :post-config)
 es-mode)
  • System configuration features: XPM JPEG TIFF GIF PNG RSVG IMAGEMAGICK SOUND GPM DBUS GCONF GSETTINGS NOTIFY LIBSELINUX GNUTLS LIBXML2 FREETYPE M17N_FLT LIBOTF XFT ZLIB TOOLKIT_SCROLL_BARS GTK3 X11
@slackorama
Copy link
Author

whoops sorry, didn't realize it was fixed in develop already.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant