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

The screen is scrolling #25

Open
belinski-roman opened this issue Nov 8, 2021 · 9 comments
Open

The screen is scrolling #25

belinski-roman opened this issue Nov 8, 2021 · 9 comments

Comments

@belinski-roman
Copy link

When the mouse wheel scrolls, the screen shifts and the panels scroll up. Is there any way to eliminate this?

@suntsov
Copy link
Owner

suntsov commented Nov 22, 2021

Hi,
sorry for long waiting for the answer.
I cannot reproduce this behaviour.

Could you please execute (describe-key (kbd "<wheel-down>")) while eFar buffer is current one.

Cheers,
Vladimir

@suntsov
Copy link
Owner

suntsov commented Dec 22, 2021

Is there anything else I can help with? If not I will close this issue.

@belinski-roman
Copy link
Author

belinski-roman commented Dec 22, 2021

Is there anything else I can help with? If not I will close this issue.
Example of behavior
https://disk.yandex.ru/i/9iFHEr4BCIZTjw

@spanskikh
Copy link

spanskikh commented Apr 23, 2022

I have the same or similar problem:
when I start eFar, the bottom line of its buffer goes to the center.
When I scroll the buffer to make efar to fit the frame, it scrolls automatically again to wrong position.
image

@suntsov
Copy link
Owner

suntsov commented May 16, 2022

Hi, sorry for long absence.
I'm not able to reproduce described behavior, but would try one workaround.
In the latest version available on Melpa I introduced new variable efar-height-correction. It controls the number of lines by which to shrink eFar height.

Please try to set this variable to 1 or 2 and check if this helps.
You can do this in your .emacs:
(setq efar-height-correction 1)

Also you can configure this variable via customize menu.

@spanskikh
Copy link

(setq efar-height-correction 1) did not help.
Also tried with value 2, 3, 0 and -1.
No difference.

@suntsov
Copy link
Owner

suntsov commented May 17, 2022

It's a pitty...
Could you maybe tell me the list of additional Emacs packages you have installed? This might help me to reproduce the issue.

@suntsov
Copy link
Owner

suntsov commented May 17, 2022

And the list of enabled features/modes in your .emacs might be helpful as well.

@adamkruszewski
Copy link

Had similar issue. I have a header-line-format set and had to set a value of custom "efar-height-correction" to 2 to make it work. I see on the screen above there is tabbar present which behaves similar to header-line so maybe those two are similar.
I did it through normal Emacs customize interface - I know sometimes customs are overridden if not set in a proper order - maybe that was the issue?

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

4 participants