From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ulrich Deiters Newsgroups: gmane.emacs.help Subject: PSGML broken? Date: Fri, 05 Dec 2014 22:45:46 +0100 Message-ID: <5482278A.3070402@gmx.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1417820756 7460 80.91.229.3 (5 Dec 2014 23:05:56 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 5 Dec 2014 23:05:56 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Dec 06 00:05:49 2014 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Xx1wa-0001tq-R2 for geh-help-gnu-emacs@m.gmane.org; Sat, 06 Dec 2014 00:05:48 +0100 Original-Received: from localhost ([::1]:52819 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xx1wa-0001n1-6i for geh-help-gnu-emacs@m.gmane.org; Fri, 05 Dec 2014 18:05:48 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:51634) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xx0hL-0008AH-3M for help-gnu-emacs@gnu.org; Fri, 05 Dec 2014 16:46:06 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xx0hD-0005TD-Gi for help-gnu-emacs@gnu.org; Fri, 05 Dec 2014 16:45:59 -0500 Original-Received: from mout.gmx.net ([212.227.17.21]:62768) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xx0hD-0005SY-5b for help-gnu-emacs@gnu.org; Fri, 05 Dec 2014 16:45:51 -0500 Original-Received: from [192.168.1.101] ([87.78.11.59]) by mail.gmx.com (mrgmx103) with ESMTPSA (Nemesis) id 0MKYpv-1XxpNL1JeJ-0022w7 for ; Fri, 05 Dec 2014 22:45:48 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 X-Provags-ID: V03:K0:yisHja/vMF0rq+4xTyOCbkb9OdIoLg4osYjf19gPm8YZtMXW6h7 6WNfrpiHh+uxkeIlYWj3WzhRh7l2zuD7a0YgaidfTXvwa5EorW0YHWICfA0AkoWyuh2/aXh wdOahg53WhIBxaCcMsLaluhIvcn0CRByPf7HOjnmiWDW2/Oq9PBhOl9EwRHU0/HLCJ+R3v0 xtSP38eFwc4GXztlIJZ3g== X-UI-Out-Filterresults: notjunk:1; X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [generic] X-Received-From: 212.227.17.21 X-Mailman-Approved-At: Fri, 05 Dec 2014 18:05:24 -0500 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 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.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:101438 Archived-At: How do I enter the sgml mode? Starting emacs as emacs -l /usr/share/emacs/site-lisp/psgml/psgml.el gives the warning: "old-style backquotes detected!" When I then enter M-x sgml-mode the mode is set (the top menu shows "SGML"), but there is also the error message "Symbol's function definition is void: make-local-hook" Opening an XML file and trying to parse the associated DTD generates a ton of SGML error messages. Is this a bug or am I missing something?