[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#48231: HyRolo StringFind returns error hyrolo-fgrep: Symbol’s functi
From: |
Benjamin Dull |
Subject: |
bug#48231: HyRolo StringFind returns error hyrolo-fgrep: Symbol’s function definition is void: hyrolo-fgrep-logical |
Date: |
Tue, 4 May 2021 14:53:14 -0600 |
I use: Editor: GNU Emacs 27.2 (build 1, x86_64-w64-mingw32)
Hyperbole: 8.0.0pre
Sys Type: x86_64-w64-mingw32
OS Type: windows-nt
Window Sys: w32
News Reader: Gnus v5.13
Steps to Replicate:
Invoked HyRolo StringFind via {C-h h r s} on an org file that included
only two headings:
* TODO test
* TODO logic
Query entered:
(and TODO (and logic))
Returned error:
hyrolo-fgrep: Symbol’s function definition is void: hyrolo-fgrep-logical
Debug output:
Debugger entered--Lisp error: (void-function hyrolo-fgrep-logical)
hyrolo-fgrep-logical("(and TODO (and PQ))" nil nil t)
hyrolo-fgrep("(and TODO (and PQ))" nil)
funcall-interactively(hyrolo-fgrep "(and TODO (and PQ))" nil)
call-interactively(hyrolo-fgrep)
hui:menu-act(hyperbole nil nil nil)
hyperbole(nil nil nil nil)
funcall-interactively(hyperbole nil nil nil nil)
call-interactively(hyperbole nil nil)
command-execute(hyperbole)
I evaluated the hyrolo-logic.el file manually, since that’s where the
function is defined. Tried above again, and got a new error:
Wrong type argument: integer-or-marker-p
But for whatever reason it won’t show debugging information despite
debug-on-error being enabled.
- bug#48231: HyRolo StringFind returns error hyrolo-fgrep: Symbol’s function definition is void: hyrolo-fgrep-logical,
Benjamin Dull <=