comparison lisp/simple.el @ 79325:2888fe033e01

Ulrich Mueller <ulm at gentoo.org> (tiny change) (bad-packages-alist): Anchor semantic regexp.
author Glenn Morris <rgm@gnu.org>
date Sat, 03 Nov 2007 03:07:02 +0000
parents 660c02754a71
children d5c0ef4db45d
comparison
equal deleted inserted replaced
79324:bd6a3acc307b 79325:2888fe033e01
5631 ;; flexible as it could be. See the thread: 5631 ;; flexible as it could be. See the thread:
5632 ;; http://lists.gnu.org/archive/html/emacs-devel/2007-08/msg00300.html 5632 ;; http://lists.gnu.org/archive/html/emacs-devel/2007-08/msg00300.html
5633 (defconst bad-packages-alist 5633 (defconst bad-packages-alist
5634 ;; Not sure exactly which semantic versions have problems. 5634 ;; Not sure exactly which semantic versions have problems.
5635 ;; Definitely 2.0pre3, probably all 2.0pre's before this. 5635 ;; Definitely 2.0pre3, probably all 2.0pre's before this.
5636 '((semantic semantic-version "2\\.0pre[1-3]" 5636 '((semantic semantic-version "\\`2\\.0pre[1-3]\\'"
5637 "The version of `semantic' loaded does not work in Emacs 22. 5637 "The version of `semantic' loaded does not work in Emacs 22.
5638 It can cause constant high CPU load. 5638 It can cause constant high CPU load.
5639 Upgrade to at least Semantic 2.0pre4 (distributed with CEDET 1.0pre4).") 5639 Upgrade to at least Semantic 2.0pre4 (distributed with CEDET 1.0pre4).")
5640 ;; CUA-mode does not work with GNU Emacs version 22.1 and newer. 5640 ;; CUA-mode does not work with GNU Emacs version 22.1 and newer.
5641 ;; Except for version 1.2, all of the 1.x and 2.x version of cua-mode 5641 ;; Except for version 1.2, all of the 1.x and 2.x version of cua-mode