comparison lisp/bindings.el @ 29081:ac55b16c8782

Remove debug-ignored-errors set in other files.
author Dave Love <fx@gnu.org>
date Mon, 22 May 2000 18:07:50 +0000
parents 763e873d5257
children bc6192b0e1af
comparison
equal deleted inserted replaced
29080:3b2040b6030a 29081:ac55b16c8782
362 "^No undo information in this buffer$" 362 "^No undo information in this buffer$"
363 "^No further undo information$" 363 "^No further undo information$"
364 "^Save not confirmed$" 364 "^Save not confirmed$"
365 "^Recover-file cancelled\\.$" 365 "^Recover-file cancelled\\.$"
366 "^Cannot switch buffers in a dedicated window$" 366 "^Cannot switch buffers in a dedicated window$"
367
368 ;; comint
369 "^Not at command line$"
370 "^Empty input ring$"
371 "^No history$"
372 "^Not found$";; To common?
373 "^Current buffer has no process$"
374
375 ;; dabbrev
376 "^No dynamic expansion for .* found$"
377 "^No further dynamic expansion for .* found$"
378 "^No possible abbreviation preceding point$"
379
380 ;; Completion
381 "^To complete, the point must be after a symbol at least [0-9]* character long\\.$"
382 "^The string \".*\" is too short to be saved as a completion\\.$"
383
384 ;; Compile
385 "^No more errors\\( yet\\|\\)$"
386
387 ;; Gnus
388 "^NNTP: Connection closed\\.$"
389
390 ;; info
391 "^Node has no Previous$"
392 "^No menu in this node$"
393 "^Node has no Next$"
394 "^No \".*\" in index$"
395
396 ;; imenu
397 "^No items suitable for an index found in this buffer\\.$"
398 "^This buffer cannot use `imenu-default-create-index-function'$"
399 "^The mode `.*' does not support Imenu$"
400
401 ;; ispell
402 "^No word found to check!$"
403
404 ;; mh-e
405 "^Cursor not pointing to message$"
406 "^There is no other window$"
407
408 ;; man
409 "^No manpage [0-9]* found$"
410 "^Can't find the .* manpage$"
411
412 ;; etags
413 "^No tags table in use; use .* to select one$"
414 "^There is no default tag$"
415 "^No previous tag locations$"
416 "^File .* is not a valid tags table$"
417 "^No \\(more \\|\\)tags \\(matching\\|containing\\) "
418 "^Rerun etags: `.*' not found in "
419 "^All files processed$"
420 "^No .* or .* in progress$"
421 "^File .* not in current tags tables$"
422 "^No tags table loaded"
423 "^Nothing to complete$"
424 367
425 ;; ediff 368 ;; ediff
426 "^Errors in diff output. Diff output is in " 369 "^Errors in diff output. Diff output is in "
427 "^Hmm... I don't see an Ediff command around here...$" 370 "^Hmm... I don't see an Ediff command around here...$"
428 "^Undocumented command! Type `G' in Ediff Control Panel to drop a note to the Ediff maintainer$" 371 "^Undocumented command! Type `G' in Ediff Control Panel to drop a note to the Ediff maintainer$"
466 "^Directories . and . are the same: " 409 "^Directories . and . are the same: "
467 "^Directory merge aborted$" 410 "^Directory merge aborted$"
468 "^Merge of directory revisions aborted$" 411 "^Merge of directory revisions aborted$"
469 "^Buffer .* doesn't exist$" 412 "^Buffer .* doesn't exist$"
470 "^There is no file to merge$" 413 "^There is no file to merge$"
471 "^Version control package .*.el not found. Use vc.el instead$" 414 "^Version control package .*.el not found. Use vc.el instead$"))
472
473 ;; cus-edit
474 "^No user options have changed defaults in recent Emacs versions$"
475
476 ;; BBDB
477 "^no previous record$"
478 "^no next record$"))
479 415
480 416
481 (make-variable-buffer-local 'indent-tabs-mode) 417 (make-variable-buffer-local 'indent-tabs-mode)
482 418
483 ;; We have base64 functions built in now. 419 ;; We have base64 functions built in now.