Uwe Brauer <[email protected]> writes: >>>> "AE" == Arash Esbati <[email protected]> writes: > >> Have you tried > >> C-M-v >> Scroll the next window upward (scroll-other-window). > Then I obtain > > Debugger entered--Lisp error: (wrong-type-argument characterp 8388630) > char-to-string(8388630) > reftex-query-label-type() > reftex-reference() > funcall-interactively(reftex-reference) > call-interactively(reftex-reference nil nil) > command-execute(reftex-reference)
Hmm, it seems that RefTeX tells Emacs to accept only label type keys in that buffer and nothing else. Sorry. >> Check the value of `reftex-ref-macro-prompt': > > Aha this was the culprit, most likely years ago I set it to nil > because I found it annoying. Thanks 👍 Best, Arash
