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 13:49:51 +0100 Message-ID: <86lem661lc.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> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="4095"; 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 13:51:18 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 1pGJWg-0000TN-At for geh-help-gnu-emacs@m.gmane-mx.org; Fri, 13 Jan 2023 13:51:18 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pGJW1-00068t-UC; Fri, 13 Jan 2023 07:50:38 -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 1pGJVY-0005w7-Ce for help-gnu-emacs@gnu.org; Fri, 13 Jan 2023 07:50:21 -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 1pGJVW-0000Sc-Hc; Fri, 13 Jan 2023 07:50:06 -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=UgNVcgXgSbfaF9GuUoPB7RMXV0CxETtUlpSNGC7Hmqo=; b=hONuRiKmKx9uja+MiqqA t7dw6Jyb8VAZnwqk5OOQwQvm7htEp8/0pT6yTlBGnGi2Wn6Xx3KYbJRPHqSKYpOR21ep3JWHK5gOk iO6BoXfWadwSeITlBQ8fYZco3E0yxShGpZJbEJJntmJ6cwZ8X6ViR3bqWdb9c7FkvmXcnl7wc6XxG CaxaH59QSb460GaAxK8bcVRIfuSwE643ApRBCnWOZHOQL/fbyr83ZsrUz/3EWmvx2d9Vgs2kHxrtw adEQ28CwLqMYz/PHPb6U+aD+5tXYTNE/J9DhKYa6jML+Ty9YbjlPWON8agf+a19SO0BJbo9X9tztF 8qnkBI1C6OqGzA==; 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 1pGJVV-00080v-1x; Fri, 13 Jan 2023 07:50:05 -0500 In-Reply-To: <3663b0c5-f840-f669-8cf3-bcc47756ce92@uni-koeln.de> (Ulrich Deiters's message of "Fri, 13 Jan 2023 13:37:42 +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:142226 Archived-At: Ulrich Deiters writes: > "package-install-file" helped somewhat: psgml is now listed as > installed. > > But I still cannot obtain the psgml functionality. My DTDs are ignored, > Mouse-3 does irritating things instead of bringing up context menus, and > of my drop-down menus only the 1st level can be displayed. Enforcing > sgml-mode does not help. Sorry, can't help, I don't use this package. Reg. Mouse-3: Do you have (context-menu-mode 1) in your init file? I'm not sure it is enabled by default. Best, Arash