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

M-v continues to scroll down with global-stickyfunc-mode enabled #6796

Closed
peschkaj opened this issue Aug 10, 2016 · 1 comment
Closed

M-v continues to scroll down with global-stickyfunc-mode enabled #6796

peschkaj opened this issue Aug 10, 2016 · 1 comment
Labels
stale marked as a stale issue/pr (usually by a bot)

Comments

@peschkaj
Copy link

peschkaj commented Aug 10, 2016

Description

When semantic is enabled, M-v, scroll-down-command, and the Page Down

Reproduction guide

  • Start Emacs
  • Add semantic to dotspacemacs-configuration-layers along with any single language (e.g. c-c++)
  • Open buffer with large cpp file (~150 lines).
  • Use C-v to navigate forward in the buffer

Observed behaviour:

  • At ~25% of the way through the buffer, M-v will scroll toward the end of the buffer (scroll-up-command) by 5 lines.

Expected behaviour:
M-v should move toward the beginning of the buffer by one full screen (scroll-down-command)

System Info

  • OS: gnu/linux
  • Emacs: 24.5.1
  • Spacemacs: 0.105.21
  • Spacemacs branch: master (rev. 0283f64)
  • Graphic display: t
  • Distribution: spacemacs
  • Editing style: emacs
  • Completion: helm
  • Layers:
(auto-completion
 (semantic :variables semantic-stickyfunc-mode -1 global-semantic-stickyfunc-mode -1)
 (c-c   :variables c-c  -default-mode-for-headers 'c  -mode c-c  -enable-clang-support t)
 irony-mode rtags better-defaults emacs-lisp scheme git github html markdown org
 (shell :variables shell-default-height 30 shell-default-position 'bottom shell-default-shell 'ansi-term shell-default-term-shell "/usr/bin/zsh")
 (spell-checking :variables spell-checking-enable-by-default nil)
 syntax-checking version-control rust)
@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
Labels
stale marked as a stale issue/pr (usually by a bot)
Projects
None yet
Development

No branches or pull requests

1 participant