j
k
j a
j l
(regex-replace "aba#" a "" :extended-mode t)
I think you ant to use create-scanner here:
(regex-replace (create-scanner "aba#" :extended-mode t) "aba#" "")
Cheers, Chris Dean
Back to the thread
Back to the list