From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: Using rx and xr Date: Sun, 14 Aug 2022 08:57:46 +0300 Message-ID: <83ilmvl63p.fsf@gnu.org> References: Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="25321"; mail-complaints-to="usenet@ciao.gmane.io" To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Sun Aug 14 07:59:04 2022 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oN6eN-0006QC-Gt for geh-help-gnu-emacs@m.gmane-mx.org; Sun, 14 Aug 2022 07:59:03 +0200 Original-Received: from localhost ([::1]:36738 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oN6eM-00066m-1f for geh-help-gnu-emacs@m.gmane-mx.org; Sun, 14 Aug 2022 01:59:02 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:42028) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oN6dP-0005rA-4x for help-gnu-emacs@gnu.org; Sun, 14 Aug 2022 01:58:03 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:39116) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oN6dO-0006Tb-Rr for help-gnu-emacs@gnu.org; Sun, 14 Aug 2022 01:58:02 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=y1JxPa6aI9PvGzFho30GzhEIcxqWBRmwWvFesOZVC9g=; b=IKulwRjwRHan +OMHY3cXbvR/swTH2SKTmJ1Gsypwko/1It/sXAYESW61qV09+DSUqqC/xCouWmlhjoetSSp7PDpro Zmj0FR+smaQIQKyKYCCPESfBp5rz1DEou2TRqS+3Hl/fycVTPcr8bm/Wzy14qwRCJRzOY8qMUo/dy 81e32K2Kt6F301A/PMBUwAD5yTzbVdSa+9A4P6VikeRvxEQ8hghwlxxqqVPOE29EYHJRXt4dbHLEe GVJsyV5kFK+OL04spdO8ruQZQ51ZGRqU3Et2RnpOWFK5NDHUzDbsVZYzA/77eTSvLN5BJbUfbtrO1 FDQqLx0crzy2VgwYiqb9ZA==; Original-Received: from [87.69.77.57] (port=1525 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oN6dO-0008Ni-BS for help-gnu-emacs@gnu.org; Sun, 14 Aug 2022 01:58:02 -0400 In-Reply-To: (message from uzibalqa via Users list for the GNU Emacs text editor on Sat, 13 Aug 2022 19:43:13 +0000) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.io gmane.emacs.help:138855 Archived-At: > Date: Sat, 13 Aug 2022 19:43:13 +0000 > From: uzibalqa via Users list for the GNU Emacs text editor > > I want to use `rx' and `xr'. Are these tools available by default? Are both part of emacs releases? rx.el is part of Emacs, xr.el is available from GNU ELPA.