GNU bug report logs - #57186
Using xr results in void-function

Previous Next

Package: emacs;

Reported by: uzibalqa <uzibalqa <at> proton.me>

Date: Sat, 13 Aug 2022 20:36:01 UTC

Severity: normal

Tags: notabug

Done: Lars Ingebrigtsen <larsi <at> gnus.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 57186 in the body.
You can then email your comments to 57186 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-gnu-emacs <at> gnu.org:
bug#57186; Package emacs. (Sat, 13 Aug 2022 20:36:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to uzibalqa <uzibalqa <at> proton.me>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Sat, 13 Aug 2022 20:36:02 GMT) Full text and rfc822 format available.

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

From: uzibalqa <uzibalqa <at> proton.me>
To: "bug-gnu-emacs <at> gnu.org" <bug-gnu-emacs <at> gnu.org>
Subject: Using xr results in void-function
Date: Sat, 13 Aug 2022 20:35:33 +0000
[Message part 1 (text/plain, inline)]
I am using `rx' as an alternative to the string-based regexp syntax. `xr' in a very useful package to convert string regexp to `rx' notation.
But when I do `M-x package-list-packages', I do not see `xr' getting listed.

Furthermore, doing C-x C-e upon the expression below gives "Debugger entered--Lisp error: (void-function xr)".

(xr "\\<\\(co[glmnr]\\|coun\\|cum\\)")
[Message part 2 (text/html, inline)]

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#57186; Package emacs. (Sun, 14 Aug 2022 06:49:02 GMT) Full text and rfc822 format available.

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

From: Eli Zaretskii <eliz <at> gnu.org>
To: uzibalqa <uzibalqa <at> proton.me>
Cc: 57186 <at> debbugs.gnu.org
Subject: Re: bug#57186: Using xr results in void-function
Date: Sun, 14 Aug 2022 09:47:59 +0300
> Date: Sat, 13 Aug 2022 20:35:33 +0000
> From:  uzibalqa via "Bug reports for GNU Emacs,
>  the Swiss army knife of text editors" <bug-gnu-emacs <at> gnu.org>
> 
> I am using `rx' as an alternative to the string-based regexp syntax.  `xr' in a very useful package to convert
> string regexp to `rx' notation.
> But when I do `M-x package-list-packages', I do not see `xr' getting listed.

I cannot reproduce this: I clearly do see 'xr' in the list of
packages.

Do you see this problem in "emacs -Q" as well?

And what version of Emacs is that?




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#57186; Package emacs. (Sun, 14 Aug 2022 16:22:01 GMT) Full text and rfc822 format available.

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

From: uzibalqa <uzibalqa <at> proton.me>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 57186 <at> debbugs.gnu.org
Subject: Re: bug#57186: Using xr results in void-function
Date: Sun, 14 Aug 2022 16:21:16 +0000
------- Original Message -------
On Sunday, August 14th, 2022 at 6:47 AM, Eli Zaretskii <eliz <at> gnu.org> wrote:


> > Date: Sat, 13 Aug 2022 20:35:33 +0000
> > From: uzibalqa via "Bug reports for GNU Emacs,
> > the Swiss army knife of text editors" bug-gnu-emacs <at> gnu.org
> >
> > I am using `rx' as an alternative to the string-based regexp syntax.` xr' in a very useful package to convert
> > string regexp to `rx' notation. But when I do` M-x package-list-packages', I do not see `xr' getting listed.
>
>
> I cannot reproduce this: I clearly do see 'xr' in the list of
> packages.

Was not sorting by Packages, and failed to see it listed.  `xr' looks as a quite useful function that works well
in conjunction with `rx'.  Please consider having `xr' as a built-in, as rx is.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#57186; Package emacs. (Sun, 14 Aug 2022 17:20:02 GMT) Full text and rfc822 format available.

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

From: uzibalqa <uzibalqa <at> proton.me>
To: uzibalqa <uzibalqa <at> proton.me>
Cc: 57186 <at> debbugs.gnu.org, Eli Zaretskii <eliz <at> gnu.org>
Subject: Re: bug#57186: Using xr results in void-function
Date: Sun, 14 Aug 2022 17:18:58 +0000
------- Original Message -------
On Sunday, August 14th, 2022 at 4:21 PM, uzibalqa via "Bug reports for GNU Emacs, the Swiss army knife of text editors" <bug-gnu-emacs <at> gnu.org> wrote:


> ------- Original Message -------
> On Sunday, August 14th, 2022 at 6:47 AM, Eli Zaretskii eliz <at> gnu.org wrote:
>
>
>
> > > Date: Sat, 13 Aug 2022 20:35:33 +0000
> > > From: uzibalqa via "Bug reports for GNU Emacs,
> > > the Swiss army knife of text editors" bug-gnu-emacs <at> gnu.org
> > >
> > > I am using `rx' as an alternative to the string-based regexp syntax.` xr' in a very useful package to convert
> > > string regexp to `rx' notation. But when I do` M-x package-list-packages', I do not see `xr' getting listed.
> >
> > I cannot reproduce this: I clearly do see 'xr' in the list of
> > packages.
>
>
> Was not sorting by Packages, and failed to see it listed. `xr' looks as a quite useful function that works well in conjunction with` rx'. Please consider having `xr' as a built-in, as rx is.

Have seen that package-list-packages lists packages according to "Status".  Most often, the way to search for packages is by name.  Because of this, a sorted listing by "Package" rather than "Status" would be desirable.





Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#57186; Package emacs. (Mon, 15 Aug 2022 07:25:02 GMT) Full text and rfc822 format available.

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

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: uzibalqa <uzibalqa <at> proton.me>
Cc: 57186 <at> debbugs.gnu.org, Eli Zaretskii <eliz <at> gnu.org>
Subject: Re: bug#57186: Using xr results in void-function
Date: Mon, 15 Aug 2022 09:24:21 +0200
uzibalqa <uzibalqa <at> proton.me> writes:

> Was not sorting by Packages, and failed to see it listed.  `xr' looks
> as a quite useful function that works well in conjunction with `rx'.
> Please consider having `xr' as a built-in, as rx is.

No, xr is fine as a package; closing.





Added tag(s) notabug. Request was from Lars Ingebrigtsen <larsi <at> gnus.org> to control <at> debbugs.gnu.org. (Mon, 15 Aug 2022 07:25:02 GMT) Full text and rfc822 format available.

bug closed, send any further explanations to 57186 <at> debbugs.gnu.org and uzibalqa <uzibalqa <at> proton.me> Request was from Lars Ingebrigtsen <larsi <at> gnus.org> to control <at> debbugs.gnu.org. (Mon, 15 Aug 2022 07:25:02 GMT) Full text and rfc822 format available.

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#57186; Package emacs. (Mon, 15 Aug 2022 08:02:01 GMT) Full text and rfc822 format available.

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

From: uzibalqa <uzibalqa <at> proton.me>
To: Lars Ingebrigtsen <larsi <at> gnus.org>
Cc: 57186 <at> debbugs.gnu.org, Eli Zaretskii <eliz <at> gnu.org>
Subject: Re: bug#57186: Using xr results in void-function
Date: Mon, 15 Aug 2022 08:00:51 +0000
------- Original Message -------
On Monday, August 15th, 2022 at 7:24 AM, Lars Ingebrigtsen <larsi <at> gnus.org> wrote:


> uzibalqa uzibalqa <at> proton.me writes:
>
> > Was not sorting by Packages, and failed to see it listed. `xr' looks as a quite useful function that works well in conjunction with` rx'.
> > Please consider having `xr' as a built-in, as rx is.
>
>
> No, xr is fine as a package; closing.

Better still, include the functionality in rx itself.





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

This bug report was last modified 2 years and 283 days ago.

Previous Next


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