From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Arash Esbati Newsgroups: gmane.emacs.help Subject: Re: PSGML broken? Date: Fri, 13 Jan 2023 11:19:54 +0100 Message-ID: <86k01qn3cl.fsf@gnu.org> References: <48566c3d-1b27-9e93-c7c3-670a2302234e@uni-koeln.de> <28e2242f-4342-ef6b-bac6-5812051f7889@uni-koeln.de> 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="9040"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/30.0.50 Cc: help-gnu-emacs@gnu.org To: Ulrich Deiters Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Fri Jan 13 11:21:46 2023 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 1pGHBu-0001SN-Cq for geh-help-gnu-emacs@m.gmane-mx.org; Fri, 13 Jan 2023 11:21:42 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pGHAz-0007s8-6L; Fri, 13 Jan 2023 05:20:45 -0500 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 1pGHAx-0007rX-8i for help-gnu-emacs@gnu.org; Fri, 13 Jan 2023 05:20:43 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pGHAv-0005fw-L5; Fri, 13 Jan 2023 05:20:41 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:References:In-Reply-To:Subject:To: From; bh=Dhuj6CoTqz3Mm1YxmFGXg3OZuzIGz3vs5a2KzcIjMw4=; b=Da0N2lgAvlzRgz+Uetoy mTA64wBOaVySJngDK2mtBmrjMdUwBz0XfGSpxNePD84twr/1xcchzIov1cV3tFie6M154ZzgW/wzL QxEkPwAXlLFlHry584CR7awT2q3SCrdiLZguSezkWWjyy1vYZo9zDJu1sWmV44lwD6SYEu8Fn+JNd fwsSeagtVCNjfU7STFBKNv68k5nCBQ1W38Q9WTJIhDJCDsJQb7bI6w92zlKn+YNN08fOYtLnPKcQb C9WujcYyV2fNnM/0siWX35Uy6ePCOKSMtUcEmJw/T/1HfM9mShOLXRw2MayZTM8rufivsB/ax8Hev 8lHidXBScFUegw==; Original-Received: from pd9fb7ab6.dip0.t-ipconnect.de ([217.251.122.182] helo=MUTANT) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pGHAi-0007e7-DB; Fri, 13 Jan 2023 05:20:37 -0500 In-Reply-To: <28e2242f-4342-ef6b-bac6-5812051f7889@uni-koeln.de> (Ulrich Deiters's message of "Tue, 10 Jan 2023 23:42:30 +0100") 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:142222 Archived-At: Ulrich Deiters writes: > I just compiled Emacs 28.2 (from the tar.gz file from gnu.org). > Unfortunately, the problem persists: Neither "M-x package-install" > nor "M-x package-list" display psgml as an option. What must I do > to make emacs aware of the psgml package? Copy the psgml directory > into emacs/site-lisp? You can fetch the tarball[1] manually and then use `package-install-file': ,----[ C-h f package-install-file RET ] | package-install-file is an autoloaded interactive native-compiled Lisp | function in =E2=80=98package.el=E2=80=99. |=20 | (package-install-file FILE) |=20 | Install a package from FILE. | The file can either be a tar file, an Emacs Lisp file, or a | directory. |=20 | Probably introduced at or before Emacs version 25.1. |=20 `---- You should still find out why 'M-x list-packages' doesn't show psgml. Best, Arash Footnotes: [1] https://elpa.gnu.org/packages/psgml-1.3.5.tar