-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Mouse clic on margin with line numbering and semantic-stickyfunc enabled doesn't jump to the desired line #6440
Comments
Can you perform these two actions and paste the output of each action?
When I perform the first step, I see this message:
When I perform the second step, I see a help buffer beginning with the same message and followed by documentation about the command. |
|
I'm not able to reproduce the bug in latest develop with my setup. If you're up to it, you can try debugging the problem by going to the definition of System Info 💻
(helm
(auto-completion :variables auto-completion-complete-with-key-sequence "jk" auto-completion-complete-with-key-sequence-delay 0.5 auto-completion-enable-snippets-in-popup nil auto-completion-enable-help-tooltip t company-tooltip-align-annotations t)
emacs-lisp
(git :variables git-magit-status-fullscreen t)
markdown org
(shell :variables shell-default-shell 'shell shell-default-height 30 shell-default-position 'bottom)
syntax-checking version-control
(latex :variables latex-enable-auto-fill t latex-enable-folding t)
pdf-tools evil-cleverparens python command-log smex themes-megapack c-c++
(clojure :variables clojure-enable-fancify-symbols nil)
ruby common-lisp ibuffer octave imenu-list semantic window-purpose nameless
(theming :variables theming-modifications
'((spacemacs-dark
(aw-leading-char-face :foreground "red" :height 3.0))
(spacemacs-light
(aw-leading-char-face :foreground "red" :height 3.0))
(monokai
(aw-leading-char-face :foreground "red" :height 3.0))
(flatland
(aw-leading-char-face :foreground "red" :height 3.0))))) |
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! |
Description
Mouse clic on margin with line numbering and semantic-stickyfunc enabled doesn't jump to the desired line.
Reproduction guide 🪲
SPC T S
SPC t n
Observed behaviour: 👀 💔
Jump to the line under the desired line
Expected behaviour: ❤️ 😄
Jump to the desired line
System Info 💻
The text was updated successfully, but these errors were encountered: