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: PSGML broken? Date: Sat, 14 Jan 2023 21:28:18 +0200 Message-ID: <83bkn07w6l.fsf@gnu.org> References: <48566c3d-1b27-9e93-c7c3-670a2302234e@uni-koeln.de> <28e2242f-4342-ef6b-bac6-5812051f7889@uni-koeln.de> <86k01qn3cl.fsf@gnu.org> <3663b0c5-f840-f669-8cf3-bcc47756ce92@uni-koeln.de> <86lem661lc.fsf@gnu.org> <65427237-3fb9-6d65-a33c-c9206bd73718@uni-koeln.de> <86fscdpci7.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="11853"; 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 Sat Jan 14 20:29:01 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 1pGmD6-0002rd-G5 for geh-help-gnu-emacs@m.gmane-mx.org; Sat, 14 Jan 2023 20:29:00 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pGmCP-0006EO-Iw; Sat, 14 Jan 2023 14:28:17 -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 1pGmCN-0006Do-K4 for help-gnu-emacs@gnu.org; Sat, 14 Jan 2023 14:28:15 -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 1pGmCN-0002bv-8J for help-gnu-emacs@gnu.org; Sat, 14 Jan 2023 14:28:15 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=vNxeXQ/uh2qHNZLba1lVRAs4LnFdd7z9BVzIwFSh6KA=; b=aduC1pA48NZsy1BF7DNT 3l/3C1AOABSY0NJ9w8bc3rWztAjQBd4DLTIaEMNdCHKf8k1Zei3VIyWwNYVlQ9TuGcbEB5FkR8egK cmD7SDtUvy3JokglZ9XAcEBLpprE1aeUfhr32JAfD7aPaOKnxunePWCR2ENx5SGxPFqVncDMEJes6 25cEhcaihg21Pitik9TztzUR6agfoVW/lflTxdAhmZCouYXR1RVDyM5IssVMnjK844wixR1Pg1qcl 5lasuaOjx9Mo+dzfoy3fgqRxTSDCRdqs87lQNTPGiDzpWcKwMS/MeWVtRKihZYgZITVfOB++LT4x5 LJW3sUDVDoNRYw==; Original-Received: from [87.69.77.57] (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 1pGmCM-0007oR-NO for help-gnu-emacs@gnu.org; Sat, 14 Jan 2023 14:28:15 -0500 In-Reply-To: (message from Ulrich Deiters on Sat, 14 Jan 2023 20:12:48 +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:142238 Archived-At: > Date: Sat, 14 Jan 2023 20:12:48 +0100 > Cc: help-gnu-emacs@gnu.org > From: Ulrich Deiters > > Am 14.01.23 um 12:43 schrieb Arash Esbati: > > but maybe you have to go through the > > customize options it provides and see where it looks for private DTD's. > > Well, my XML documents contain a line that tells PSGML where to > find the DTD, and this always worked until I recently updated Emacs. > Unfortunately, the links to the PSGML documentation are broken … > > One website states that "psgml" is a major mode of Emacs. But > "M-x psgml-mode" does not work. "M-x sgml-mode" succeeds, but > ignores the DTD … > > As Emacs once worked (version 25.3.1), there must have a change > occurred between that version and 27.2 . Is there a way to > find out what happened? Can you tell enough details for us to try to help you more efficiently? Like (1) what was the PSGML version you had installed before, (2) what exactly doesn't work -- show some file, tell how you try to use PSGML, and what happens that shouldn't? Also, are you sure "M-x sgml-mode" invokes PSGML and not the sgml-mode that comes with Emacs?