emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [BUG] org-compile-prefix-format regexp change breaks eval forms [9.4


From: Radon Rosborough
Subject: Re: [BUG] org-compile-prefix-format regexp change breaks eval forms [9.4.6 (9.4.6-gf72a65)]
Date: Sat, 29 May 2021 14:18:05 -0700

If you insert the format string into a temporary buffer, then the `read' function will read up to the closing parenthesis and update point accordingly. That would be a foolproof way to handle all possible Lisp forms: use a regexp to find the start, and then use `read' to find the end. Then proceed with regexp matching, and repeat like that.

reply via email to

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