help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Annoying arrow key scroll behaviour in emacs 27


From: Steinar Bang
Subject: Re: Annoying arrow key scroll behaviour in emacs 27
Date: Wed, 01 Dec 2021 20:18:19 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (windows-nt)

>>>>> Robert Pluim <rpluim@gmail.com>:

> What are the values of 'focus-in-hook', 'focus-out-hook', and
> 'after-focus-change-function'?

In a regular emacs:

focus-in-hook is a variable defined in ‘frame.el’.
Its value is (flycheck-display-error-at-point-soon t)
Local in buffer index.js<bokbase.web.frontend/src/main/frontend/src>; global 
value is nil

focus-out-hook is a variable defined in ‘frame.el’.
Its value is (flycheck-cancel-error-display-error-at-point-timer t)
Local in buffer index.js<bokbase.web.frontend/src/main/frontend/src>; global 
value is nil

after-focus-change-function is a variable defined in ‘frame.el’.
Its value is
#f(advice-wrapper :after ignore blink-cursor--rescan-frames)


In "emacs -Q" (which also toggles scroll-lock-mode when the window is selected):

focus-in-hook is a variable defined in ‘frame.el’.
Its value is nil

focus-out-hook is a variable defined in ‘frame.el’.
Its value is nil

after-focus-change-function is a variable defined in ‘frame.el’.
Its value is
#f(advice-wrapper :after ignore blink-cursor--rescan-frames)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]