From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: fatiparty--- via Users list for the GNU Emacs text editor Newsgroups: gmane.emacs.help Subject: File for minor mode not found Date: Tue, 11 Jan 2022 17:25:58 +0100 (CET) Message-ID: References: <874k6cgap3.fsf@gmx.net-MszaWDg----2> Reply-To: fatiparty@tutanota.com 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="30391"; mail-complaints-to="usenet@ciao.gmane.io" Cc: Help Gnu Emacs To: Tomas Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Tue Jan 11 17:26:56 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 1n7Jz5-0007et-Sq for geh-help-gnu-emacs@m.gmane-mx.org; Tue, 11 Jan 2022 17:26:55 +0100 Original-Received: from localhost ([::1]:50980 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1n7Jz4-0006E6-W9 for geh-help-gnu-emacs@m.gmane-mx.org; Tue, 11 Jan 2022 11:26:55 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:52906) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n7JyJ-0005sc-KP for help-gnu-emacs@gnu.org; Tue, 11 Jan 2022 11:26:07 -0500 Original-Received: from w1.tutanota.de ([81.3.6.162]:48756) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n7JyE-0000Fb-B5 for help-gnu-emacs@gnu.org; Tue, 11 Jan 2022 11:26:07 -0500 Original-Received: from w3.tutanota.de (unknown [192.168.1.164]) by w1.tutanota.de (Postfix) with ESMTP id DAE83FBF859; Tue, 11 Jan 2022 16:25:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1641918358; s=s1; d=tutanota.com; h=From:From:To:To:Subject:Subject:Content-Description:Content-ID:Content-Type:Content-Type:Content-Transfer-Encoding:Cc:Cc:Date:Date:In-Reply-To:In-Reply-To:MIME-Version:MIME-Version:Message-ID:Message-ID:Reply-To:References:References:Sender; bh=u7/jfegPDu/2B00qoiF1X6KROhZFx9nIHulDMCykcTk=; b=qBmyvQN868245DiB8rk51wGhpg/jYlUv4w4qLvKCTSMuo2tlUnoGB9zJ1qPIXeo/ S2UQaSguafHmJnhA6kzV40RfwWMlXJY1VRjbT+qnKO+GJtlFIQKslieaoaVKygyu/v2 HIIae+XmoZEAwtzE3SZ5f9r/cHVr6GBDsU2FNEk/tY/VE6eaUm7oZ7p2EQAENMAmiph Fcs7V0dspRVA7egZjwHUNtPhsWFrIa93VHmBnxY6t2iVj5/VRFvDifozUF3MLqR1PKM okudrTz3tNy4fbYdmrZ0E4r4FjvEyc2M6fzf0Vr2nm2Vk8BiHQffHi+4RenPdI3lMi2 rVWemLSVbg== In-Reply-To: Received-SPF: pass client-ip=81.3.6.162; envelope-from=fatiparty@tutanota.com; helo=w1.tutanota.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, HTML_MESSAGE=0.001, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Content-Filtered-By: Mailman/MimeDel 2.1.29 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:135201 Archived-At: Jan 11, 2022, 18:38 by tomas@tuxteam.de: > On Tue, Jan 11, 2022 at 01:23:34AM +0100, fatiparty@tutanota.com wrote: > > [...] > >> With file-name-concat, I get=20 >> >> Symbol's function definition is void: file-name-concat >> >> 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]. > Thank You Tomas.=C2=A0 Is it possible to do one or the other by checking if= one is using 27.2 or 28.1 ? > Cheers > > [1] https://www.gnu.org/software/emacs/manual/html_node/elisp/Directory-N= ames.html > > --=20 > t >