[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#67747: M-RET broken regex error
From: |
Samvid Mistry |
Subject: |
bug#67747: M-RET broken regex error |
Date: |
Sun, 10 Dec 2023 12:47:33 +0530 |
User-agent: |
mu4e 1.10.7; emacs 29.1 |
Hey,
I just installed Hyperbole and was trying to play with it. It seems
there's something wrong with the regex to match the context. I have a
simple org file containing only the following content
```
* Projects
** TODO Some TODO
```
As I understand, if I press M-RET with my cursor on TODO keyword, it
should change states. Regardless, it shouldn't run into an error. I am
running into the following error.
```
Debugger entered--Lisp error: (invalid-regexp "Unmatched ) or \\)")
looking-at("(?:^/\\)\\(\\(?:\\(?:\\(-\\|[[:alnum:]]\\{2,\\}\\)\\(?::\\)\\(...")
hpath:remote-at-p()
hpath:at-p()
ibtypes::pathname()
ibut:at-p()
hbut:at-p()
smart-org(nil)
(let ((hrule:action #'actype:identity)) (smart-org current-prefix-arg))
(and (not (hyperb:stack-frame '(smart-org))) (let ((hrule:action
#'actype:identity)) (smart-org current-prefix-arg)))
eval((and (not (hyperb:stack-frame '(smart-org))) (let ((hrule:action
#'actype:identity)) (smart-org current-prefix-arg))))
hkey-execute(nil)
action-key-internal()
action-key()
hkey-either(nil)
funcall-interactively(hkey-either nil)
call-interactively(hkey-either nil nil)
command-execute(hkey-either)
```
I get the same error while trying to open any of the links in Hyperbole Demo.
Specs:
GNU Emacs 29.1
MacOS 14.1.2
Hyperbole 8.0.0
--
Thanks,
Samvid
- bug#67747: M-RET broken regex error,
Samvid Mistry <=