all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#57186: Using xr results in void-function
@ 2022-08-13 20:35 uzibalqa via Bug reports for GNU Emacs, the Swiss army knife of text editors
  2022-08-14  6:47 ` Eli Zaretskii
  0 siblings, 1 reply; 6+ messages in thread
From: uzibalqa via Bug reports for GNU Emacs, the Swiss army knife of text editors @ 2022-08-13 20:35 UTC (permalink / raw)
  To: 57186

[-- Attachment #1: Type: text/plain, Size: 370 bytes --]

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\\)")

[-- Attachment #2: Type: text/html, Size: 1148 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#57186: Using xr results in void-function
  2022-08-13 20:35 bug#57186: Using xr results in void-function uzibalqa via Bug reports for GNU Emacs, the Swiss army knife of text editors
@ 2022-08-14  6:47 ` Eli Zaretskii
  2022-08-14 16:21   ` uzibalqa via Bug reports for GNU Emacs, the Swiss army knife of text editors
  0 siblings, 1 reply; 6+ messages in thread
From: Eli Zaretskii @ 2022-08-14  6:47 UTC (permalink / raw)
  To: uzibalqa; +Cc: 57186

> 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@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?





^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#57186: Using xr results in void-function
  2022-08-14  6:47 ` Eli Zaretskii
@ 2022-08-14 16:21   ` uzibalqa via Bug reports for GNU Emacs, the Swiss army knife of text editors
  2022-08-14 17:18     ` uzibalqa via Bug reports for GNU Emacs, the Swiss army knife of text editors
  2022-08-15  7:24     ` Lars Ingebrigtsen
  0 siblings, 2 replies; 6+ messages in thread
From: uzibalqa via Bug reports for GNU Emacs, the Swiss army knife of text editors @ 2022-08-14 16:21 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: 57186

------- Original Message -------
On Sunday, August 14th, 2022 at 6:47 AM, Eli Zaretskii <eliz@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@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.





^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#57186: Using xr results in void-function
  2022-08-14 16:21   ` uzibalqa via Bug reports for GNU Emacs, the Swiss army knife of text editors
@ 2022-08-14 17:18     ` uzibalqa via Bug reports for GNU Emacs, the Swiss army knife of text editors
  2022-08-15  7:24     ` Lars Ingebrigtsen
  1 sibling, 0 replies; 6+ messages in thread
From: uzibalqa via Bug reports for GNU Emacs, the Swiss army knife of text editors @ 2022-08-14 17:18 UTC (permalink / raw)
  To: uzibalqa; +Cc: 57186, Eli Zaretskii

------- 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@gnu.org> wrote:


> ------- Original Message -------
> On Sunday, August 14th, 2022 at 6:47 AM, Eli Zaretskii eliz@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@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.






^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#57186: Using xr results in void-function
  2022-08-14 16:21   ` uzibalqa via Bug reports for GNU Emacs, the Swiss army knife of text editors
  2022-08-14 17:18     ` uzibalqa via Bug reports for GNU Emacs, the Swiss army knife of text editors
@ 2022-08-15  7:24     ` Lars Ingebrigtsen
  2022-08-15  8:00       ` uzibalqa via Bug reports for GNU Emacs, the Swiss army knife of text editors
  1 sibling, 1 reply; 6+ messages in thread
From: Lars Ingebrigtsen @ 2022-08-15  7:24 UTC (permalink / raw)
  To: uzibalqa; +Cc: 57186, Eli Zaretskii

uzibalqa <uzibalqa@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.






^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#57186: Using xr results in void-function
  2022-08-15  7:24     ` Lars Ingebrigtsen
@ 2022-08-15  8:00       ` uzibalqa via Bug reports for GNU Emacs, the Swiss army knife of text editors
  0 siblings, 0 replies; 6+ messages in thread
From: uzibalqa via Bug reports for GNU Emacs, the Swiss army knife of text editors @ 2022-08-15  8:00 UTC (permalink / raw)
  To: Lars Ingebrigtsen; +Cc: 57186, Eli Zaretskii

------- Original Message -------
On Monday, August 15th, 2022 at 7:24 AM, Lars Ingebrigtsen <larsi@gnus.org> wrote:


> uzibalqa uzibalqa@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.






^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-08-15  8:00 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-13 20:35 bug#57186: Using xr results in void-function uzibalqa via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-08-14  6:47 ` Eli Zaretskii
2022-08-14 16:21   ` uzibalqa via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-08-14 17:18     ` uzibalqa via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-08-15  7:24     ` Lars Ingebrigtsen
2022-08-15  8:00       ` uzibalqa via Bug reports for GNU Emacs, the Swiss army knife of text editors

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.