Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
271:c7b7086b0a39 | 272:c5d627a313b1 |
---|---|
95 ".dvi" ".toc" ".log" ".aux" ".a" ".ln" | 95 ".dvi" ".toc" ".log" ".aux" ".a" ".ln" |
96 ".lof" ".blg" ".bbl" ".glo" ".idx" ".lot" ".fmt" | 96 ".lof" ".blg" ".bbl" ".glo" ".idx" ".lot" ".fmt" |
97 ".diff" ".oi" ".class")))) | 97 ".diff" ".oi" ".class")))) |
98 | 98 |
99 | 99 |
100 (setq debug-ignored-errors | 100 ;; This needs to be redone better. -slb |
101 '(beginning-of-line | 101 ;(setq debug-ignored-errors |
102 beginning-of-buffer | 102 ; '(beginning-of-line |
103 end-of-line | 103 ; beginning-of-buffer |
104 end-of-buffer | 104 ; end-of-line |
105 end-of-file buffer-read-only | 105 ; end-of-buffer |
106 "\\`Previous command was not a yank\\'" | 106 ; end-of-file buffer-read-only |
107 "\\`Minibuffer is not active for completion\\'" | 107 ; "\\`Previous command was not a yank\\'" |
108 "\\`No \\(following\\|preceding\\) item in .*-history\\'" | 108 ; "\\`Minibuffer is not active for completion\\'" |
109 "\\`No recursive edit is in progress\\'" | 109 ; "\\`No \\(following\\|preceding\\) item in .*-history\\'" |
110 "\\`Changes to be undone are outside visible portion of buffer\\'" | 110 ; "\\`No recursive edit is in progress\\'" |
111 "\\`No further undo information\\'" | 111 ; "\\`Changes to be undone are outside visible portion of buffer\\'" |
112 "\\`No undo information in this buffer\\'" | 112 ; "\\`No further undo information\\'" |
113 "\\`Buffer modified since last undo/redo, cannot redo" | 113 ; "\\`No undo information in this buffer\\'" |
114 "\\`Save not confirmed\\'" | 114 ; "\\`Buffer modified since last undo/redo, cannot redo" |
115 "\\`Canceled\\'" | 115 ; "\\`Save not confirmed\\'" |
116 "\\`\\(Revert\\|Steal\\|Recover-file\\) cancelled\\.\\'" | 116 ; "\\`Canceled\\'" |
117 ; "\\`\\(Revert\\|Steal\\|Recover-file\\) cancelled\\.\\'" | |
117 | 118 |
118 ;; comint | 119 ; ;; comint |
119 "\\`Not at command line\\'" | 120 ; "\\`Not at command line\\'" |
120 "\\`Empty input ring\\'" | 121 ; "\\`Empty input ring\\'" |
121 "\\`No history\\'" | 122 ; "\\`No history\\'" |
122 "\\`Not found\\'" ;; To common? | 123 ; "\\`Not found\\'" ;; To common? |
123 "\\`Current buffer has no process\\'" | 124 ; "\\`Current buffer has no process\\'" |
124 | 125 |
125 ;; dabbrev | 126 ; ;; dabbrev |
126 "\\`No \\(further \\)?dynamic expansion for .* found\\.?\\'" | 127 ; "\\`No \\(further \\)?dynamic expansion for .* found\\.?\\'" |
127 | 128 |
128 ;; Completion | 129 ; ;; Completion |
129 "\\`To complete, the point must be after a symbol at least [0-9]* character long\\.\\'" | 130 ; "\\`To complete, the point must be after a symbol at least [0-9]* character long\\.\\'" |
130 "\\`The string \".*\" is too short to be saved as a completion\\.\\'" | 131 ; "\\`The string \".*\" is too short to be saved as a completion\\.\\'" |
131 | 132 |
132 ;; Compile | 133 ; ;; Compile |
133 "\\`No more errors\\( yet\\|\\)\\'" | 134 ; "\\`No more errors\\( yet\\|\\)\\'" |
134 | 135 |
135 ;; Gnus | 136 ; ;; Gnus |
136 ;"\\`NNTP: Connection closed\\.\\'" | 137 ; ;"\\`NNTP: Connection closed\\.\\'" |
137 | 138 |
138 ;; info | 139 ; ;; info |
139 "\\`Node has no Previous\\'" | 140 ; "\\`Node has no Previous\\'" |
140 "\\`No \".*\" in index\\'" | 141 ; "\\`No \".*\" in index\\'" |
141 | 142 |
142 ;; imenu | 143 ; ;; imenu |
143 ;"\\`No items suitable for an index found in this buffer\\.\\'" | 144 ; ;"\\`No items suitable for an index found in this buffer\\.\\'" |
144 ;"\\`The mode \".*\" does not take full advantage of imenu\\.el yet\\.\\'" | 145 ; ;"\\`The mode \".*\" does not take full advantage of imenu\\.el yet\\.\\'" |
145 | 146 |
146 ;; ispell | 147 ; ;; ispell |
147 "\\`No word found to check!\\'" | 148 ; "\\`No word found to check!\\'" |
148 | 149 |
149 ;; man | 150 ; ;; man |
150 "\\`.* not found\\'" | 151 ; "\\`.* not found\\'" |
151 "\\`No more history\\.\\'" | 152 ; "\\`No more history\\.\\'" |
152 | 153 |
153 ;; etags | 154 ; ;; etags |
154 "\\`File .* is not a valid tag table\\'" | 155 ; "\\`File .* is not a valid tag table\\'" |
155 "\\`File .* is not a valid tags file\\'" | 156 ; "\\`File .* is not a valid tags file\\'" |
156 "\\`All files processed\\.\\'" | 157 ; "\\`All files processed\\.\\'" |
157 "No TAGS file name supplied\\'" | 158 ; "No TAGS file name supplied\\'" |
158 "\\`Nothing to complete\\'" | 159 ; "\\`Nothing to complete\\'" |
159 | 160 |
160 ;; BBDB | 161 ; ;; BBDB |
161 "\\`no previous record\\'" | 162 ; "\\`no previous record\\'" |
162 "\\`no next record\\'")) | 163 ; "\\`no next record\\'")) |
163 | 164 |
164 (make-variable-buffer-local 'indent-tabs-mode) | 165 (make-variable-buffer-local 'indent-tabs-mode) |
165 | 166 |
166 | 167 |
167 ;;; Load in generated autoloads (made by autoload.el). | 168 ;;; Load in generated autoloads (made by autoload.el). |