GNU bug report logs - #76424
C-h h r a no longer creates the default file (on first launch)

Previous Next

Package: hyperbole;

Reported by: Xavier Maillard <x <at> maillard.im>

Date: Wed, 19 Feb 2025 20:49:02 UTC

Severity: normal

Done: Mats Lidell <matsl <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 76424 in the body.
You can then email your comments to 76424 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-hyperbole <at> gnu.org:
bug#76424; Package hyperbole. (Wed, 19 Feb 2025 20:49:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Xavier Maillard <x <at> maillard.im>:
New bug report received and forwarded. Copy sent to bug-hyperbole <at> gnu.org. (Wed, 19 Feb 2025 20:49:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Xavier Maillard <x <at> maillard.im>
To: bug-hyperbole <at> gnu.org
Subject: C-h h r a no longer creates the default file (on first launch)
Date: Wed, 19 Feb 2025 19:44:06 +0100
I use:  Editor:      GNU Emacs 31.0.50 with native comp
    Hyperbole:   9.0.2pre
    Sys Type:    x86_64-apple-darwin24.2.0
    OS Type:     darwin
    Window Sys:  ns
    News Reader: Gnus v5.13
    Install:     melpa, 20250209.1625

No file is created the first time it is executed.

Workaround:

(setq hyrolo-file-list (list "~/.rolo.otl")

As a consequence, without the file or workaround, any try to add an entry returns an error:

 Debugger entered--Lisp error: (wrong-type-argument stringp nil)
>   hyrolo-add("Maillard, Xavier\11\11<x <at> maillard.im>" nil)
>   funcall-interactively(hyrolo-add "Maillard, Xavier\11\11<x <at> maillard.im>" nil)
>   hui:menu-act(hyperbole nil nil nil)
>   hyperbole(nil nil nil nil)
>   funcall-interactively(hyperbole nil nil nil nil)
>   command-execute(hyperbole)

- xavier.




Information forwarded to bug-hyperbole <at> gnu.org:
bug#76424; Package hyperbole. (Thu, 20 Feb 2025 02:03:02 GMT) Full text and rfc822 format available.

Message #8 received at 76424 <at> debbugs.gnu.org (full text, mbox):

From: Robert Weiner <rsw <at> gnu.org>
To: Xavier Maillard <x <at> maillard.im>
Cc: 76424 <at> debbugs.gnu.org
Subject: Re: bug#76424: C-h h r a no longer creates the default file (on first
 launch)
Date: Wed, 19 Feb 2025 21:01:15 -0500
[Message part 1 (text/plain, inline)]
Hi Xavier:

This will be fixed in the next pre-release with commit #1e48b3a0b.  The
default ~/.rolo.otl or if it exists, ~/.rolo.org, will be used when
`hyrolo-file-list' is nil.  Thanks for pointing this out.  -- rsw


On Wed, Feb 19, 2025 at 4:42 PM Xavier Maillard via Bug-hyperbole via <
bug-hyperbole <at> gnu.org> wrote:

> I use:  Editor:      GNU Emacs 31.0.50 with native comp
>     Hyperbole:   9.0.2pre
>     Sys Type:    x86_64-apple-darwin24.2.0
>     OS Type:     darwin
>     Window Sys:  ns
>     News Reader: Gnus v5.13
>     Install:     melpa, 20250209.1625
>
> No file is created the first time it is executed.
>
> Workaround:
>
> (setq hyrolo-file-list (list "~/.rolo.otl")
>
> As a consequence, without the file or workaround, any try to add an entry
> returns an error:
>
>  Debugger entered--Lisp error: (wrong-type-argument stringp nil)
> >   hyrolo-add("Maillard, Xavier\11\11<x <at> maillard.im>" nil)
> >   funcall-interactively(hyrolo-add "Maillard, Xavier\11\11<x <at> maillard.im>"
> nil)
> >   hui:menu-act(hyperbole nil nil nil)
> >   hyperbole(nil nil nil nil)
> >   funcall-interactively(hyperbole nil nil nil nil)
> >   command-execute(hyperbole)
>
> - xavier.
>
>
>
> _______________________________________________
> Bug-hyperbole mailing list
> Bug-hyperbole <at> gnu.org
> https://lists.gnu.org/mailman/listinfo/bug-hyperbole
>
[Message part 2 (text/html, inline)]

Information forwarded to bug-hyperbole <at> gnu.org:
bug#76424; Package hyperbole. (Thu, 20 Feb 2025 13:36:02 GMT) Full text and rfc822 format available.

Message #11 received at 76424 <at> debbugs.gnu.org (full text, mbox):

From: Mats Lidell <matsl <at> gnu.org>
To: Robert Weiner <rsw <at> gnu.org>
Cc: rswgnu <at> gmail.com, Xavier Maillard <x <at> maillard.im>, 76424 <at> debbugs.gnu.org
Subject: Re: bug#76424: C-h h r a no longer creates the default file (on
 first launch)
Date: Thu, 20 Feb 2025 14:35:00 +0100
> Robert Weiner writes:
> Hi Xavier:
>
> This will be fixed in the next pre-release with commit #1e48b3a0b.  The default ~/.rolo.otl or if it exists, ~/.rolo.org, will be used when `hyrolo-file-list' is
> nil.  Thanks for pointing this out.  -- rsw
>
> On Wed, Feb 19, 2025 at 4:42 PM Xavier Maillard via Bug-hyperbole via <bug-hyperbole <at> gnu.org> wrote:
>
>  I use:  Editor:      GNU Emacs 31.0.50 with native comp
>      Hyperbole:   9.0.2pre
>      Sys Type:    x86_64-apple-darwin24.2.0
>      OS Type:     darwin
>      Window Sys:  ns
>      News Reader: Gnus v5.13
>      Install:     melpa, 20250209.1625
>
>  No file is created the first time it is executed.
>
>  Workaround:
>
>  (setq hyrolo-file-list (list "~/.rolo.otl")
>
>  As a consequence, without the file or workaround, any try to add an entry returns an error:
>
>   Debugger entered--Lisp error: (wrong-type-argument stringp nil)
>  >   hyrolo-add("Maillard, Xavier\11\11<x <at> maillard.im>" nil)
>  >   funcall-interactively(hyrolo-add "Maillard, Xavier\11\11<x <at> maillard.im>" nil)
>  >   hui:menu-act(hyperbole nil nil nil)
>  >   hyperbole(nil nil nil nil)
>  >   funcall-interactively(hyperbole nil nil nil nil)
>  >   command-execute(hyperbole)
>
>  - xavier.
>
>  _______________________________________________
>  Bug-hyperbole mailing list
>  Bug-hyperbole <at> gnu.org
>  https://lists.gnu.org/mailman/listinfo/bug-hyperbole

Works fine for me! I will close the report.

To be clear. The commit id is f44525349c8672bad11f176c63adf076ec78c90b

%% Mats




bug closed, send any further explanations to 76424 <at> debbugs.gnu.org and Xavier Maillard <x <at> maillard.im> Request was from Mats Lidell <matsl <at> gnu.org> to control <at> debbugs.gnu.org. (Thu, 20 Feb 2025 15:48:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 21 Mar 2025 11:24:10 GMT) Full text and rfc822 format available.

This bug report was last modified 88 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.