summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog23
-rw-r--r--lisp/bindings.el66
2 files changed, 24 insertions, 65 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index ab52c50d90c..b36dbedebfa 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,26 @@
+2000-05-22 Dave Love <fx@gnu.org>
+
+ * bindings.el: Remove debug-ignored-errors set in other files.
+
+ * progmodes/etags.el: Add to debug-ignored-errors.
+ (visit-tags-table-buffer): Clear out buffers holding old tables
+ when making a new list.
+ (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
+ mapc.
+
+ * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
+ quote keywords.
+ (cmpl-string-case-type): Use character classes.
+
+ * comint.el:
+ * textmodes/ispell.el:
+ * imenu.el:
+ * mail/mh-e.el:
+ * progmodes/compile.el: Add to debug-ignored-errors.
+
+ * dabbrev.el: Add to debug-ignored-errors.
+ (dabbrev-completion): Use mapc.
+
2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
* woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
diff --git a/lisp/bindings.el b/lisp/bindings.el
index e8b92b54e88..6d75d691de0 100644
--- a/lisp/bindings.el
+++ b/lisp/bindings.el
@@ -364,63 +364,6 @@ buffer, mouse-2: prev, M-mouse-2: next, mouse-3: buffer menu")
"^Save not confirmed$"
"^Recover-file cancelled\\.$"
"^Cannot switch buffers in a dedicated window$"
-
- ;; comint
- "^Not at command line$"
- "^Empty input ring$"
- "^No history$"
- "^Not found$";; To common?
- "^Current buffer has no process$"
-
- ;; dabbrev
- "^No dynamic expansion for .* found$"
- "^No further dynamic expansion for .* found$"
- "^No possible abbreviation preceding point$"
-
- ;; Completion
- "^To complete, the point must be after a symbol at least [0-9]* character long\\.$"
- "^The string \".*\" is too short to be saved as a completion\\.$"
-
- ;; Compile
- "^No more errors\\( yet\\|\\)$"
-
- ;; Gnus
- "^NNTP: Connection closed\\.$"
-
- ;; info
- "^Node has no Previous$"
- "^No menu in this node$"
- "^Node has no Next$"
- "^No \".*\" in index$"
-
- ;; imenu
- "^No items suitable for an index found in this buffer\\.$"
- "^This buffer cannot use `imenu-default-create-index-function'$"
- "^The mode `.*' does not support Imenu$"
-
- ;; ispell
- "^No word found to check!$"
-
- ;; mh-e
- "^Cursor not pointing to message$"
- "^There is no other window$"
-
- ;; man
- "^No manpage [0-9]* found$"
- "^Can't find the .* manpage$"
-
- ;; etags
- "^No tags table in use; use .* to select one$"
- "^There is no default tag$"
- "^No previous tag locations$"
- "^File .* is not a valid tags table$"
- "^No \\(more \\|\\)tags \\(matching\\|containing\\) "
- "^Rerun etags: `.*' not found in "
- "^All files processed$"
- "^No .* or .* in progress$"
- "^File .* not in current tags tables$"
- "^No tags table loaded"
- "^Nothing to complete$"
;; ediff
"^Errors in diff output. Diff output is in "
@@ -468,14 +411,7 @@ buffer, mouse-2: prev, M-mouse-2: next, mouse-3: buffer menu")
"^Merge of directory revisions aborted$"
"^Buffer .* doesn't exist$"
"^There is no file to merge$"
- "^Version control package .*.el not found. Use vc.el instead$"
-
- ;; cus-edit
- "^No user options have changed defaults in recent Emacs versions$"
-
- ;; BBDB
- "^no previous record$"
- "^no next record$"))
+ "^Version control package .*.el not found. Use vc.el instead$"))
(make-variable-buffer-local 'indent-tabs-mode)