Hi Mats, hi Robert,
Thanks. So it should not happen then, I was not sure !
I'm using emacs 30.0.92 packaged by Guix on Gentoo. This happens with
and without the Guix version of hyperbole (9.0.1 for both).
Steps to reproduce:
1. emacs -Q
2. package-install hyperbole
3. M-x hyperbole-mode
4. C-h v hyrolo-file-list shows nil
5. Trying to add a record : C-h h r a prompts for a string. Typing
some text yields an error `hyrolo-add: Wrong type argument: stringp,
nil`.
Stacktrace :
Debugger entered--Lisp error: (wrong-type-argument stringp nil)
file-exists-p(nil)
hyrolo-add("lol" nil)
funcall-interactively(hyrolo-add "lol" nil)
call-interactively(hyrolo-add)
hui:menu-act(hyperbole nil nil nil)
hyperbole(nil nil nil nil)
funcall-interactively(hyperbole nil nil nil nil)
command-execute(hyperbole)
If needed, I can open a bug report.
Thanks,
Alexis