(with-syntax-table): Add some URLs WRT the XEmacs bug.
authorReiner Steib <Reiner.Steib@gmx.de>
Tue, 11 Oct 2005 20:16:42 +0000 (20:16 +0000)
committerReiner Steib <Reiner.Steib@gmx.de>
Tue, 11 Oct 2005 20:16:42 +0000 (20:16 +0000)
lisp/ChangeLog
lisp/dgnushack.el

index 5bb7a26..58da8a8 100644 (file)
@@ -1,3 +1,7 @@
+2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
+
 2005-10-04  David Hansen  <david.hansen@gmx.net>
 
        * nnrss.el (nnrss-request-article): Add support for the comments tag.
index 5e769ec..d3d3890 100644 (file)
@@ -140,6 +140,17 @@ fixed in Emacs after 21.3."
          (setq ad-return-value (cons fn (nreverse backwards))))
       ad-do-it)))
 
+;; Work around for an incompatibility (XEmacs 21.4 vs. 21.5), see the
+;; following threads:
+;;
+;; http://thread.gmane.org/gmane.emacs.gnus.general/56414
+;; Subject: attachment problems found but not fixed
+;;
+;; http://thread.gmane.org/gmane.emacs.gnus.general/56459
+;; Subject: Splitting mail -- XEmacs 21.4 vs 21.5
+;;
+;; http://thread.gmane.org/gmane.emacs.xemacs.beta/20519
+;; Subject: XEmacs 21.5 and Gnus fancy splitting.
 (when (and (featurep 'xemacs)
           (let ((table (copy-syntax-table emacs-lisp-mode-syntax-table)))
             (modify-syntax-entry ?= " " table)