From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: c.buhtz@posteo.jp Newsgroups: gmane.emacs.help Subject: Re: eglot: "Feature provided by other file: "project" Date: Mon, 12 Aug 2024 19:14:50 +0000 Message-ID: References: <4WjN7H2Szdz9rxN@submission02.posteo.de> <86mslhh99e.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="33873"; mail-complaints-to="usenet@ciao.gmane.io" To: Help gnu emacs Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Mon Aug 12 21:15:14 2024 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 1sdaVd-0008eD-LM for geh-help-gnu-emacs@m.gmane-mx.org; Mon, 12 Aug 2024 21:15:13 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sdaVQ-0005Ob-5g; Mon, 12 Aug 2024 15:15:00 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sdaVO-0005OK-1k for help-gnu-emacs@gnu.org; Mon, 12 Aug 2024 15:14:58 -0400 Original-Received: from mout02.posteo.de ([185.67.36.66]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sdaVK-0004qG-Dk for help-gnu-emacs@gnu.org; Mon, 12 Aug 2024 15:14:57 -0400 Original-Received: from submission (posteo.de [185.67.36.169]) by mout02.posteo.de (Postfix) with ESMTPS id 92190240101 for ; Mon, 12 Aug 2024 21:14:50 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.jp; s=2017; t=1723490090; bh=NORyydiAo7Tg4tijL0g4PUPOLO4YYOH8prjmX9H+Xkw=; h=MIME-Version:Date:From:To:Subject:Message-ID:Content-Type: Content-Transfer-Encoding:From; b=loNqm655IhSlbLNExt0L1LzFRshIaD6ss5q9BKq8KglEItjcu94hj/CQHhmYR+LKf EjDDq/VX6XCxpTbijjc8E1D0F7nFn4/mD7QSNZ3/+KZZA1IpPA0LmazssaTR4d39Y0 tLoRddvBgO+ZCd+X9s5KigDJUNdJz3v4PyM8pcCGj4h/nZYqPa7aM7dUH8oGaEADSI rVxzTFQd3+i4hVen6DamGSyk8Bidg9g17uWdadlJJTyLLNpwkHpgOIMLks0OoUILaZ Q9byHPDkBKYC2HkpgOJEFVA4rEdRior6jYaAARzmIIlYiOtzvDmV9wHWxWjDb3Msxp fDAHyP3CYamFQ== Original-Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4WjPNB18bLz9rxB for ; Mon, 12 Aug 2024 21:14:50 +0200 (CEST) In-Reply-To: <86mslhh99e.fsf@gnu.org> Received-SPF: pass client-ip=185.67.36.66; envelope-from=c.buhtz@posteo.jp; 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.001, RCVD_IN_MSPIKE_WL=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, RCVD_IN_VALIDITY_SAFE_BLOCKED=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 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-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.help:147648 Archived-At: Hello Eli, thank you very much. Your hint solved the problem. I searched the filesystem for "project.el" and discovered there are more then one Emacs versions in the system. Cleaning this situation solved this and all other errors. Background: I do use Debian 12 (stable) offering Emacs 28. I discovered that Emacs 29 is offered from the backports repo. So I activated that and installed it. But "emacs" is a meta package and causing some other problems when you don't know what is going on behind it. Before all this I need to deinstall not "emacs" but "emacs*". Thanks in advance, Christian