Mats Lidell <matsl@HIDDEN>
to control <at> debbugs.gnu.org
.
Full text available.Received: (at 76424) by debbugs.gnu.org; 20 Feb 2025 13:35:15 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Thu Feb 20 08:35:15 2025 Received: from localhost ([127.0.0.1]:34575 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1tl6hu-0000vl-UU for submit <at> debbugs.gnu.org; Thu, 20 Feb 2025 08:35:15 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:49226) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from <matsl@HIDDEN>) id 1tl6hs-0000rd-R1 for 76424 <at> debbugs.gnu.org; Thu, 20 Feb 2025 08:35:13 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from <matsl@HIDDEN>) id 1tl6hm-0008Ok-MV; Thu, 20 Feb 2025 08:35:06 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:References:In-Reply-To:Subject:To: From; bh=PKXX2w2qN1K67MEIvS0+fC9p/bYDdSTKb5AtfOEYd6o=; b=a5RQ9F8ilaK1hCMCJDlV Ss0bTTH33FQnekNzcQjbjlISGlqPzZioAfRuIs60RzzzzXevJqNdJTbl4Tlfw4wHiUwq9wPO/3KAv mzj84d4IpUi1zX/vQfCXgmH9KPm9phdyht/8ohGHSRguzr9aqJG9ynInYpyX4CAGGXhgZOHB1bDMA nKG09gfo4pE05F1SX+nhrTiw0/WAa4gkiIWNgRd23X7rWI+bQiKGwPeLV6DbK4ZtbiXWsj2RkO2l5 SPDfUZnkmVx10udOd04mFMRzL9eve3b15U+WdoblO9We2YcZ52auanhOEdkXOvCg5uhyIHCoMzX5J /LQSh1grb0dQnw==; From: Mats Lidell <matsl@HIDDEN> To: Robert Weiner <rsw@HIDDEN> Subject: Re: bug#76424: C-h h r a no longer creates the default file (on first launch) In-Reply-To: <CA+OMD9hQXve4Y+jeQ7Qyzbk+YRwQTbzcBy7+jybZdutpTcxc0g@HIDDEN> References: <098f1b076c89900700ea9826bd9c6c85.x@HIDDEN> <CA+OMD9hQXve4Y+jeQ7Qyzbk+YRwQTbzcBy7+jybZdutpTcxc0g@HIDDEN> Date: Thu, 20 Feb 2025 14:35:00 +0100 Message-ID: <874j0ou4cb.fsf@HIDDEN> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -1.5 (-) X-Debbugs-Envelope-To: 76424 Cc: rswgnu@HIDDEN, Xavier Maillard <x@HIDDEN>, 76424 <at> debbugs.gnu.org X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -2.5 (--) > Robert Weiner writes: > Hi Xavier: > > This will be fixed in the next pre-release with commit #1e48b3a0b. The d= efault ~/.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=E2=80=AFPM Xavier Maillard via Bug-hyperbole= via <bug-hyperbole@HIDDEN> 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 entr= y returns an error: > > Debugger entered--Lisp error: (wrong-type-argument stringp nil) > > hyrolo-add("Maillard, Xavier\11\11<x@HIDDEN>" nil) > > funcall-interactively(hyrolo-add "Maillard, Xavier\11\11<x@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@HIDDEN > 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-hyperbole@HIDDEN
:bug#76424
; Package hyperbole
.
Full text available.Received: (at 76424) by debbugs.gnu.org; 20 Feb 2025 02:02:02 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Wed Feb 19 21:02:02 2025 Received: from localhost ([127.0.0.1]:56182 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1tkvt0-000508-Do for submit <at> debbugs.gnu.org; Wed, 19 Feb 2025 21:02:02 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:60342) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from <rsw@HIDDEN>) id 1tkvst-0004yx-U2 for 76424 <at> debbugs.gnu.org; Wed, 19 Feb 2025 21:01:56 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from <rsw@HIDDEN>) id 1tkvsm-00078w-S6 for 76424 <at> debbugs.gnu.org; Wed, 19 Feb 2025 21:01:46 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=To:Subject:Date:From:In-Reply-To:References: MIME-Version; bh=Yf2yhpISBYrUlV+AnUQ6wrx9YleQMPIvdiiJGxFrGzw=; b=H0ofy8O+1s47 Tmiit1y0kF3szA6kwG+2wkQoRtjV3X/DrqOhiRvB0PKRoaqx62OhGBQ+yFgMU1CC/7sdvNQPmx1Ec WVYZONM673am2fjIBQPXzV2RftlvKIgu6+GGIpXzh5Z8TiGzaoomxux8QmnqfOerPienu3j9unbcq 01oKwh1Zwld1m+jWBGo71Uc5cepNvDhq2flE2AkmCdq+aj2SjXzVjJ/68uRnqWqVA7RIqxAh8QZJM 8UaTk2ILIh6fyj83Q15hD1k9S4FjfPtWuhGimqMtIF4RncjxBHcau50TaD5XL5Kcn9Up6oa1oEkzQ 3340QmcF1QT2c0OhADDl9w==; X-Gm-Message-State: AOJu0Yym9tQkuE5hwHhSz1VmqH3MVJAgqxcijbd4OeBB+jerwtgfaC+s s/w1sfNEaOYh5GjxUYR2/HgdoouiP7Tw6fHi0Tc840cCNEMxbSkUu1DzzLqQRqFU4IkkyPK8ri8 xKF/ub1JveTGSexfjgYlxG46qpdI= X-Google-Smtp-Source: AGHT+IF6voxal9bpfB3Dr1r+9SERsliIFpo4CBquatzSLyFqVgsaDfDEfTCUrj5csToM9aldDm1iTgcQIIrBz/eaoUg= X-Received: by 2002:a05:6122:1686:b0:520:60c2:3f3 with SMTP id 71dfb90a1353d-521c441d9e3mr3912338e0c.4.1740016902382; Wed, 19 Feb 2025 18:01:42 -0800 (PST) MIME-Version: 1.0 References: <098f1b076c89900700ea9826bd9c6c85.x@HIDDEN> In-Reply-To: <098f1b076c89900700ea9826bd9c6c85.x@HIDDEN> From: Robert Weiner <rsw@HIDDEN> Date: Wed, 19 Feb 2025 21:01:15 -0500 X-Gmail-Original-Message-ID: <CA+OMD9hQXve4Y+jeQ7Qyzbk+YRwQTbzcBy7+jybZdutpTcxc0g@HIDDEN> X-Gm-Features: AWEUYZk1xGtlGJPsyKz5ma6h8se2MShrmXj3zfco42U3JUYCzAM_6t1-p-NF0g0 Message-ID: <CA+OMD9hQXve4Y+jeQ7Qyzbk+YRwQTbzcBy7+jybZdutpTcxc0g@HIDDEN> Subject: Re: bug#76424: C-h h r a no longer creates the default file (on first launch) To: Xavier Maillard <x@HIDDEN> Content-Type: multipart/alternative; boundary="0000000000005eb4eb062e89419b" X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: 76424 Cc: 76424 <at> debbugs.gnu.org X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Reply-To: rswgnu@HIDDEN Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -2.5 (--) --0000000000005eb4eb062e89419b Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 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=E2=80=AFPM Xavier Maillard via Bug-hyperbole v= ia < bug-hyperbole@HIDDEN> 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@HIDDEN>" nil) > > funcall-interactively(hyrolo-add "Maillard, Xavier\11\11<x@HIDDEN= m>" > 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@HIDDEN > https://lists.gnu.org/mailman/listinfo/bug-hyperbole > --0000000000005eb4eb062e89419b Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable <div dir=3D"ltr"><div class=3D"gmail_default" style=3D"font-family:monospac= e,monospace">Hi Xavier:</div><div class=3D"gmail_default" style=3D"font-fam= ily:monospace,monospace"><br></div><div class=3D"gmail_default" style=3D"fo= nt-family:monospace,monospace">This will be fixed in the next pre-release w= ith commit #1e48b3a0b.=C2=A0 The default ~/.rolo.otl or if it exists, ~/.<a= href=3D"http://rolo.org">rolo.org</a>, will be used when `hyrolo-file-list= ' is nil.=C2=A0 Thanks for pointing this out.=C2=A0 -- rsw</div><div cl= ass=3D"gmail_default" style=3D"font-family:monospace,monospace"><br></div><= /div><br><div class=3D"gmail_quote gmail_quote_container"><div dir=3D"ltr" = class=3D"gmail_attr">On Wed, Feb 19, 2025 at 4:42=E2=80=AFPM Xavier Maillar= d via Bug-hyperbole via <<a href=3D"mailto:bug-hyperbole@HIDDEN">bug-hy= perbole@HIDDEN</a>> wrote:<br></div><blockquote class=3D"gmail_quote" s= tyle=3D"margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);pad= ding-left:1ex">I use:=C2=A0 Editor:=C2=A0 =C2=A0 =C2=A0 GNU Emacs 31.0.50 w= ith native comp<br> =C2=A0 =C2=A0 Hyperbole:=C2=A0 =C2=A09.0.2pre<br> =C2=A0 =C2=A0 Sys Type:=C2=A0 =C2=A0 x86_64-apple-darwin24.2.0<br> =C2=A0 =C2=A0 OS Type:=C2=A0 =C2=A0 =C2=A0darwin<br> =C2=A0 =C2=A0 Window Sys:=C2=A0 ns<br> =C2=A0 =C2=A0 News Reader: Gnus v5.13<br> =C2=A0 =C2=A0 Install:=C2=A0 =C2=A0 =C2=A0melpa, 20250209.1625<br> <br> No file is created the first time it is executed.<br> <br> Workaround:<br> <br> (setq hyrolo-file-list (list "~/.rolo.otl")<br> <br> As a consequence, without the file or workaround, any try to add an entry r= eturns an error:<br> <br> =C2=A0Debugger entered--Lisp error: (wrong-type-argument stringp nil)<br> >=C2=A0 =C2=A0hyrolo-add("Maillard, Xavier\11\11<<a href=3D"mail= to:x@HIDDEN" target=3D"_blank">x@HIDDEN</a>>" nil)<br> >=C2=A0 =C2=A0funcall-interactively(hyrolo-add "Maillard, Xavier\11= \11<<a href=3D"mailto:x@HIDDEN" target=3D"_blank">x@HIDDEN</a>= >" nil)<br> >=C2=A0 =C2=A0hui:menu-act(hyperbole nil nil nil)<br> >=C2=A0 =C2=A0hyperbole(nil nil nil nil)<br> >=C2=A0 =C2=A0funcall-interactively(hyperbole nil nil nil nil)<br> >=C2=A0 =C2=A0command-execute(hyperbole)<br> <br> - xavier.<br> <br> <br> <br> _______________________________________________<br> Bug-hyperbole mailing list<br> <a href=3D"mailto:Bug-hyperbole@HIDDEN" target=3D"_blank">Bug-hyperbole@gn= u.org</a><br> <a href=3D"https://lists.gnu.org/mailman/listinfo/bug-hyperbole" rel=3D"nor= eferrer" target=3D"_blank">https://lists.gnu.org/mailman/listinfo/bug-hyper= bole</a><br> </blockquote></div> --0000000000005eb4eb062e89419b--
bug-hyperbole@HIDDEN
:bug#76424
; Package hyperbole
.
Full text available.Received: (at submit) by debbugs.gnu.org; 19 Feb 2025 20:48:24 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Wed Feb 19 15:48:24 2025 Received: from localhost ([127.0.0.1]:52859 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1tkqzW-00020T-OY for submit <at> debbugs.gnu.org; Wed, 19 Feb 2025 15:48:24 -0500 Received: from lists.gnu.org ([2001:470:142::17]:51572) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from <x@HIDDEN>) id 1tkp3d-0006p1-DZ for submit <at> debbugs.gnu.org; Wed, 19 Feb 2025 13:44:33 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from <x@HIDDEN>) id 1tkp3S-0002bZ-QI for bug-hyperbole@HIDDEN; Wed, 19 Feb 2025 13:44:19 -0500 Received: from smtpout-03.galae.net ([185.246.85.4]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from <x@HIDDEN>) id 1tkp3P-00041U-Sf for bug-hyperbole@HIDDEN; Wed, 19 Feb 2025 13:44:18 -0500 Received: from smtpout-01.galae.net (smtpout-01.galae.net [212.83.139.233]) by smtpout-03.galae.net (Postfix) with ESMTPS id 9165A4E40685 for <bug-hyperbole@HIDDEN>; Wed, 19 Feb 2025 18:44:11 +0000 (UTC) Received: from mail.galae.net (mail.galae.net [212.83.136.155]) by smtpout-01.galae.net (Postfix) with ESMTPS id 5A537605D9 for <bug-hyperbole@HIDDEN>; Wed, 19 Feb 2025 18:44:11 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id 7EECD1C22D066 for <bug-hyperbole@HIDDEN>; Wed, 19 Feb 2025 19:44:07 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=maillard.im; s=dkim; t=1739990648; h=from:subject:date:message-id:to; bh=Q3TL5b8GAShZGm1A5o1nHLMqQa2iUNoNMJNEMebgOcA=; b=FO6wz7slnMYd6jJpOJWoiY6/uyRN2YIPjhOuhrXATlq04604XOGa7yuEObIbc7dISpOUJN R+L5l8AJGBTcElzZ6WSXsFmvUJ8Qy1qi8X/y7RSKmjKnf+c5xhu+QPopo0FDBmiUyFbFSo +3CBbz5LfUcbXnj21RwWl9f1I+KYa7eKU2+H6U8Sjgzp63m+uE/nmvpKMox6E2C6zjeE+Q 0ZnRyEDVzdap/eIWYvwm+qFj3a83Lxu8q2uczBIAGzOOmb92F7tXcVvdwpYIIqvVnlFDZn MhEw3F2ipGz89MDLOy+GE5+r4GdtG9LDOcdBTQl0onrh4+y4+DUEICwqsZEUoQ== Date: Wed, 19 Feb 2025 19:44:06 +0100 Message-ID: <098f1b076c89900700ea9826bd9c6c85.x@HIDDEN> From: Xavier Maillard <x@HIDDEN> To: bug-hyperbole@HIDDEN Subject: C-h h r a no longer creates the default file (on first launch) X-Last-TLS-Session-Version: TLSv1.3 Received-SPF: pass client-ip=185.246.85.4; envelope-from=x@HIDDEN; helo=smtpout-03.galae.net X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, GAPPY_SUBJECT=0.1, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, RCVD_IN_VALIDITY_SAFE_BLOCKED=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, URIBL_SBL_A=0.1 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 1.5 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: 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. Content analysis details: (1.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at https://www.dnswl.org/, no trust [2001:470:142:0:0:0:0:17 listed in] [list.dnswl.org] 0.7 SPF_NEUTRAL SPF: sender does not match SPF record (neutral) -0.0 SPF_HELO_PASS SPF: HELO matches SPF record 0.1 URIBL_SBL_A Contains URL's A record listed in the Spamhaus SBL blocklist [URIs: maillard.im] 0.6 URIBL_SBL Contains an URL's NS IP listed in the Spamhaus SBL blocklist [URIs: maillard.im] 0.1 GAPPY_SUBJECT Subject: contains G.a.p.p.y-T.e.x.t X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Wed, 19 Feb 2025 15:48:22 -0500 X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: 0.5 (/) 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@HIDDEN>" nil) > funcall-interactively(hyrolo-add "Maillard, Xavier\11\11<x@HIDDEN>" nil) > hui:menu-act(hyperbole nil nil nil) > hyperbole(nil nil nil nil) > funcall-interactively(hyperbole nil nil nil nil) > command-execute(hyperbole) - xavier.
Xavier Maillard <x@HIDDEN>
:bug-hyperbole@HIDDEN
.
Full text available.bug-hyperbole@HIDDEN
:bug#76424
; Package hyperbole
.
Full text available.
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997 nCipher Corporation Ltd,
1994-97 Ian Jackson.