GNU Emacs 31.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.43, cairo version 1.18.2) of 2024-10-20
Recently, visual-wrap-prefix-mode (the successor to adaptive-wrap on GNU-Elpa, as far as I can tell), was added to Emacs 30.1. It's meant to prefix lines visually; that is, visually wrapped lines are left-aligned with the beginning of the text it continues.
At least from my testing, when using org-modern with visual-wrap-prefix-mode enabled, errors like the following appear when I call e.g. consult-line (with toggle-debug-on-error enabled):
Not sure whether org-modern's implementation, consult, visual-wrap-prefix-mode is at fault, but I thought I'd create an issue here first since I haven't run across any malfunctions with visual-wrap-prefix-mode beside this one.
Hi,
My version of Emacs is:
Recently,
visual-wrap-prefix-mode
(the successor toadaptive-wrap
on GNU-Elpa, as far as I can tell), was added to Emacs 30.1. It's meant to prefix lines visually; that is, visually wrapped lines are left-aligned with the beginning of the text it continues.At least from my testing, when using org-modern with
visual-wrap-prefix-mode
enabled, errors like the following appear when I call e.g.consult-line
(withtoggle-debug-on-error
enabled):Not sure whether org-modern's implementation, consult,
visual-wrap-prefix-mode
is at fault, but I thought I'd create an issue here first since I haven't run across any malfunctions withvisual-wrap-prefix-mode
beside this one.