Mercurial > hg > xemacs-beta
diff lisp/loaddefs.el @ 272:c5d627a313b1 r21-0b34
Import from CVS: tag r21-0b34
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:28:48 +0200 |
parents | 677f6a0ee643 |
children | 8626e4521993 |
line wrap: on
line diff
--- a/lisp/loaddefs.el Mon Aug 13 10:27:41 2007 +0200 +++ b/lisp/loaddefs.el Mon Aug 13 10:28:48 2007 +0200 @@ -97,69 +97,70 @@ ".diff" ".oi" ".class")))) -(setq debug-ignored-errors - '(beginning-of-line - beginning-of-buffer - end-of-line - end-of-buffer - end-of-file buffer-read-only - "\\`Previous command was not a yank\\'" - "\\`Minibuffer is not active for completion\\'" - "\\`No \\(following\\|preceding\\) item in .*-history\\'" - "\\`No recursive edit is in progress\\'" - "\\`Changes to be undone are outside visible portion of buffer\\'" - "\\`No further undo information\\'" - "\\`No undo information in this buffer\\'" - "\\`Buffer modified since last undo/redo, cannot redo" - "\\`Save not confirmed\\'" - "\\`Canceled\\'" - "\\`\\(Revert\\|Steal\\|Recover-file\\) cancelled\\.\\'" +;; This needs to be redone better. -slb +;(setq debug-ignored-errors +; '(beginning-of-line +; beginning-of-buffer +; end-of-line +; end-of-buffer +; end-of-file buffer-read-only +; "\\`Previous command was not a yank\\'" +; "\\`Minibuffer is not active for completion\\'" +; "\\`No \\(following\\|preceding\\) item in .*-history\\'" +; "\\`No recursive edit is in progress\\'" +; "\\`Changes to be undone are outside visible portion of buffer\\'" +; "\\`No further undo information\\'" +; "\\`No undo information in this buffer\\'" +; "\\`Buffer modified since last undo/redo, cannot redo" +; "\\`Save not confirmed\\'" +; "\\`Canceled\\'" +; "\\`\\(Revert\\|Steal\\|Recover-file\\) cancelled\\.\\'" - ;; comint - "\\`Not at command line\\'" - "\\`Empty input ring\\'" - "\\`No history\\'" - "\\`Not found\\'" ;; To common? - "\\`Current buffer has no process\\'" +; ;; comint +; "\\`Not at command line\\'" +; "\\`Empty input ring\\'" +; "\\`No history\\'" +; "\\`Not found\\'" ;; To common? +; "\\`Current buffer has no process\\'" - ;; dabbrev - "\\`No \\(further \\)?dynamic expansion for .* found\\.?\\'" - - ;; 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\\.\\'" +; ;; dabbrev +; "\\`No \\(further \\)?dynamic expansion for .* found\\.?\\'" - ;; Compile - "\\`No more errors\\( yet\\|\\)\\'" +; ;; 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\\.\\'" - ;; Gnus - ;"\\`NNTP: Connection closed\\.\\'" +; ;; Compile +; "\\`No more errors\\( yet\\|\\)\\'" - ;; info - "\\`Node has no Previous\\'" - "\\`No \".*\" in index\\'" +; ;; Gnus +; ;"\\`NNTP: Connection closed\\.\\'" - ;; imenu - ;"\\`No items suitable for an index found in this buffer\\.\\'" - ;"\\`The mode \".*\" does not take full advantage of imenu\\.el yet\\.\\'" +; ;; info +; "\\`Node has no Previous\\'" +; "\\`No \".*\" in index\\'" + +; ;; imenu +; ;"\\`No items suitable for an index found in this buffer\\.\\'" +; ;"\\`The mode \".*\" does not take full advantage of imenu\\.el yet\\.\\'" - ;; ispell - "\\`No word found to check!\\'" +; ;; ispell +; "\\`No word found to check!\\'" - ;; man - "\\`.* not found\\'" - "\\`No more history\\.\\'" +; ;; man +; "\\`.* not found\\'" +; "\\`No more history\\.\\'" - ;; etags - "\\`File .* is not a valid tag table\\'" - "\\`File .* is not a valid tags file\\'" - "\\`All files processed\\.\\'" - "No TAGS file name supplied\\'" - "\\`Nothing to complete\\'" +; ;; etags +; "\\`File .* is not a valid tag table\\'" +; "\\`File .* is not a valid tags file\\'" +; "\\`All files processed\\.\\'" +; "No TAGS file name supplied\\'" +; "\\`Nothing to complete\\'" - ;; BBDB - "\\`no previous record\\'" - "\\`no next record\\'")) +; ;; BBDB +; "\\`no previous record\\'" +; "\\`no next record\\'")) (make-variable-buffer-local 'indent-tabs-mode)