efar
efar copied to clipboard
The screen is scrolling
When the mouse wheel scrolls, the screen shifts and the panels scroll up. Is there any way to eliminate this?
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
Is there anything else I can help with? If not I will close this issue.
Is there anything else I can help with? If not I will close this issue. Example of behavior https://disk.yandex.ru/i/9iFHEr4BCIZTjw
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.
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.
(setq efar-height-correction 1) did not help. Also tried with value 2, 3, 0 and -1. No difference.
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.
And the list of enabled features/modes in your .emacs might be helpful as well.
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?