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

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

bug#45338: cursors jumps can be disabled by a flag


From: k3tu0isui
Subject: bug#45338: cursors jumps can be disabled by a flag
Date: Sat, 16 Jan 2021 16:44:03 +0530

There is support for the feature you want. Check out the variable 
"prolog-use-standard-consult-compile-method-flag". Setting this to "nil" 
enables the behaviour you like.

If the value of this variable is "t", prolog-mode uses prolog-old-process-* 
functions all of which do the switch. Otherwise, prolog-consult-compile* 
functions are used that do not have this behaviour.

Since this behavious is expected, it is not a bug. Just do (setq 
prolog-use-standard-consult-compile-method-flag nil).





reply via email to

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