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: Help for tpu-edt Legacy Users Date: Sun, 20 Feb 2022 17:42:02 +0200 Message-ID: <83ilt9wnn9.fsf@gnu.org> References: <20220220113452.781a1145@JRWUBU2> <834k4tya18.fsf@gnu.org> <20220220152853.75974a24@JRWUBU2> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="25012"; 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 Feb 20 16:42:39 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 1nLoMB-0006Mu-1O for geh-help-gnu-emacs@m.gmane-mx.org; Sun, 20 Feb 2022 16:42:39 +0100 Original-Received: from localhost ([::1]:42790 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nLoM9-0001rD-Rb for geh-help-gnu-emacs@m.gmane-mx.org; Sun, 20 Feb 2022 10:42:37 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:33848) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nLoLY-0001pH-P9 for help-gnu-emacs@gnu.org; Sun, 20 Feb 2022 10:42:00 -0500 Original-Received: from [2001:470:142:3::e] (port=57562 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nLoLY-0006uy-FC for help-gnu-emacs@gnu.org; Sun, 20 Feb 2022 10:42:00 -0500 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=RP7XWmA24C0uMfH8TD7+fmIddtZZdoim2RXe9F5+TK8=; b=EqBIXjp2laeF r1Y7GATJ35ahTsFUJAs0zDMjkwiJjlgVI6gNr4mVX046z8AKvTM2M3PkiYxdKkfN3xwPhuTNbfqz1 B8VPG5tJztDc65aW9e9JrTn+KudTHS2YL2L+uZZS1cTJhtsvOu3dxBAoRAW2tc2G4eKaCkApA5939 cAJSKls5GHR7Mm/afFNfb+0uoe6st5N/j/v3sBUaaewBlDfNabddW/0MGzl8DCttX0yKzf0g+hcR2 O6LCSS6bwT8nR8hPXw0LWneg0psR+vdMKSmnI6at26xYnTzAC9sITYXAa7rrNaxVHgPimh/9bgdvD sPAdpM4YjyYTI1yHwVs5xw==; Original-Received: from [87.69.77.57] (port=2753 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 1nLoLX-0000Xc-W3 for help-gnu-emacs@gnu.org; Sun, 20 Feb 2022 10:42:00 -0500 In-Reply-To: <20220220152853.75974a24@JRWUBU2> (message from Richard Wordingham on Sun, 20 Feb 2022 15:28:53 +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:136072 Archived-At: > Date: Sun, 20 Feb 2022 15:28:53 +0000 > From: Richard Wordingham > > (if (and (functionp 'version<=) (version<= "28.0.91" emacs-version)) > (define-obsolete-variable-alias 'GOLD-map 'tpu-gold-map "23.1")) > > I need it to work as far back as Emacs 20.2, which I thinks predates > the function version<=. I'd really like it just to check for GOLD-map > not being defined as a variable, but I couldn't find the syntax for > that. Is 'boundp' what you want here?