From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: "Philip K." Newsgroups: gmane.emacs.help Subject: Re: rx expressions Date: Mon, 01 Feb 2021 12:27:21 +0100 Message-ID: <87bld4110m.fsf@posteo.net> References: <87h7mw15jd.fsf@posteo.net> <87y2g8f6nv.fsf@zoho.eu> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="29166"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Mon Feb 01 12:28:30 2021 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 1l6XNd-0007TR-6y for geh-help-gnu-emacs@m.gmane-mx.org; Mon, 01 Feb 2021 12:28:29 +0100 Original-Received: from localhost ([::1]:48952 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1l6XNc-0004T9-8b for geh-help-gnu-emacs@m.gmane-mx.org; Mon, 01 Feb 2021 06:28:28 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:47278) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1l6XMd-0003xe-ND for help-gnu-emacs@gnu.org; Mon, 01 Feb 2021 06:27:27 -0500 Original-Received: from mout02.posteo.de ([185.67.36.66]:49489) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1l6XMb-0007Or-6o for help-gnu-emacs@gnu.org; Mon, 01 Feb 2021 06:27:27 -0500 Original-Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id B8FA62400FC for ; Mon, 1 Feb 2021 12:27:22 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1612178842; bh=nw/5WSOIXe0L+RBMT6i2GcMdgw+tv37MVxk0yZpgHHo=; h=From:To:Subject:Date:From; b=djP/YJ0i4iykfCD7bRA+z+Tce/IWRQPGfAiqGjClsO7qHaPW7dv0LtWRkYV3a2paS +T0uO/OF5I5FNrNRxk/yZjnL0NMsBMZSUdM8mhst9PsNRuZGEdIVJcMjs0UaVyy0I8 vUkqtJ8hgNcyoQlDLlgmyuxfVCX+3dR+6474RYzA7A2mbgTcErNyI3tH7BtVUMTFnJ ih6fTkWOi3yvwCU2U+0IyPRBlq/IQyQ5nNwJlBLYZ7LfBwZAM3heK4i7GZUgGNjNzy dBrMFEWzr+MNgwe7TRIzIodc3bFUqXGWMCxI0KtQw1zXEjD/teUphVxEmkHiQCdnyb Ix5cvpD6w4nSQ== Original-Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4DTlzG1pnzz9rxg for ; Mon, 1 Feb 2021 12:27:22 +0100 (CET) In-Reply-To: <87y2g8f6nv.fsf@zoho.eu> (moasenwood's message of "Mon, 01 Feb 2021 11:01:40 +0100") Received-SPF: pass client-ip=185.67.36.66; envelope-from=philipk@posteo.net; helo=mout02.posteo.de X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 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, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.23 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:127516 Archived-At: moasenwood--- via Users list for the GNU Emacs text editor writes: > Philip K. wrote: > >> I usually add >> >> (eval-when-compile (require 'rx)) > > (eval-when-compile (require 'rx)) > (rx--empty) > > geh.el:=20 > In end of data: > geh.el:294:1: Warning: the function =E2=80=98rx--empty=E2=80=99 might not= be defined at > runtime. rx--empty is a function, so it doesn't make sense. I do eval-when-compile when all I use is the rx macro itself. --=20 Philip K.