From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Tomas Newsgroups: gmane.emacs.help Subject: Re: File for minor mode not found Date: Tue, 11 Jan 2022 07:38:07 +0100 Message-ID: References: <878rvpeyek.fsf@gmx.net-MszOZsb----2> <874k6cgap3.fsf@gmx.net-MszaWDg----2> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="udxDhxt82z0XEz7f" Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="38788"; mail-complaints-to="usenet@ciao.gmane.io" Cc: Help Gnu Emacs To: fatiparty@tutanota.com Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Tue Jan 11 08:14:46 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 1n7BMk-0009u3-Rx for geh-help-gnu-emacs@m.gmane-mx.org; Tue, 11 Jan 2022 08:14:46 +0100 Original-Received: from localhost ([::1]:60176 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1n7BMh-00059i-TP for geh-help-gnu-emacs@m.gmane-mx.org; Tue, 11 Jan 2022 02:14:45 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:51328) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n7AnO-0006IW-AX for help-gnu-emacs@gnu.org; Tue, 11 Jan 2022 01:38:18 -0500 Original-Received: from mail.tuxteam.de ([5.199.139.25]:36226) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n7AnK-0003JO-Hv for help-gnu-emacs@gnu.org; Tue, 11 Jan 2022 01:38:12 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=tuxteam.de; s=mail; h=In-Reply-To:Content-Type:MIME-Version:References:Message-ID:Subject :Cc:To:From:Date:Sender:Reply-To:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=F8tXlDMJg2U3rd+IgANW96PRclPwc8VBNCmJpX439Wc=; b=Z+Doh+WEigXb3ucN/YvCdM5ic0 QaMIasdF1liv2xLPFkWBqlC6Zxy9PO+8JnymRGEZ9x74pF6JvrEKiHKKh1LanOfPBt+grxmdQzRo0 eFqVD/MP6wjVPAftF7XoHbLmNiiPDReWLDq9cecWT7MBRPuM5BlyDo/aHkGwMxqST5YhMrbrCuod0 us26g5Nge/h6meIOFjLytr8YHw7heXH+a+p2VcavkhNlmdy4Ba69a4J91vd99J/HrMzSLLYLA5WlK vyyOQ7UfMHsJXq7uKSqz4EbzHyzmwDj1zN7+gGXppGZRBdQoOTkLyXFLoMfyuJjuN4hrIEFOj978l xhDdBcfQ==; Original-Received: from tomas by mail.tuxteam.de with local (Exim 4.94.2) (envelope-from ) id 1n7AnH-0007eJ-LG; Tue, 11 Jan 2022 07:38:07 +0100 Content-Disposition: inline In-Reply-To: Received-SPF: pass client-ip=5.199.139.25; envelope-from=tomas@tuxteam.de; helo=mail.tuxteam.de X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 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, 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.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:135193 Archived-At: --udxDhxt82z0XEz7f Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Jan 11, 2022 at 01:23:34AM +0100, fatiparty@tutanota.com wrote: [...] > With file-name-concat, I get=20 >=20 > Symbol's function definition is void: file-name-concat >=20 > I am using GNU Emacs 27.2 of 2021-09-28 Oh, that seems to be an 28.1 introduction. Try (concat (file-name-as-directory my-gadi-basedir) dir) instead. That seemed to be the recommended way, at least up to 27.2 [1]. Cheers [1] https://www.gnu.org/software/emacs/manual/html_node/elisp/Directory-Nam= es.html --=20 t --udxDhxt82z0XEz7f Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABECAB0WIQRp53liolZD6iXhAoIFyCz1etHaRgUCYd0lyQAKCRAFyCz1etHa RlsVAJoCKTdMAtJ5fd6BtpLLHdjeEJ88YQCcDbArnmYnYLH8zIO+sf/zYpqN8DQ= =VY3f -----END PGP SIGNATURE----- --udxDhxt82z0XEz7f--