spacemacs
spacemacs copied to clipboard
Gnus: keybindings inconsistency
Description :octocat:
The keybindings are not consistent inside gnus
Reproduction guide :beetle:
- Start Emacs
- start gnus
Observed behaviour: :eyes: :broken_heart:
-
using
C-h v
from the group buffer or the article buffer calls the functiondescribe-variable
. However, in the summary buffer the same keybinding calls the functiongnus-version
and thedescribe-variable
is mapped toSPC-h d v
. I think this is very inconsistent. -
using
w
from the article buffer calls the functiongnus-summary-browse-url
; however, it should be always reserved for navigation as it behaves correctly in the message buffer.
I am pretty sure I had other examples, but I just forgot them now. I will add them to this issue once encountered again.
Expected behaviour: :heart: :smile: <<DESCRIPTION OF THE EXPECTED BEHAVIOUR>>
System Info :computer:
- OS: gnu/linux
- Emacs: 28.2
- Spacemacs: 0.999.0
- Spacemacs branch: nil (rev. 0acf65c4c)
- Graphic display: t
- Running in daemon: nil
- Distribution: spacemacs
- Editing style: vim
- Completion: helm
- Layers:
(pandoc csv dap c-c++ php systemd
(latex :variables latex-build-command "LatexMk" latex-enable-auto-fill t latex-backend 'lsp latex-build-engine 'luatex latex-view-pdf-in-split-window t latex-enable-magic t latex-refresh-preview t latex-enable-folding t)
(bibtex :variables bibtex-enable-ebib-support t ebib-preload-bib-files
'("~/MyDocuments/Phd/texmf/bibtex/bib/base/publications.bib" "~/MyDocuments/Phd/texmf/bibtex/bib/base/booksIhave.bib")
ebib-file-search-dirs
'("~/MyDocuments/Phd/PDF/")
ebib-import-directory
'("~/Downloads/"))
lua
(html :variable css-enable-lsp t less-enable-lsp t scss-enable-lsp t html-enable-lsp t web-fmt-tool 'web-beautify html-enable-leex-support t)
web-beautify prettier gnus
(git :variables git-enable-magit-gitflow-plugin t git-enable-magit-svn-plugin t)
(yaml :variables yaml-enable-lsp t)
(python :variables python-format-on-save t python-formatter 'yapf python-fill-column 99 python-backend 'lsp python-lsp-server 'pyright)
(auto-completion :variables auto-completion-enable-help-tooltip t)
better-defaults emacs-lisp
(helm :variables helm-enable-auto-resize t helm-no-header t)
(lsp :variables lsp-lens-enable t)
(markdown :variables markdown-live-preview-engine 'vmd)
(chrome :variables)
multiple-cursors
(org :variables org-enable-org-contacts-support t org-contacts-files
'("~/.emacs.d.loadpath/Contacts-Imported.org")
org-capture-templates
'(("c" "Contacts" entry
(file "~/Contacts-Imported.org")
"* %(org-contacts-template-name))\n:PROPERTIES:\n:EMAIL: %(org-contacts-template-email)\n:END:")))
(pdf :variables pdf-view-display-size 'fit-page)
(shell :variables shell-default-shell 'eshell shell-default-height 30 shell-default-position 'bottom)
(spell-checking :variables spell-checking-enable-auto-dictionary t)
syntax-checking
(treemacs :variables treemacs-use-follow-mode t treemacs-use-filewatch-mode t))
- System configuration features: ACL CAIRO DBUS FREETYPE GIF GLIB GMP GNUTLS GPM GSETTINGS HARFBUZZ JPEG JSON LCMS2 LIBOTF LIBSYSTEMD LIBXML2 M17N_FLT MODULES NOTIFY INOTIFY PDUMPER PNG RSVG SECCOMP SOUND THREADS TIFF TOOLKIT_SCROLL_BARS X11 XDBE XIM XPM GTK3 ZLIB
Backtrace :paw_prints:
<<BACKTRACE IF RELEVANT>>
Is this issue in your plan? Thanks so much.
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!