GNU bug report logs - #6973
old-style backquotes in psgml

Previous Next

Package: emacs;

Reported by: Andreas Röhler <andreas.roehler <at> easy-emacs.de>

Date: Thu, 2 Sep 2010 18:34:02 UTC

Severity: normal

Merged with 6490, 7148, 7286, 10321

Found in versions 24.0.50, 24.0.92

Done: Stefan Monnier <monnier <at> iro.umontreal.ca>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Glenn Morris <rgm <at> gnu.org>
To: 6973 <at> debbugs.gnu.org
Subject: bug#6973: 24.0.50; parse-sgml.el sends error
Date: Thu, 2 Sep 2010 16:01:02 -0400
> Debugger entered--Lisp error: (invalid-function (\` (defmacro ((\, (intern (format "sgml-eltype-%s" n)))) (et) (list (quote get) et (quote (quote ((\, n))))))))

From etc/NEWS:

  * Incompatible Lisp Changes in Emacs 24.1

  ** A backquote not followed by a space is now always treated as new-style.

and psgml-parse.el contains:

(defmacro sgml-prop-fields (&rest names)
  (cons
   'progn
   (loop for n in names collect
     (`(defmacro (, (intern (format "sgml-eltype-%s" n))) (et)
     ^^^^
         (list 'get et ''(, n)))))))





This bug report was last modified 13 years and 156 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.