aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorKaroly Lorentey2005-03-23 10:40:00 +0000
committerKaroly Lorentey2005-03-23 10:40:00 +0000
commit76acbdc50490034f233bc78d14a7cd5717d9432e (patch)
tree9b46877d371dad83ff6cdad30cd69df2a050de7d /lisp
parent335fcf6c2f6ae8990d8c62589cfb3558c3f38bc0 (diff)
parent8725c7925ef1ce95efb1f50d48d17f437e9c46a4 (diff)
downloademacs-76acbdc50490034f233bc78d14a7cd5717d9432e.tar.gz
emacs-76acbdc50490034f233bc78d14a7cd5717d9432e.zip
Merged from miles@gnu.org--gnu-2005 (patch 192-203)
Patches applied: * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-192 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-193 Use gdb-ui breakpoint faces on ttys too * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-194 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-195 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-196 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-197 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-198 Tweak gdb-ui breakpoint faces * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-199 Tweak gdb-ui breakpoint faces * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-200 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-201 Tweak info/.arch-inventory to identify info/.cvsignore as source * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-202 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-203 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-316
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog227
-rw-r--r--lisp/add-log.el16
-rw-r--r--lisp/bindings.el2
-rw-r--r--lisp/calc/calc-embed.el87
-rw-r--r--lisp/emacs-lisp/lisp-mode.el2
-rw-r--r--lisp/files.el18
-rw-r--r--lisp/finder.el12
-rw-r--r--lisp/font-lock.el2
-rw-r--r--lisp/generic-x.el1459
-rw-r--r--lisp/generic.el273
-rw-r--r--lisp/gnus/ChangeLog17
-rw-r--r--lisp/gnus/gnus-start.el14
-rw-r--r--lisp/help.el53
-rw-r--r--lisp/icomplete.el152
-rw-r--r--lisp/image-mode.el9
-rw-r--r--lisp/international/mule.el4
-rw-r--r--lisp/jka-compr.el5
-rw-r--r--lisp/language/thai-word.el11054
-rw-r--r--lisp/ldefs-boot.el1299
-rw-r--r--lisp/man.el4
-rw-r--r--lisp/menu-bar.el19
-rw-r--r--lisp/net/tramp-smb.el138
-rw-r--r--lisp/net/tramp-util.el6
-rw-r--r--lisp/net/tramp-vc.el4
-rw-r--r--lisp/net/tramp.el239
-rw-r--r--lisp/net/trampver.el4
-rw-r--r--lisp/obsolete/keyswap.el (renamed from lisp/term/keyswap.el)0
-rw-r--r--lisp/progmodes/dcl-mode.el2
-rw-r--r--lisp/progmodes/gdb-ui.el41
-rw-r--r--lisp/progmodes/idlwave.el2
-rw-r--r--lisp/progmodes/perl-mode.el92
-rw-r--r--lisp/ps-print.el14
-rw-r--r--lisp/recentf.el115
-rw-r--r--lisp/simple.el7
-rw-r--r--lisp/subr.el4
-rw-r--r--lisp/textmodes/tex-mode.el3
-rw-r--r--lisp/tooltip.el4
37 files changed, 13497 insertions, 1906 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 43dc9d7bfbc..4e2472e70f9 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,230 @@
12005-03-23 David Ponce <david@dponce.com>
2
3 * recentf.el: (recentf-keep): New option.
4 (recentf-menu-action): Default to `find-file'.
5 (recentf-keep-non-readable-files-flag)
6 (recentf-keep-non-readable-files-p)
7 (recentf-file-readable-p, recentf-find-file)
8 (recentf-cleanup-remote): Remove.
9 (recentf-include-p): More robust.
10 (recentf-keep-p): New function.
11 (recentf-remove-if-non-kept): Rename from
12 `recentf-remove-if-non-readable'. Use `recentf-keep-p'. All
13 callers updated.
14 (recentf-menu-items-for-commands): Fix help string.
15 (recentf-track-closed-file): Update. Doc fix.
16 (recentf-cleanup): Update. Count removed files. Doc fix.
17
182005-03-23 Kim F. Storm <storm@cua.dk>
19
20 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
21 Don't inherit from fringe face (now happens automatically).
22
232005-03-22 Kim F. Storm <storm@cua.dk>
24
25 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
26 position values.
27
282005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
29
30 * menu-bar.el (showhide-date-time): Remove.
31 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
32 (menu-bar-make-mm-toggle): Simplify.
33
342005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
35
36 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
37 Accept qualified variable and function names.
38
392005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
40
41 * bindings.el (completion-ignored-extensions):
42 Remove ".lis" for `vax-vms'.
43
442005-03-22 Andreas Schwab <schwab@suse.de>
45
46 * generic-x.el: Revert last change.
47 * ldefs-boot.el: Update.
48
492005-03-22 Jay Belanger <belanger@truman.edu>
50
51 * calc/calc-embed (calc-embedded-original-modes): New variable.
52 (calc-embedded-save-original-modes)
53 (calc-embedded-restore-original-modes): New functions.
54 (calc-do-embedded): Save original modes when entering embedded mode
55 and restore when leaving embedded mode.
56 (calc-embedded-modes-change): Change the value of
57 calc-embedded-original-modes to reflect permanent changes.
58
592005-03-22 Lute Kamstra <lute@gnu.org>
60
61 * generic-x.el: Require generic again.
62
632005-03-22 Miles Bader <miles@gnu.org>
64
65 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
66 Tweak details to look good on both ttys and bitmap displays, light
67 or dark background, etc.
68
692005-03-21 Kim F. Storm <storm@cua.dk>
70
71 * tooltip.el (tooltip-show-help-function): Check car and cdr of
72 mouse position.
73
742005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
75
76 * icomplete.el: Don't forcibly turn on the mode upon load.
77 (icomplete-mode): Use define-minor-mode.
78 (icomplete-eoinput): Default to nil.
79 (icomplete-minibuffer-setup): Remove autoload.
80 (icomplete-tidy): Simplify.
81 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
82 in the initial state or if the user has modified the field.
83 Fix handling of icomplete-max-delay-chars.
84 Remove code that handles the oddball case where
85 minibuffer-completion-table is an integer.
86 Wrap icomplete-completions in while-no-input in case building
87 completions takes more time than expected.
88 (icomplete-completions): Simplify.
89
902005-03-21 Richard M. Stallman <rms@gnu.org>
91
92 * jka-compr.el (jka-compr-really-do-compress):
93 Make variable buffer-local.
94
95 * image-mode.el: Handle .xpm files too.
96 (image-toggle-display): Preserve modification flag.
97
98 * help.el (where-is): Don't mention aliases with no key bindings.
99
1002005-03-21 Lute Kamstra <lute@gnu.org>
101
102 * generic.el: Fix commentary section. Don't require cl for
103 compilation.
104 (generic-mode-list): Add autoload cookie.
105 (generic-use-find-file-hook, generic-lines-to-scan)
106 (generic-find-file-regexp, generic-ignore-files-regexp)
107 (generic-mode, generic-mode-find-file-hook)
108 (generic-mode-ini-file-find-file-hook): Fix docstrings.
109 (define-generic-mode): Make it a defmacro. Fix docstring.
110 (generic-mode-internal): Code cleanup. Add autoload cookie.
111 (generic-mode-set-comments): Code cleanup.
112 * generic-x.el: Don't prevent compilation. Don't require generic.
113 Follow coding conventions. Minor code cleanup.
114 (etc-fstab-generic-mode): Add some keywords.
115 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
116 define-generic-mode like a function declaration.
117
1182005-03-21 Jay Belanger <belanger@truman.edu>
119
120 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
121 changing modes.
122
1232005-03-21 Sam Steingold <sds@gnu.org>
124
125 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
126
1272005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
128
129 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
130 Add underscore to "f$ lexicals" regexp.
131
1322005-03-20 Juri Linkov <juri@jurta.org>
133
134 * subr.el (progress-reporter-do-update): When `min-value' is equal
135 to `max-value', set `percentage' to 0 and prevent division by zero.
136
1372005-03-20 Michael Albinus <michael.albinus@gmx.de>
138
139 Sync with Tramp 2.0.48.
140
141 * tramp.el (all): Change all addresses to .gnu.org.
142 (tramp-append-tramp-buffers): New defun.
143 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
144 Catch `dont-send' signal.
145 (tramp-set-auto-save-file-modes): Set always permissions, because
146 there might be an old auto-saved file belonging to another
147 original file. This could be a security threat. Reported by
148 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
149 Check for Emacs 21.3.50 removed.
150
151 * tramp-smb.el (all): Remove debug construct for
152 `with-parsed-tramp-file-name'.
153 (tramp-smb-prompt): Prompt can contain spaces inside directory
154 names.
155 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
156 No error message if DIRECTORY or FILENAME doesn't exist.
157 (tramp-smb-open-connection): Check existence of
158 `tramp-smb-program'.
159
1602005-03-20 Miles Bader <miles@gnu.org>
161
162 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
163 in text-mode too. Change to new face names.
164 (breakpoint-enabled): Renamed from `breakpoint-enabled-bitmap-face'.
165 Add `:weight bold' attribute.
166 (breakpoint-disabled): Renamed from `breakpoint-disabled-bitmap-face'.
167
1682005-03-19 Juri Linkov <juri@jurta.org>
169
170 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
171
172 * international/mule.el (auto-coding-alist): Sync with
173 `auto-mode-alist' by adding upper case archive file extensions
174 and adding ear/war to jar extension.
175
1762005-03-19 David Casperson <casper@unbc.ca> (tiny change)
177
178 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
179 running, restart it.
180
1812005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
182
183 * finder.el (finder-current-item): Throw an error on an empty
184 line.
185
186 * man.el (Man-follow-manual-reference): If current-word returns
187 nil, use "".
188
1892005-03-19 Matt Hodges <MPHodges@member.fsf.org>
190
191 * simple.el (goto-line): Doc fix.
192
1932005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
194
195 * files.el (save-buffer): Doc fix.
196
1972005-03-19 Michael R. Mauger <mmaug@yahoo.com>
198
199 * recentf.el (recentf-cleanup-remote): New variable.
200 (recentf-cleanup): Use it to conditionally check availablity of
201 remote files.
202
2032005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
204
205 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
206 function names.
207
2082005-03-19 Eli Zaretskii <eliz@gnu.org>
209
210 * language/thai-word.el: New file.
211
2122005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
213
214 * files.el (backup-buffer): If the file's directory is not
215 writable, use copy instead of move to backup the file.
216
2172005-03-19 Eli Zaretskii <eliz@gnu.org>
218
219 * obsolete/keyswap.el: Moved to obsolete/ from term/.
220
2212005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
222
223 * ps-print.el (ps-generate-string-list, ps-generate-header-line): Use
224 functionp instead of symbolp and fboundp. Reported by Drkm
225 <darkman_spam@yahoo.fr>.
226 (ps-print-version): New version 6.6.6.
227
12005-03-18 Tak Ota <Takaaki.Ota@am.sony.com> 2282005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
2 229
3 * textmodes/table.el (table--line-column-position): New idiom. 230 * textmodes/table.el (table--line-column-position): New idiom.
diff --git a/lisp/add-log.el b/lisp/add-log.el
index ce98760222d..7706a697755 100644
--- a/lisp/add-log.el
+++ b/lisp/add-log.el
@@ -812,7 +812,7 @@ Has a preference of looking backwards."
812 (looking-at "[ \t\n]")) 812 (looking-at "[ \t\n]"))
813 (forward-line -1)) 813 (forward-line -1))
814 ;; See if this is using the DEFUN macro used in Emacs, 814 ;; See if this is using the DEFUN macro used in Emacs,
815 ;; or the DEFUN macro used by the C library. 815 ;; or the DEFUN macro used by the C library:
816 (if (condition-case nil 816 (if (condition-case nil
817 (and (save-excursion 817 (and (save-excursion
818 (end-of-line) 818 (end-of-line)
@@ -824,16 +824,20 @@ Has a preference of looking backwards."
824 (looking-at "DEFUN\\b")) 824 (looking-at "DEFUN\\b"))
825 (>= location tem)) 825 (>= location tem))
826 (error nil)) 826 (error nil))
827 ;; DEFUN ("file-name-directory", Ffile_name_directory, Sfile_name_directory, ...) ==> Ffile_name_directory
828 ;; DEFUN(POSIX::STREAM-LOCK, stream lockp &key BLOCK SHARED START LENGTH) ==> POSIX::STREAM-LOCK
827 (progn 829 (progn
828 (goto-char tem) 830 (goto-char tem)
829 (down-list 1) 831 (down-list 1)
830 (if (= (char-after (point)) ?\") 832 (when (= (char-after (point)) ?\")
831 (progn 833 (forward-sexp 1)
832 (forward-sexp 1) 834 (search-forward ","))
833 (skip-chars-forward " ,"))) 835 (skip-syntax-forward " ")
834 (buffer-substring-no-properties 836 (buffer-substring-no-properties
835 (point) 837 (point)
836 (progn (forward-sexp 1) 838 (progn (search-forward ",")
839 (forward-char -1)
840 (skip-syntax-backward " ")
837 (point)))) 841 (point))))
838 (if (looking-at "^[+-]") 842 (if (looking-at "^[+-]")
839 (change-log-get-method-definition) 843 (change-log-get-method-definition)
diff --git a/lisp/bindings.el b/lisp/bindings.el
index b283824d735..52a91378275 100644
--- a/lisp/bindings.el
+++ b/lisp/bindings.el
@@ -503,7 +503,7 @@ is okay. See `mode-line-format'.")
503 ".a" ".ln" ".blg" ".bbl" ".dll" ".drv" ".vxd" ".386")) 503 ".a" ".ln" ".blg" ".bbl" ".dll" ".drv" ".vxd" ".386"))
504 ((eq system-type 'vax-vms) 504 ((eq system-type 'vax-vms)
505 '(".obj" ".exe" ".bin" ".lbin" ".sbin" 505 '(".obj" ".exe" ".bin" ".lbin" ".sbin"
506 ".brn" ".rnt" ".lni" ".lis" 506 ".brn" ".rnt" ".lni"
507 ".olb" ".tlb" ".mlb" ".hlb")) 507 ".olb" ".tlb" ".mlb" ".hlb"))
508 (t 508 (t
509 '(".o" "~" ".bin" ".lbin" ".so" 509 '(".o" "~" ".bin" ".lbin" ".so"
diff --git a/lisp/calc/calc-embed.el b/lisp/calc/calc-embed.el
index f1a273f7cf3..8a48b78e37e 100644
--- a/lisp/calc/calc-embed.el
+++ b/lisp/calc/calc-embed.el
@@ -149,6 +149,59 @@ This is not required to be present for user-written mode annotations.")
149;;; rather than using buffer-local variables because the latter are 149;;; rather than using buffer-local variables because the latter are
150;;; thrown away when a buffer changes major modes. 150;;; thrown away when a buffer changes major modes.
151 151
152(defvar calc-embedded-original-modes nil
153 "The mode settings for Calc buffer when put in embedded mode.")
154
155(defun calc-embedded-save-original-modes ()
156 "Save the current Calc modes when entereding embedded mode."
157 (let ((calcbuf (save-excursion
158 (calc-create-buffer)
159 (current-buffer)))
160 lang modes)
161 (if calcbuf
162 (with-current-buffer calcbuf
163 (setq lang
164 (cons calc-language calc-language-option))
165 (setq modes
166 (list (cons 'calc-display-just
167 calc-display-just)
168 (cons 'calc-display-origin
169 calc-display-origin)))
170 (let ((v calc-embedded-mode-vars))
171 (while v
172 (let ((var (cdr (car v))))
173 (unless (memq var '(the-language the-display-just))
174 (setq modes
175 (cons (cons var (symbol-value var))
176 modes))))
177 (setq v (cdr v))))
178 (setq calc-embedded-original-modes (cons lang modes)))
179 (setq calc-embedded-original-modes nil))))
180
181(defun calc-embedded-restore-original-modes ()
182 "Restore the original Calc modes when leaving embedded mode."
183 (let ((calcbuf (get-buffer "*Calculator*"))
184 (changed nil)
185 (lang (car calc-embedded-original-modes))
186 (modes (cdr calc-embedded-original-modes)))
187 (if (and calcbuf calc-embedded-original-modes)
188 (with-current-buffer calcbuf
189 (unless (and
190 (equal calc-language (car lang))
191 (equal calc-language-option (cdr lang)))
192 (calc-set-language (car lang) (cdr lang))
193 (setq changed t))
194 (while modes
195 (let ((mode (car modes)))
196 (unless (equal (symbol-value (car mode)) (cdr mode))
197 (set (car mode) (cdr mode))
198 (setq changed t)))
199 (setq modes (cdr modes)))
200 (when changed
201 (calc-refresh)
202 (calc-set-mode-line))))
203 (setq calc-embedded-original-modes nil)))
204
152;; The variables calc-embed-outer-top, calc-embed-outer-bot, 205;; The variables calc-embed-outer-top, calc-embed-outer-bot,
153;; calc-embed-top and calc-embed-bot are 206;; calc-embed-top and calc-embed-bot are
154;; local to calc-do-embedded, calc-embedded-mark-formula, 207;; local to calc-do-embedded, calc-embedded-mark-formula,
@@ -193,6 +246,7 @@ This is not required to be present for user-written mode annotations.")
193 buffer-read-only nil) 246 buffer-read-only nil)
194 (use-local-map (nth 1 mode)) 247 (use-local-map (nth 1 mode))
195 (set-buffer-modified-p (buffer-modified-p)) 248 (set-buffer-modified-p (buffer-modified-p))
249 (calc-embedded-restore-original-modes)
196 (or calc-embedded-quiet 250 (or calc-embedded-quiet
197 (message "Back to %s mode" mode-name)))) 251 (message "Back to %s mode" mode-name))))
198 252
@@ -214,11 +268,13 @@ This is not required to be present for user-written mode annotations.")
214 calc-embed-top calc-embed-bot calc-embed-outer-top calc-embed-outer-bot 268 calc-embed-top calc-embed-bot calc-embed-outer-top calc-embed-outer-bot
215 info chg ident) 269 info chg ident)
216 (barf-if-buffer-read-only) 270 (barf-if-buffer-read-only)
271 (calc-embedded-save-original-modes)
217 (or calc-embedded-globals 272 (or calc-embedded-globals
218 (calc-find-globals)) 273 (calc-find-globals))
219 (setq info (calc-embedded-make-info (point) nil t arg end obeg oend)) 274 (setq info (calc-embedded-make-info (point) nil t arg end obeg oend))
220 (if (eq (car-safe (aref info 8)) 'error) 275 (if (eq (car-safe (aref info 8)) 'error)
221 (progn 276 (progn
277 (setq calc-embedded-original-modes nil)
222 (goto-char (nth 1 (aref info 8))) 278 (goto-char (nth 1 (aref info 8)))
223 (error (nth 2 (aref info 8))))) 279 (error (nth 2 (aref info 8)))))
224 (let ((mode-line-buffer-identification mode-line-buffer-identification) 280 (let ((mode-line-buffer-identification mode-line-buffer-identification)
@@ -227,10 +283,13 @@ This is not required to be present for user-written mode annotations.")
227 (calc-wrapper 283 (calc-wrapper
228 (let* ((okay nil) 284 (let* ((okay nil)
229 (calc-no-refresh-evaltos t)) 285 (calc-no-refresh-evaltos t))
230 (setq chg (calc-embedded-set-modes
231 (aref info 15) (aref info 12) (aref info 13)))
232 (if (aref info 8) 286 (if (aref info 8)
233 (calc-push (calc-normalize (aref info 8))) 287 (progn
288 (calc-push (calc-normalize (aref info 8)))
289 (setq chg (calc-embedded-set-modes
290 (aref info 15) (aref info 12) (aref info 13))))
291 (setq chg (calc-embedded-set-modes
292 (aref info 15) (aref info 12) (aref info 13)))
234 (calc-alg-entry))) 293 (calc-alg-entry)))
235 (setq calc-undo-list nil 294 (setq calc-undo-list nil
236 calc-redo-list nil 295 calc-redo-list nil
@@ -1197,7 +1256,27 @@ The command \\[yank] can retrieve it from there."
1197 (prin1-to-string (car values)) "]" 1256 (prin1-to-string (car values)) "]"
1198 calc-embedded-close-mode)))) 1257 calc-embedded-close-mode))))
1199 (setq vars (cdr vars) 1258 (setq vars (cdr vars)
1200 values (cdr values)))))))) 1259 values (cdr values))))))
1260 (when (and vars calc-embedded-original-modes (eq calc-mode-save-mode 'save))
1261 (cond ((equal vars '(the-language))
1262 (setcar calc-embedded-original-modes
1263 (cons calc-language calc-language-option)))
1264 ((equal vars '(the-display-just))
1265 (let* ((modes (cdr calc-embedded-original-modes))
1266 (just (assq 'calc-display-just modes))
1267 (origin (assq 'calc-display-origin modes)))
1268 (if just
1269 (setcdr just calc-display-just))
1270 (if origin
1271 (setcdr origin calc-display-origin))))
1272 (t
1273 (let ((modes (cdr calc-embedded-original-modes)))
1274 (while vars
1275 (let* ((var (car vars))
1276 (cell (assq var modes)))
1277 (if cell
1278 (setcdr cell (symbol-value var))))
1279 (setq vars (cdr vars)))))))))
1201 1280
1202(defun calc-embedded-var-change (var &optional buf) 1281(defun calc-embedded-var-change (var &optional buf)
1203 (if (symbolp var) 1282 (if (symbolp var)
diff --git a/lisp/emacs-lisp/lisp-mode.el b/lisp/emacs-lisp/lisp-mode.el
index 1a7da113c12..2e829080c9c 100644
--- a/lisp/emacs-lisp/lisp-mode.el
+++ b/lisp/emacs-lisp/lisp-mode.el
@@ -205,7 +205,7 @@
205 (setq font-lock-defaults 205 (setq font-lock-defaults
206 '((lisp-font-lock-keywords 206 '((lisp-font-lock-keywords
207 lisp-font-lock-keywords-1 lisp-font-lock-keywords-2) 207 lisp-font-lock-keywords-1 lisp-font-lock-keywords-2)
208 nil nil (("+-*/.<>=!?$%_&~^:" . "w")) nil 208 nil nil (("+-*/.<>=!?$%_&~^:@" . "w")) nil
209 (font-lock-mark-block-function . mark-defun) 209 (font-lock-mark-block-function . mark-defun)
210 (font-lock-syntactic-face-function 210 (font-lock-syntactic-face-function
211 . lisp-font-lock-syntactic-face-function)))) 211 . lisp-font-lock-syntactic-face-function))))
diff --git a/lisp/files.el b/lisp/files.el
index 63a712be0e0..2941f288cb0 100644
--- a/lisp/files.el
+++ b/lisp/files.el
@@ -1775,8 +1775,10 @@ in that case, this function acts as if `enable-local-variables' were t."
1775 ("\\.pro\\'" . idlwave-mode) 1775 ("\\.pro\\'" . idlwave-mode)
1776 ("\\.prolog\\'" . prolog-mode) 1776 ("\\.prolog\\'" . prolog-mode)
1777 ("\\.tar\\'" . tar-mode) 1777 ("\\.tar\\'" . tar-mode)
1778 ("\\.\\(arc\\|zip\\|lzh\\|zoo\\|ear\\|jar\\|war\\)\\'" . archive-mode) 1778 ;; The list of archive file extensions should be in sync with
1779 ("\\.\\(ARC\\|ZIP\\|LZH\\|ZOO\\|EAR\\|JAR\\|WAR\\)\\'" . archive-mode) 1779 ;; `auto-coding-alist' with `no-conversion' coding system.
1780 ("\\.\\(arc\\|zip\\|lzh\\|zoo\\|[jew]ar\\)\\'" . archive-mode)
1781 ("\\.\\(ARC\\|ZIP\\|LZH\\|ZOO\\|[JEW]AR\\)\\'" . archive-mode)
1780 ("\\.sx[dmicw]\\'" . archive-mode) ; OpenOffice.org 1782 ("\\.sx[dmicw]\\'" . archive-mode) ; OpenOffice.org
1781 ;; Mailer puts message to be edited in 1783 ;; Mailer puts message to be edited in
1782 ;; /tmp/Re.... or Message 1784 ;; /tmp/Re.... or Message
@@ -2687,6 +2689,7 @@ BACKUPNAME is the backup file name, which is the old file renamed."
2687 backup-by-copying 2689 backup-by-copying
2688 ;; Don't rename a suid or sgid file. 2690 ;; Don't rename a suid or sgid file.
2689 (and modes (< 0 (logand modes #o6000))) 2691 (and modes (< 0 (logand modes #o6000)))
2692 (not (file-writable-p (file-name-directory real-file-name)))
2690 (and backup-by-copying-when-linked 2693 (and backup-by-copying-when-linked
2691 (> (file-nlinks real-file-name) 1)) 2694 (> (file-nlinks real-file-name) 1))
2692 (and (or backup-by-copying-when-mismatch 2695 (and (or backup-by-copying-when-mismatch
@@ -3103,18 +3106,19 @@ on a DOS/Windows machine, it returns FILENAME on expanded form."
3103 ancestor)))))) 3106 ancestor))))))
3104 3107
3105(defun save-buffer (&optional args) 3108(defun save-buffer (&optional args)
3106 "Save current buffer in visited file if modified. Versions described below. 3109 "Save current buffer in visited file if modified. Variations are described below.
3107By default, makes the previous version into a backup file 3110By default, makes the previous version into a backup file
3108 if previously requested or if this is the first save. 3111 if previously requested or if this is the first save.
3109With 1 \\[universal-argument], marks this version 3112Prefixed with one \\[universal-argument], marks this version
3110 to become a backup when the next save is done. 3113 to become a backup when the next save is done.
3111With 2 \\[universal-argument]'s, 3114Prefixed with two \\[universal-argument]'s,
3112 unconditionally makes the previous version into a backup file. 3115 unconditionally makes the previous version into a backup file.
3113With 3 \\[universal-argument]'s, marks this version 3116Prefixed with three \\[universal-argument]'s, marks this version
3114 to become a backup when the next save is done, 3117 to become a backup when the next save is done,
3115 and unconditionally makes the previous version into a backup file. 3118 and unconditionally makes the previous version into a backup file.
3116 3119
3117With argument of 0, never make the previous version into a backup file. 3120With a numeric argument of 0, never make the previous version
3121into a backup file.
3118 3122
3119If a file's name is FOO, the names of its numbered backup versions are 3123If a file's name is FOO, the names of its numbered backup versions are
3120 FOO.~i~ for various integers i. A non-numbered backup file is called FOO~. 3124 FOO.~i~ for various integers i. A non-numbered backup file is called FOO~.
diff --git a/lisp/finder.el b/lisp/finder.el
index dc7343b9fb0..7a886e5480f 100644
--- a/lisp/finder.el
+++ b/lisp/finder.el
@@ -301,11 +301,13 @@ FILE should be in a form suitable for passing to `locate-library'."
301 (finder-summary))) 301 (finder-summary)))
302 302
303(defun finder-current-item () 303(defun finder-current-item ()
304 (if (and finder-headmark (< (point) finder-headmark)) 304 (let ((key (save-excursion
305 (error "No keyword or filename on this line") 305 (beginning-of-line)
306 (save-excursion 306 (current-word))))
307 (beginning-of-line) 307 (if (or (and finder-headmark (< (point) finder-headmark))
308 (current-word)))) 308 (= (length key) 0))
309 (error "No keyword or filename on this line")
310 key)))
309 311
310(defun finder-select () 312(defun finder-select ()
311 "Select item on current line in a finder buffer." 313 "Select item on current line in a finder buffer."
diff --git a/lisp/font-lock.el b/lisp/font-lock.el
index 715d418816a..2cdda321092 100644
--- a/lisp/font-lock.el
+++ b/lisp/font-lock.el
@@ -1909,7 +1909,7 @@ This function could be MATCHER in a MATCH-ANCHORED `font-lock-keywords' item."
1909 ;; Function declarations. 1909 ;; Function declarations.
1910 "\\(advice\\|varalias\\|alias\\|generic\\|macro\\*?\\|method\\|" 1910 "\\(advice\\|varalias\\|alias\\|generic\\|macro\\*?\\|method\\|"
1911 "setf\\|subst\\*?\\|un\\*?\\|" 1911 "setf\\|subst\\*?\\|un\\*?\\|"
1912 "ine-\\(condition\\|\\(?:derived\\|minor\\)-mode\\|" 1912 "ine-\\(condition\\|\\(?:derived\\|minor\\|generic\\)-mode\\|"
1913 "method-combination\\|setf-expander\\|skeleton\\|widget\\|" 1913 "method-combination\\|setf-expander\\|skeleton\\|widget\\|"
1914 "function\\|\\(compiler\\|modify\\|symbol\\)-macro\\)\\)\\|" 1914 "function\\|\\(compiler\\|modify\\|symbol\\)-macro\\)\\)\\|"
1915 ;; Variable declarations. 1915 ;; Variable declarations.
diff --git a/lisp/generic-x.el b/lisp/generic-x.el
index 88703af799f..94f41c96e22 100644
--- a/lisp/generic-x.el
+++ b/lisp/generic-x.el
@@ -1,6 +1,6 @@
1;;; generic-x.el --- Extra Modes for generic-mode -*- no-byte-compile: t -*- 1;;; generic-x.el --- Extra Modes for generic-mode
2 2
3;; Copyright (C) 1997, 1998, 2003 Free Software Foundation, Inc. 3;; Copyright (C) 1997, 1998, 2003, 2005 Free Software Foundation, Inc.
4 4
5;; Author: Peter Breton <pbreton@cs.umb.edu> 5;; Author: Peter Breton <pbreton@cs.umb.edu>
6;; Created: Tue Oct 08 1996 6;; Created: Tue Oct 08 1996
@@ -34,7 +34,7 @@
34;; (require 'generic-x) 34;; (require 'generic-x)
35;; 35;;
36;; You can decide which modes to load by setting the variable 36;; You can decide which modes to load by setting the variable
37;; `generic-extras-enable-list'. Some platform-specific modes are 37;; `generic-extras-enable-list'. Some platform-specific modes are
38;; affected by the variables `generic-define-mswindows-modes' and 38;; affected by the variables `generic-define-mswindows-modes' and
39;; `generic-define-unix-modes' (which see). 39;; `generic-define-unix-modes' (which see).
40;; 40;;
@@ -92,7 +92,6 @@
92 92
93;;; Code: 93;;; Code:
94 94
95(require 'generic)
96(require 'font-lock) 95(require 'font-lock)
97 96
98(defgroup generic-x nil 97(defgroup generic-x nil
@@ -103,53 +102,52 @@
103 102
104(defcustom generic-extras-enable-list nil 103(defcustom generic-extras-enable-list nil
105 "*List of generic modes to enable by default. 104 "*List of generic modes to enable by default.
106Each entry in the list should be a symbol. 105Each entry in the list should be a symbol. The variables
107The variables `generic-define-mswindows-modes' and `generic-define-unix-modes' 106`generic-define-mswindows-modes' and `generic-define-unix-modes'
108also affect which generic modes are defined. 107also affect which generic modes are defined. Please note that if
109Please note that if you set this variable after generic-x is loaded, 108you set this variable after generic-x is loaded, you must reload
110you must reload generic-x to enable the specified modes." 109generic-x to enable the specified modes."
111 :group 'generic-x 110 :group 'generic-x
112 :type '(repeat sexp) 111 :type '(repeat sexp))
113 )
114 112
115(defcustom generic-define-mswindows-modes 113(defcustom generic-define-mswindows-modes
116 (memq system-type (list 'windows-nt 'ms-dos)) 114 (memq system-type '(windows-nt ms-dos))
117 "*If non-nil, some MS-Windows specific generic modes will be defined." 115 "*If non-nil, some MS-Windows specific generic modes will be defined."
118 :group 'generic-x 116 :group 'generic-x
119 :type 'boolean 117 :type 'boolean)
120 )
121 118
122(defcustom generic-define-unix-modes 119(defcustom generic-define-unix-modes
123 (not (memq system-type (list 'windows-nt 'ms-dos))) 120 (not (memq system-type '(windows-nt ms-dos)))
124 "*If non-nil, some Unix specific generic modes will be defined." 121 "*If non-nil, some Unix specific generic modes will be defined."
125 :group 'generic-x 122 :group 'generic-x
126 :type 'boolean 123 :type 'boolean)
127 )
128 124
129(and generic-define-mswindows-modes 125(and generic-define-mswindows-modes
130 (setq generic-extras-enable-list 126 (setq generic-extras-enable-list
131 (append (list 'bat-generic-mode 'ini-generic-mode 127 (append (list 'bat-generic-mode
132 'inf-generic-mode 'rc-generic-mode 128 'ini-generic-mode
133 'reg-generic-mode 'rul-generic-mode 129 'inf-generic-mode
134 'hosts-generic-mode 130 'rc-generic-mode
135 'apache-conf-generic-mode 131 'reg-generic-mode
136 'apache-log-generic-mode 132 'rul-generic-mode
137 ) 133 'hosts-generic-mode
138 generic-extras-enable-list))) 134 'apache-conf-generic-mode
135 'apache-log-generic-mode)
136 generic-extras-enable-list)))
139 137
140(and generic-define-unix-modes 138(and generic-define-unix-modes
141 (setq generic-extras-enable-list 139 (setq generic-extras-enable-list
142 (append (list 'apache-conf-generic-mode 140 (append (list 'apache-conf-generic-mode
143 'apache-log-generic-mode 141 'apache-log-generic-mode
144 'samba-generic-mode 142 'samba-generic-mode
145 'hosts-generic-mode 'fvwm-generic-mode 143 'hosts-generic-mode
144 'fvwm-generic-mode
146 'x-resource-generic-mode 145 'x-resource-generic-mode
147 'alias-generic-mode 146 'alias-generic-mode
148 'inetd-conf-generic-mode 147 'inetd-conf-generic-mode
149 'etc-services-generic-mode 148 'etc-services-generic-mode
150 'etc-passwd-generic-mode 149 'etc-passwd-generic-mode
151 'etc-fstab-generic-mode 150 'etc-fstab-generic-mode)
152 )
153 generic-extras-enable-list))) 151 generic-extras-enable-list)))
154 152
155;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 153;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
@@ -157,382 +155,345 @@ you must reload generic-x to enable the specified modes."
157;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 155;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
158 156
159;;; Apache 157;;; Apache
160(and 158(when (memq 'apache-conf-generic-mode generic-extras-enable-list)
161 (memq 'apache-conf-generic-mode generic-extras-enable-list) 159
162 160(define-generic-mode apache-conf-generic-mode
163(define-generic-mode 'apache-conf-generic-mode 161 (list ?#)
164 (list ?#) 162 nil
165 nil 163 '(("^\\s-*\\(<.*>\\)" 1 'font-lock-constant-face)
166 '(("^\\s-*\\(<.*>\\)" 1 'font-lock-constant-face) 164 ("^\\s-*\\(\\sw+\\)\\s-" 1 'font-lock-variable-name-face))
167 ("^\\s-*\\(\\sw+\\)\\s-" 1 'font-lock-variable-name-face)) 165 (list "srm\\.conf\\'" "httpd\\.conf\\'" "access\\.conf\\'")
168 (list "srm\\.conf\\'" "httpd\\.conf\\'" "access\\.conf\\'") 166 (list
169 (list 167 (function
170 (function 168 (lambda ()
171 (lambda ()
172 (setq imenu-generic-expression 169 (setq imenu-generic-expression
173 '((nil "^\\([-A-Za-z0-9_]+\\)" 1) 170 '((nil "^\\([-A-Za-z0-9_]+\\)" 1)
174 ("*Directories*" "^\\s-*<Directory\\s-*\\([^>]+\\)>" 1) 171 ("*Directories*" "^\\s-*<Directory\\s-*\\([^>]+\\)>" 1)
175 ("*Locations*" "^\\s-*<Location\\s-*\\([^>]+\\)>" 1) 172 ("*Locations*" "^\\s-*<Location\\s-*\\([^>]+\\)>" 1))))))
176 )) 173 "Generic mode for Apache or HTTPD configuration files."))
177 )))
178 "Generic mode for Apache or HTTPD configuration files."))
179 174
180(and 175(when (memq 'apache-log-generic-mode generic-extras-enable-list)
181 (memq 'apache-log-generic-mode generic-extras-enable-list)
182 176
183(define-generic-mode 'apache-log-generic-mode 177(define-generic-mode apache-log-generic-mode
184 nil 178 nil
185 nil 179 nil
186 ;; Hostname ? user date request return-code number-of-bytes 180 ;; Hostname ? user date request return-code number-of-bytes
187 '(("^\\([-a-zA-z0-9.]+\\) - [-A-Za-z]+ \\(\\[.*\\]\\)" 181 '(("^\\([-a-zA-z0-9.]+\\) - [-A-Za-z]+ \\(\\[.*\\]\\)"
188 (1 font-lock-constant-face) 182 (1 font-lock-constant-face)
189 (2 font-lock-variable-name-face)) 183 (2 font-lock-variable-name-face)))
190 )
191 (list "access_log\\'") 184 (list "access_log\\'")
192 nil 185 nil
193 "Mode for Apache log files")) 186 "Mode for Apache log files"))
194 187
195;;; Samba 188;;; Samba
196(and 189(when (memq 'samba-generic-mode generic-extras-enable-list)
197 (memq 'samba-generic-mode generic-extras-enable-list) 190
198 191(define-generic-mode samba-generic-mode
199(define-generic-mode 'samba-generic-mode 192 (list ?\; ?#)
200 (list ?\; ?#) 193 nil
201 nil 194 '(("^\\(\\[.*\\]\\)" 1 'font-lock-constant-face)
202 '( 195 ("^\\s-*\\(.+\\)=\\([^\r\n]*\\)"
203 ("^\\(\\[.*\\]\\)" 1 'font-lock-constant-face) 196 (1 'font-lock-variable-name-face)
204 ("^\\s-*\\(.+\\)=\\([^\r\n]*\\)" 197 (2 'font-lock-type-face)))
205 (1 'font-lock-variable-name-face) 198 (list "smb\\.conf\\'")
206 (2 'font-lock-type-face)) 199 (list 'generic-bracket-support)
207 ) 200 "Generic mode for Samba configuration files."))
208 (list "smb\\.conf\\'")
209 (list 'generic-bracket-support)
210 "Generic mode for Samba configuration files."))
211 201
212;;; Fvwm 202;;; Fvwm
213;; This is pretty basic. Also, modes for other window managers could 203;; This is pretty basic. Also, modes for other window managers could
214;; be defined as well. 204;; be defined as well.
215(and 205(when (memq 'fvwm-generic-mode generic-extras-enable-list)
216(memq 'fvwm-generic-mode generic-extras-enable-list)
217 206
218(define-generic-mode 'fvwm-generic-mode 207(define-generic-mode fvwm-generic-mode
219 (list ?#) 208 (list ?#)
220 (list 209 (list
221 "AddToMenu" 210 "AddToMenu"
222 "AddToFunc" 211 "AddToFunc"
223 "ButtonStyle" 212 "ButtonStyle"
224 "EndFunction" 213 "EndFunction"
225 "EndPopup" 214 "EndPopup"
226 "Function" 215 "Function"
227 "IconPath" 216 "IconPath"
228 "Key" 217 "Key"
229 "ModulePath" 218 "ModulePath"
230 "Mouse" 219 "Mouse"
231 "PixmapPath" 220 "PixmapPath"
232 "Popup" 221 "Popup"
233 "Style" 222 "Style")
234 ) 223 nil
235 nil 224 (list "\\.fvwmrc\\'" "\\.fvwm2rc\\'")
236 (list "\\.fvwmrc\\'" "\\.fvwm2rc\\'") 225 nil
237 nil 226 "Generic mode for FVWM configuration files."))
238 "Generic mode for FVWM configuration files."))
239 227
240;;; X Resource 228;;; X Resource
241;; I'm pretty sure I've seen an actual mode to do this, but I don't 229;; I'm pretty sure I've seen an actual mode to do this, but I don't
242;; think it's standard with Emacs 230;; think it's standard with Emacs
243(and 231(when (memq 'x-resource-generic-mode generic-extras-enable-list)
244 (memq 'x-resource-generic-mode generic-extras-enable-list)
245 232
246(define-generic-mode 'x-resource-generic-mode 233(define-generic-mode x-resource-generic-mode
247 (list ?!) 234 (list ?!)
248 nil 235 nil
249 '(("^\\([^:\n]+:\\)" 1 'font-lock-variable-name-face)) 236 '(("^\\([^:\n]+:\\)" 1 'font-lock-variable-name-face))
250 (list "\\.Xdefaults\\'" "\\.Xresources\\'" "\\.Xenvironment\\'" "\\.ad\\'") 237 (list "\\.Xdefaults\\'" "\\.Xresources\\'" "\\.Xenvironment\\'" "\\.ad\\'")
251 nil 238 nil
252 "Generic mode for X Resource configuration files.")) 239 "Generic mode for X Resource configuration files."))
253 240
254;;; Hosts 241;;; Hosts
255(and 242(when (memq 'hosts-generic-mode generic-extras-enable-list)
256 (memq 'hosts-generic-mode generic-extras-enable-list)
257 243
258(define-generic-mode 'hosts-generic-mode 244(define-generic-mode hosts-generic-mode
259 (list ?#) 245 (list ?#)
260 (list "localhost") 246 (list "localhost")
261 '(("\\([0-9]+\.[0-9]+\.[0-9]+\.[0-9]+\\)" 1 'font-lock-constant-face)) 247 '(("\\([0-9]+\.[0-9]+\.[0-9]+\.[0-9]+\\)" 1 'font-lock-constant-face))
262 (list "[hH][oO][sS][tT][sS]\\'") 248 (list "[hH][oO][sS][tT][sS]\\'")
263 nil 249 nil
264 "Generic mode for HOSTS files.")) 250 "Generic mode for HOSTS files."))
265 251
266;;; Windows INF files 252;;; Windows INF files
267(and 253(when (memq 'inf-generic-mode generic-extras-enable-list)
268 (memq 'inf-generic-mode generic-extras-enable-list)
269 254
270(define-generic-mode 'inf-generic-mode 255(define-generic-mode inf-generic-mode
271 (list ?\;) 256 (list ?\;)
272 nil 257 nil
273 '(("^\\(\\[.*\\]\\)" 1 'font-lock-constant-face)) 258 '(("^\\(\\[.*\\]\\)" 1 'font-lock-constant-face))
274 (list "\\.[iI][nN][fF]\\'") 259 (list "\\.[iI][nN][fF]\\'")
275 (list 'generic-bracket-support) 260 (list 'generic-bracket-support)
276 "Generic mode for MS-Windows INF files.")) 261 "Generic mode for MS-Windows INF files."))
277 262
278;;; Windows INI files 263;;; Windows INI files
279;; Should define escape character as well! 264;; Should define escape character as well!
280(and 265(when (memq 'ini-generic-mode generic-extras-enable-list)
281 (memq 'ini-generic-mode generic-extras-enable-list) 266
282 267(define-generic-mode ini-generic-mode
283(define-generic-mode 'ini-generic-mode 268 (list ?\;)
284 (list ?\;) 269 nil
285 nil 270 '(("^\\(\\[.*\\]\\)" 1 'font-lock-constant-face)
286 '(("^\\(\\[.*\\]\\)" 1 'font-lock-constant-face) 271 ("^\\([^=\n\r]*\\)=\\([^\n\r]*\\)$"
287 ("^\\([^=\n\r]*\\)=\\([^\n\r]*\\)$" 272 (1 font-lock-function-name-face)
288 (1 font-lock-function-name-face) 273 (2 font-lock-variable-name-face)))
289 (2 font-lock-variable-name-face))) 274 (list "\\.[iI][nN][iI]\\'")
290 (list "\\.[iI][nN][iI]\\'") 275 (list
291 (list 276 (function
292 (function 277 (lambda ()
293 (lambda () 278 (setq imenu-generic-expression
294 (setq imenu-generic-expression 279 '((nil "^\\[\\(.*\\)\\]" 1)
295 '((nil "^\\[\\(.*\\)\\]" 1) 280 ("*Variables*" "^\\s-*\\([^=]+\\)\\s-*=" 1))))))
296 ("*Variables*" "^\\s-*\\([^=]+\\)\\s-*=" 1))) 281 "Generic mode for MS-Windows INI files."))
297 )))
298 "Generic mode for MS-Windows INI files."))
299 282
300;;; Windows REG files 283;;; Windows REG files
301;;; Unfortunately, Windows 95 and Windows NT have different REG file syntax! 284;;; Unfortunately, Windows 95 and Windows NT have different REG file syntax!
302(and 285(when (memq 'reg-generic-mode generic-extras-enable-list)
303 (memq 'reg-generic-mode generic-extras-enable-list) 286
304 287(define-generic-mode reg-generic-mode
305(define-generic-mode 'reg-generic-mode 288 '(?\;)
306 '(?\;) 289 '("key" "classes_root" "REGEDIT" "REGEDIT4")
307 '("key" "classes_root" "REGEDIT" "REGEDIT4") 290 '(("\\(\\[.*]\\)" 1 'font-lock-constant-face)
308 '(("\\(\\[.*]\\)" 1 'font-lock-constant-face) 291 ("^\\([^\n\r]*\\)\\s-*=" 1 'font-lock-variable-name-face))
309 ("^\\([^\n\r]*\\)\\s-*=" 1 'font-lock-variable-name-face)) 292 '("\\.[rR][eE][gG]\\'")
310 '("\\.[rR][eE][gG]\\'") 293 (list
311 (list 294 (function
312 (function 295 (lambda ()
313 (lambda () 296 (setq imenu-generic-expression
314 (setq imenu-generic-expression 297 '((nil "^\\s-*\\(.*\\)\\s-*=" 1))))))
315 '((nil "^\\s-*\\(.*\\)\\s-*=" 1)))))) 298 "Generic mode for MS-Windows Registry files."))
316 "Generic mode for MS-Windows Registry files."))
317 299
318;;; DOS/Windows BAT files 300;;; DOS/Windows BAT files
319(if (not (memq 'bat-generic-mode generic-extras-enable-list)) 301(when (memq 'bat-generic-mode generic-extras-enable-list)
320 nil 302
321(define-generic-mode 'bat-generic-mode 303(define-generic-mode bat-generic-mode
322 nil 304 nil
323 nil 305 nil
306 (list
307 ;; Make this one first in the list, otherwise comments will
308 ;; be over-written by other variables
309 (list "^[@ \t]*\\([rR][eE][mM][^\n\r]*\\)" 1 'font-lock-comment-face t)
310 (list "^[ \t]*\\(::.*\\)" 1 'font-lock-comment-face t)
311 (list
312 "^[@ \t]*\\([bB][rR][eE][aA][kK]\\|[vV][eE][rR][iI][fF][yY]\\)[ \t]+\\([oO]\\([nN]\\|[fF][fF]\\)\\)"
313 '(1 font-lock-builtin-face)
314 '(2 font-lock-constant-face t t))
315 ;; Any text (except ON/OFF) following ECHO is a string.
316 (list
317 "^[@ \t]*\\([eE][cC][hH][oO]\\)[ \t]+\\(\\([oO]\\([nN]\\|[fF][fF]\\)\\)\\|\\([^>|\r\n]+\\)\\)"
318 '(1 font-lock-builtin-face)
319 '(3 font-lock-constant-face t t)
320 '(5 font-lock-string-face t t))
321 ;; These keywords appear as the first word on a line. (Actually, they
322 ;; can also appear after "if ..." or "for ..." clause, but since they
323 ;; are frequently used in simple text, we punt.)
324 ;; In `generic-bat-mode-setup-function' we make the keywords
325 ;; case-insensitive
326 (generic-make-keywords-list
324 (list 327 (list
325 ;; Make this one first in the list, otherwise comments will 328 "for"
326 ;; be over-written by other variables 329 "if")
327 (list "^[@ \t]*\\([rR][eE][mM][^\n\r]*\\)" 1 'font-lock-comment-face t) 330 'font-lock-keyword-face "^[@ \t]*")
328 (list "^[ \t]*\\(::.*\\)" 1 'font-lock-comment-face t) 331 ;; These keywords can be anywhere on a line
329 (list 332 ;; In `generic-bat-mode-setup-function' we make the keywords
330 "^[@ \t]*\\([bB][rR][eE][aA][kK]\\|[vV][eE][rR][iI][fF][yY]\\)[ \t]+\\([oO]\\([nN]\\|[fF][fF]\\)\\)" 333 ;; case-insensitive
331 '(1 font-lock-builtin-face) 334 (generic-make-keywords-list
332 '(2 font-lock-constant-face t t))
333 ;; Any text (except ON/OFF) following ECHO is a string.
334 (list
335 "^[@ \t]*\\([eE][cC][hH][oO]\\)[ \t]+\\(\\([oO]\\([nN]\\|[fF][fF]\\)\\)\\|\\([^>|\r\n]+\\)\\)"
336 '(1 font-lock-builtin-face)
337 '(3 font-lock-constant-face t t)
338 '(5 font-lock-string-face t t))
339 ;; These keywords appear as the first word on a line. (Actually, they
340 ;; can also appear after "if ..." or "for ..." clause, but since they
341 ;; are frequently used in simple text, we punt.)
342 ;; In `generic-bat-mode-setup-function' we make the keywords
343 ;; case-insensitive
344 (generic-make-keywords-list
345 (list
346 "for"
347 "if"
348 )
349 'font-lock-keyword-face "^[@ \t]*")
350 ;; These keywords can be anywhere on a line
351 ;; In `generic-bat-mode-setup-function' we make the keywords
352 ;; case-insensitive
353 (generic-make-keywords-list
354 (list
355 "do"
356 "exist"
357 "errorlevel"
358 "goto"
359 "not"
360 ) 'font-lock-keyword-face)
361 ;; These are built-in commands. Only frequently-used ones are listed.
362 (generic-make-keywords-list
363 (list
364 "CALL" "call" "Call"
365 "CD" "cd" "Cd"
366 "CLS" "cls" "Cls"
367 "COPY" "copy" "Copy"
368 "DEL" "del" "Del"
369 "ECHO" "echo" "Echo"
370 "MD" "md" "Md"
371 "PATH" "path" "Path"
372 "PAUSE" "pause" "Pause"
373 "PROMPT" "prompt" "Prompt"
374 "RD" "rd" "Rd"
375 "REN" "ren" "Ren"
376 "SET" "set" "Set"
377 "START" "start" "Start"
378 "SHIFT" "shift" "Shift"
379 ) 'font-lock-builtin-face "[ \t|\n]")
380 (list "^[ \t]*\\(:\\sw+\\)" 1 'font-lock-function-name-face t)
381 (list "\\(%\\sw+%\\)" 1 'font-lock-variable-name-face t)
382 (list "\\(%[0-9]\\)" 1 'font-lock-variable-name-face t)
383 (list "\\(/[^/ \"\t\n]+\\)" 1 'font-lock-type-face)
384 (list "[\t ]+\\([+-][^\t\n\" ]+\\)" 1 'font-lock-type-face)
385 (list "[ \t\n|]\\<\\([gG][oO][tT][oO]\\)\\>[ \t]*\\(\\sw+\\)?"
386 '(1 font-lock-keyword-face)
387 '(2 font-lock-function-name-face nil t))
388 (list "[ \t\n|]\\<\\([sS][eE][tT]\\)\\>[ \t]*\\(\\sw+\\)?[ \t]*=?"
389 '(1 font-lock-builtin-face)
390 '(2 font-lock-variable-name-face t t))
391
392 )
393 (list 335 (list
394 "\\.[bB][aA][tT]\\'" 336 "do"
395 "\\`[cC][oO][nN][fF][iI][gG]\\." 337 "exist"
396 "\\`[aA][uU][tT][oO][eE][xX][eE][cC]\\." ) 338 "errorlevel"
397 (list 'generic-bat-mode-setup-function) 339 "goto"
398 "Generic mode for MS-Windows BAT files.") 340 "not")
399 341 'font-lock-keyword-face)
400 (defvar bat-generic-mode-syntax-table nil 342 ;; These are built-in commands. Only frequently-used ones are listed.
401 "Syntax table in use in bat-generic-mode buffers.") 343 (generic-make-keywords-list
402 344 (list
403 (defvar bat-generic-mode-keymap (make-sparse-keymap) 345 "CALL" "call" "Call"
404 "Keymap for bet-generic-mode.") 346 "CD" "cd" "Cd"
405 347 "CLS" "cls" "Cls"
406 (defun bat-generic-mode-compile () 348 "COPY" "copy" "Copy"
407 "Run the current BAT file in a compilation buffer." 349 "DEL" "del" "Del"
408 (interactive) 350 "ECHO" "echo" "Echo"
409 (let ((compilation-buffer-name-function 351 "MD" "md" "Md"
410 (function 352 "PATH" "path" "Path"
411 (lambda(ign) 353 "PAUSE" "pause" "Pause"
412 (concat "*" (buffer-file-name) "*"))) 354 "PROMPT" "prompt" "Prompt"
413 ) 355 "RD" "rd" "Rd"
414 ) 356 "REN" "ren" "Ren"
415 (compile 357 "SET" "set" "Set"
416 (concat (w32-shell-name) " -c " (buffer-file-name))))) 358 "START" "start" "Start"
417 359 "SHIFT" "shift" "Shift")
418 (defun bat-generic-mode-run-as-comint () 360 'font-lock-builtin-face "[ \t|\n]")
419 "Run the current BAT file in a comint buffer." 361 (list "^[ \t]*\\(:\\sw+\\)" 1 'font-lock-function-name-face t)
420 (interactive) 362 (list "\\(%\\sw+%\\)" 1 'font-lock-variable-name-face t)
421 (require 'comint) 363 (list "\\(%[0-9]\\)" 1 'font-lock-variable-name-face t)
422 (let* ((file (buffer-file-name)) 364 (list "\\(/[^/ \"\t\n]+\\)" 1 'font-lock-type-face)
423 (buf-name (concat "*" file "*"))) 365 (list "[\t ]+\\([+-][^\t\n\" ]+\\)" 1 'font-lock-type-face)
424 (save-excursion 366 (list "[ \t\n|]\\<\\([gG][oO][tT][oO]\\)\\>[ \t]*\\(\\sw+\\)?"
425 (set-buffer 367 '(1 font-lock-keyword-face)
426 (get-buffer-create buf-name)) 368 '(2 font-lock-function-name-face nil t))
427 (erase-buffer) 369 (list "[ \t\n|]\\<\\([sS][eE][tT]\\)\\>[ \t]*\\(\\sw+\\)?[ \t]*=?"
428 (comint-mode) 370 '(1 font-lock-builtin-face)
429 (comint-exec 371 '(2 font-lock-variable-name-face t t)))
430 buf-name 372 (list
431 file 373 "\\.[bB][aA][tT]\\'"
432 (w32-shell-name) 374 "\\`[cC][oO][nN][fF][iI][gG]\\."
433 nil 375 "\\`[aA][uU][tT][oO][eE][xX][eE][cC]\\." )
434 (list 376 (list 'generic-bat-mode-setup-function)
435 "-c" 377 "Generic mode for MS-Windows BAT files.")
436 file 378
437 ) 379(defvar bat-generic-mode-syntax-table nil
438 ) 380 "Syntax table in use in bat-generic-mode buffers.")
439 (display-buffer buf-name)))) 381
440 382(defvar bat-generic-mode-keymap (make-sparse-keymap)
441 (define-key bat-generic-mode-keymap "\C-c\C-c" 'bat-generic-mode-compile) 383 "Keymap for bet-generic-mode.")
442 384
443 ;; Make underscores count as words 385(defun bat-generic-mode-compile ()
444 (if bat-generic-mode-syntax-table 386 "Run the current BAT file in a compilation buffer."
445 nil 387 (interactive)
446 (setq bat-generic-mode-syntax-table (make-syntax-table)) 388 (let ((compilation-buffer-name-function
447 (modify-syntax-entry ?_ "w" bat-generic-mode-syntax-table)) 389 (function
448 390 (lambda(ign)
449 ;; bat-generic-mode doesn't use the comment functionality of generic-mode 391 (concat "*" (buffer-file-name) "*")))))
450 ;; because it has a three-letter comment-string, so we do it 392 (compile
451 ;; here manually instead 393 (concat (w32-shell-name) " -c " (buffer-file-name)))))
452 (defun generic-bat-mode-setup-function () 394
453 (make-local-variable 'parse-sexp-ignore-comments) 395(defun bat-generic-mode-run-as-comint ()
454 (make-local-variable 'comment-start) 396 "Run the current BAT file in a comint buffer."
455 (make-local-variable 'comment-start-skip) 397 (interactive)
456 (make-local-variable 'comment-end) 398 (require 'comint)
457 (setq imenu-generic-expression '((nil "^:\\(\\sw+\\)" 1)) 399 (let* ((file (buffer-file-name))
458 parse-sexp-ignore-comments t 400 (buf-name (concat "*" file "*")))
459 comment-end "" 401 (save-excursion
460 comment-start "REM " 402 (set-buffer
461 comment-start-skip "[Rr][Ee][Mm] *" 403 (get-buffer-create buf-name))
462 ) 404 (erase-buffer)
463 (set-syntax-table bat-generic-mode-syntax-table) 405 (comint-mode)
464 ;; Make keywords case-insensitive 406 (comint-exec
465 (setq font-lock-defaults (list 'generic-font-lock-defaults nil t)) 407 buf-name
466 (use-local-map bat-generic-mode-keymap) 408 file
467 ) 409 (w32-shell-name)
468 ) 410 nil
411 (list "-c" file))
412 (display-buffer buf-name))))
413
414(define-key bat-generic-mode-keymap "\C-c\C-c" 'bat-generic-mode-compile)
415
416;; Make underscores count as words
417(unless bat-generic-mode-syntax-table
418 (setq bat-generic-mode-syntax-table (make-syntax-table))
419 (modify-syntax-entry ?_ "w" bat-generic-mode-syntax-table))
420
421;; bat-generic-mode doesn't use the comment functionality of generic-mode
422;; because it has a three-letter comment-string, so we do it
423;; here manually instead
424(defun generic-bat-mode-setup-function ()
425 (make-local-variable 'parse-sexp-ignore-comments)
426 (make-local-variable 'comment-start)
427 (make-local-variable 'comment-start-skip)
428 (make-local-variable 'comment-end)
429 (setq imenu-generic-expression '((nil "^:\\(\\sw+\\)" 1))
430 parse-sexp-ignore-comments t
431 comment-end ""
432 comment-start "REM "
433 comment-start-skip "[Rr][Ee][Mm] *")
434 (set-syntax-table bat-generic-mode-syntax-table)
435 ;; Make keywords case-insensitive
436 (setq font-lock-defaults (list 'generic-font-lock-defaults nil t))
437 (use-local-map bat-generic-mode-keymap)))
469 438
470;;; Mailagent 439;;; Mailagent
471;; Mailagent is a Unix mail filtering program. Anyone wanna do a generic mode 440;; Mailagent is a Unix mail filtering program. Anyone wanna do a generic mode
472;; for procmail? 441;; for procmail?
473(and 442(when (memq 'mailagent-rules-generic-mode generic-extras-enable-list)
474 (memq 'mailagent-rules-generic-mode generic-extras-enable-list) 443
475 444(define-generic-mode mailagent-rules-generic-mode
476(define-generic-mode 'mailagent-rules-generic-mode 445 (list ?#)
477 (list ?#) 446 (list "SAVE" "DELETE" "PIPE" "ANNOTATE" "REJECT")
478 (list "SAVE" "DELETE" "PIPE" "ANNOTATE" "REJECT") 447 '(("^\\(\\sw+\\)\\s-*=" 1 'font-lock-variable-name-face)
479 '(("^\\(\\sw+\\)\\s-*=" 1 'font-lock-variable-name-face) 448 ("\\s-/\\([^/]+\\)/[i, \t\n]" 1 'font-lock-constant-face))
480 ("\\s-/\\([^/]+\\)/[i, \t\n]" 1 'font-lock-constant-face)) 449 (list "\\.rules\\'")
481 (list "\\.rules\\'") 450 (list 'mailagent-rules-setup-function)
482 (list 'mailagent-rules-setup-function) 451 "Mode for Mailagent rules files.")
483 "Mode for Mailagent rules files.")
484 452
485(defun mailagent-rules-setup-function () 453(defun mailagent-rules-setup-function ()
486 (make-local-variable 'imenu-generic-expression) 454 (make-local-variable 'imenu-generic-expression)
487 (setq imenu-generic-expression 455 (setq imenu-generic-expression
488 '((nil "\\s-/\\([^/]+\\)/[i, \t\n]" 1)))) 456 '((nil "\\s-/\\([^/]+\\)/[i, \t\n]" 1)))))
489 )
490 457
491;; Solaris/Sys V prototype files 458;; Solaris/Sys V prototype files
492(and 459(when (memq 'prototype-generic-mode generic-extras-enable-list)
493 (memq 'prototype-generic-mode generic-extras-enable-list) 460
494 461(define-generic-mode prototype-generic-mode
495(define-generic-mode 'prototype-generic-mode 462 (list ?#)
496 (list ?#) 463 nil
497 nil 464 '(("^\\([0-9]\\)?\\s-*\\([a-z]\\)\\s-+\\([A-Za-z_]+\\)\\s-+\\([^\n\r]*\\)$"
498 '( 465 (2 font-lock-constant-face)
499 ("^\\([0-9]\\)?\\s-*\\([a-z]\\)\\s-+\\([A-Za-z_]+\\)\\s-+\\([^\n\r]*\\)$" 466 (3 font-lock-keyword-face))
500 (2 font-lock-constant-face) 467 ("^\\([a-z]\\) \\([A-Za-z_]+\\)=\\([^\n\r]*\\)$"
501 (3 font-lock-keyword-face)) 468 (1 font-lock-constant-face)
502 ("^\\([a-z]\\) \\([A-Za-z_]+\\)=\\([^\n\r]*\\)$" 469 (2 font-lock-keyword-face)
503 (1 font-lock-constant-face) 470 (3 font-lock-variable-name-face))
504 (2 font-lock-keyword-face) 471 ("^\\(!\\s-*\\(search\\|include\\|default\\)\\)\\s-*\\([^\n\r]*\\)$"
505 (3 font-lock-variable-name-face)) 472 (1 font-lock-keyword-face)
506 ("^\\(!\\s-*\\(search\\|include\\|default\\)\\)\\s-*\\([^\n\r]*\\)$" 473 (3 font-lock-variable-name-face))
507 (1 font-lock-keyword-face) 474 ("^\\(!\\s-*\\sw+\\)=\\([^\n\r]*\\)$"
508 (3 font-lock-variable-name-face)) 475 (1 font-lock-keyword-face)
509 ("^\\(!\\s-*\\sw+\\)=\\([^\n\r]*\\)$" 476 (2 font-lock-variable-name-face)))
510 (1 font-lock-keyword-face) 477 (list "prototype\\'")
511 (2 font-lock-variable-name-face)) 478 nil
512 ) 479 "Mode for Sys V prototype files."))
513 (list "prototype\\'")
514 nil
515 "Mode for Sys V prototype files."))
516 480
517;; Solaris/Sys V pkginfo files 481;; Solaris/Sys V pkginfo files
518(and 482(when (memq 'pkginfo-generic-mode generic-extras-enable-list)
519 (memq 'pkginfo-generic-mode generic-extras-enable-list) 483
520 484(define-generic-mode pkginfo-generic-mode
521(define-generic-mode 'pkginfo-generic-mode 485 (list ?#)
522 (list ?#) 486 nil
523 nil 487 '(("^\\([A-Za-z_]+\\)=\\([^\n\r]*\\)$"
524 '( 488 (1 font-lock-keyword-face)
525 ("^\\([A-Za-z_]+\\)=\\([^\n\r]*\\)$" 489 (2 font-lock-variable-name-face)))
526 (1 font-lock-keyword-face) 490 (list "pkginfo\\'")
527 (2 font-lock-variable-name-face)) 491 nil
528 ) 492 "Mode for Sys V pkginfo files."))
529 (list "pkginfo\\'")
530 nil
531 "Mode for Sys V pkginfo files."))
532 493
533;; Javascript mode 494;; Javascript mode
534;; Includes extra keywords from Armando Singer [asinger@MAIL.COLGATE.EDU] 495;; Includes extra keywords from Armando Singer [asinger@MAIL.COLGATE.EDU]
535(define-generic-mode 'javascript-generic-mode 496(define-generic-mode javascript-generic-mode
536 (list "//" '("/*" . "*/")) 497 (list "//" '("/*" . "*/"))
537 (list 498 (list
538 "break" 499 "break"
@@ -594,27 +555,23 @@ you must reload generic-x to enable the specified modes."
594 "synchronized" 555 "synchronized"
595 "throws" 556 "throws"
596 "transient" 557 "transient"
597 "true" 558 "true")
598 )
599 (list 559 (list
600 (list "^\\s-*function\\s-+\\([A-Za-z0-9_]+\\)" 560 (list "^\\s-*function\\s-+\\([A-Za-z0-9_]+\\)"
601 '(1 font-lock-function-name-face)) 561 '(1 font-lock-function-name-face))
602 (list "^\\s-*var\\s-+\\([A-Za-z0-9_]+\\)" 562 (list "^\\s-*var\\s-+\\([A-Za-z0-9_]+\\)"
603 '(1 font-lock-variable-name-face)) 563 '(1 font-lock-variable-name-face)))
604 )
605 (list "\\.js\\'") 564 (list "\\.js\\'")
606 (list 565 (list
607 (function 566 (function
608 (lambda () 567 (lambda ()
609 (setq imenu-generic-expression 568 (setq imenu-generic-expression
610 '((nil "^function\\s-+\\([A-Za-z0-9_]+\\)" 1) 569 '((nil "^function\\s-+\\([A-Za-z0-9_]+\\)" 1)
611 ("*Variables*" "^var\\s-+\\([A-Za-z0-9_]+\\)" 1) 570 ("*Variables*" "^var\\s-+\\([A-Za-z0-9_]+\\)" 1))))))
612 ))
613 )))
614 "Mode for JavaScript files.") 571 "Mode for JavaScript files.")
615 572
616;; VRML files 573;; VRML files
617(define-generic-mode 'vrml-generic-mode 574(define-generic-mode vrml-generic-mode
618 (list ?#) 575 (list ?#)
619 (list 576 (list
620 "DEF" 577 "DEF"
@@ -644,8 +601,7 @@ you must reload generic-x to enable the specified modes."
644 "textureTransform" 601 "textureTransform"
645 "title" 602 "title"
646 "transparency" 603 "transparency"
647 "type" 604 "type")
648 )
649 (list 605 (list
650 (list "USE\\s-+\\([-A-Za-z0-9_]+\\)" 606 (list "USE\\s-+\\([-A-Za-z0-9_]+\\)"
651 '(1 font-lock-constant-face)) 607 '(1 font-lock-constant-face))
@@ -656,8 +612,7 @@ you must reload generic-x to enable the specified modes."
656 '(1 font-lock-function-name-face)) 612 '(1 font-lock-function-name-face))
657 (list 613 (list
658 "^\\s-*\\(geometry\\|appearance\\|material\\)\\s-+\\([-A-Za-z0-9_]+\\)" 614 "^\\s-*\\(geometry\\|appearance\\|material\\)\\s-+\\([-A-Za-z0-9_]+\\)"
659 '(2 font-lock-variable-name-face)) 615 '(2 font-lock-variable-name-face)))
660 )
661 (list "\\.wrl\\'") 616 (list "\\.wrl\\'")
662 (list 617 (list
663 (function 618 (function
@@ -666,12 +621,11 @@ you must reload generic-x to enable the specified modes."
666 '((nil "^\\([A-Za-z0-9_]+\\)\\s-*{" 1) 621 '((nil "^\\([A-Za-z0-9_]+\\)\\s-*{" 1)
667 ("*Definitions*" 622 ("*Definitions*"
668 "DEF\\s-+\\([-A-Za-z0-9_]+\\)\\s-+\\([A-Za-z0-9]+\\)\\s-*{" 623 "DEF\\s-+\\([-A-Za-z0-9_]+\\)\\s-+\\([A-Za-z0-9]+\\)\\s-*{"
669 1))) 624 1))))))
670 )))
671 "Generic Mode for VRML files.") 625 "Generic Mode for VRML files.")
672 626
673;; Java Manifests 627;; Java Manifests
674(define-generic-mode 'java-manifest-generic-mode 628(define-generic-mode java-manifest-generic-mode
675 (list ?#) 629 (list ?#)
676 (list 630 (list
677 "Name" 631 "Name"
@@ -681,26 +635,23 @@ you must reload generic-x to enable the specified modes."
681 "Signature-Version" 635 "Signature-Version"
682 "Magic" 636 "Magic"
683 "Java-Bean" 637 "Java-Bean"
684 "Depends-On" 638 "Depends-On")
685 )
686 '(("^Name:\\s-+\\([^\n\r]*\\)$" 639 '(("^Name:\\s-+\\([^\n\r]*\\)$"
687 (1 font-lock-variable-name-face)) 640 (1 font-lock-variable-name-face))
688 ("^\\(Manifest\\|Required\\|Signature\\)-Version:\\s-+\\([^\n\r]*\\)$" 641 ("^\\(Manifest\\|Required\\|Signature\\)-Version:\\s-+\\([^\n\r]*\\)$"
689 (2 font-lock-constant-face)) 642 (2 font-lock-constant-face)))
690 )
691 (list "[mM][aA][nN][iI][fF][eE][sS][tT]\\.[mM][fF]\\'") 643 (list "[mM][aA][nN][iI][fF][eE][sS][tT]\\.[mM][fF]\\'")
692 nil 644 nil
693 "Mode for Java Manifest files") 645 "Mode for Java Manifest files")
694 646
695;; Java properties files 647;; Java properties files
696(define-generic-mode 'java-properties-generic-mode 648(define-generic-mode java-properties-generic-mode
697 (list ?! ?#) 649 (list ?! ?#)
698 nil 650 nil
699 (let ((java-properties-key 651 (let ((java-properties-key
700 "\\(\\([-A-Za-z0-9_\\./]\\|\\(\\\\[ =:]\\)\\)+\\)") 652 "\\(\\([-A-Za-z0-9_\\./]\\|\\(\\\\[ =:]\\)\\)+\\)")
701 (java-properties-value 653 (java-properties-value
702 "\\([^\r\n]*\\)") 654 "\\([^\r\n]*\\)"))
703 )
704 ;; Property and value can be separated in a number of different ways: 655 ;; Property and value can be separated in a number of different ways:
705 ;; * whitespace 656 ;; * whitespace
706 ;; * an equal sign 657 ;; * an equal sign
@@ -711,143 +662,133 @@ you must reload generic-x to enable the specified modes."
711 (list 662 (list
712 (concat "^" java-properties-key elt java-properties-value "$") 663 (concat "^" java-properties-key elt java-properties-value "$")
713 '(1 font-lock-constant-face) 664 '(1 font-lock-constant-face)
714 '(4 font-lock-variable-name-face) 665 '(4 font-lock-variable-name-face))))
715 )))
716 ;; These are the separators 666 ;; These are the separators
717 (list ":\\s-*" "\\s-+" "\\s-*=\\s-*") 667 (list ":\\s-*" "\\s-+" "\\s-*=\\s-*")))
718 )
719 )
720 nil 668 nil
721 (list 669 (list
722 (function 670 (function
723 (lambda () 671 (lambda ()
724 (setq imenu-generic-expression 672 (setq imenu-generic-expression
725 '((nil "^\\([^#! \t\n\r=:]+\\)" 1))) 673 '((nil "^\\([^#! \t\n\r=:]+\\)" 1))))))
726 )))
727 "Mode for Java properties files.") 674 "Mode for Java properties files.")
728 675
729;; C shell alias definitions 676;; C shell alias definitions
730(and 677(when (memq 'alias-generic-mode generic-extras-enable-list)
731 (memq 'alias-generic-mode generic-extras-enable-list)
732 678
733(define-generic-mode 'alias-generic-mode 679(define-generic-mode alias-generic-mode
734 (list ?#) 680 (list ?#)
735 (list "alias" "unalias") 681 (list "alias" "unalias")
736 '(("^alias\\s-+\\([-A-Za-z0-9_]+\\)\\s-+" 682 '(("^alias\\s-+\\([-A-Za-z0-9_]+\\)\\s-+"
737 (1 font-lock-variable-name-face)) 683 (1 font-lock-variable-name-face))
738 ("^unalias\\s-+\\([-A-Za-z0-9_]+\\)\\s-*$" 684 ("^unalias\\s-+\\([-A-Za-z0-9_]+\\)\\s-*$"
739 (1 font-lock-variable-name-face)) 685 (1 font-lock-variable-name-face)))
740 )
741 (list "alias\\'") 686 (list "alias\\'")
742 (list 687 (list
743 (function 688 (function
744 (lambda () 689 (lambda ()
745 (setq imenu-generic-expression 690 (setq imenu-generic-expression
746 '((nil "^\\(alias\\|unalias\\)\\s-+\\([-a-zA-Z0-9_]+\\)" 2))) 691 '((nil "^\\(alias\\|unalias\\)\\s-+\\([-a-zA-Z0-9_]+\\)" 2))))))
747 ))) 692 "Mode for C Shell alias files."))
748 "Mode for C Shell alias files.")
749)
750 693
751;;; Windows RC files 694;;; Windows RC files
752;; Contributed by ACorreir@pervasive-sw.com (Alfred Correira) 695;; Contributed by ACorreir@pervasive-sw.com (Alfred Correira)
753(and 696(when (memq 'rc-generic-mode generic-extras-enable-list)
754 (memq 'rc-generic-mode generic-extras-enable-list) 697
755 698(define-generic-mode rc-generic-mode
756(define-generic-mode 'rc-generic-mode 699 ;; (list ?\/)
757;; (list ?\/) 700 (list "//")
758 (list "//") 701 '("ACCELERATORS"
759 '("ACCELERATORS" 702 "AUTO3STATE"
760 "AUTO3STATE" 703 "AUTOCHECKBOX"
761 "AUTOCHECKBOX" 704 "AUTORADIOBUTTON"
762 "AUTORADIOBUTTON" 705 "BITMAP"
763 "BITMAP" 706 "BOTTOMMARGIN"
764 "BOTTOMMARGIN" 707 "BUTTON"
765 "BUTTON" 708 "CAPTION"
766 "CAPTION" 709 "CHARACTERISTICS"
767 "CHARACTERISTICS" 710 "CHECKBOX"
768 "CHECKBOX" 711 "CLASS"
769 "CLASS" 712 "COMBOBOX"
770 "COMBOBOX" 713 "CONTROL"
771 "CONTROL" 714 "CTEXT"
772 "CTEXT" 715 "CURSOR"
773 "CURSOR" 716 "DEFPUSHBUTTON"
774 "DEFPUSHBUTTON" 717 "DESIGNINFO"
775 "DESIGNINFO" 718 "DIALOG"
776 "DIALOG" 719 "DISCARDABLE"
777 "DISCARDABLE" 720 "EDITTEXT"
778 "EDITTEXT" 721 "EXSTYLE"
779 "EXSTYLE" 722 "FONT"
780 "FONT" 723 "GROUPBOX"
781 "GROUPBOX" 724 "GUIDELINES"
782 "GUIDELINES" 725 "ICON"
783 "ICON" 726 "LANGUAGE"
784 "LANGUAGE" 727 "LEFTMARGIN"
785 "LEFTMARGIN" 728 "LISTBOX"
786 "LISTBOX" 729 "LTEXT"
787 "LTEXT" 730 "MENUITEM SEPARATOR"
788 "MENUITEM SEPARATOR" 731 "MENUITEM"
789 "MENUITEM" 732 "MENU"
790 "MENU" 733 "MOVEABLE"
791 "MOVEABLE" 734 "POPUP"
792 "POPUP" 735 "PRELOAD"
793 "PRELOAD" 736 "PURE"
794 "PURE" 737 "PUSHBOX"
795 "PUSHBOX" 738 "PUSHBUTTON"
796 "PUSHBUTTON" 739 "RADIOBUTTON"
797 "RADIOBUTTON" 740 "RCDATA"
798 "RCDATA" 741 "RIGHTMARGIN"
799 "RIGHTMARGIN" 742 "RTEXT"
800 "RTEXT" 743 "SCROLLBAR"
801 "SCROLLBAR" 744 "SEPARATOR"
802 "SEPARATOR" 745 "STATE3"
803 "STATE3" 746 "STRINGTABLE"
804 "STRINGTABLE" 747 "STYLE"
805 "STYLE" 748 "TEXTINCLUDE"
806 "TEXTINCLUDE" 749 "TOOLBAR"
807 "TOOLBAR" 750 "TOPMARGIN"
808 "TOPMARGIN" 751 "VERSIONINFO"
809 "VERSIONINFO" 752 "VERSION")
810 "VERSION" 753 ;; the choice of what tokens go where is somewhat arbitrary,
811 ) 754 ;; as is the choice of which value tokens are included, as
812 ;; the choice of what tokens go where is somewhat arbitrary, 755 ;; the choice of face for each token group
813 ;; as is the choice of which value tokens are included, as 756 (list
814 ;; the choice of face for each token group 757 (eval-when-compile
815 (list 758 (generic-make-keywords-list
816 (eval-when-compile 759 (list
817 (generic-make-keywords-list 760 "FILEFLAGSMASK"
818 (list 761 "FILEFLAGS"
819 "FILEFLAGSMASK" 762 "FILEOS"
820 "FILEFLAGS" 763 "FILESUBTYPE"
821 "FILEOS" 764 "FILETYPE"
822 "FILESUBTYPE" 765 "FILEVERSION"
823 "FILETYPE" 766 "PRODUCTVERSION")
824 "FILEVERSION" 767 'font-lock-type-face))
825 "PRODUCTVERSION" 768 (eval-when-compile
826 ) 'font-lock-type-face)) 769 (generic-make-keywords-list
827 (eval-when-compile 770 (list
828 (generic-make-keywords-list 771 "BEGIN"
829 (list 772 "BLOCK"
830 "BEGIN" 773 "END"
831 "BLOCK" 774 "VALUE")
832 "END" 775 'font-lock-function-name-face))
833 "VALUE" 776 '("^#[ \t]*include[ \t]+\\(<[^>\"\n]+>\\)" 1 font-lock-string-face)
834 ) 'font-lock-function-name-face)) 777 '("^#[ \t]*define[ \t]+\\(\\sw+\\)(" 1 font-lock-function-name-face)
835 '("^#[ \t]*include[ \t]+\\(<[^>\"\n]+>\\)" 1 font-lock-string-face) 778 '("^#[ \t]*\\(elif\\|if\\)\\>"
836 '("^#[ \t]*define[ \t]+\\(\\sw+\\)(" 1 font-lock-function-name-face) 779 ("\\<\\(defined\\)\\>[ \t]*(?\\(\\sw+\\)?" nil nil
837 '("^#[ \t]*\\(elif\\|if\\)\\>"
838 ("\\<\\(defined\\)\\>[ \t]*(?\\(\\sw+\\)?" nil nil
839 (1 font-lock-constant-face) (2 font-lock-variable-name-face nil t)))
840 '("^#[ \t]*\\(\\sw+\\)\\>[ \t]*\\(\\sw+\\)?"
841 (1 font-lock-constant-face) (2 font-lock-variable-name-face nil t))) 780 (1 font-lock-constant-face) (2 font-lock-variable-name-face nil t)))
842 (list "\\.[rR][cC]$") 781 '("^#[ \t]*\\(\\sw+\\)\\>[ \t]*\\(\\sw+\\)?"
843 nil 782 (1 font-lock-constant-face) (2 font-lock-variable-name-face nil t)))
844 "Generic mode for MS-Windows Resource files.")) 783 (list "\\.[rR][cC]$")
784 nil
785 "Generic mode for MS-Windows Resource files."))
845 786
846;; InstallShield RUL files 787;; InstallShield RUL files
847;; Contributed by Alfred.Correira@Pervasive.Com 788;; Contributed by Alfred.Correira@Pervasive.Com
848;; Bugfixes by "Rolf Sandau" <Rolf.Sandau@marconi.com> 789;; Bugfixes by "Rolf Sandau" <Rolf.Sandau@marconi.com>
849(and 790(when (memq 'rul-generic-mode generic-extras-enable-list)
850(memq 'rul-generic-mode generic-extras-enable-list) 791
851;;; build the regexp strings using regexp-opt 792;;; build the regexp strings using regexp-opt
852(defvar installshield-statement-keyword-list 793(defvar installshield-statement-keyword-list
853 (list 794 (list
@@ -882,8 +823,7 @@ you must reload generic-x to enable the specified modes."
882 "typedef" 823 "typedef"
883 "until" 824 "until"
884 "void" 825 "void"
885 "while" 826 "while")
886 )
887 "Statement keywords used in InstallShield 3 and 5.") 827 "Statement keywords used in InstallShield 3 and 5.")
888 828
889(defvar installshield-system-functions-list 829(defvar installshield-system-functions-list
@@ -907,39 +847,39 @@ you must reload generic-x to enable the specified modes."
907 "ChangeDirectory" 847 "ChangeDirectory"
908 "CloseFile" 848 "CloseFile"
909 "CmdGetHwndDlg" 849 "CmdGetHwndDlg"
910 "ComponentAddItem" ; differs between IS3 and IS5 850 "ComponentAddItem" ; differs between IS3 and IS5
911 "ComponentCompareSizeRequired" ; IS5 only 851 "ComponentCompareSizeRequired" ; IS5 only
912 "ComponentDialog" 852 "ComponentDialog"
913 "ComponentError" ; IS5 only 853 "ComponentError" ; IS5 only
914 "ComponentFileEnum" ; IS5 only 854 "ComponentFileEnum" ; IS5 only
915 "ComponentFileInfo" ; IS5 only 855 "ComponentFileInfo" ; IS5 only
916 "ComponentFilterLanguage" ; IS5 only 856 "ComponentFilterLanguage" ; IS5 only
917 "ComponentFilterOS" ; IS5 only 857 "ComponentFilterOS" ; IS5 only
918 "ComponentGetData" ; IS5 only 858 "ComponentGetData" ; IS5 only
919 "ComponentGetItemInfo" ; IS3 only 859 "ComponentGetItemInfo" ; IS3 only
920 "ComponentGetItemSize" ; differs between IS3 and IS5 860 "ComponentGetItemSize" ; differs between IS3 and IS5
921 "ComponentIsItemSelected" ; differs between IS3 and IS5 861 "ComponentIsItemSelected" ; differs between IS3 and IS5
922 "ComponentListItems" 862 "ComponentListItems"
923 "ComponentMoveData" ; IS5 only 863 "ComponentMoveData" ; IS5 only
924 "ComponentSelectItem" ; differs between IS3 and IS5 864 "ComponentSelectItem" ; differs between IS3 and IS5
925 "ComponentSetData" ; IS5 only 865 "ComponentSetData" ; IS5 only
926 "ComponentSetItemInfo" ; IS3 only 866 "ComponentSetItemInfo" ; IS3 only
927 "ComponentSetTarget" ; IS5 only 867 "ComponentSetTarget" ; IS5 only
928 "ComponentSetupTypeEnum" ; IS5 only 868 "ComponentSetupTypeEnum" ; IS5 only
929 "ComponentSetupTypeGetData" ; IS5 only 869 "ComponentSetupTypeGetData" ; IS5 only
930 "ComponentSetupTypeSet" ; IS5 only 870 "ComponentSetupTypeSet" ; IS5 only
931 "ComponentTotalSize" 871 "ComponentTotalSize"
932 "ComponentValidate" ; IS5 only 872 "ComponentValidate" ; IS5 only
933 "CompressAdd" ; IS3 only 873 "CompressAdd" ; IS3 only
934 "CompressDel" ; IS3 only 874 "CompressDel" ; IS3 only
935 "CompressEnum" ; IS3 only 875 "CompressEnum" ; IS3 only
936 "CompressGet" ; IS3 only 876 "CompressGet" ; IS3 only
937 "CompressInfo" ; IS3 only 877 "CompressInfo" ; IS3 only
938 "CopyFile" 878 "CopyFile"
939 "CreateDir" 879 "CreateDir"
940 "CreateFile" 880 "CreateFile"
941 "CreateProgramFolder" 881 "CreateProgramFolder"
942 "DeinstallSetReference" ; IS5 only 882 "DeinstallSetReference" ; IS5 only
943 "DeinstallStart" 883 "DeinstallStart"
944 "Delay" 884 "Delay"
945 "DeleteDir" 885 "DeleteDir"
@@ -965,12 +905,12 @@ you must reload generic-x to enable the specified modes."
965 "FileDeleteLine" 905 "FileDeleteLine"
966 "FileGrep" 906 "FileGrep"
967 "FileInsertLine" 907 "FileInsertLine"
968 "FileSetBeginDefine" ; IS3 only 908 "FileSetBeginDefine" ; IS3 only
969 "FileSetEndDefine" ; IS3 only 909 "FileSetEndDefine" ; IS3 only
970 "FileSetPerformEz" ; IS3 only 910 "FileSetPerformEz" ; IS3 only
971 "FileSetPerform" ; IS3 only 911 "FileSetPerform" ; IS3 only
972 "FileSetReset" ; IS3 only 912 "FileSetReset" ; IS3 only
973 "FileSetRoot" ; IS3 only 913 "FileSetRoot" ; IS3 only
974 "FindAllDirs" 914 "FindAllDirs"
975 "FindAllFiles" 915 "FindAllFiles"
976 "FindFile" 916 "FindFile"
@@ -1024,7 +964,7 @@ you must reload generic-x to enable the specified modes."
1024 "Path" 964 "Path"
1025 "PlaceBitmap" 965 "PlaceBitmap"
1026 "PlaceWindow" 966 "PlaceWindow"
1027 "PlayMMedia" ; IS5 only 967 "PlayMMedia" ; IS5 only
1028 "ProgDefGroupType" 968 "ProgDefGroupType"
1029 "RegDBCreateKeyEx" 969 "RegDBCreateKeyEx"
1030 "RegDBDeleteValue" 970 "RegDBDeleteValue"
@@ -1084,7 +1024,7 @@ you must reload generic-x to enable the specified modes."
1084 "SdSelectFolder" 1024 "SdSelectFolder"
1085 "SdSetSequentialItems" 1025 "SdSetSequentialItems"
1086 "SdSetStatic" 1026 "SdSetStatic"
1087 "SdSetupTypeEx" ; IS5 only 1027 "SdSetupTypeEx" ; IS5 only
1088 "SdSetupType" 1028 "SdSetupType"
1089 "SdShowAnyDialog" 1029 "SdShowAnyDialog"
1090 "SdShowDlgEdit1" 1030 "SdShowDlgEdit1"
@@ -1101,14 +1041,14 @@ you must reload generic-x to enable the specified modes."
1101 "SetColor" 1041 "SetColor"
1102 "SetFont" 1042 "SetFont"
1103 "SetDialogTitle" 1043 "SetDialogTitle"
1104 "SetDisplayEffect" ; IS5 only 1044 "SetDisplayEffect" ; IS5 only
1105 "SetFileInfo" 1045 "SetFileInfo"
1106 "SetForegroundWindow" 1046 "SetForegroundWindow"
1107 "SetStatusWindow" 1047 "SetStatusWindow"
1108 "SetTitle" 1048 "SetTitle"
1109 "SetupType" 1049 "SetupType"
1110 "ShowProgramFolder" 1050 "ShowProgramFolder"
1111 "Split" ; IS3 only 1051 "Split" ; IS3 only
1112 "SprintfBox" 1052 "SprintfBox"
1113 "Sprintf" 1053 "Sprintf"
1114 "StatusUpdate" 1054 "StatusUpdate"
@@ -1129,8 +1069,7 @@ you must reload generic-x to enable the specified modes."
1129 "Welcome" 1069 "Welcome"
1130 "WriteLine" 1070 "WriteLine"
1131 "WriteProfString" 1071 "WriteProfString"
1132 "XCopyFile" 1072 "XCopyFile")
1133 )
1134 "System functions defined in InstallShield 3 and 5.") 1073 "System functions defined in InstallShield 3 and 5.")
1135 1074
1136(defvar installshield-system-variables-list 1075(defvar installshield-system-variables-list
@@ -1163,8 +1102,7 @@ you must reload generic-x to enable the specified modes."
1163 "WINDISK" 1102 "WINDISK"
1164 "WINMAJOR" 1103 "WINMAJOR"
1165 "WINSYSDIR" 1104 "WINSYSDIR"
1166 "WINSYSDISK" 1105 "WINSYSDISK")
1167 )
1168 "System variables used in InstallShield 3 and 5.") 1106 "System variables used in InstallShield 3 and 5.")
1169 1107
1170(defvar installshield-types-list 1108(defvar installshield-types-list
@@ -1186,8 +1124,7 @@ you must reload generic-x to enable the specified modes."
1186 "RGB" 1124 "RGB"
1187 "SHORT" 1125 "SHORT"
1188 "STRINGLIST" 1126 "STRINGLIST"
1189 "STRING" 1127 "STRING")
1190 )
1191 "Type keywords used in InstallShield 3 and 5.") 1128 "Type keywords used in InstallShield 3 and 5.")
1192 1129
1193;;; some might want to skip highlighting these to improve performance 1130;;; some might want to skip highlighting these to improve performance
@@ -1397,111 +1334,104 @@ you must reload generic-x to enable the specified modes."
1397 "WINMINOR" 1334 "WINMINOR"
1398 "WIN32SINSTALLED" 1335 "WIN32SINSTALLED"
1399 "WIN32SMAJOR" 1336 "WIN32SMAJOR"
1400 "WIN32SMINOR" 1337 "WIN32SMINOR")
1401 )
1402 "Function argument constants used in InstallShield 3 and 5.") 1338 "Function argument constants used in InstallShield 3 and 5.")
1403 1339
1404(progn 1340(defvar rul-generic-mode-syntax-table nil
1405 (defvar rul-generic-mode-syntax-table nil 1341 "Syntax table to use in rul-generic-mode buffers.")
1406 "Syntax table to use in rul-generic-mode buffers.") 1342
1407 1343(setq rul-generic-mode-syntax-table
1408 (setq rul-generic-mode-syntax-table 1344 (make-syntax-table c++-mode-syntax-table))
1409 (make-syntax-table c++-mode-syntax-table)) 1345
1410 1346(modify-syntax-entry ?\r "> b" rul-generic-mode-syntax-table)
1411 (modify-syntax-entry ?\r "> b" rul-generic-mode-syntax-table) 1347(modify-syntax-entry ?\n "> b" rul-generic-mode-syntax-table)
1412 (modify-syntax-entry ?\n "> b" rul-generic-mode-syntax-table) 1348
1413 1349(modify-syntax-entry ?/ ". 124b" rul-generic-mode-syntax-table)
1414 (modify-syntax-entry ?/ ". 124b" rul-generic-mode-syntax-table) 1350(modify-syntax-entry ?* ". 23" rul-generic-mode-syntax-table)
1415 (modify-syntax-entry ?* ". 23" rul-generic-mode-syntax-table) 1351
1416 1352;; here manually instead
1417 ;; here manually instead 1353(defun generic-rul-mode-setup-function ()
1418 (defun generic-rul-mode-setup-function () 1354 (make-local-variable 'parse-sexp-ignore-comments)
1419 (make-local-variable 'parse-sexp-ignore-comments) 1355 (make-local-variable 'comment-start)
1420 (make-local-variable 'comment-start) 1356 (make-local-variable 'comment-start-skip)
1421 (make-local-variable 'comment-start-skip) 1357 (make-local-variable 'comment-end)
1422 (make-local-variable 'comment-end) 1358 (setq imenu-generic-expression
1423 (setq imenu-generic-expression 1359 '((nil "^function\\s-+\\([A-Za-z0-9_]+\\)" 1))
1424 '((nil "^function\\s-+\\([A-Za-z0-9_]+\\)" 1)) 1360 parse-sexp-ignore-comments t
1425 parse-sexp-ignore-comments t 1361 comment-end "*/"
1426 comment-end "*/" 1362 comment-start "/*"
1427 comment-start "/*" 1363;;; comment-end ""
1428;; comment-end "" 1364;;; comment-start "//"
1429;; comment-start "//" 1365;;; comment-start-skip ""
1430;; comment-start-skip "" 1366 )
1431 ) 1367 ;; (set-syntax-table rul-generic-mode-syntax-table)
1432;; (set-syntax-table rul-generic-mode-syntax-table) 1368 (setq font-lock-syntax-table rul-generic-mode-syntax-table))
1433 (setq font-lock-syntax-table rul-generic-mode-syntax-table) 1369
1434 ) 1370;; moved mode-definition behind defun-definition to be warning-free - 15.11.02/RSan
1435 1371(define-generic-mode rul-generic-mode
1436 ;; moved mode-definition behind defun-definition to be warning-free - 15.11.02/RSan 1372 ;; Using "/*" and "*/" doesn't seem to be working right
1437 (define-generic-mode 'rul-generic-mode 1373 (list "//" '("/*" . "*/" ))
1438 ;; Using "/*" and "*/" doesn't seem to be working right 1374 installshield-statement-keyword-list
1439 (list "//" '("/*" . "*/" )) 1375 (list
1440 installshield-statement-keyword-list 1376 ;; preprocessor constructs
1441 (list 1377 '("#[ \t]*include[ \t]+\\(<[^>\"\n]+>\\)"
1442 ;; preprocessor constructs 1378 1 font-lock-string-face)
1443 '("#[ \t]*include[ \t]+\\(<[^>\"\n]+>\\)" 1379 '("#[ \t]*\\(\\sw+\\)\\>[ \t]*\\(\\sw+\\)?"
1444 1 font-lock-string-face) 1380 (1 font-lock-reference-face)
1445 '("#[ \t]*\\(\\sw+\\)\\>[ \t]*\\(\\sw+\\)?" 1381 (2 font-lock-variable-name-face nil t))
1446 (1 font-lock-reference-face) 1382 ;; indirect string constants
1447 (2 font-lock-variable-name-face nil t)) 1383 '("\\(@[A-Za-z][A-Za-z0-9_]+\\)" 1 font-lock-builtin-face)
1448 ;; indirect string constants 1384 ;; gotos
1449 '("\\(@[A-Za-z][A-Za-z0-9_]+\\)" 1 font-lock-builtin-face) 1385 '("[ \t]*\\(\\sw+:\\)" 1 font-lock-reference-face)
1450 ;; gotos 1386 '("\\<\\(goto\\)\\>[ \t]*\\(\\sw+\\)?"
1451 '("[ \t]*\\(\\sw+:\\)" 1 font-lock-reference-face) 1387 (1 font-lock-keyword-face)
1452 '("\\<\\(goto\\)\\>[ \t]*\\(\\sw+\\)?" 1388 (2 font-lock-reference-face nil t))
1453 (1 font-lock-keyword-face) 1389 ;; system variables
1454 (2 font-lock-reference-face nil t)) 1390 (generic-make-keywords-list
1455 ;; system variables 1391 installshield-system-variables-list
1456 (generic-make-keywords-list 1392 'font-lock-variable-name-face "[^_]" "[^_]")
1457 installshield-system-variables-list 1393 ;; system functions
1458 'font-lock-variable-name-face "[^_]" "[^_]") 1394 (generic-make-keywords-list
1459 ;; system functions 1395 installshield-system-functions-list
1460 (generic-make-keywords-list 1396 'font-lock-function-name-face "[^_]" "[^_]")
1461 installshield-system-functions-list 1397 ;; type keywords
1462 'font-lock-function-name-face "[^_]" "[^_]") 1398 (generic-make-keywords-list
1463 ;; type keywords 1399 installshield-types-list
1464 (generic-make-keywords-list 1400 'font-lock-type-face "[^_]" "[^_]")
1465 installshield-types-list 1401 ;; function argument constants
1466 'font-lock-type-face "[^_]" "[^_]") 1402 (generic-make-keywords-list
1467 ;; function argument constants 1403 installshield-funarg-constants-list
1468 (generic-make-keywords-list 1404 'font-lock-variable-name-face "[^_]" "[^_]")) ; is this face the best choice?
1469 installshield-funarg-constants-list 1405 (list "\\.[rR][uU][lL]$")
1470 'font-lock-variable-name-face "[^_]" "[^_]") ; is this face the best choice? 1406 (list 'generic-rul-mode-setup-function)
1471 ) 1407 "Generic mode for InstallShield RUL files.")
1472 (list "\\.[rR][uU][lL]$") 1408
1473 (list 'generic-rul-mode-setup-function)
1474 "Generic mode for InstallShield RUL files.")
1475)
1476(define-skeleton rul-if 1409(define-skeleton rul-if
1477 "Insert an if statement." 1410 "Insert an if statement."
1478 "condition: " 1411 "condition: "
1479 "if(" str ") then" \n 1412 "if(" str ") then" \n
1480 > _ \n 1413 > _ \n
1481 ( "other condition, %s: " 1414 ( "other condition, %s: "
1482 > "elseif(" str ") then" \n 1415 > "elseif(" str ") then" \n
1483 > \n) 1416 > \n)
1484 > "else" \n 1417 > "else" \n
1485 > \n 1418 > \n
1486 resume: 1419 resume:
1487 > "endif;" 1420 > "endif;")
1488 )
1489 1421
1490(define-skeleton rul-function 1422(define-skeleton rul-function
1491 "Insert a function statement." 1423 "Insert a function statement."
1492 "function: " 1424 "function: "
1493 "function " str " ()" \n 1425 "function " str " ()" \n
1494 ( "local variables, %s: " 1426 ( "local variables, %s: "
1495 > " " str ";" \n) 1427 > " " str ";" \n)
1496 > "begin" \n 1428 > "begin" \n
1497 > _ \n 1429 > _ \n
1498 resume: 1430 resume:
1499 > "end;") 1431 > "end;"))
1500
1501)
1502 1432
1503;; Additions by ACorreir@pervasive-sw.com (Alfred Correira) 1433;; Additions by ACorreir@pervasive-sw.com (Alfred Correira)
1504(define-generic-mode 'mailrc-generic-mode 1434(define-generic-mode mailrc-generic-mode
1505 (list ?#) 1435 (list ?#)
1506 (list 1436 (list
1507 "alias" 1437 "alias"
@@ -1512,8 +1442,7 @@ you must reload generic-x to enable the specified modes."
1512 "ignore" 1442 "ignore"
1513 "set" 1443 "set"
1514 "source" 1444 "source"
1515 "unset" 1445 "unset")
1516 )
1517 '(("^\\s-*\\(alias\\|group\\)\\s-+\\([-A-Za-z0-9_]+\\)\\s-+\\([^\n\r#]*\\)\\(#.*\\)?$" 1446 '(("^\\s-*\\(alias\\|group\\)\\s-+\\([-A-Za-z0-9_]+\\)\\s-+\\([^\n\r#]*\\)\\(#.*\\)?$"
1518 (2 font-lock-constant-face) (3 font-lock-variable-name-face)) 1447 (2 font-lock-constant-face) (3 font-lock-variable-name-face))
1519 ("^\\s-*\\(unset\\|set\\|ignore\\)\\s-+\\([-A-Za-z0-9_]+\\)=?\\([^\n\r#]*\\)\\(#.*\\)?$" 1448 ("^\\s-*\\(unset\\|set\\|ignore\\)\\s-+\\([-A-Za-z0-9_]+\\)=?\\([^\n\r#]*\\)\\(#.*\\)?$"
@@ -1525,10 +1454,9 @@ you must reload generic-x to enable the specified modes."
1525 "Mode for mailrc files.") 1454 "Mode for mailrc files.")
1526 1455
1527;; Inetd.conf 1456;; Inetd.conf
1528(and 1457(when (memq 'inetd-conf-generic-mode generic-extras-enable-list)
1529 (memq 'inetd-conf-generic-mode generic-extras-enable-list)
1530 1458
1531(define-generic-mode 'inetd-conf-generic-mode 1459(define-generic-mode inetd-conf-generic-mode
1532 (list ?#) 1460 (list ?#)
1533 (list 1461 (list
1534 "stream" 1462 "stream"
@@ -1537,142 +1465,139 @@ you must reload generic-x to enable the specified modes."
1537 "udp" 1465 "udp"
1538 "wait" 1466 "wait"
1539 "nowait" 1467 "nowait"
1540 "internal" 1468 "internal")
1541 ) 1469 '(("^\\([-A-Za-z0-9_]+\\)"
1542 '( 1470 1 'font-lock-type-face))
1543 ("^\\([-A-Za-z0-9_]+\\)"
1544 1 'font-lock-type-face)
1545 )
1546 '("/etc/inetd.conf\\'") 1471 '("/etc/inetd.conf\\'")
1547 (list 1472 (list
1548 (function 1473 (function
1549 (lambda () 1474 (lambda ()
1550 (setq imenu-generic-expression 1475 (setq imenu-generic-expression
1551 '((nil "^\\([-A-Za-z0-9_]+\\)" 1))) 1476 '((nil "^\\([-A-Za-z0-9_]+\\)" 1))))))))
1552 )))
1553 )
1554)
1555 1477
1556;; Services 1478;; Services
1557(and 1479(when (memq 'etc-services-generic-mode generic-extras-enable-list)
1558 (memq 'etc-services-generic-mode generic-extras-enable-list)
1559 1480
1560(define-generic-mode 'etc-services-generic-mode 1481(define-generic-mode etc-services-generic-mode
1561 (list ?#) 1482 (list ?#)
1562 (list 1483 (list
1563 "tcp" 1484 "tcp"
1564 "udp" 1485 "udp"
1565 "ddp" 1486 "ddp")
1566 ) 1487 '(("^\\([-A-Za-z0-9_]+\\)\\s-+\\([0-9]+\\)/"
1567 '(
1568 ("^\\([-A-Za-z0-9_]+\\)\\s-+\\([0-9]+\\)/"
1569 (1 'font-lock-type-face) 1488 (1 'font-lock-type-face)
1570 (2 'font-lock-variable-name-face) 1489 (2 'font-lock-variable-name-face)))
1571 )
1572 )
1573 '("/etc/services\\'") 1490 '("/etc/services\\'")
1574 (list 1491 (list
1575 (function 1492 (function
1576 (lambda () 1493 (lambda ()
1577 (setq imenu-generic-expression 1494 (setq imenu-generic-expression
1578 '((nil "^\\([-A-Za-z0-9_]+\\)" 1))) 1495 '((nil "^\\([-A-Za-z0-9_]+\\)" 1))))))))
1579 )))
1580 )
1581)
1582 1496
1583;; Password and Group files 1497;; Password and Group files
1584(and 1498(when (memq 'etc-passwd-generic-mode generic-extras-enable-list)
1585 (memq 'etc-passwd-generic-mode generic-extras-enable-list)
1586 1499
1587(define-generic-mode 'etc-passwd-generic-mode 1500(define-generic-mode etc-passwd-generic-mode
1588 nil ;; No comment characters 1501 nil ;; No comment characters
1589 (list "root") ;; Only one keyword 1502 (list "root") ;; Only one keyword
1590 (list 1503 (list
1591 (list 1504 (list
1592 (concat 1505 (concat
1593 "^" 1506 "^"
1594 ;; User name -- Never blank! 1507 ;; User name -- Never blank!
1595 "\\([^:]+\\)" 1508 "\\([^:]+\\)"
1596 ":" 1509 ":"
1597 ;; Password, UID and GID 1510 ;; Password, UID and GID
1598 (mapconcat 1511 (mapconcat
1599 'identity 1512 'identity
1600 (make-list 3 "\\([^:]+\\)") 1513 (make-list 3 "\\([^:]+\\)")
1601 ":" 1514 ":")
1602 ) 1515 ":"
1603 ":" 1516 ;; GECOS/Name -- might be blank
1604 ;; GECOS/Name -- might be blank 1517 "\\([^:]*\\)"
1605 "\\([^:]*\\)" 1518 ":"
1606 ":" 1519 ;; Home directory and shell
1607 ;; Home directory and shell 1520 "\\([^:]+\\)"
1608 "\\([^:]+\\)" 1521 ":?"
1609 ":?" 1522 "\\([^:]*\\)"
1610 "\\([^:]*\\)" 1523 "$")
1611 "$" 1524 '(1 'font-lock-type-face)
1612 ) 1525 '(5 'font-lock-variable-name-face)
1613 '(1 'font-lock-type-face) 1526 '(6 'font-lock-constant-face)
1614 '(5 'font-lock-variable-name-face) 1527 '(7 'font-lock-warning-face))
1615 '(6 'font-lock-constant-face) 1528 '("^\\([^:]+\\):\\([^:]*\\):\\([0-9]+\\):\\(.*\\)$"
1616 '(7 'font-lock-warning-face) 1529 (1 'font-lock-type-face)
1617 ) 1530 (4 'font-lock-variable-name-face)))
1618 '("^\\([^:]+\\):\\([^:]*\\):\\([0-9]+\\):\\(.*\\)$"
1619 (1 'font-lock-type-face)
1620 (4 'font-lock-variable-name-face)
1621 )
1622 )
1623 '("/etc/passwd\\'" "/etc/group\\'") 1531 '("/etc/passwd\\'" "/etc/group\\'")
1624 (list 1532 (list
1625 (function 1533 (function
1626 (lambda () 1534 (lambda ()
1627 (setq imenu-generic-expression 1535 (setq imenu-generic-expression
1628 '((nil "^\\([-A-Za-z0-9_]+\\):" 1))) 1536 '((nil "^\\([-A-Za-z0-9_]+\\):" 1))))))))
1629 )))
1630 )
1631)
1632 1537
1633;; Fstab 1538;; Fstab
1634(and 1539(when (memq 'etc-fstab-generic-mode generic-extras-enable-list)
1635 (memq 'etc-fstab-generic-mode generic-extras-enable-list)
1636 1540
1637(define-generic-mode 'etc-fstab-generic-mode 1541(define-generic-mode etc-fstab-generic-mode
1638 (list ?#) 1542 (list ?#)
1639 (list 1543 (list
1544 "adfs"
1545 "affs"
1546 "autofs"
1547 "coda"
1548 "coherent"
1549 "cramfs"
1550 "devpts"
1551 "efs"
1640 "ext2" 1552 "ext2"
1641 "fd" 1553 "ext3"
1554 "hfs"
1555 "hpfs"
1642 "iso9660" 1556 "iso9660"
1557 "jfs"
1558 "minix"
1559 "msdos"
1560 "ncpfs"
1643 "nfs" 1561 "nfs"
1562 "ntfs"
1644 "proc" 1563 "proc"
1645 "swap" 1564 "qnx4"
1565 "reiserfs"
1566 "romfs"
1567 "smbfs"
1568 "sysv"
1569 "tmpfs"
1570 "udf"
1646 "ufs" 1571 "ufs"
1647 ) 1572 "umsdos"
1648 '( 1573 "vfat"
1649 ("^\\([/-A-Za-z0-9_]+\\)\\s-+\\([/-A-Za-z0-9_]+\\)" 1574 "xenix"
1575 "xfs"
1576 "swap"
1577 "auto"
1578 "ignore")
1579 '(("^\\([/-A-Za-z0-9_]+\\)\\s-+\\([/-A-Za-z0-9_]+\\)"
1650 (1 'font-lock-type-face) 1580 (1 'font-lock-type-face)
1651 (2 'font-lock-variable-name-face) 1581 (2 'font-lock-variable-name-face)))
1652 )
1653 )
1654 '("/etc/[v]*fstab\\'") 1582 '("/etc/[v]*fstab\\'")
1655 (list 1583 (list
1656 (function 1584 (function
1657 (lambda () 1585 (lambda ()
1658 (setq imenu-generic-expression 1586 (setq imenu-generic-expression
1659 '((nil "^\\([/-A-Za-z0-9_]+\\)\\s-+" 1))) 1587 '((nil "^\\([/-A-Za-z0-9_]+\\)\\s-+" 1))))))))
1660 )))
1661 )
1662)
1663 1588
1664;; From Jacques Duthen <jacques.duthen@sncf.fr> 1589;; From Jacques Duthen <jacques.duthen@sncf.fr>
1665(defvar show-tabs-generic-mode-font-lock-defaults-1 1590(defvar show-tabs-generic-mode-font-lock-defaults-1
1666 '( ;; trailing spaces must come before... 1591 '( ;; trailing spaces must come before...
1667 ("[ \t]+$" . 'show-tabs-space-face) 1592 ("[ \t]+$" . 'show-tabs-space-face)
1668 ;; ...embedded tabs 1593 ;; ...embedded tabs
1669 ("[^\n\t]\\(\t+\\)" (1 'show-tabs-tab-face)))) 1594 ("[^\n\t]\\(\t+\\)" (1 'show-tabs-tab-face))))
1670 1595
1671(defvar show-tabs-generic-mode-font-lock-defaults-2 1596(defvar show-tabs-generic-mode-font-lock-defaults-2
1672 '( ;; trailing spaces must come before... 1597 '( ;; trailing spaces must come before...
1673 ("[ \t]+$" . 'show-tabs-space-face) 1598 ("[ \t]+$" . 'show-tabs-space-face)
1674 ;; ...tabs 1599 ;; ...tabs
1675 ("\t+" . 'show-tabs-tab-face))) 1600 ("\t+" . 'show-tabs-tab-face)))
1676 1601
1677(defface show-tabs-tab-face 1602(defface show-tabs-tab-face
1678 '((((class grayscale) (background light)) (:foreground "LightGray" :weight bold)) 1603 '((((class grayscale) (background light)) (:foreground "LightGray" :weight bold))
@@ -1692,10 +1617,10 @@ you must reload generic-x to enable the specified modes."
1692 "Font Lock mode face used to highlight spaces." 1617 "Font Lock mode face used to highlight spaces."
1693 :group 'show-tabs) 1618 :group 'show-tabs)
1694 1619
1695(define-generic-mode 'show-tabs-generic-mode 1620(define-generic-mode show-tabs-generic-mode
1696 () ;; no comment char 1621 () ;; no comment char
1697 () ;; no keywords 1622 () ;; no keywords
1698 show-tabs-generic-mode-font-lock-defaults-1 1623 show-tabs-generic-mode-font-lock-defaults-1
1699 () ;; no auto-mode-alist 1624 () ;; no auto-mode-alist
1700 ;; (list 'show-tabs-generic-mode-hook-fun) 1625 ;; (list 'show-tabs-generic-mode-hook-fun)
1701 nil 1626 nil
@@ -1705,41 +1630,37 @@ you must reload generic-x to enable the specified modes."
1705;; DNS modes 1630;; DNS modes
1706;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 1631;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1707 1632
1708(define-generic-mode 'named-boot-generic-mode 1633(define-generic-mode named-boot-generic-mode
1709 ;;List of comment characters 1634 ;; List of comment characters
1710 (list ?\;) 1635 (list ?\;)
1711 ;;List of keywords 1636 ;; List of keywords
1712 (list "cache" "primary" "secondary" "forwarders" "limit" "options" 1637 (list "cache" "primary" "secondary" "forwarders" "limit" "options"
1713 "directory" "check-names") 1638 "directory" "check-names")
1714 ;;List of additional font-lock-expressions 1639 ;; List of additional font-lock-expressions
1715 (list 1640 (list
1716 (list "\\([0-9]+\.[0-9]+\.[0-9]+\.[0-9]+\\)" 1 'font-lock-constant-face) 1641 (list "\\([0-9]+\.[0-9]+\.[0-9]+\.[0-9]+\\)" 1 'font-lock-constant-face)
1717 (list "^directory\\s-+\\(.*\\)" 1 'font-lock-variable-name-face) 1642 (list "^directory\\s-+\\(.*\\)" 1 'font-lock-variable-name-face)
1718 (list "^\\(primary\\|cache\\)\\s-+\\([.A-Za-z]+\\)\\s-+\\(.*\\)" 1643 (list "^\\(primary\\|cache\\)\\s-+\\([.A-Za-z]+\\)\\s-+\\(.*\\)"
1719 (list 2 'font-lock-variable-name-face) 1644 (list 2 'font-lock-variable-name-face)
1720 (list 3 'font-lock-constant-face)) 1645 (list 3 'font-lock-constant-face)))
1721 ) 1646 ;; List of additional automode-alist expressions
1722 ;;List of additional automode-alist expressions
1723 (list "/etc/named.boot\\'") 1647 (list "/etc/named.boot\\'")
1724 ;;List of set up functions to call 1648 ;; List of set up functions to call
1725 nil 1649 nil)
1726 )
1727 1650
1728(define-generic-mode 'named-database-generic-mode 1651(define-generic-mode named-database-generic-mode
1729 ;;List of comment characters 1652 ;; List of comment characters
1730 (list ?\;) 1653 (list ?\;)
1731 ;;List of keywords 1654 ;; List of keywords
1732 (list "IN" "NS" "CNAME" "SOA" "PTR" "MX" "A") 1655 (list "IN" "NS" "CNAME" "SOA" "PTR" "MX" "A")
1733 ;;List of additional font-lock-expressions 1656 ;; List of additional font-lock-expressions
1734 (list 1657 (list
1735 (list "\\([0-9]+\.[0-9]+\.[0-9]+\.[0-9]+\\)" 1 'font-lock-constant-face) 1658 (list "\\([0-9]+\.[0-9]+\.[0-9]+\.[0-9]+\\)" 1 'font-lock-constant-face)
1736 (list "^\\([.A-Za-z0-9]+\\)" 1 'font-lock-variable-name-face) 1659 (list "^\\([.A-Za-z0-9]+\\)" 1 'font-lock-variable-name-face))
1737 ) 1660 ;; List of additional automode-alist expressions
1738 ;;List of additional automode-alist expressions
1739 nil
1740 ;;List of set up functions to call
1741 nil 1661 nil
1742 ) 1662 ;; List of set up functions to call
1663 nil)
1743 1664
1744(defvar named-database-time-string "%Y%m%d%H" 1665(defvar named-database-time-string "%Y%m%d%H"
1745 "Timestring for named serial numbers.") 1666 "Timestring for named serial numbers.")
@@ -1747,27 +1668,25 @@ you must reload generic-x to enable the specified modes."
1747(defun named-database-print-serial () 1668(defun named-database-print-serial ()
1748 "Print a serial number based on the current date." 1669 "Print a serial number based on the current date."
1749 (interactive) 1670 (interactive)
1750 (insert (format-time-string named-database-time-string (current-time))) 1671 (insert (format-time-string named-database-time-string (current-time))))
1751 )
1752 1672
1753(define-generic-mode 'resolve-conf-generic-mode 1673(define-generic-mode resolve-conf-generic-mode
1754 ;;List of comment characters 1674 ;; List of comment characters
1755 (list ?#) 1675 (list ?#)
1756 ;;List of keywords 1676 ;; List of keywords
1757 (list "nameserver" "domain" "search" "sortlist" "options") 1677 (list "nameserver" "domain" "search" "sortlist" "options")
1758 ;;List of additional font-lock-expressions 1678 ;; List of additional font-lock-expressions
1759 nil 1679 nil
1760 ;;List of additional automode-alist expressions 1680 ;; List of additional automode-alist expressions
1761 (list "/etc/resolv[e]?.conf\\'") 1681 (list "/etc/resolv[e]?.conf\\'")
1762 ;;List of set up functions to call 1682 ;; List of set up functions to call
1763 nil 1683 nil)
1764 )
1765 1684
1766;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 1685;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1767;; Modes for spice and common electrical engineering circuit netlist formats 1686;; Modes for spice and common electrical engineering circuit netlist formats
1768;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 1687;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1769 1688
1770(define-generic-mode 'spice-generic-mode 1689(define-generic-mode spice-generic-mode
1771 nil 1690 nil
1772 (list 1691 (list
1773 "and" 1692 "and"
@@ -1784,8 +1703,7 @@ you must reload generic-x to enable the specified modes."
1784 "vccap" 1703 "vccap"
1785 "vccs" 1704 "vccs"
1786 "vcr" 1705 "vcr"
1787 "vcvs" 1706 "vcvs")
1788 )
1789 '( 1707 '(
1790 ("^\\s-*\\([*].*\\)" 1 'font-lock-comment-face) 1708 ("^\\s-*\\([*].*\\)" 1 'font-lock-comment-face)
1791 (" \\(\\$ .*\\)$" 1 'font-lock-comment-face) 1709 (" \\(\\$ .*\\)$" 1 'font-lock-comment-face)
@@ -1795,8 +1713,7 @@ you must reload generic-x to enable the specified modes."
1795 ("^\\s-*\\([.]\\w+\\>\\)" 1 'font-lock-keyword-face) 1713 ("^\\s-*\\([.]\\w+\\>\\)" 1 'font-lock-keyword-face)
1796 ("\\(\\([.]\\|_\\|\\w\\)+\\)\\s-*=" 1 'font-lock-variable-name-face) 1714 ("\\(\\([.]\\|_\\|\\w\\)+\\)\\s-*=" 1 'font-lock-variable-name-face)
1797 ("\\('[^']+'\\)" 1 'font-lock-string-face) 1715 ("\\('[^']+'\\)" 1 'font-lock-string-face)
1798 ("\\(\"[^\"]+\"\\)" 1 'font-lock-string-face) 1716 ("\\(\"[^\"]+\"\\)" 1 'font-lock-string-face))
1799 )
1800 (list "\\.[sS][pP]\\'" 1717 (list "\\.[sS][pP]\\'"
1801 "\\.[sS][pP][iI]\\'" 1718 "\\.[sS][pP][iI]\\'"
1802 "\\.[sS][pP][iI][cC][eE]\\'" 1719 "\\.[sS][pP][iI][cC][eE]\\'"
@@ -1806,24 +1723,20 @@ you must reload generic-x to enable the specified modes."
1806 ;; Make keywords case-insensitive 1723 ;; Make keywords case-insensitive
1807 (function 1724 (function
1808 (lambda() 1725 (lambda()
1809 (setq font-lock-defaults (list 'generic-font-lock-defaults nil t)))) 1726 (setq font-lock-defaults (list 'generic-font-lock-defaults nil t)))))
1810 ) 1727 "Generic mode for SPICE circuit netlist files.")
1811 "Generic mode for SPICE circuit netlist files."
1812 )
1813 1728
1814(define-generic-mode 'ibis-generic-mode 1729(define-generic-mode ibis-generic-mode
1815 (list ?|) 1730 (list ?|)
1816 nil 1731 nil
1817 '( 1732 '(
1818 ("[[]\\([^]]*\\)[]]" 1 'font-lock-keyword-face) 1733 ("[[]\\([^]]*\\)[]]" 1 'font-lock-keyword-face)
1819 ("\\(\\(_\\|\\w\\)+\\)\\s-*=" 1 'font-lock-variable-name-face) 1734 ("\\(\\(_\\|\\w\\)+\\)\\s-*=" 1 'font-lock-variable-name-face))
1820 )
1821 (list "\\.[iI][bB][sS]\\'") 1735 (list "\\.[iI][bB][sS]\\'")
1822 (list 'generic-bracket-support) 1736 (list 'generic-bracket-support)
1823 "Generic mode for IBIS circuit netlist files." 1737 "Generic mode for IBIS circuit netlist files.")
1824 )
1825 1738
1826(define-generic-mode 'astap-generic-mode 1739(define-generic-mode astap-generic-mode
1827 nil 1740 nil
1828 (list 1741 (list
1829 "analyze" 1742 "analyze"
@@ -1838,16 +1751,13 @@ you must reload generic-x to enable the specified modes."
1838 "print" 1751 "print"
1839 "run" 1752 "run"
1840 "controls" 1753 "controls"
1841 "table" 1754 "table")
1842 ) 1755 '(("^\\s-*\\([*].*\\)" 1 'font-lock-comment-face)
1843 '(
1844 ("^\\s-*\\([*].*\\)" 1 'font-lock-comment-face)
1845 (";\\s-*\\([*].*\\)" 1 'font-lock-comment-face) 1756 (";\\s-*\\([*].*\\)" 1 'font-lock-comment-face)
1846 ("^\\s-*\\([.]\\w+\\>\\)" 1 'font-lock-keyword-face) 1757 ("^\\s-*\\([.]\\w+\\>\\)" 1 'font-lock-keyword-face)
1847 ("\\('[^']+'\\)" 1 'font-lock-string-face) 1758 ("\\('[^']+'\\)" 1 'font-lock-string-face)
1848 ("\\(\"[^\"]+\"\\)" 1 'font-lock-string-face) 1759 ("\\(\"[^\"]+\"\\)" 1 'font-lock-string-face)
1849 ("[(,]\\s-*\\(\\([.]\\|_\\|\\w\\)+\\)\\s-*=" 1 'font-lock-variable-name-face) 1760 ("[(,]\\s-*\\(\\([.]\\|_\\|\\w\\)+\\)\\s-*=" 1 'font-lock-variable-name-face))
1850 )
1851 (list "\\.[aA][pP]\\'" 1761 (list "\\.[aA][pP]\\'"
1852 "\\.[aA][sS][xX]\\'" 1762 "\\.[aA][sS][xX]\\'"
1853 "\\.[aA][sS][tT][aA][pP]\\'" 1763 "\\.[aA][sS][tT][aA][pP]\\'"
@@ -1859,15 +1769,13 @@ you must reload generic-x to enable the specified modes."
1859 ;; Make keywords case-insensitive 1769 ;; Make keywords case-insensitive
1860 (function 1770 (function
1861 (lambda() 1771 (lambda()
1862 (setq font-lock-defaults (list 'generic-font-lock-defaults nil t)))) 1772 (setq font-lock-defaults (list 'generic-font-lock-defaults nil t)))))
1863 ) 1773 "Generic mode for ASTAP circuit netlist files.")
1864 "Generic mode for ASTAP circuit netlist files."
1865 )
1866 1774
1867(define-generic-mode 'etc-modules-conf-generic-mode 1775(define-generic-mode etc-modules-conf-generic-mode
1868 ;;List of comment characters 1776 ;; List of comment characters
1869 (list ?#) 1777 (list ?#)
1870 ;;List of keywords 1778 ;; List of keywords
1871 (list 1779 (list
1872 "above" 1780 "above"
1873 "alias" 1781 "alias"
@@ -1900,13 +1808,12 @@ you must reload generic-x to enable the specified modes."
1900 "pre-remove" 1808 "pre-remove"
1901 "remove" 1809 "remove"
1902 "persistdir") 1810 "persistdir")
1903 ;;List of additional font-lock-expressions 1811 ;; List of additional font-lock-expressions
1904 nil 1812 nil
1905 ;;List of additional automode-alist expressions 1813 ;; List of additional automode-alist expressions
1906 (list "/etc/modules.conf" "/etc/conf.modules") 1814 (list "/etc/modules.conf" "/etc/conf.modules")
1907 ;;List of set up functions to call 1815 ;; List of set up functions to call
1908 nil 1816 nil)
1909 )
1910 1817
1911(provide 'generic-x) 1818(provide 'generic-x)
1912 1819
diff --git a/lisp/generic.el b/lisp/generic.el
index 9545b0970ac..e257f7bac59 100644
--- a/lisp/generic.el
+++ b/lisp/generic.el
@@ -34,27 +34,31 @@
34 34
35;; Generic-mode is a meta-mode which can be used to define small modes 35;; Generic-mode is a meta-mode which can be used to define small modes
36;; which provide basic comment and font-lock support. These modes are 36;; which provide basic comment and font-lock support. These modes are
37;; intended for the many configuration files and such which are too small 37;; intended for the many configuration files and such which are too
38;; for a "real" mode, but still have a regular syntax, comment characters 38;; small for a "real" mode, but still have a regular syntax, comment
39;; and the like. 39;; characters and the like.
40;; 40;;
41;; Each generic mode can define the following: 41;; Each generic mode can define the following:
42;; 42;;
43;; * List of comment-characters. The entries in this list should be 43;; * List of comment-characters. The entries in this list should be
44;; either a character, a one or two character string or a cons pair. 44;; either a character, a one or two character string or a cons pair.
45;; If the entry is a character or a one-character string 45;; If the entry is a character or a string, it is added to the
46;; LIMITATIONS: Emacs does not support comment strings of more than 46;; mode's syntax table with `comment-start' syntax. If the entry is
47;; a cons pair, the elements of the pair are considered to be
48;; `comment-start' and `comment-end' respectively. (The latter
49;; should be nil if you want comments to end at end of line.)
50;; LIMITATIONS: Emacs does not support comment strings of more than
47;; two characters in length. 51;; two characters in length.
48;; 52;;
49;; * List of keywords to font-lock. Each keyword should be a string. 53;; * List of keywords to font-lock. Each keyword should be a string.
50;; If you have additional keywords which should be highlighted in a face 54;; If you have additional keywords which should be highlighted in a
51;; different from `font-lock-keyword-face', you can use the convenience 55;; face different from `font-lock-keyword-face', you can use the
52;; function `generic-make-keywords-list' (which see), and add the 56;; convenience function `generic-make-keywords-list' (which see),
53;; result to the following list: 57;; and add the result to the following list:
54;; 58;;
55;; * Additional expressions to font-lock. This should be a list of 59;; * Additional expressions to font-lock. This should be a list of
56;; expressions, each of which should be of the same form 60;; expressions, each of which should be of the same form as those in
57;; as those in `font-lock-keywords'. 61;; `font-lock-keywords'.
58;; 62;;
59;; * List of regular expressions to be placed in auto-mode-alist. 63;; * List of regular expressions to be placed in auto-mode-alist.
60;; 64;;
@@ -79,35 +83,35 @@
79;; Use the `define-generic-mode' function to define new modes. 83;; Use the `define-generic-mode' function to define new modes.
80;; For example: 84;; For example:
81;; 85;;
82;; (require 'generic)
83;; (define-generic-mode 'foo-generic-mode 86;; (define-generic-mode 'foo-generic-mode
84;; (list ?% ) 87;; (list ?%)
85;; (list "keyword") 88;; (list "keyword")
86;; nil 89;; nil
87;; (list "\\.FOO\\'") 90;; (list "\\.FOO\\'")
88;; (list 'foo-setup-function)) 91;; (list 'foo-setup-function))
89;; 92;;
90;; defines a new generic-mode `foo-generic-mode', which has '%' as a 93;; defines a new generic-mode `foo-generic-mode', which has '%' as a
91;; comment character, and "keyword" as a keyword. When files which end in 94;; comment character, and "keyword" as a keyword. When files which
92;; '.FOO' are loaded, Emacs will go into foo-generic-mode and call 95;; end in '.FOO' are loaded, Emacs will go into foo-generic-mode and
93;; foo-setup-function. You can also use the function `foo-generic-mode' 96;; call foo-setup-function. You can also use the function
94;; (which is interactive) to put a buffer into foo-generic-mode. 97;; `foo-generic-mode' (which is interactive) to put a buffer into
98;; foo-generic-mode.
95;; 99;;
96;; AUTOMATICALLY ENTERING GENERIC MODE: 100;; AUTOMATICALLY ENTERING GENERIC MODE:
97;; 101;;
98;; Generic-mode provides a hook which automatically puts a 102;; Generic-mode provides a hook which automatically puts a file into
99;; file into default-generic-mode if the first few lines of a file in 103;; default-generic-mode if the first few lines of a file in
100;; fundamental mode start with a hash comment character. To disable 104;; fundamental mode start with a hash comment character. To disable
101;; this functionality, set the variable `generic-use-find-file-hook' 105;; this functionality, set the variable `generic-use-find-file-hook'
102;; to nil BEFORE loading generic-mode. See the variables 106;; to nil BEFORE loading generic-mode. See the variables
103;; `generic-lines-to-scan' and `generic-find-file-regexp' for customization 107;; `generic-lines-to-scan' and `generic-find-file-regexp' for
104;; options. 108;; customization options.
105;; 109;;
106;; GOTCHAS: 110;; GOTCHAS:
107;; 111;;
108;; Be careful that your font-lock definitions are correct. Getting them 112;; Be careful that your font-lock definitions are correct. Getting
109;; wrong can cause emacs to continually attempt to fontify! This problem 113;; them wrong can cause Emacs to continually attempt to fontify! This
110;; is not specific to generic-mode. 114;; problem is not specific to generic-mode.
111;; 115;;
112 116
113;; Credit for suggestions, brainstorming, help with debugging: 117;; Credit for suggestions, brainstorming, help with debugging:
@@ -117,9 +121,6 @@
117;; 121;;
118;;; Code: 122;;; Code:
119 123
120(eval-when-compile
121 (require 'cl))
122
123;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 124;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
124;; Internal Variables 125;; Internal Variables
125;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 126;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
@@ -128,6 +129,7 @@
128 "Global defaults for font-lock in a generic mode.") 129 "Global defaults for font-lock in a generic mode.")
129(make-variable-buffer-local 'generic-font-lock-defaults) 130(make-variable-buffer-local 'generic-font-lock-defaults)
130 131
132;;;###autoload
131(defvar generic-mode-list nil 133(defvar generic-mode-list nil
132 "A list of mode names for `generic-mode'. 134 "A list of mode names for `generic-mode'.
133Do not add entries to this list directly; use `define-generic-mode' 135Do not add entries to this list directly; use `define-generic-mode'
@@ -143,139 +145,140 @@ instead (which see).")
143 :group 'extensions) 145 :group 'extensions)
144 146
145(defcustom generic-use-find-file-hook t 147(defcustom generic-use-find-file-hook t
146 "*If non-nil, add a hook to enter default-generic-mode automatically. 148 "*If non-nil, add a hook to enter `default-generic-mode' automatically.
147This is done if the first few lines of a file in fundamental mode start 149This is done if the first few lines of a file in fundamental mode
148with a hash comment character." 150start with a hash comment character."
149 :group 'generic 151 :group 'generic
150 :type 'boolean 152 :type 'boolean)
151 )
152 153
153(defcustom generic-lines-to-scan 3 154(defcustom generic-lines-to-scan 3
154 "*Number of lines that `generic-mode-find-file-hook' looks at. 155 "*Number of lines that `generic-mode-find-file-hook' looks at.
155Relevant when deciding whether to enter `generic-mode' automatically. 156Relevant when deciding whether to enter Default-Generic mode automatically.
156This variable should be set to a small positive number." 157This variable should be set to a small positive number."
157 :group 'generic 158 :group 'generic
158 :type 'integer 159 :type 'integer)
159 )
160 160
161(defcustom generic-find-file-regexp "^#" 161(defcustom generic-find-file-regexp "^#"
162 "*Regular expression used by `generic-mode-find-file-hook'. 162 "*Regular expression used by `generic-mode-find-file-hook'.
163Files in fundamental mode whose first few lines contain a match for 163Files in fundamental mode whose first few lines contain a match
164this regexp, should be put into `default-generic-mode' instead. 164for this regexp, should be put into Default-Generic mode instead.
165The number of lines tested for the matches is specified by the value 165The number of lines tested for the matches is specified by the
166of the variable `generic-lines-to-scan', which see." 166value of the variable `generic-lines-to-scan', which see."
167 :group 'generic 167 :group 'generic
168 :type 'regexp 168 :type 'regexp)
169 )
170 169
171(defcustom generic-ignore-files-regexp "[Tt][Aa][Gg][Ss]\\'" 170(defcustom generic-ignore-files-regexp "[Tt][Aa][Gg][Ss]\\'"
172 "*Regular expression used by `generic-mode-find-file-hook'. 171 "*Regular expression used by `generic-mode-find-file-hook'.
173Files whose names match this regular expression should not be put 172Files whose names match this regular expression should not be put
174into `default-generic-mode', even if they have lines which match the 173into Default-Generic mode, even if they have lines which match
175regexp in `generic-find-file-regexp'. If the value is nil, 174the regexp in `generic-find-file-regexp'. If the value is nil,
176`generic-mode-find-file-hook' does not check the file names." 175`generic-mode-find-file-hook' does not check the file names."
177 :group 'generic 176 :group 'generic
178 :type '(choice (const :tag "Don't check file names" nil) regexp) 177 :type '(choice (const :tag "Don't check file names" nil) regexp))
179 )
180 178
181;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 179;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
182;; Functions 180;; Functions
183;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 181;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
184 182
185;;;###autoload 183;;;###autoload
186(defun define-generic-mode (name comment-list keyword-list font-lock-list 184(defmacro define-generic-mode (mode comment-list keyword-list
187 auto-mode-list function-list 185 font-lock-list auto-mode-list
188 &optional description) 186 function-list &optional docstring)
189 "Create a new generic mode with NAME. 187 "Create a new generic mode MODE.
190 188
191NAME should be a symbol; its string representation is used as the function 189MODE is the name of the command for the generic mode; it need not
192name. If DESCRIPTION is provided, it is used as the docstring for the new 190be quoted. The optional DOCSTRING is the documentation for the
193function. 191mode command. If you do not supply it, a default documentation
194 192string will be used instead.
195COMMENT-LIST is a list, whose entries are either a single character, 193
196a one or two character string or a cons pair. If the entry is a character 194COMMENT-LIST is a list, whose entries are either a single
197or a one-character string, it is added to the mode's syntax table with 195character, a one or two character string or a cons pair. If the
198`comment-start' syntax. If the entry is a cons pair, the elements of the 196entry is a character or a string, it is added to the mode's
199pair are considered to be `comment-start' and `comment-end' respectively. 197syntax table with `comment-start' syntax. If the entry is a cons
200\(The latter should be nil if you want comments to end at end of line.) 198pair, the elements of the pair are considered to be
201Note that Emacs has limitations regarding comment characters. 199`comment-start' and `comment-end' respectively. (The latter
202 200should be nil if you want comments to end at end of line.) Note
203KEYWORD-LIST is a list of keywords to highlight with `font-lock-keyword-face'. 201that Emacs has limitations regarding comment characters.
204Each keyword should be a string. 202
205 203KEYWORD-LIST is a list of keywords to highlight with
206FONT-LOCK-LIST is a list of additional expressions to highlight. Each entry 204`font-lock-keyword-face'. Each keyword should be a string.
207in the list should have the same form as an entry in `font-lock-keywords'. 205
208 206FONT-LOCK-LIST is a list of additional expressions to highlight.
209AUTO-MODE-LIST is a list of regular expressions to add to `auto-mode-alist'. 207Each entry in the list should have the same form as an entry in
210These regexps are added to `auto-mode-alist' as soon as `define-generic-mode' 208`font-lock-keywords'.
211is called; any old regexps with the same name are removed. 209
212 210AUTO-MODE-LIST is a list of regular expressions to add to
213FUNCTION-LIST is a list of functions to call to do some additional setup. 211`auto-mode-alist'. These regexps are added to `auto-mode-alist'
212as soon as `define-generic-mode' is called.
213
214FUNCTION-LIST is a list of functions to call to do some
215additional setup.
214 216
215See the file generic-x.el for some examples of `define-generic-mode'." 217See the file generic-x.el for some examples of `define-generic-mode'."
218 (let* ((name-unquoted (if (eq (car-safe mode) 'quote) ; Backward compatibility.
219 (eval mode)
220 mode))
221 (name-string (symbol-name name-unquoted))
222 (pretty-name (capitalize (replace-regexp-in-string
223 "-mode\\'" "" name-string))))
224
225 `(progn
226 ;; Add a new entry.
227 (add-to-list 'generic-mode-list ,name-string)
228
229 ;; Add it to auto-mode-alist
230 (dolist (re ,auto-mode-list)
231 (add-to-list 'auto-mode-alist (cons re ',name-unquoted)))
232
233 (defun ,name-unquoted ()
234 ,(or docstring
235 (concat pretty-name " mode.\n"
236 "This a generic mode defined with `define-generic-mode'."))
237 (interactive)
238 (generic-mode-internal ',name-unquoted ,comment-list ,keyword-list
239 ,font-lock-list ,function-list)))))
216 240
217 ;; Add a new entry 241;;;###autoload
218 (add-to-list 'generic-mode-list (symbol-name name))
219
220 ;; Add it to auto-mode-alist
221 (dolist (re auto-mode-list)
222 (add-to-list 'auto-mode-alist (cons re name)))
223
224 ;; Define a function for it using `defalias' (not `fset') to make
225 ;; the mode appear on load-history.
226 (defalias name
227 `(lambda nil
228 ,(or description (concat "Generic mode for type " (symbol-name name)))
229 (interactive)
230 (generic-mode-internal ',name ',comment-list ',keyword-list
231 ',font-lock-list ',function-list)))
232 )
233
234(defun generic-mode-internal (mode comments keywords font-lock-list funs) 242(defun generic-mode-internal (mode comments keywords font-lock-list funs)
235 "Go into the generic-mode MODE." 243 "Go into the generic mode MODE."
236 (let* ((generic-mode-hooks (intern (concat (symbol-name mode) "-hook"))) 244 (let* ((modename (symbol-name mode))
237 (modename (symbol-name mode)) 245 (generic-mode-hooks (intern (concat modename "-hook")))
238 (name (if (string-match "-mode\\'" modename) 246 (pretty-name (capitalize (replace-regexp-in-string
239 (substring modename 0 (match-beginning 0)) 247 "-mode\\'" "" modename))))
240 modename)) 248
241 )
242
243 ;; Put this after the point where we read generic-mode-name!
244 (kill-all-local-variables) 249 (kill-all-local-variables)
245 250
246 (setq 251 (setq major-mode mode
247 major-mode mode 252 mode-name pretty-name)
248 mode-name (capitalize name)
249 )
250 253
251 (generic-mode-set-comments comments) 254 (generic-mode-set-comments comments)
252 255
253 ;; Font-lock functionality 256 ;; Font-lock functionality
254 ;; Font-lock-defaults are always set even if there are no keywords 257 ;; Font-lock-defaults are always set even if there are no keywords
255 ;; or font-lock expressions, so comments can be highlighted. 258 ;; or font-lock expressions, so comments can be highlighted.
256 (setq generic-font-lock-defaults nil) 259 (setq generic-font-lock-defaults nil)
257 (generic-mode-set-font-lock keywords font-lock-list) 260 (generic-mode-set-font-lock keywords font-lock-list)
258 (make-local-variable 'font-lock-defaults) 261 (make-local-variable 'font-lock-defaults)
259 (setq font-lock-defaults (list 'generic-font-lock-defaults nil)) 262 (setq font-lock-defaults (list 'generic-font-lock-defaults nil))
260 263
261 ;; Call a list of functions 264 ;; Call a list of functions
262 (mapcar 'funcall funs) 265 (mapcar 'funcall funs)
263 266
264 (run-hooks generic-mode-hooks) 267 (run-hooks generic-mode-hooks)))
265 )
266 )
267 268
268;;;###autoload 269;;;###autoload
269(defun generic-mode (type) 270(defun generic-mode (mode)
270 "Basic comment and font-lock functionality for `generic' files. 271 "Enter generic mode MODE.
271\(Files which are too small to warrant their own mode, but have 272
272comment characters, keywords, and the like.) 273Generic modes provide basic comment and font-lock functionality
274for \"generic\" files. (Files which are too small to warrant their
275own mode, but have comment characters, keywords, and the like.)
273 276
274To define a generic-mode, use the function `define-generic-mode'. 277To define a generic-mode, use the function `define-generic-mode'.
275Some generic modes are defined in `generic-x.el'." 278Some generic modes are defined in `generic-x.el'."
276 (interactive 279 (interactive
277 (list (completing-read "Generic Type: " generic-mode-list nil t))) 280 (list (completing-read "Generic mode: " generic-mode-list nil t)))
278 (funcall (intern type))) 281 (funcall (intern mode)))
279 282
280;;; Comment Functionality 283;;; Comment Functionality
281(defun generic-mode-set-comments (comment-list) 284(defun generic-mode-set-comments (comment-list)
@@ -283,16 +286,16 @@ Some generic modes are defined in `generic-x.el'."
283 (let ((st (make-syntax-table)) 286 (let ((st (make-syntax-table))
284 (chars nil) 287 (chars nil)
285 (comstyles)) 288 (comstyles))
286 (make-local-variable 'comment-start) 289 (make-local-variable 'comment-start)
287 (make-local-variable 'comment-start-skip) 290 (make-local-variable 'comment-start-skip)
288 (make-local-variable 'comment-end) 291 (make-local-variable 'comment-end)
289 292
290 ;; Go through all the comments 293 ;; Go through all the comments
291 (dolist (start comment-list) 294 (dolist (start comment-list)
292 (let ((end nil) (comstyle "")) 295 (let (end (comstyle ""))
293 ;; Normalize 296 ;; Normalize
294 (when (consp start) 297 (when (consp start)
295 (setq end (or (cdr start) end)) 298 (setq end (cdr start))
296 (setq start (car start))) 299 (setq start (car start)))
297 (when (char-valid-p start) (setq start (char-to-string start))) 300 (when (char-valid-p start) (setq start (char-to-string start)))
298 (cond 301 (cond
@@ -360,18 +363,20 @@ Some generic modes are defined in `generic-x.el'."
360 imenu-case-fold-search t)) 363 imenu-case-fold-search t))
361 364
362;; This generic mode is always defined 365;; This generic mode is always defined
363(define-generic-mode 'default-generic-mode (list ?#) nil nil nil nil) 366(define-generic-mode default-generic-mode (list ?#) nil nil nil nil)
364 367
365;; A more general solution would allow us to enter generic-mode for 368;; A more general solution would allow us to enter generic-mode for
366;; *any* comment character, but would require us to synthesize a new 369;; *any* comment character, but would require us to synthesize a new
367;; generic-mode on the fly. I think this gives us most of what we 370;; generic-mode on the fly. I think this gives us most of what we
368;; want. 371;; want.
369(defun generic-mode-find-file-hook () 372(defun generic-mode-find-file-hook ()
370 "Hook function to enter `default-generic-mode' automatically. 373 "Hook function to enter Default-Generic mode automatically.
371Done if the first few lines of a file in `fundamental-mode' start with 374
372a match for the regexp in `generic-find-file-regexp', unless the 375Done if the first few lines of a file in Fundamental mode start
373file's name matches the regexp which is the value of the variable 376with a match for the regexp in `generic-find-file-regexp', unless
374`generic-ignore-files-regexp'. 377the file's name matches the regexp which is the value of the
378variable `generic-ignore-files-regexp'.
379
375This hook will be installed if the variable 380This hook will be installed if the variable
376`generic-use-find-file-hook' is non-nil. The variable 381`generic-use-find-file-hook' is non-nil. The variable
377`generic-lines-to-scan' determines the number of lines to look at." 382`generic-lines-to-scan' determines the number of lines to look at."
@@ -390,8 +395,8 @@ This hook will be installed if the variable
390 (default-generic-mode))))) 395 (default-generic-mode)))))
391 396
392(defun generic-mode-ini-file-find-file-hook () 397(defun generic-mode-ini-file-find-file-hook ()
393 "Hook function to enter default-generic-mode automatically for INI files. 398 "Hook function to enter Default-Generic mode automatically for INI files.
394Done if the first few lines of a file in `fundamental-mode' look like an 399Done if the first few lines of a file in Fundamental mode look like an
395INI file. This hook is NOT installed by default." 400INI file. This hook is NOT installed by default."
396 (and (eq major-mode 'fundamental-mode) 401 (and (eq major-mode 'fundamental-mode)
397 (save-excursion 402 (save-excursion
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog
index b997b86b0c8..d581274b803 100644
--- a/lisp/gnus/ChangeLog
+++ b/lisp/gnus/ChangeLog
@@ -1,3 +1,9 @@
12005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * gnus-start.el (gnus-display-time-event-handler):
4 Check display-time-timer at runtime rather than only at load time
5 in case display-time-mode is turned off in the mean time.
6
12005-03-16 Reiner Steib <Reiner.Steib@gmx.de> 72005-03-16 Reiner Steib <Reiner.Steib@gmx.de>
2 8
3 * nnimap.el (nnimap-open-connection): Print which authinfo file is 9 * nnimap.el (nnimap-open-connection): Print which authinfo file is
@@ -11,8 +17,8 @@
11 17
122005-03-15 Reiner Steib <Reiner.Steib@gmx.de> 182005-03-15 Reiner Steib <Reiner.Steib@gmx.de>
13 19
14 * nnmaildir.el (nnmaildir-request-accept-article): Use 20 * nnmaildir.el (nnmaildir-request-accept-article):
15 `nnheader-cancel-timer' for compatibility with current XEmacs. 21 Use `nnheader-cancel-timer' for compatibility with current XEmacs.
16 22
172005-03-13 Steve Youngs <steve@sxemacs.org> 232005-03-13 Steve Youngs <steve@sxemacs.org>
18 24
@@ -26,12 +32,12 @@
26 for `with-timeout'. 32 for `with-timeout'.
27 33
28 * mail-source.el: Require timer-funcs at compile time when in 34 * mail-source.el: Require timer-funcs at compile time when in
29 XEmacs for `run-with-idle-timer'. 35 XEmacs for `run-with-idle-timer'.
30 36
31 * gnus-async.el: Ditto. 37 * gnus-async.el: Ditto.
32 38
33 * dgnushack.el: No need to ignore `run-with-idle-timer', XEmacs 39 * dgnushack.el: No need to ignore `run-with-idle-timer', XEmacs
34 has this function now. 40 has this function now.
35 41
362005-03-16 Lute Kamstra <lute@gnu.org> 422005-03-16 Lute Kamstra <lute@gnu.org>
37 43
@@ -43,8 +49,7 @@
43 49
442005-03-10 Arne J,Ax(Brgensen <arne@arnested.dk> (tiny change) 502005-03-10 Arne J,Ax(Brgensen <arne@arnested.dk> (tiny change)
45 51
46 * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one 52 * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
47 flaw.
48 53
492005-03-08 Bjorn Solberg <bjorn_ding@hekneby.org> (tiny change) 542005-03-08 Bjorn Solberg <bjorn_ding@hekneby.org> (tiny change)
50 55
diff --git a/lisp/gnus/gnus-start.el b/lisp/gnus/gnus-start.el
index f0113416513..6eec4f4e846 100644
--- a/lisp/gnus/gnus-start.el
+++ b/lisp/gnus/gnus-start.el
@@ -1,5 +1,5 @@
1;;; gnus-start.el --- startup functions for Gnus 1;;; gnus-start.el --- startup functions for Gnus
2;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004 2;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
3;; Free Software Foundation, Inc. 3;; Free Software Foundation, Inc.
4 4
5;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> 5;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org>
@@ -3083,12 +3083,10 @@ If this variable is nil, don't do anything."
3083 (file-name-as-directory (expand-file-name gnus-default-directory)) 3083 (file-name-as-directory (expand-file-name gnus-default-directory))
3084 default-directory))) 3084 default-directory)))
3085 3085
3086(eval-and-compile 3086(defun gnus-display-time-event-handler ()
3087(defalias 'gnus-display-time-event-handler 3087 (if (and (fboundp 'display-time-event-handler)
3088 (if (gnus-boundp 'display-time-timer) 3088 (gnus-boundp 'display-time-timer))
3089 'display-time-event-handler 3089 (display-time-event-handler)))
3090 (lambda () "Does nothing as `display-time-timer' is not bound.
3091Would otherwise be an alias for `display-time-event-handler'." nil))))
3092 3090
3093;;;###autoload 3091;;;###autoload
3094(defun gnus-fixup-nnimap-unread-after-getting-new-news () 3092(defun gnus-fixup-nnimap-unread-after-getting-new-news ()
@@ -3107,7 +3105,7 @@ Would otherwise be an alias for `display-time-event-handler'." nil))))
3107 3105
3108(provide 'gnus-start) 3106(provide 'gnus-start)
3109 3107
3110;;; arch-tag: f4584a22-b7b7-4853-abfc-a637329af5d2 3108;; arch-tag: f4584a22-b7b7-4853-abfc-a637329af5d2
3111;;; gnus-start.el ends here 3109;;; gnus-start.el ends here
3112 3110
3113 3111
diff --git a/lisp/help.el b/lisp/help.el
index a544af59c84..aeffaf732a5 100644
--- a/lisp/help.el
+++ b/lisp/help.el
@@ -486,6 +486,7 @@ If INSERT (the prefix arg) is non-nil, insert the message in the buffer."
486 (let ((func (indirect-function definition)) 486 (let ((func (indirect-function definition))
487 (defs nil) 487 (defs nil)
488 (standard-output (if insert (current-buffer) t))) 488 (standard-output (if insert (current-buffer) t)))
489 ;; In DEFS, find all symbols that are aliases for DEFINITION.
489 (mapatoms (lambda (symbol) 490 (mapatoms (lambda (symbol)
490 (and (fboundp symbol) 491 (and (fboundp symbol)
491 (not (eq symbol definition)) 492 (not (eq symbol definition))
@@ -493,27 +494,37 @@ If INSERT (the prefix arg) is non-nil, insert the message in the buffer."
493 (indirect-function symbol) 494 (indirect-function symbol)
494 (error symbol))) 495 (error symbol)))
495 (push symbol defs)))) 496 (push symbol defs))))
496 (princ (mapconcat 497 ;; Look at all the symbols--first DEFINITION,
497 #'(lambda (symbol) 498 ;; then its aliases.
498 (let* ((remapped (command-remapping symbol)) 499 (dolist (symbol (cons definition defs))
499 (keys (where-is-internal 500 (let* ((remapped (command-remapping symbol))
500 symbol overriding-local-map nil nil remapped)) 501 (keys (where-is-internal
501 (keys (mapconcat 'key-description keys ", "))) 502 symbol overriding-local-map nil nil remapped))
502 (if insert 503 (keys (mapconcat 'key-description keys ", "))
503 (if (> (length keys) 0) 504 string)
504 (if remapped 505 (setq string
505 (format "%s (%s) (remapped from %s)" 506 (if insert
506 keys remapped symbol) 507 (if (> (length keys) 0)
507 (format "%s (%s)" keys symbol)) 508 (if remapped
508 (format "M-x %s RET" symbol)) 509 (format "%s (%s) (remapped from %s)"
509 (if (> (length keys) 0) 510 keys remapped symbol)
510 (if remapped 511 (format "%s (%s)" keys symbol))
511 (format "%s is remapped to %s which is on %s" 512 (format "M-x %s RET" symbol))
512 definition symbol keys) 513 (if (> (length keys) 0)
513 (format "%s is on %s" symbol keys)) 514 (if remapped
514 (format "%s is not on any key" symbol))))) 515 (format "%s is remapped to %s which is on %s"
515 (cons definition defs) 516 definition symbol keys)
516 ";\nand "))) 517 (format "%s is on %s" symbol keys))
518 ;; If this is the command the user asked about,
519 ;; and it is not on any key, say so.
520 ;; For other symbols, its aliases, say nothing
521 ;; about them unless they are on keys.
522 (if (eq symbol definition)
523 (format "%s is not on any key" symbol)))))
524 (when string
525 (unless (eq symbol definition)
526 (princ ";\n its alias "))
527 (princ string)))))
517 nil) 528 nil)
518 529
519(defun string-key-binding (key) 530(defun string-key-binding (key)
diff --git a/lisp/icomplete.el b/lisp/icomplete.el
index 6317662d394..49977276aac 100644
--- a/lisp/icomplete.el
+++ b/lisp/icomplete.el
@@ -1,7 +1,7 @@
1;;; icomplete.el --- minibuffer completion incremental feedback 1;;; icomplete.el --- minibuffer completion incremental feedback
2 2
3;; Copyright (C) 1992, 1993, 1994, 1997, 1999, 2001 3;; Copyright (C) 1992, 1993, 1994, 1997, 1999, 2001, 2005
4;;; Free Software Foundation, Inc. 4;; Free Software Foundation, Inc.
5 5
6;; Author: Ken Manheimer <klm@i.am> 6;; Author: Ken Manheimer <klm@i.am>
7;; Maintainer: Ken Manheimer <klm@i.am> 7;; Maintainer: Ken Manheimer <klm@i.am>
@@ -69,19 +69,6 @@
69 :prefix "icomplete-" 69 :prefix "icomplete-"
70 :group 'minibuffer) 70 :group 'minibuffer)
71 71
72(defcustom icomplete-mode nil
73 "*Toggle incremental minibuffer completion.
74As text is typed into the minibuffer, prospective completions are indicated
75in the minibuffer.
76Setting this variable directly does not take effect;
77use either \\[customize] or the function `icomplete-mode'."
78 :set (lambda (symbol value)
79 (icomplete-mode (if value 1 -1)))
80 :initialize 'custom-initialize-default
81 :type 'boolean
82 :group 'icomplete
83 :require 'icomplete)
84
85;;;_* User Customization variables 72;;;_* User Customization variables
86(defcustom icomplete-prospects-length 80 73(defcustom icomplete-prospects-length 80
87 "*Length of string displaying the prospects." 74 "*Length of string displaying the prospects."
@@ -131,8 +118,8 @@ icompletion is occurring."
131;;;_* Initialization 118;;;_* Initialization
132 119
133;;;_ + Internal Variables 120;;;_ + Internal Variables
134;;;_ = icomplete-eoinput 1 121;;;_ = icomplete-eoinput nil
135(defvar icomplete-eoinput 1 122(defvar icomplete-eoinput nil
136 "Point where minibuffer input ends and completion info begins.") 123 "Point where minibuffer input ends and completion info begins.")
137(make-variable-buffer-local 'icomplete-eoinput) 124(make-variable-buffer-local 'icomplete-eoinput)
138;;;_ = icomplete-pre-command-hook 125;;;_ = icomplete-pre-command-hook
@@ -173,18 +160,15 @@ is minibuffer."
173 160
174;;;_ > icomplete-mode (&optional prefix) 161;;;_ > icomplete-mode (&optional prefix)
175;;;###autoload 162;;;###autoload
176(defun icomplete-mode (&optional arg) 163(define-minor-mode icomplete-mode
177 "Toggle incremental minibuffer completion for this Emacs session. 164 "Toggle incremental minibuffer completion for this Emacs session.
178With a numeric argument, turn Icomplete mode on iff ARG is positive." 165With a numeric argument, turn Icomplete mode on iff ARG is positive."
179 (interactive "P") 166 :global t :group 'icomplete
180 (let ((on-p (if (null arg) 167 (if icomplete-mode
181 (not icomplete-mode)
182 (> (prefix-numeric-value arg) 0))))
183 (setq icomplete-mode on-p)
184 (when on-p
185 ;; The following is not really necessary after first time - 168 ;; The following is not really necessary after first time -
186 ;; no great loss. 169 ;; no great loss.
187 (add-hook 'minibuffer-setup-hook 'icomplete-minibuffer-setup)))) 170 (add-hook 'minibuffer-setup-hook 'icomplete-minibuffer-setup)
171 (remove-hook 'minibuffer-setup-hook 'icomplete-minibuffer-setup)))
188 172
189;;;_ > icomplete-simple-completing-p () 173;;;_ > icomplete-simple-completing-p ()
190(defun icomplete-simple-completing-p () 174(defun icomplete-simple-completing-p ()
@@ -193,29 +177,27 @@ With a numeric argument, turn Icomplete mode on iff ARG is positive."
193Conditions are: 177Conditions are:
194 the selected window is a minibuffer, 178 the selected window is a minibuffer,
195 and not in the middle of macro execution, 179 and not in the middle of macro execution,
196 and minibuffer-completion-table is not a symbol (which would 180 and `minibuffer-completion-table' is not a symbol (which would
197 indicate some non-standard, non-simple completion mechanism, 181 indicate some non-standard, non-simple completion mechanism,
198 like file-name and other custom-func completions)." 182 like file-name and other custom-func completions)."
199 183
200 (and (window-minibuffer-p (selected-window)) 184 (and (window-minibuffer-p (selected-window))
201 (not executing-kbd-macro) 185 (not executing-kbd-macro)
202 (not (symbolp minibuffer-completion-table)))) 186 ;; (or minibuffer-completing-file-name
187 (not (functionp minibuffer-completion-table)))) ;; )
203 188
204;;;_ > icomplete-minibuffer-setup () 189;;;_ > icomplete-minibuffer-setup ()
205;;;###autoload
206(defun icomplete-minibuffer-setup () 190(defun icomplete-minibuffer-setup ()
207 "Run in minibuffer on activation to establish incremental completion. 191 "Run in minibuffer on activation to establish incremental completion.
208Usually run by inclusion in `minibuffer-setup-hook'." 192Usually run by inclusion in `minibuffer-setup-hook'."
209 (cond ((and icomplete-mode (icomplete-simple-completing-p)) 193 (when (and icomplete-mode (icomplete-simple-completing-p))
210 (add-hook 'pre-command-hook 194 (add-hook 'pre-command-hook
211 (function (lambda () 195 (lambda () (run-hooks 'icomplete-pre-command-hook))
212 (run-hooks 'icomplete-pre-command-hook))) 196 nil t)
213 nil t) 197 (add-hook 'post-command-hook
214 (add-hook 'post-command-hook 198 (lambda () (run-hooks 'icomplete-post-command-hook))
215 (function (lambda () 199 nil t)
216 (run-hooks 'icomplete-post-command-hook))) 200 (run-hooks 'icomplete-minibuffer-setup-hook)))
217 nil t)
218 (run-hooks 'icomplete-minibuffer-setup-hook))))
219; 201;
220 202
221 203
@@ -226,60 +208,47 @@ Usually run by inclusion in `minibuffer-setup-hook'."
226 "Remove completions display \(if any) prior to new user input. 208 "Remove completions display \(if any) prior to new user input.
227Should be run in on the minibuffer `pre-command-hook'. See `icomplete-mode' 209Should be run in on the minibuffer `pre-command-hook'. See `icomplete-mode'
228and `minibuffer-setup-hook'." 210and `minibuffer-setup-hook'."
229 (if (icomplete-simple-completing-p) 211 (when icomplete-eoinput
230 (if (and (boundp 'icomplete-eoinput)
231 icomplete-eoinput)
232 212
233 (if (> icomplete-eoinput (point-max)) 213 (unless (>= icomplete-eoinput (point-max))
234 ;; Oops, got rug pulled out from under us - reinit: 214 (let ((buffer-undo-list t)) ; prevent entry
235 (setq icomplete-eoinput (point-max)) 215 (delete-region icomplete-eoinput (point-max))))
236 (let ((buffer-undo-list buffer-undo-list )) ; prevent entry
237 (delete-region icomplete-eoinput (point-max))))
238 216
239 ;; Reestablish the local variable 'cause minibuffer-setup is weird: 217 ;; Reestablish the safe value.
240 (make-local-variable 'icomplete-eoinput) 218 (setq icomplete-eoinput nil)))
241 (setq icomplete-eoinput 1))))
242 219
243;;;_ > icomplete-exhibit () 220;;;_ > icomplete-exhibit ()
244(defun icomplete-exhibit () 221(defun icomplete-exhibit ()
245 "Insert icomplete completions display. 222 "Insert icomplete completions display.
246Should be run via minibuffer `post-command-hook'. See `icomplete-mode' 223Should be run via minibuffer `post-command-hook'. See `icomplete-mode'
247and `minibuffer-setup-hook'." 224and `minibuffer-setup-hook'."
248 (if (icomplete-simple-completing-p) 225 (when (icomplete-simple-completing-p)
249 (let ((contents (buffer-substring (minibuffer-prompt-end)(point-max))) 226 (save-excursion
250 (buffer-undo-list t)) 227 (goto-char (point-max))
251 (save-excursion 228 ;; Register the end of input, so we know where the extra stuff
252 (goto-char (point-max)) 229 ;; (match-status info) begins:
253 ; Register the end of input, so we 230 (setq icomplete-eoinput (point))
254 ; know where the extra stuff
255 ; (match-status info) begins:
256 (if (not (boundp 'icomplete-eoinput))
257 ;; In case it got wiped out by major mode business:
258 (make-local-variable 'icomplete-eoinput))
259 (setq icomplete-eoinput (point))
260 ; Insert the match-status information: 231 ; Insert the match-status information:
261 (if (and (> (point-max) (minibuffer-prompt-end)) 232 (if (and (> (point-max) (minibuffer-prompt-end))
262 (or 233 buffer-undo-list ; Wait for some user input.
263 ;; Don't bother with delay after certain number of chars: 234 (or
264 (> (point-max) icomplete-max-delay-chars) 235 ;; Don't bother with delay after certain number of chars:
265 ;; Don't delay if alternatives number is small enough: 236 (> (- (point) (field-beginning)) icomplete-max-delay-chars)
266 (if minibuffer-completion-table 237 ;; Don't delay if alternatives number is small enough:
267 (cond ((numberp minibuffer-completion-table) 238 (and (sequencep minibuffer-completion-table)
268 (< minibuffer-completion-table 239 (< (length minibuffer-completion-table)
269 icomplete-delay-completions-threshold)) 240 icomplete-delay-completions-threshold))
270 ((sequencep minibuffer-completion-table) 241 ;; Delay - give some grace time for next keystroke, before
271 (< (length minibuffer-completion-table) 242 ;; embarking on computing completions:
272 icomplete-delay-completions-threshold)) 243 (sit-for icomplete-compute-delay)))
273 )) 244 (let ((text (while-no-input
274 ;; Delay - give some grace time for next keystroke, before 245 (icomplete-completions
275 ;; embarking on computing completions: 246 (field-string)
276 (sit-for icomplete-compute-delay))) 247 minibuffer-completion-table
277 (insert 248 minibuffer-completion-predicate
278 (icomplete-completions contents 249 (not minibuffer-completion-confirm))))
279 minibuffer-completion-table 250 (buffer-undo-list t))
280 minibuffer-completion-predicate 251 (if text (insert text)))))))
281 (not
282 minibuffer-completion-confirm))))))))
283 252
284;;;_ > icomplete-completions (name candidates predicate require-match) 253;;;_ > icomplete-completions (name candidates predicate require-match)
285(defun icomplete-completions (name candidates predicate require-match) 254(defun icomplete-completions (name candidates predicate require-match)
@@ -322,9 +291,7 @@ are exhibited within the square braces.)"
322 (concat open-bracket-determined 291 (concat open-bracket-determined
323 (substring most (length name)) 292 (substring most (length name))
324 close-bracket-determined))) 293 close-bracket-determined)))
325 (open-bracket-prospects "{") 294 ;;"-prospects" - more than one candidate
326 (close-bracket-prospects "}")
327 ;"-prospects" - more than one candidate
328 (prospects-len 0) 295 (prospects-len 0)
329 prospects most-is-exact comp) 296 prospects most-is-exact comp)
330 (if (eq most-try t) 297 (if (eq most-try t)
@@ -338,30 +305,25 @@ are exhibited within the square braces.)"
338 prospects-len (+ (length comp) 1 prospects-len)))))) 305 prospects-len (+ (length comp) 1 prospects-len))))))
339 (if prospects 306 (if prospects
340 (concat determ 307 (concat determ
341 open-bracket-prospects 308 "{"
342 (and most-is-exact ",") 309 (and most-is-exact ",")
343 (mapconcat 'identity 310 (mapconcat 'identity
344 (sort prospects (function string-lessp)) 311 (sort prospects (function string-lessp))
345 ",") 312 ",")
346 (and comps ",...") 313 (and comps ",...")
347 close-bracket-prospects) 314 "}")
348 (concat determ 315 (concat determ
349 " [Matched" 316 " [Matched"
350 (let ((keys (and icomplete-show-key-bindings 317 (let ((keys (and icomplete-show-key-bindings
351 (commandp (intern-soft most)) 318 (commandp (intern-soft most))
352 (icomplete-get-keys most)))) 319 (icomplete-get-keys most))))
353 (if keys 320 (if keys (concat "; " keys) ""))
354 (concat "; " keys)
355 ""))
356 "]")))))) 321 "]"))))))
357 322
358(if icomplete-mode
359 (icomplete-mode 1))
360
361;;;_* Local emacs vars. 323;;;_* Local emacs vars.
362;;;Local variables: 324;;;Local variables:
363;;;outline-layout: (-2 :) 325;;;outline-layout: (-2 :)
364;;;End: 326;;;End:
365 327
366;;; arch-tag: 339ec25a-0741-4eb6-be63-997532e89b0f 328;; arch-tag: 339ec25a-0741-4eb6-be63-997532e89b0f
367;;; icomplete.el ends here 329;;; icomplete.el ends here
diff --git a/lisp/image-mode.el b/lisp/image-mode.el
index b5b0f7731dc..0d2b221ee8b 100644
--- a/lisp/image-mode.el
+++ b/lisp/image-mode.el
@@ -43,6 +43,7 @@
43;;;###autoload (push '("\\.tiff\\'" . image-mode) auto-mode-alist) 43;;;###autoload (push '("\\.tiff\\'" . image-mode) auto-mode-alist)
44;;;###autoload (push '("\\.tif\\'" . image-mode) auto-mode-alist) 44;;;###autoload (push '("\\.tif\\'" . image-mode) auto-mode-alist)
45;;;###autoload (push '("\\.xbm\\'" . image-mode) auto-mode-alist) 45;;;###autoload (push '("\\.xbm\\'" . image-mode) auto-mode-alist)
46;;;###autoload (push '("\\.xpm\\'" . image-mode) auto-mode-alist)
46;;;###autoload (push '("\\.pbm\\'" . image-mode) auto-mode-alist) 47;;;###autoload (push '("\\.pbm\\'" . image-mode) auto-mode-alist)
47;;;###autoload (push '("\\.pgm\\'" . image-mode) auto-mode-alist) 48;;;###autoload (push '("\\.pgm\\'" . image-mode) auto-mode-alist)
48;;;###autoload (push '("\\.ppm\\'" . image-mode) auto-mode-alist) 49;;;###autoload (push '("\\.ppm\\'" . image-mode) auto-mode-alist)
@@ -75,10 +76,12 @@ and showing the image as an image."
75 (interactive) 76 (interactive)
76 (if (get-text-property (point-min) 'display) 77 (if (get-text-property (point-min) 'display)
77 (let ((inhibit-read-only t) 78 (let ((inhibit-read-only t)
78 (buffer-undo-list t)) 79 (buffer-undo-list t)
80 (modified (buffer-modified-p)))
79 (remove-list-of-text-properties (point-min) (point-max) 81 (remove-list-of-text-properties (point-min) (point-max)
80 '(display intangible read-nonsticky 82 '(display intangible read-nonsticky
81 read-only front-sticky)) 83 read-only front-sticky))
84 (set-buffer-modified-p modified)
82 (kill-local-variable 'cursor-type) 85 (kill-local-variable 'cursor-type)
83 (kill-local-variable 'truncate-lines) 86 (kill-local-variable 'truncate-lines)
84 (message "Repeat this command to go back to displaying the image")) 87 (message "Repeat this command to go back to displaying the image"))
@@ -97,8 +100,10 @@ and showing the image as an image."
97 ;; read-only when we're visiting the file (as 100 ;; read-only when we're visiting the file (as
98 ;; opposed to just inserting it). 101 ;; opposed to just inserting it).
99 read-only t front-sticky (read-only))) 102 read-only t front-sticky (read-only)))
100 (buffer-undo-list t)) 103 (buffer-undo-list t)
104 (modified (buffer-modified-p)))
101 (add-text-properties (point-min) (point-max) props) 105 (add-text-properties (point-min) (point-max) props)
106 (set-buffer-modified-p modified)
102 ;; Inhibit the cursor when the buffer contains only an image, 107 ;; Inhibit the cursor when the buffer contains only an image,
103 ;; because cursors look very strange on top of images. 108 ;; because cursors look very strange on top of images.
104 (setq cursor-type nil) 109 (setq cursor-type nil)
diff --git a/lisp/international/mule.el b/lisp/international/mule.el
index 1b1d77ff461..ad8d6d62a2b 100644
--- a/lisp/international/mule.el
+++ b/lisp/international/mule.el
@@ -1542,7 +1542,9 @@ text, and convert it in the temporary buffer. Otherwise, convert in-place."
1542;;; FILE I/O 1542;;; FILE I/O
1543 1543
1544(defcustom auto-coding-alist 1544(defcustom auto-coding-alist
1545 '(("\\.\\(arc\\|zip\\|lzh\\|zoo\\|jar\\|sx[dmicw]\\|tar\\|tgz\\)\\'" . no-conversion) 1545 '(("\\.\\(arc\\|zip\\|lzh\\|zoo\\|[jew]ar\\)\\'" . no-conversion)
1546 ("\\.\\(ARC\\|ZIP\\|LZH\\|ZOO\\|[JEW]AR\\)\\'" . no-conversion)
1547 ("\\.\\(sx[dmicw]\\|tar\\|tgz\\)\\'" . no-conversion)
1546 ("\\.\\(gz\\|Z\\|bz\\|bz2\\|gpg\\)\\'" . no-conversion) 1548 ("\\.\\(gz\\|Z\\|bz\\|bz2\\|gpg\\)\\'" . no-conversion)
1547 ("/#[^/]+#\\'" . emacs-mule)) 1549 ("/#[^/]+#\\'" . emacs-mule))
1548 "Alist of filename patterns vs corresponding coding systems. 1550 "Alist of filename patterns vs corresponding coding systems.
diff --git a/lisp/jka-compr.el b/lisp/jka-compr.el
index fa852bd19b6..59c6de846c2 100644
--- a/lisp/jka-compr.el
+++ b/lisp/jka-compr.el
@@ -229,7 +229,10 @@ invoked."
229 "The entry in `file-name-handler-alist' used by the jka-compr I/O functions.") 229 "The entry in `file-name-handler-alist' used by the jka-compr I/O functions.")
230 230
231(defvar jka-compr-really-do-compress nil 231(defvar jka-compr-really-do-compress nil
232 "Non-nil in a buffer whose visited file was uncompressed on visiting it.") 232 "Non-nil in a buffer whose visited file was uncompressed on visiting it.
233This means compress the data on writing the file, even if the
234data appears to be compressed already.")
235(make-variable-buffer-local 'jka-compr-really-do-compress)
233(put 'jka-compr-really-do-compress 'permanent-local t) 236(put 'jka-compr-really-do-compress 'permanent-local t)
234 237
235;;; Functions for accessing the return value of jka-compr-get-compression-info 238;;; Functions for accessing the return value of jka-compr-get-compression-info
diff --git a/lisp/language/thai-word.el b/lisp/language/thai-word.el
new file mode 100644
index 00000000000..82f6fcdea6a
--- /dev/null
+++ b/lisp/language/thai-word.el
@@ -0,0 +1,11054 @@
1;;; thai-word.el -- find Thai word boundaries
2
3;; Copyright (C) 2000, 2001, 2002, 2003, 2004
4;; Electrotechnical Laboratory, JAPAN.
5
6;; Author: Kenichi HANDA <handa@etl.go.jp>
7
8;; Keywords: thai, word break, emacs
9
10;; This program is free software; you can redistribute it and/or modify
11;; it under the terms of the GNU General Public License as published by
12;; the Free Software Foundation; either version 2, or (at your option)
13;; any later version.
14
15;; This program is distributed in the hope that it will be useful,
16;; but WITHOUT ANY WARRANTY; without even the implied warranty of
17;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18;; GNU General Public License for more details.
19
20;; You should have received a copy of the GNU General Public License
21;; along with GNU Emacs; see the file COPYING. If not, write to
22;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
23
24;; The used Thai word list has been taken from IBM's ICU4J project
25;; (file `thai6.ucs', version 1.4, converted to TIS encoding, with
26;; removal of three incorrect entries) to which the following license
27;; applies:
28;;
29;; COPYRIGHT AND PERMISSION NOTICE
30;;
31;;
32;; Copyright (c) 1995-2001 International Business Machines
33;; Corporation and others
34;;
35;; All rights reserved.
36;;
37;;
38;; Permission is hereby granted, free of charge, to any person
39;; obtaining a copy of this software and associated documentation
40;; files (the "Software"), to deal in the Software without
41;; restriction, including without limitation the rights to use,
42;; copy, modify, merge, publish, distribute, and/or sell copies of
43;; the Software, and to permit persons to whom the Software is
44;; furnished to do so, provided that the above copyright notice(s)
45;; and this permission notice appear in all copies of the Software
46;; and that both the above copyright notice(s) and this permission
47;; notice appear in supporting documentation.
48;;
49;; THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
50;; EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
51;; OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
52;; NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE
53;; COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE BE LIABLE
54;; FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES,
55;; OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
56;; PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
57;; TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
58;; PERFORMANCE OF THIS SOFTWARE.
59;;
60;; Except as contained in this notice, the name of a copyright
61;; holder shall not be used in advertising or otherwise to promote
62;; the sale, use or other dealings in this Software without prior
63;; written authorization of the copyright holder.
64
65
66;; This file implements an algorithm to find Thai word breaks using a
67;; dictionary. It is based on the C program `cttex' written by
68;; Vuthichai Ampornaramveth <vuthi@nii.ac.jp>.
69
70
71;; Table of Thai words. It is a nested alist (see `nested-alist-p'),
72;; which means that you can easily index the list character by
73;; character.
74
75(defconst thai-word-table nil)
76
77
78;; Set up `thai-word-table'.
79
80(let
81 ((l
82 '("¡¡"
83 "¡¡Å"
84 "¡¡Ø¸Àѳ±ì"
85 "¡§"
86 "¡§¡ÒÃ"
87 "¡§ÊØÅ"
88 "¡§àµê¡"
89 "¡®"
90 "¡®ËÁÒÂ"
91 "¡°Ô¹"
92 "¡´"
93 "¡µÑ­ªÅÕ"
94 "¡µÑ­­ØµÒ"
95 "¡µÑ­­Ù"
96 "¡µÒ¸Ô¡ÒÃ"
97 "¡µÒÀÔ¹ÔËÒÃ"
98 "¡µÔ¡Ò"
99 "¡µàÇ·ÔµÒ"
100 "¡µàÇ·Õ"
101 "¡¶Ò"
102 "¡·Á"
103 "¡·ÅÕ"
104 "¡¹"
105 "¡¹¡"
106 "¡¹ÔɰÒ"
107 "¡º"
108 "¡º¯"
109 "¡º´Ò¹"
110 "¡º·Ù"
111 "¡ºÒÅ"
112 "¡ºÔ¹·Ãì"
113 "¡ºÔÅ"
114 "¡ºÕè"
115 "¡ÁÅ"
116 "¡Ã"
117 "¡Ã¡®"
118 "¡Ã¡®Ò¤Á"
119 "¡Ã¡¯"
120 "¡Ã§"
121 "¡Ã³±ì"
122 "¡Ã³Õ"
123 "¡Ã³Õ¡Ԩ"
124 "¡Ã³ÕÂì"
125 "¡Ã´"
126 "¡Ã¹"
127 "¡Ãº"
128 "¡ÃºÙÃ"
129 "¡ÃÁ"
130 "¡ÃÁ·èÒ"
131 "¡ÃÁ¸ÃÃÁì"
132 "¡ÃÃ"
133 "¡Ãêԧ"
134 "¡Ãó"
135 "¡ÃóԡÒÃì"
136 "¡ÃþØÁ"
137 "¡ÃÃÁ"
138 "¡ÃÃÁ¡Ã"
139 "¡ÃÃÁ¡ÒÃ"
140 "¡ÃÃÁªÇÒµ"
141 "¡ÃÃÁÒª¹"
142 "¡ÃÃÁÒªÕ¾"
143 "¡ÃÃÁÒ¸Ô¡ÒÃ"
144 "¡ÃÃà¨Õ¡"
145 "¡ÃÃàªÕ§"
146 "¡ÃÃá·Ã¡"
147 "¡ÃÃ⪡"
148 "¡ÃÃä¡Ã"
149 "¡ÃÇ´"
150 "¡ÃǺ"
151 "¡ÃÇÂ"
152 "¡ÃÍ"
153 "¡ÃÍ¡"
154 "¡ÃÍ¡á¡Ã¡"
155 "¡Ãͧ"
156 "¡Ãͧ¡ÃÍÂ"
157 "¡ÃÍ´"
158 "¡Ãͺ"
159 "¡ÃÍÁ"
160 "¡ÃÐ"
161 "¡ÃЧ¡¡ÃÐà§Ôè¹"
162 "¡ÃЧèͧ¡ÃÐá§è§"
163 "¡ÃЧè͹¡ÃÐá§è¹"
164 "¡ÃШ¡"
165 "¡ÃШ͡"
166 "¡ÃШͧÍá§"
167 "¡ÃШѧ"
168 "¡ÃШѺ"
169 "¡ÃШҴ"
170 "¡ÃШҺ"
171 "¡ÃШÒÂ"
172 "¡ÃШԴ"
173 "¡ÃШԺ"
174 "¡ÃШÔÃÔ´"
175 "¡ÃШء"
176 "¡ÃШغ¡ÃШԺ"
177 "¡ÃШØÂ"
178 "¡ÃШØë§¡ÃШÔë§"
179 "¡ÃШØëÁ¡ÃШÔëÁ"
180 "¡ÃШÙë¡ÃШÕë"
181 "¡ÃШèÒ§"
182 "¡ÃШé͹"
183 "¡ÃЩ͡"
184 "¡ÃЩѺ¡ÃÐà©§"
185 "¡ÃЩٴ"
186 "¡ÃЩè͹"
187 "¡ÃЪ͹"
188 "¡ÃЪѺ"
189 "¡ÃЪÑé¹"
190 "¡ÃЪҡ"
191 "¡ÃЪØ"
192 "¡ÃЫԡ"
193 "¡ÃЫԺ"
194 "¡ÃЮØÁ¾Õ"
195 "¡Ãд¡"
196 "¡Ãдͧ"
197 "¡Ãд͹"
198 "¡Ãдѧ§Ò"
199 "¡Ãдҡ"
200 "¡ÃдҧÅÒ§"
201 "¡Ãдҹ"
202 "¡ÃдÒÉ"
203 "¡Ãдԡ"
204 "¡ÃдÔè§"
205 "¡ÃдÕè"
206 "¡Ãд׺"
207 "¡ÃдØÁ"
208 "¡Ãд١"
209 "¡Ãдé§"
210 "¡ÃдéÒ§"
211 "¡Ãеԡ"
212 "¡ÃеԺ"
213 "¡ÃеÔê´"
214 "¡Ãе×ÍÃ×ÍÃé¹"
215 "¡Ãеء"
216 "¡ÃеØé§¡ÃеÔé§"
217 "¡ÃеØé¹"
218 "¡Ãеèͧ¡ÃÐáµè§"
219 "¡ÃеèÒÂ"
220 "¡ÃеéÇÁ¡ÃÐàµÕéÂÁ"
221 "¡Ãеêͺ"
222 "¡ÃжԹ"
223 "¡Ãз§"
224 "¡Ãзº"
225 "¡ÃзÃǧ"
226 "¡ÃзÐ"
227 "¡ÃзÑè§"
228 "¡Ãзԧ"
229 "¡Ãз׺"
230 "¡Ãзا"
231 "¡ÃзÙé"
232 "¡ÃзèÍÁ"
233 "¡Ãзé͹"
234 "¡ÃзéÍÁ¡ÃÐá·éÁ"
235 "¡ÃйÑé¹"
236 "¡Ãкǹ"
237 "¡ÃкÇÂ"
238 "¡Ãк͡"
239 "¡Ãкͧ"
240 "¡ÃкÐ"
241 "¡ÃкÔ"
242 "¡ÃкÕè"
243 "¡Ãк×Í"
244 "¡Ãкا"
245 "¡ÃлÃÕé¡ÃÐà»ÃèÒ"
246 "¡ÃлÑéÇ¡ÃÐà»ÕéÂ"
247 "¡ÃлèÓ"
248 "¡ÃлéÍ¡ÃÐá»é"
249 "¡Ãлëͧ"
250 "¡ÃмÅÕ¡ÃмÅÒÁ"
251 "¡Ãмա"
252 "¡ÃоÕé"
253 "¡Ãо×Í"
254 "¡ÃоØé§"
255 "¡ÃпѴ¡ÃÐà¿Õ´"
256 "¡ÃпÙÁ¡ÃпÒÂ"
257 "¡ÃÐÁÍÁ¡ÃÐáÁÁ"
258 "¡ÃÐÁѧ"
259 "¡ÃÐÂÒ˧ѹ"
260 "¡ÃÐÂÖ¡¡ÃÐÂ×Í"
261 "¡ÃÐÂè͹"
262 "¡ÃÐÃÍ¡"
263 "¡ÃÐÅÍÁ"
264 "¡ÃÐÅÑÁ¾Ã"
265 "¡ÃÐÇÔ¹"
266 "¡ÃÐÇÕ¡ÃÐÇÒ´"
267 "¡ÃÐÉÑÂ"
268 "¡ÃÐÉÒ»³ì"
269 "¡ÃÐÊͺ"
270 "¡ÃÐÊѧ"
271 "¡ÃÐÊѹ"
272 "¡ÃÐÊÒ"
273 "¡ÃÐÊ×Í"
274 "¡ÃÐÊØ§¡ÃÐÊÔ§"
275 "¡ÃÐÊØ¹"
276 "¡ÃÐ˹¡"
277 "¡ÃÐ˹Һ"
278 "¡ÃÐ˹èÓ"
279 "¡ÃÐËÁÔº"
280 "¡ÃÐËÁèÍÁ"
281 "¡ÃÐËÂÔèÁ"
282 "¡ÃÐËÒÂ"
283 "¡ÃÐËÖÁ"
284 "¡ÃÐËÖèÁ"
285 "¡ÃÐÍͺ"
286 "¡ÃÐÍÑ¡"
287 "¡ÃÐÍÑ¡¡ÃÐÍèǹ"
288 "¡ÃÐà§éÒ¡ÃЧʹ"
289 "¡ÃÐà¨Ò"
290 "¡ÃÐà¨Ô§"
291 "¡ÃÐà¨Ô´¡ÃÐà¨Ô§"
292 "¡ÃÐà¨Õêº"
293 "¡ÃÐàªéÒ"
294 "¡ÃÐà«Í"
295 "¡ÃÐà«Ô§"
296 "¡ÃÐà«ç¹"
297 "¡ÃÐà«éÒ"
298 "¡ÃÐà´Ô´"
299 "¡ÃÐà´Õ´"
300 "¡ÃÐà´×Í¡"
301 "¡ÃÐà´×èͧ"
302 "¡ÃÐà´ç¹"
303 "¡ÃÐà´éÒ"
304 "¡ÃÐ൧"
305 "¡ÃÐàµÒÐ"
306 "¡ÃÐàµ×éͧ"
307 "¡ÃÐàµç¹"
308 "¡ÃÐà¶Ôº"
309 "¡ÃÐà·ÕÂÁ"
310 "¡ÃÐà·×͹"
311 "¡ÃÐູ"
312 "¡ÃÐàºÕ´"
313 "¡ÃÐàº×éͧ"
314 "¡ÃÐà»ÒÐ"
315 "¡ÃÐà»ëÒ"
316 "¡ÃÐà¾ÒÐ"
317 "¡ÃÐà¾×èÍÁ"
318 "¡ÃÐàÂéÍ¡ÃÐáËÂè§"
319 "¡ÃÐàÃÕ¹"
320 "¡ÃÐàÊÕ¹"
321 "¡ÃÐàÊÕÂÃ"
322 "¡ÃÐàÊ繡ÃÐÊÒÂ"
323 "¡ÃÐàÊèÒ"
324 "¡ÃÐàËÁç´¡ÃÐáËÁè"
325 "¡ÃÐá¨Ð"
326 "¡ÃÐá«Ð"
327 "¡ÃÐá´Ð"
328 "¡ÃÐá´èÇ"
329 "¡ÃÐáµ"
330 "¡ÃÐá·¡"
331 "¡ÃÐáÊ"
332 "¡ÃÐáÍÁ"
333 "¡ÃÐ⨹"
334 "¡ÃÐâ¨Á"
335 "¡ÃÐâ©¡¡ÃÐà©¡"
336 "¡ÃÐâ´¡"
337 "¡ÃÐâ´¡¡ÃÐà´¡"
338 "¡ÃÐâ´§"
339 "¡ÃÐâ´´"
340 "¡ÃÐâ¶¹"
341 "¡ÃÐâºÁ"
342 "¡ÃÐâ»Ã§"
343 "¡ÃÐâËé"
344 "¡ÃÑ¡"
345 "¡Ãѧ"
346 "¡Ãѹ"
347 "¡ÃѺ"
348 "¡ÃÑÁ"
349 "¡ÃÒ¡"
350 "¡ÃÒ§"
351 "¡ÃÒ´"
352 "¡ÃÒ¹"
353 "¡ÃÒº"
354 "¡ÃÒ¿"
355 "¡ÃÒ¿¿Ô¡"
356 "¡ÃÒ¿Ô¡"
357 "¡ÃÒÁ"
358 "¡ÃÒÂ"
359 "¡ÃÒÇ"
360 "¡ÃÓ"
361 "¡ÃÔ¡"
362 "¡ÃÔ§¡ÃÔÇ"
363 "¡ÃÔª"
364 "¡ÃÔº"
365 "¡ÃÔÁ"
366 "¡ÃÔÂÒ"
367 "¡ÃÔÇ"
368 "¡ÃÔè§"
369 "¡ÃÔèÁ"
370 "¡ÃÔéÇ"
371 "¡ÃÔê¡"
372 "¡ÃÔê§"
373 "¡ÃÕ"
374 "¡ÃÕ¡"
375 "¡ÃÕ±Ò"
376 "¡ÃÕ´"
377 "¡ÃÕ¸Ò"
378 "¡ÃÕê´"
379 "¡ÃØ"
380 "¡ÃØ¡"
381 "¡Ãا"
382 "¡Ãا෾"
383 "¡ÃسÒ"
384 "¡ÃسҸԤس"
385 "¡Ãع"
386 "¡Ãغ"
387 "¡ÃØÂ"
388 "¡ÃØè¹"
389 "¡ÃØèÁ"
390 "¡ÃØéÁ¡ÃÔèÁ"
391 "¡ÃØê»"
392 "¡ÃÙ"
393 "¡ÃÙ´"
394 "¡ÃçÍ¡¡ÃëÍÂ"
395 "¡Ãè͹"
396 "¡ÃèÍÂ"
397 "¡ÃèÒ§"
398 "¡ÃèÒÂ"
399 "¡ÃèÓ"
400 "¡ÃéÇÁ"
401 "¡ÃéÍ"
402 "¡ÃéÒ¹"
403 "¡ÃéÒÇ"
404 "¡ÄɮաÒ"
405 "¡ÄɳÒ"
406 "¡Å"
407 "¡Å´"
408 "¡Åº"
409 "¡ÅÁ"
410 "¡ÅÂØ·¸ì"
411 "¡Åǧ"
412 "¡ÅÍ¡"
413 "¡Åͧ"
414 "¡Å͹"
415 "¡ÅÍÂ"
416 "¡ÅÑ¡"
417 "¡ÅÑ´"
418 "¡ÅѺ"
419 "¡ÅÑÇ"
420 "¡ÅÑè¹"
421 "¡ÅÑé¹"
422 "¡ÅÑéÇ"
423 "¡ÅÒ¡"
424 "¡ÅÒ§"
425 "¡ÅÒ´"
426 "¡ÅÒÂ"
427 "¡ÅÒâËÁ"
428 "¡ÅÔè§"
429 "¡ÅÔè¹"
430 "¡ÅÔé§"
431 "¡ÅÔéÁ"
432 "¡ÅÕ"
433 "¡ÅÕº"
434 "¡ÅÕè"
435 "¡ÅÖ§"
436 "¡Å×¹"
437 "¡ÅØèÁ"
438 "¡ÅØéÁ"
439 "¡ÅÙâ¤Ê"
440 "¡ÅàÁç´"
441 "¡Åè¹"
442 "¡Åèͧ"
443 "¡Åè͹"
444 "¡ÅèÍÁ"
445 "¡ÅèÒÇ"
446 "¡ÅèÓ"
447 "¡ÅéÇÂ"
448 "¡ÅéÇÂäÁé"
449 "¡ÅéÍ"
450 "¡Åéͧ"
451 "¡Åé͹"
452 "¡ÅéÍÁá¡ÅéÁ"
453 "¡ÅéÒ"
454 "¡ÅéÒÁ"
455 "¡ÅéÓ"
456 "¡Ç´"
457 "¡Ç¹"
458 "¡ÇÁ"
459 "¡ÇÂ"
460 "¡Ç¨Ñêº"
461 "¡Ç¨Õê"
462 "¡ÇÑ¡"
463 "¡ÇÑ´"
464 "¡ÇÒ§"
465 "¡ÇÒ§µØé§"
466 "¡ÇÒ´"
467 "¡ÇÒÇà¤Ã×Í"
468 "¡ÇÕ"
469 "¡ÇèÒ"
470 "¡ÇéÒ§"
471 "¡ÇéÒ¹"
472 "¡ÇêÒ¹"
473 "¡ÉѵÃÔÂì"
474 "¡ÉÑÂ"
475 "¡ÉÒ»³ì"
476 "¡ÊÔ"
477 "¡ÊÔ¡Ã"
478 "¡ÊÔ¡ÃÃÁ"
479 "¡ÊÔ³"
480 "¡Í"
481 "¡Í¡"
482 "¡Í§"
483 "¡Í«"
484 "¡Í´"
485 "¡Íº"
486 "¡Í»Ã"
487 "¡ÍÂ"
488 "¡ÍÃÔÅÅÒ"
489 "¡ÍÅì¿"
490 "¡ÍàÍÕêÂÐ"
491 "¡Ð"
492 "¡ÐªÖ衡ЪÑè¡"
493 "¡Ð«Ç¡"
494 "¡Ð´Õè"
495 "¡ÐµéÓ"
496 "¡ÐµêÒ¡"
497 "¡Ð·¡Ã¡"
498 "¡Ð·Ñ´ÃÑ´"
499 "¡Ð·Ñ¹Ëѹ"
500 "¡Ð·Ô"
501 "¡Ð·×Í"
502 "¡ÐºÑ§ÅÁ"
503 "¡ÐºÔé§"
504 "¡Ð»ÃÔ´¡Ð»ÃÍÂ"
505 "¡Ð»Ç¡¡Ðà»Õ¡"
506 "¡Ð»Ð"
507 "¡Ð»Ô"
508 "¡Ð¾§"
509 "¡Ð¾ÃÔº"
510 "¡Ð¾Åèͧ¡Ðá¾Åè§"
511 "¡Ð¾éÍ"
512 "¡ÐÃѵ"
513 "¡ÐÃØè§¡ÐÃÔè§"
514 "¡ÐÅÇÂ"
515 "¡ÐÅÍ"
516 "¡ÐÅлѧËÒ"
517 "¡ÐÅÐÁѧ"
518 "¡ÐÅÐáÁ"
519 "¡ÐÅÒ"
520 "¡ÐÅÒÊÕ"
521 "¡ÐÅÔéÁ¡ÐàËÅÕèÂ"
522 "¡ÐÅè͹"
523 "¡ÐÅèÍÁ¡ÐáÅèÁ"
524 "¡ÐÅèÍ¡ÐËÅÔº"
525 "¡ÐÊéÒËÍÂ"
526 "¡Ð˹ا¡Ð˹ԧ"
527 "¡Ð˹çͧ¡Ðá˹ç§"
528 "¡ÐËÃÍ´"
529 "¡ÐËÃÕè"
530 "¡ÐËÃçÍÁ¡ÐáËÃçÁ"
531 "¡ÐËÃèͧ"
532 "¡ÐËÅÕè"
533 "¡ÐËÅØ¡¡ÐËÅÔ¡"
534 "¡ÐËÅèÓ"
535 "¡Ðà´¡"
536 "¡Ð൧"
537 "¡Ðà·Â"
538 "¡Ðà·ÒÐ"
539 "¡Ðà»Ô꺡лêÒº"
540 "¡Ðà¼Å¡"
541 "¡ÐàÃÕè¡ÐÃÒ´"
542 "¡ÐàÅÔ´"
543 "¡ÐàÅèÍ¡ÐÅèÒ"
544 "¡ÐàËÃÕè§"
545 "¡ÐàËÅÒÐà»ÒÐ"
546 "¡Ðáªè"
547 "¡Ðâµ§¡Ð൧"
548 "¡Ðâµé§âËè§"
549 "¡Ðâµê¡"
550 "¡Ðâ»Ã§"
551 "¡Ðâ»âÅ"
552 "¡Ðâ¼Å¡¡Ðà¼Å¡"
553 "¡ÐâËÅ¡"
554 "¡Ñ¡"
555 "¡Ñ¡¢ÌÐ"
556 "¡Ñ§"
557 "¡Ñ§¡éÒ"
558 "¡Ñ§¢Ò"
559 "¡Ñ§©Ô¹"
560 "¡Ñ§¿Ù"
561 "¡Ñ§ÇÅ"
562 "¡Ñ§ÇÒ¹"
563 "¡Ñ§Ê´ÒÅ"
564 "¡Ñ§Ëѹ"
565 "¡Ñ§äÊ"
566 "¡Ñ­ªÒ"
567 "¡Ñ­­Ò"
568 "¡Ñ³±ì"
569 "¡Ñ´"
570 "¡Ñ¹"
571 "¡Ñ¹´ÒÃ"
572 "¡Ñ¹µì"
573 "¡Ñ¹ÂÒ¹"
574 "¡Ñ¹Âì"
575 "¡Ñº"
576 "¡Ñ»"
577 "¡Ñ»µÑ¹"
578 "¡ÑÁ»¹Ò·"
579 "¡ÑÁ»ÃÐâ´"
580 "¡ÑÁ¾ÙªÒ"
581 "¡ÑÁÁѹµÀÒ¾ÃѧÊÕ"
582 "¡ÑÁÁѹµÃѧÊÕ"
583 "¡Ñź¡"
584 "¡ÑÅ»¾Ä¡Éì"
585 "¡ÑŻѧËÒ"
586 "¡ÑÅ»ÒÇÊÒ¹"
587 "¡ÑÅ»ì"
588 "¡ÑÅÂÒ"
589 "¡ÑÅÂÒ³"
590 "¡ÑÅÂÒ³ÁÔµÃ"
591 "¡ÑÅÂÒ³Õ"
592 "¡ÑÅâª"
593 "¡Ñè¹"
594 "¡Ñé§"
595 "¡Ñé¹"
596 "¡Ñé¹ËÂÑè¹"
597 "¡Ñê¡"
598 "¡Ò"
599 "¡Ò¡"
600 "¡Ò¡Õ"
601 "¡Ò§"
602 "¡Ò§à¡§"
603 "¡Ò§à¢¹"
604 "¡Ò«ÐÅͧ"
605 "¡Ò­¨¹ºØÃÕ"
606 "¡Ò­¨¹Ò"
607 "¡Ò´"
608 "¡Ò¹"
609 "¡Ò¹´Ò"
610 "¡Ò¹¾ÅÙ"
611 "¡Òº"
612 "¡Ò½Ò¡"
613 "¡Ò¾Âì"
614 "¡ÒÁ"
615 "¡ÒÁÒÃÁ³ì"
616 "¡ÒÂ"
617 "¡Ò¡ÃÃÁ"
618 "¡ÒÂÀÒ¾"
619 "¡ÒÂÇÔÀÒ¤"
620 "¡ÒÂÊÔ·¸Ôì"
621 "¡ÒÂҾ¾"
622 "¡ÒÃ"
623 "¡Òóì"
624 "¡ÒúÙÃ"
625 "¡ÒÃÐà¡´"
626 "¡ÒÃѳÂì"
627 "¡ÒÃѹµì"
628 "¡ÒÃØ­"
629 "¡ÒÃØ³Âì"
630 "¡ÒÃàÇ¡"
631 "¡ÒÃì"
632 "¡ÒÃì´"
633 "¡ÒÃìµÙ¹"
634 "¡ÒÅ"
635 "¡ÒšԳÕ"
636 "¡ÒÅÕ"
637 "¡ÒÅà·ÈÐ"
638 "¡ÒÇ"
639 "¡ÒÈ"
640 "¡ÒÊ"
641 "¡ÒÊÃ"
642 "¡ÒÊÔâ¹"
643 "¡ÒËŧ"
644 "¡ÒÌ"
645 "¡ÒàËÇèÒ"
646 "¡Òá¿"
647 "¡ÒáÅç¡«Õ"
648 "¡Ó"
649 "¡Ó¡ÇÁ"
650 "¡Ó¡Ñ´"
651 "¡Ó¡Ñº"
652 "¡Ó¨Ã"
653 "¡Ó¨Ñ´"
654 "¡Ó¨ÒÂ"
655 "¡ÓªÑº"
656 "¡Ó«Òº"
657 "¡Ó´Ñ´"
658 "¡Ó¸Ã"
659 "¡Ó¹Ñ¹"
660 "¡Ó¹ÑÅ"
661 "¡ÓºÑ§"
662 "¡Ó»Ñè¹"
663 "¡Ó¾ÃéÒ"
664 "¡Ó¾×´"
665 "¡ÓÁжѹ"
666 "¡ÓÁÐÅÍ"
667 "¡ÓÁÐËÂÕè"
668 "¡ÓÂÒ¹"
669 "¡ÓÂÓ"
670 "¡ÓÃÒº"
671 "¡ÓÅѧ"
672 "¡ÓÊÃÇÅ"
673 "¡Ó˹´"
674 "¡Ó˹Ѵ"
675 "¡Óà´Ò"
676 "¡Óà¹Ô´"
677 "¡ÓàÃÔº"
678 "¡Óà˹ç¨"
679 "¡Óá¾§"
680 "¡Óá˧"
681 "¡ÓäÃ"
682 "¡ÓäÅ"
683 "¡Ô¡"
684 "¡Ô¡Ð"
685 "¡Ô¨"
686 "¡Ô¨¡ÃÃÁ"
687 "¡Ô¨¡ÒÃ"
688 "¡Ô¨¨ÐÅѡɳÐ"
689 "¡Ô¨¨Ò"
690 "¡ÔµµÔ"
691 "¡ÔµµÔ¤Ø³"
692 "¡ÔµµÔÁÈÑ¡´Ôì"
693 "¡ÔµµÔÈѾ·ì"
694 "¡Ô¹"
695 "¡Ô¹¹Ã"
696 "¡Ô¹ÃÕ"
697 "¡ÔÃÔ³Õ"
698 "¡ÔÃÔÂÒ"
699 "¡ÔàŹ"
700 "¡ÔàÅÊ"
701 "¡ÔâÁâ¹"
702 "¡Ôâµչ"
703 "¡ÔâÅ"
704 "¡ÔâÅ¡ÃÑÁ"
705 "¡ÔâÅÅÔµÃ"
706 "¡ÔâÅàÁµÃ"
707 "¡ÔâÅàÎÔõ«ì"
708 "¡Ôè§"
709 "¡ÔèÇ"
710 "¡Ôé§¡×Í"
711 "¡Ôé§¡èÒ"
712 "¡Ôê¡"
713 "¡Ôêº"
714 "¡ÔëÇ"
715 "¡Õ¯ÇÔ·ÂÒ"
716 "¡Õ´"
717 "¡ÕµÒÃì"
718 "¡Õº"
719 "¡ÕÌÒ"
720 "¡Õè"
721 "¡Õé"
722 "¡Õë"
723 "¡Ö¡"
724 "¡Ö¡¡éͧ"
725 "¡Öè§"
726 "¡Öë¹"
727 "¡Ø"
728 "¡Ø¡"
729 "¡Ø¡¡Ñ¡"
730 "¡Ø­ªÃ"
731 "¡Ø­á¨"
732 "¡Ø®ØÁ¾Õ"
733 "¡Ø¯°Ñ§"
734 "¡Ø¯Ô"
735 "¡Ø³±Å"
736 "¡Ø´"
737 "¡Ø´Ñ§"
738 "¡Ø´Ñè¹"
739 "¡Ø¹"
740 "¡Ø¹«×Í"
741 "¡Ø¹àªÕ§"
742 "¡Øº"
743 "¡ØÁ"
744 "¡ØÁÀÒ"
745 "¡ØÁÀì"
746 "¡ØÁÒÃ"
747 "¡ØÁÒÃÒ"
748 "¡ØÁÒÃÕ"
749 "¡ØÂ"
750 "¡ØÂªèÒÂ"
751 "¡ØÂàΧ"
752 "¡ØÅ"
753 "¡ØÅ¸Ô´Ò"
754 "¡ØÅºØµÃ"
755 "¡ØÅʵÃÕ"
756 "¡ØÅÒ"
757 "¡ØÅÕ"
758 "¡ØÅաبÍ"
759 "¡ØÈÅ"
760 "¡ØÈâźÒÂ"
761 "¡ØËÅÒº"
762 "¡ØèÁ"
763 "¡Øé§"
764 "¡Øê¡"
765 "¡Øê¹"
766 "¡ØêÂ"
767 "¡ØëÂ"
768 "¡Ù"
769 "¡Ù³±ì"
770 "¡Ù´"
771 "¡Ùº"
772 "¡Ùè"
773 "¡Ùé"
774 "¡àÌÇÃÒ¡"
775 "¡ç"
776 "¡è§"
777 "¡è¹"
778 "¡èÍ"
779 "¡èͧ"
780 "¡è͹"
781 "¡èÒÂ"
782 "¡èÓ"
783 "¡é§â¤é§"
784 "¡é¹"
785 "¡éÁ"
786 "¡éÍ"
787 "¡éͧ"
788 "¡é͹"
789 "¡éÍÁ"
790 "¡éÍÂ"
791 "¡éÍÃèÍ¡é͵ԡ"
792 "¡éÒ§"
793 "¡éÒ¹"
794 "¡éÒÁ"
795 "¡éÒÇ"
796 "¡éÓ"
797 "¡éÓ¡Öè§"
798 "¡éÓà¡Ô¹"
799 "¡ê¡"
800 "¡ê§"
801 "¡êÍ¡"
802 "¡êͺ»Õé"
803 "¡êÍ»»Õé"
804 "¡êÒ«"
805 "¡êÒ´"
806 "¡ë§"
807 "¡ëÇÂàµÕëÂÇ"
808 "¡ëÍÂ"
809 "¡ëÒ"
810 "¢§¨×êÍ"
811 "¢¨Ã"
812 "¢¨Ñ´"
813 "¢¨ÒÂ"
814 "¢¨Õ"
815 "¢¨ØÂ"
816 "¢³Ð"
817 "¢´"
818 "¢¹"
819 "¢¹§"
820 "¢¹´"
821 "¢¹¹"
822 "¢¹º"
823 "¢¹Á"
824 "¢¹Áͺ"
825 "¢¹Ñ´"
826 "¢¹Ñ¹"
827 "¢¹Ò¡"
828 "¢¹Ò§"
829 "¢¹Ò´"
830 "¢¹Ò¹"
831 "¢¹Òº"
832 "¢¹ÒÂ"
833 "¢¹ÔɰÒ"
834 "¢¹Ø¹"
835 "¢º"
836 "¢º¶"
837 "¢ºÇ¹"
838 "¢Á"
839 "¢ÁÇ´"
840 "¢Áͧ"
841 "¢ÁÍÂ"
842 "¢Áѧ"
843 "¢ÁѺ"
844 "¢ÁÒ"
845 "¢ÁÔº"
846 "¢ÁÔé¹"
847 "¢ÁÕ¢Áѹ"
848 "¢ÁÖ§"
849 "¢ÁØ¡¢ÁÍÁ"
850 "¢ÁØ¡¢ÁÑÇ"
851 "¢Áغ"
852 "¢Áغ¢ÁÔº"
853 "¢ÁèÍÁ"
854 "¢ÁéÓ"
855 "¢ÂÍ¡"
856 "¢Âͧ"
857 "¢ÂÐ"
858 "¢ÂÑ¡"
859 "¢Âѹ"
860 "¢ÂѺ"
861 "¢ÂÑé¹"
862 "¢ÂÒ´"
863 "¢ÂÒº"
864 "¢ÂÒÂ"
865 "¢ÂÓ"
866 "¢ÂÔ¡"
867 "¢ÂÔº"
868 "¢ÂÔèÁ"
869 "¢ÂÕé"
870 "¢ÂØ¡¢ÂÔ¡"
871 "¢ÂØ¡¢ÂØÂ"
872 "¢Âغ"
873 "¢Âغ¢ÂÔº"
874 "¢ÂØÁ"
875 "¢ÂØÂ"
876 "¢ÂØéÁ"
877 "¢ÂèÁ"
878 "¢Âè͹"
879 "¢Âé͹"
880 "¢ÂéÓ"
881 "¢ÃÁ"
882 "¢Ãäì"
883 "¢ÃÑÇ"
884 "¢ÃÔº"
885 "¢ÃÖÁ"
886 "¢ÃØ¢ÃÐ"
887 "¢Åѧ"
888 "¢ÅѺ"
889 "¢ÅÒ"
890 "¢ÅÒ´"
891 "¢ÅÔº"
892 "¢ÅØ¡"
893 "¢ÅØ¡¢ÅÑ¡"
894 "¢ÅØ¡¢ÅÔ¡"
895 "¢Åغ"
896 "¢ÅØÁ"
897 "¢ÅØèÂ"
898 "¢Ç§"
899 "¢Ç´"
900 "¢Ç¹¢ÇÒÂ"
901 "¢Çº"
902 "¢ÇÂ"
903 "¢ÇÑ¡ä¢Çè"
904 "¢ÇÑ­"
905 "¢ÇÑ´"
906 "¢ÇѺ"
907 "¢ÇѺà¢ÇÕÂÇ"
908 "¢ÇÑé¹"
909 "¢ÇÒ"
910 "¢ÇÒ¡"
911 "¢ÇÒ§"
912 "¢ÇÒ´"
913 "¢ÇÒ¹"
914 "¢ÇÒ¢ǹ"
915 "¢ÇÔ´"
916 "¢ÇéÒ§"
917 "¢Í"
918 "¢Í¡"
919 "¢Í§"
920 "¢Í´"
921 "¢Í¹"
922 "¢Íº"
923 "¢Íº¤Ø³"
924 "¢Íºã¨"
925 "¢ÍÁ"
926 "¢ÐÁÍÁ¢ÐáÁÁ"
927 "¢ÐÁÑ¡à¢Áé¹"
928 "¢ÐÁØ¡¢ÐÁÍÁ"
929 "¢ÐÂÔ¡"
930 "¢ÐÂØ¡"
931 "¢ÐàÂéÍá¢Âè§"
932 "¢ÐáÂÐ"
933 "¢Ñ§"
934 "¢Ñ³±Ê¡Ã"
935 "¢Ñ³±ÊÕÁÒ"
936 "¢Ñ´"
937 "¢ÑµµÔÂÁÒ¹Ð"
938 "¢Ñ¹"
939 "¢Ñ¹ªÐà¹ÒÐ"
940 "¢Ñ¹µÔ"
941 "¢Ñ¹·Õ"
942 "¢Ñ¹¸ì"
943 "¢Ñ¹ËÁÒ¡"
944 "¢Ñ¹âµ¡"
945 "¢Ñº"
946 "¢ÑÂ"
947 "¢Ñé¹"
948 "¢ÑéÇ"
949 "¢Ò"
950 "¢Ò¡"
951 "¢Ò¡êÇÂ"
952 "¢Ò§"
953 "¢Ò´"
954 "¢Ò¹"
955 "¢Òº"
956 "¢ÒÁ"
957 "¢ÒÂ"
958 "¢ÒÅ"
959 "¢ÒÇ"
960 "¢Ó"
961 "¢Ô¡"
962 "¢Ô§"
963 "¢ÔÁ"
964 "¢Ôè§"
965 "¢Õ´"
966 "¢Õ»¹ÒÇØ¸"
967 "¢Õè"
968 "¢Õé"
969 "¢ÕéàËÃè"
970 "¢Ö§"
971 "¢Öé§"
972 "¢Öé¹"
973 "¢Ö鹩èÒÂ"
974 "¢×¹"
975 "¢×è¹"
976 "¢×èÍ"
977 "¢Ø¡"
978 "¢Ø´"
979 "¢Ø¹"
980 "¢Ø¹·Í§"
981 "¢Ø¹á¼¹"
982 "¢ØÁ"
983 "¢ØÂ"
984 "¢Øè¹"
985 "¢Ù´"
986 "¢Ùè"
987 "¢âÁÂ"
988 "¢èÁ"
989 "¢èǹ"
990 "¢èÍ"
991 "¢è͹"
992 "¢èÍÂ"
993 "¢èÒ"
994 "¢èÒ§"
995 "¢èÒÂ"
996 "¢èÒÇ"
997 "¢èÒÇÊÒÃ"
998 "¢é¹"
999 "¢éÍ"
1000 "¢éͧ"
1001 "¢é͹"
1002 "¢éÍÁÙÅ"
1003 "¢éÍÂ"
1004 "¢éÒ"
1005 "¢éÒ§"
1006 "¢éÒ¾à¨éÒ"
1007 "¢éÒÁ"
1008 "¢éÒÇ"
1009 "¢éÒÇÊÒÃ"
1010 "¢éÒÇàÁèÒ"
1011 "¢éÒÇâ¾´"
1012 "¢éÒÈÖ¡"
1013 "¢éÒËÅǧ"
1014 "¤¤¹ÑÁ¾Ã"
1015 "¤¤¹Ò§¤ì"
1016 "¤¤¹Ò¹µì"
1017 "¤§"
1018 "¤§¤Ò"
1019 "¤ªÃÒª"
1020 "¤ªÊÒÃ"
1021 "¤ªÒªÒµÔ"
1022 "¤ªÒªÕ¾"
1023 "¤ªÒ¸ÒÃ"
1024 "¤ªÒÀóì"
1025 "¤³¹Ò"
1026 "¤³º´Õ"
1027 "¤³Ð"
1028 "¤³Ò¨ÒÃÂì"
1029 "¤³Ò¸Ô¡ÒÃ"
1030 "¤³Ò¸Ô»äµÂ"
1031 "¤³Ò¹Ñº"
1032 "¤³Ô¡Ò"
1033 "¤³Ôµ"
1034 "¤³ÔµÈÒʵÃì"
1035 "¤´"
1036 "¤´Õ"
1037 "¤µÔ"
1038 "¤µÔ¸ÃÃÁ"
1039 "¤µÔ¾¨¹ì"
1040 "¤·Ò"
1041 "¤¹"
1042 "¤¹¸Ãþì"
1043 "¤¹â·"
1044 "¤º"
1045 "¤Á"
1046 "¤Á¹Ò¡ÒÃ"
1047 "¤Á¹Ò¤Á"
1048 "¤Ã¡"
1049 "¤Ãº"
1050 "¤ÃêԵ"
1051 "¤ÃÃÀ"
1052 "¤ÃÃÀì"
1053 "¤ÃÃÅͧ"
1054 "¤ÃÃâŧ"
1055 "¤ÃÃäÅ"
1056 "¤ÃÇ­"
1057 "¤ÃÇÑ¡"
1058 "¤ÃÇÕ"
1059 "¤ÃËÒ"
1060 "¤ÃÍ¡"
1061 "¤Ãͧ"
1062 "¤Ãͧá¤Ã§"
1063 "¤Ãͺ"
1064 "¤Ãͺ¤ÃÑÇ"
1065 "¤ÃÐ"
1066 "¤ÃÑ´à¤Ãè§"
1067 "¤Ãѹ"
1068 "¤ÃѺ"
1069 "¤ÃÑÇ"
1070 "¤ÃÑè§"
1071 "¤ÃÑè¹"
1072 "¤ÃÑé§"
1073 "¤ÃÑé¹"
1074 "¤ÃÒ"
1075 "¤ÃÒ¡"
1076 "¤ÃÒ§"
1077 "¤ÃÒ­"
1078 "¤ÃÒ´"
1079 "¤ÃÒº"
1080 "¤ÃÒÁ"
1081 "¤ÃÒÇ"
1082 "¤ÃÒÊ"
1083 "¤ÃÓ"
1084 "¤ÃÔʵ¡ÒÅ"
1085 "¤ÃÔʵѧ"
1086 "¤ÃÔʵì"
1087 "¤ÃÔʵìÁÒÊ"
1088 "¤ÃÔÊàµÕ¹"
1089 "¤ÃÕº"
1090 "¤ÃÕÁ"
1091 "¤ÃÖ"
1092 "¤ÃÖ¡¤Ã×é¹"
1093 "¤ÃÖ¡â¤ÃÁ"
1094 "¤ÃÖ¹"
1095 "¤ÃÖÁ"
1096 "¤ÃÖè§"
1097 "¤ÃÖéÁ"
1098 "¤Ã×´"
1099 "¤Ã×¹"
1100 "¤Ã×Í"
1101 "¤Ã×é¹"
1102 "¤Ã×鹤ÃÖ¡"
1103 "¤ÃØ"
1104 "¤Ãر"
1105 "¤ÃØÁà¤Ã×Í"
1106 "¤ÃØÂ"
1107 "¤ÃØè¹"
1108 "¤ÃÙ"
1109 "¤ÃÙ´"
1110 "¤ÃÙè"
1111 "¤Ãè§"
1112 "¤ÃèÍÁ"
1113 "¤ÃèÒ"
1114 "¤ÃèÒÇ"
1115 "¤ÃèÓ"
1116 "¤ÃéÒ¹"
1117 "¤ÃéÒÁ"
1118 "¤ÄË"
1119 "¤ÄËÑʶì"
1120 "¤ÄËÒʹì"
1121 "¤ÅÍ"
1122 "¤ÅÍ¡"
1123 "¤Åͧ"
1124 "¤ÅÍ´"
1125 "¤Å͹"
1126 "¤ÅÍÃÕ¹"
1127 "¤ÅÍâÿÍÃìÁ"
1128 "¤ÅÍâÿÕÅÅì"
1129 "¤ÅÐ"
1130 "¤ÅÑ¡"
1131 "¤Åѧ"
1132 "¤Åѵªì"
1133 "¤ÅѺ"
1134 "¤ÅÑè¡"
1135 "¤ÅÑè§"
1136 "¤ÅÒ"
1137 "¤ÅÒ§á¤Å§"
1138 "¤ÅÒ´"
1139 "¤ÅÒ¹"
1140 "¤ÅÒÂ"
1141 "¤ÅÒÊ"
1142 "¤ÅÒÊÊÔ¤"
1143 "¤ÅÓ"
1144 "¤ÅÔ¹Ô¡"
1145 "¤ÅÔé¡"
1146 "¤ÅÕ"
1147 "¤ÅÕ¹Ô¤"
1148 "¤ÅÕè"
1149 "¤ÅÖ§"
1150 "¤Å×è¹"
1151 "¤Å×è¹àËÕ¹"
1152 "¤Å×è¹äÊé"
1153 "¤ÅØ¡"
1154 "¤ÅØÁ"
1155 "¤ÅØèÁ"
1156 "¤ÅØé§"
1157 "¤ÅØéÁ"
1158 "¤Åèͧ"
1159 "¤Åèͧá¤ÅèÇ"
1160 "¤ÅèÓ"
1161 "¤Åéͧ"
1162 "¤ÅéÍÂ"
1163 "¤ÅéÒÂ"
1164 "¤ÅéÓ"
1165 "¤Ç§"
1166 "¤Çº"
1167 "¤ÇÃ"
1168 "¤ÇÑ¡"
1169 "¤Çѹ"
1170 "¤ÇÑè¹"
1171 "¤ÇÒ¡"
1172 "¤ÇÒ­"
1173 "¤ÇÒ¹"
1174 "¤ÇÒÁ"
1175 "¤ÇÒÂ"
1176 "¤ÇÔ¹Ô¹"
1177 "¤ÇÕ¹"
1178 "¤ÇèÓ"
1179 "¤ÇéÒ"
1180 "¤ÇéÒ§"
1181 "¤ÇéÒ¹"
1182 "¤Ë¡ÃÃÁ"
1183 "¤Ë¡ÃÃÁÈÒʵÃì"
1184 "¤Ëº´Õ"
1185 "¤Ë»µÒ¹Õ"
1186 "¤Í"
1187 "¤Í¡"
1188 "¤Í´"
1189 "¤Í¹"
1190 "¤Í¹¡ÃÕµ"
1191 "¤Í¹¿Ô¡"
1192 "¤Í¹à´¹à«ÍÃì"
1193 "¤Í¹àÊÔÃìµ"
1194 "¤Í¹àÊÔÃì·"
1195 "¤Í¹áǹµì"
1196 "¤ÍÁ"
1197 "¤ÍÁ¾ÔÇàµÍÃì"
1198 "¤ÍÁÁÒ¹â´"
1199 "¤ÍÁÁÔǹÔʵì"
1200 "¤ÍÁᾤ"
1201 "¤ÍÁâ¾à¹¹·ì"
1202 "¤ÍÂ"
1203 "¤ÍÂÅì"
1204 "¤ÍÃÑ»ªÑè¹"
1205 "¤ÍÃì«Ô¡Ò"
1206 "¤ÍÃì´"
1207 "¤ÍÃì»ÍàêÑè¹"
1208 "¤ÍÅÑÁ¹ì"
1209 "¤ÍʵÒÃÔ¡Ò"
1210 "¤ÍफÍ´ì"
1211 "¤ÍàÅÊàµÍÃÍÅ"
1212 "¤Ð"
1213 "¤Ð¹Í§"
1214 "¤Ð¹Ö§"
1215 "¤Ð¹éÒ"
1216 "¤ÐÁÓ"
1217 "¤ÐÂÑ鹤ÐÂÍ"
1218 "¤Ðà¹"
1219 "¤ÐàÂÍ"
1220 "¤Ðá¹¹"
1221 "¤Ñ¡"
1222 "¤Ñ¤¹ÑÁ¾Ã"
1223 "¤Ñ¤¹Ò§¤ì"
1224 "¤Ñ¤¹Ò¹µì"
1225 "¤Ñ³±ÊÙµÃ"
1226 "¤Ñ´"
1227 "¤Ñ·ÅÕÂÒ"
1228 "¤Ñ¹"
1229 "¤Ñ¹©ÒÂ"
1230 "¤Ñ¹·Ã§"
1231 "¤Ñº"
1232 "¤ÑÁÀÕÃÀÒ¾"
1233 "¤ÑÁÀÕÃì"
1234 "¤Ñè¡"
1235 "¤Ñè§"
1236 "¤Ñè¹"
1237 "¤ÑèÇ"
1238 "¤Ñé¹"
1239 "¤Ò"
1240 "¤Ò§"
1241 "¤Ò§¤¡"
1242 "¤Ò´"
1243 "¤Ò¶Ò"
1244 "¤Ò·ÍÅÔ¡"
1245 "¤Ò¹"
1246 "¤Òº"
1247 "¤ÒÁ"
1248 "¤ÒÁÇÒÊÕ"
1249 "¤ÒÂ"
1250 "¤ÒÃÁ"
1251 "¤ÒÃÇÐ"
1252 "¤ÒÃÒÇÒ¹"
1253 "¤ÒÃÒàµé"
1254 "¤ÒÃÒâÍà¡Ð"
1255 "¤ÒÃì"
1256 "¤ÒÃìºÍ¹"
1257 "¤ÒÃìºÍ¹Á͹͡䫴ì"
1258 "¤ÒÃìºÍ¹ä´Í͡䫴ì"
1259 "¤ÒÃìºÍÅÔ¡"
1260 "¤ÒÃìºÍ๵"
1261 "¤ÒÃìºÙàÃàµÍÃì"
1262 "¤ÒÃìÅ"
1263 "¤ÒÃìâºäÎà´Ãµ"
1264 "¤ÒÇ"
1265 "¤ÒÇÕ"
1266 "¤Òà¸Âì"
1267 "¤Òà¿è"
1268 "¤Ó"
1269 "¤Ó¹Ç³"
1270 "¤Ó¹Ñº"
1271 "¤Ó¹Ö§"
1272 "¤Óù"
1273 "¤Óú"
1274 "¤ÓÃÒÁ"
1275 "¤Óá˧"
1276 "¤Óãµé"
1277 "¤Ô¡"
1278 "¤Ô§"
1279 "¤Ô´"
1280 "¤ÔÁËѹµì"
1281 "¤ÔÇ"
1282 "¤ÔéÇ"
1283 "¤Õµ"
1284 "¤Õ¹ÂÒ"
1285 "¤Õº"
1286 "¤ÕÁ"
1287 "¤ÕÂì"
1288 "¤ÕÂìºÍÃì´"
1289 "¤ÕÃÕ"
1290 "¤Õè"
1291 "¤Ö¡"
1292 "¤Ö¡¤Ñ¡"
1293 "¤Öè¡"
1294 "¤×¹"
1295 "¤×º"
1296 "¤×Í"
1297 "¤Ø"
1298 "¤Ø¡"
1299 "¤Ø¡¡Õé"
1300 "¤Ø³"
1301 "¤Ø³¸ÃÃÁ"
1302 "¤Ø³ÀÒ¾"
1303 "¤Ø³ÇزÔ"
1304 "¤Ø³ÈѾ·ì"
1305 "¤Ø³ÊÁºÑµÔ"
1306 "¤Ø³Ò¡Ã"
1307 "¤Ø³Ù»¡ÒÃ"
1308 "¤Ø´"
1309 "¤Ø´·ÐÃÒ´"
1310 "¤ØÁ"
1311 "¤ØÂ"
1312 "¤ØÃØ"
1313 "¤Øâ³»¡ÒÃ"
1314 "¤ØèÁ"
1315 "¤Øé§"
1316 "¤Øé¹"
1317 "¤ØéÁ"
1318 "¤ØéÂ"
1319 "¤Ù"
1320 "¤Ù³"
1321 "¤Ù¹"
1322 "¤Ù»Í§"
1323 "¤ÙËÒ"
1324 "¤Ùè"
1325 "¤Ùé"
1326 "¤à¹¨Ã"
1327 "¤çÍ¡à·Å"
1328 "¤è͹"
1329 "¤èÍÁ"
1330 "¤èÍÂ"
1331 "¤èÐ"
1332 "¤èÒ"
1333 "¤èÒ§"
1334 "¤èÒÂ"
1335 "¤èÓ"
1336 "¤é¹"
1337 "¤é͹"
1338 "¤éÍÁ"
1339 "¤éÒ"
1340 "¤éÒ§"
1341 "¤éÒ§¤ÒÇ"
1342 "¤éÒ§àµÔè§"
1343 "¤éÒ¹"
1344 "¤éÓ"
1345 "¦ÃÒÇÒÊ"
1346 "¦Òµ"
1347 "¦Òµ¡Ã"
1348 "¦Òµ¡ÃÃÁ"
1349 "¦èÒ"
1350 "¦éͧ"
1351 "§¡"
1352 "§§"
1353 "§§§ÇÂ"
1354 "§´"
1355 "§º"
1356 "§Á"
1357 "§Ç§"
1358 "§Ç´"
1359 "§Ç§§"
1360 "§Í"
1361 "§Í¡"
1362 "§Í¡á§¡"
1363 "§Í´"
1364 "§Í´á§´"
1365 "§Í¹"
1366 "§Í¹Ë§èÍ"
1367 "§Íº"
1368 "§ÍÁ"
1369 "§ÍÂ"
1370 "§Íá§"
1371 "§Ð"
1372 "§Ñ¡"
1373 "§Ñ´"
1374 "§Ñ¹"
1375 "§Ñº"
1376 "§ÑÇ"
1377 "§ÑÇà§ÕÂ"
1378 "§Ñè¡"
1379 "§Ñè§"
1380 "§ÑèÇ"
1381 "§Ò"
1382 "§Ò¹"
1383 "§Òº"
1384 "§ÒÁ"
1385 "§ÒÂ"
1386 "§Ó"
1387 "§ÔéÇ"
1388 "§Õº"
1389 "§Ö¡"
1390 "§ÖÁ"
1391 "§ÖÁ§Ó"
1392 "§Ø´"
1393 "§Ø¹§§"
1394 "§Øº"
1395 "§Øº§Ôº"
1396 "§ØÂ"
1397 "§Øè¹§èÒ¹"
1398 "§ØèÁ§èÒÁ"
1399 "§ØéÁ"
1400 "§Ù"
1401 "§ÙÊÇÑ´"
1402 "§èǧ"
1403 "§èǹ"
1404 "§èͧ"
1405 "§è͹"
1406 "§èÍÂ"
1407 "§èÒ"
1408 "§èÒ¹"
1409 "§èÒÁ"
1410 "§èÒÂ"
1411 "§èÓ"
1412 "§éǹ"
1413 "§éÍ"
1414 "§éÍÁ"
1415 "§éÒ§"
1416 "§éÒÇ"
1417 "§éÓ"
1418 "¨¡"
1419 "¨§"
1420 "¨§¡Å¹Õ"
1421 "¨§ÍÒ§"
1422 "¨´"
1423 "¨µØ"
1424 "¨µØÃ§¤ì"
1425 "¨µØÃ¾Ô¸"
1426 "¨µØÊ´ÁÀì"
1427 "¨¹"
1428 "¨º"
1429 "¨Á"
1430 "¨ÁÙ¡"
1431 "¨Ã"
1432 "¨Ã¨Ñ´"
1433 "¨Ã´"
1434 "¨ÃÃÂÒ"
1435 "¨ÃÃâŧ"
1436 "¨ÃÅÕ"
1437 "¨ÃÇ´"
1438 "¨ÃÐà¢é"
1439 "¨ÃÑÅ"
1440 "¨ÃÑÊ"
1441 "¨ÃÒ¨Ã"
1442 "¨ÃÔ§"
1443 "¨ÃÔµ"
1444 "¨ÃÔ¸ÃÃÁ"
1445 "¨ÃÔÂÈÒʵÃì"
1446 "¨ÃÔÂÈÖ¡ÉÒ"
1447 "¨ÃÔÂÒ"
1448 "¨Ãا"
1449 "¨ÃÙ­"
1450 "¨Å"
1451 "¨Å¹¾ÅÈÒʵÃì"
1452 "¨Å¹ÈÒʵÃì"
1453 "¨ÅÒ¨Å"
1454 "¨Ç¡"
1455 "¨Ç§"
1456 "¨Ç¹"
1457 "¨Çº"
1458 "¨ÇÑ¡"
1459 "¨Í"
1460 "¨Í¡"
1461 "¨Í§"
1462 "¨Í§Ëͧ"
1463 "¨Í´"
1464 "¨Í¹"
1465 "¨Íº"
1466 "¨ÍÁ"
1467 "¨ÍÃìá´¹"
1468 "¨Íá¨"
1469 "¨Ð"
1470 "¨Ð¡ÅÐ"
1471 "¨Ð¡ÅÒÁ"
1472 "¨ÐÅÐËÇÑè¹"
1473 "¨ÐÅÐàÁç´"
1474 "¨Ðà¢é"
1475 "¨Ñ¡"
1476 "¨Ñ¡¢Ø"
1477 "¨Ñ¡¨Ñè¹"
1478 "¨Ñ¡Ã"
1479 "¨Ñ¡Ã¾ÃôÔ"
1480 "¨Ñ¡ÃÀ¾"
1481 "¨Ñ¡ÃÂÒ¹"
1482 "¨Ñ¡ÃÇÃôÔ"
1483 "¨Ñ¡ÃÇÒÅ"
1484 "¨Ñ¡ÃÕ"
1485 "¨Ñ¡ÉØ"
1486 "¨Ñ¡áËÅè¹"
1487 "¨Ñ§"
1488 "¨Ñ§¡Íº"
1489 "¨Ñ§¡éÒ"
1490 "¨Ñ§§Ñ§"
1491 "¨Ñ§ËÇÐ"
1492 "¨Ñ§ËÇÑ´"
1493 "¨Ñ§Ëѹ"
1494 "¨Ñ§äÃ"
1495 "¨Ñ­äÃ"
1496 "¨Ñ³±ÒÅ"
1497 "¨Ñ³±ì"
1498 "¨Ñ´"
1499 "¨Ñ´¡ÒÃ"
1500 "¨ÑµÇÒ"
1501 "¨ÑµØÃÑÊ"
1502 "¨Ñ¹"
1503 "¨Ñ¹·¹ì"
1504 "¨Ñ¹·ºØÃÕ"
1505 "¨Ñ¹·Ã"
1506 "¨Ñ¹·Ã¤µÔ"
1507 "¨Ñ¹·Ã¤ÃÒÊ"
1508 "¨Ñ¹·ÃØ»ÃÒ¤Ò"
1509 "¨Ñ¹·Ãì"
1510 "¨Ñº"
1511 "¨Ñº¡Ñ§"
1512 "¨Ñº©èÒÂ"
1513 "¨Ñè¹"
1514 "¨ÑèÇ"
1515 "¨Ñé¡"
1516 "¨ÑꡨÕé"
1517 "¨Ñê¡à´ÕÂÁ"
1518 "¨ÑêÇÐ"
1519 "¨Ò¡"
1520 "¨Ò§"
1521 "¨Ò´"
1522 "¨ÒµØÃ§¤Êѹ¹ÔºÒµ"
1523 "¨Ò¹"
1524 "¨Òº"
1525 "¨ÒºÑÅ"
1526 "¨ÒºÑÅÂì"
1527 "¨ÒÁ"
1528 "¨ÒÁ¨ØÃÕ"
1529 "¨ÒÁÃ"
1530 "¨ÒÁÃÕ"
1531 "¨ÒÃ"
1532 "¨ÒÃкÕ"
1533 "¨ÒÃÐä¹"
1534 "¨ÒÃÔ¡"
1535 "¨ÒÃÕ"
1536 "¨ÒÃÕµ"
1537 "¨ÒÃÖ¡"
1538 "¨ÒÇ"
1539 "¨ÒÇÒ"
1540 "¨ÒàÁ¡Ò"
1541 "¨Ó"
1542 "¨Ó¡Ñ´"
1543 "¨Ó¹§"
1544 "¨Ó¹¹"
1545 "¨Ó¹ÃèÒ"
1546 "¨Ó¹Ãèì"
1547 "¨Ó¹Ç¹"
1548 "¨Ó¹Í§"
1549 "¨Ó¹Ó"
1550 "¨Ó»Ò"
1551 "¨Ó»Õ"
1552 "¨Ó¾Ç¡"
1553 "¨ÓÃÑÊ"
1554 "¨ÓÃÙ­"
1555 "¨ÓÅͧ"
1556 "¨Ó˹èÒÂ"
1557 "¨ÓÍÇ´"
1558 "¨Óà¾ÒÐ"
1559 "¨ÓàÃÔ­"
1560 "¨ÓàÃÕ§"
1561 "¨ÓàÅÂ"
1562 "¨Óṡ"
1563 "¨Ô¡"
1564 "¨Ô§â¨é"
1565 "¨Ôµ"
1566 "¨ÔµÃ"
1567 "¨ÔµÃ¡Ã"
1568 "¨ÔµÃ¡ÃÃÁ"
1569 "¨ÔµÃÅ´Ò"
1570 "¨ÔµÇÔ·ÂÒ"
1571 "¨ÔµàǪ"
1572 "¨Ôµá¾·Âì"
1573 "¨Ô¹´Ò"
1574 "¨Ô¹µ¡ÇÕ"
1575 "¨Ô¹µ¹Ò"
1576 "¨Ô¹µ¹Ò¡ÒÃ"
1577 "¨Ô¹µÀÒ¾"
1578 "¨Ôº"
1579 "¨Ô»Ò¶Ð"
1580 "¨ÔèÁ"
1581 "¨Ô駨¡"
1582 "¨Ô駨͡"
1583 "¨Ôé§ËÃÕ´"
1584 "¨Ôé§àËŹ"
1585 "¨ÔéÁ"
1586 "¨ÔëÇ"
1587 "¨Õ¹"
1588 "¨Õ¹áÊ"
1589 "¨Õº"
1590 "¨ÕÇÃ"
1591 "¨Õè"
1592 "¨Õé"
1593 "¨Õê"
1594 "¨Õê´"
1595 "¨Õë"
1596 "¨Ö§"
1597 "¨Öè§"
1598 "¨Öé§"
1599 "¨×´"
1600 "¨Ø"
1601 "¨Ø¡"
1602 "¨Ø´"
1603 "¨ØµÔ"
1604 "¨Ø¹"
1605 "¨Øº"
1606 "¨Øº¨Ôº"
1607 "¨ØÁ¾¯"
1608 "¨ØÁ¾Ôµ"
1609 "¨ØÅ¨ÍÁ"
1610 "¨ØÅªÕ¾"
1611 "¨ØÅªÕÇѹ"
1612 "¨ØÅªÕÇÔ¹"
1613 "¨ØÅ·ÃÃȹì"
1614 "¨ØÅÀÒ¤"
1615 "¨ØÅÇÃä"
1616 "¨ØÅÈÑ¡ÃÒª"
1617 "¨ØÅÊÒÃ"
1618 "¨ØÅÔ¹·ÃÕÂì"
1619 "¨ØÌÒ"
1620 "¨ØÌÒŧ¡Ã³ì"
1621 "¨Øè§"
1622 "¨Øè¹"
1623 "¨ØèÁ"
1624 "¨Øé¹"
1625 "¨Øé¹¨Ùê"
1626 "¨ØéÁ"
1627 "¨ØéÂ"
1628 "¨Øê¡¡ÃÙê"
1629 "¨Øêº"
1630 "¨Øêºá¨§"
1631 "¨Øë§¨Ôë§"
1632 "¨ØëÁ¨ÔëÁ"
1633 "¨Ù"
1634 "¨Ù§"
1635 "¨Ùº"
1636 "¨Ùè"
1637 "¨Ùé"
1638 "¨Ùê´"
1639 "¨Ùë"
1640 "¨àÃ"
1641 "¨èÍ"
1642 "¨èÍÁ"
1643 "¨èÒ"
1644 "¨èÒ§"
1645 "¨èÒÂ"
1646 "¨é¹"
1647 "¨éǧ"
1648 "¨éÍ"
1649 "¨éÍ¡"
1650 "¨éÍ¡á¨é¡"
1651 "¨éͧ"
1652 "¨é͹"
1653 "¨éÍÂ"
1654 "¨éÐ"
1655 "¨éÒ"
1656 "¨éÒ§"
1657 "¨éÒ¹"
1658 "¨éÒÅÐËÇÑè¹"
1659 "¨éÒÇ"
1660 "¨éÓ"
1661 "¨éÓ¨Õé"
1662 "¨éÓÁèÓ"
1663 "¨êÍ¡"
1664 "¨êÐ"
1665 "¨ëÍ"
1666 "¨ëͧ"
1667 "¨ëÍÂ"
1668 "¨ëÐ"
1669 "¨ëÒ"
1670 "©¡"
1671 "©¡Ãèì"
1672 "©¡ÉѵÃÔÂì"
1673 "©¡Ò¨"
1674 "©¡ÒÁÒ¾¨Ã"
1675 "©§¹"
1676 "©§ÒÂ"
1677 "©¹Ç¹"
1678 "©¹Ñ§"
1679 "©¹Ò¡"
1680 "©¹Ó"
1681 "©ºÑ§"
1682 "©ºÑº"
1683 "©Á"
1684 "©ÁÇ¡"
1685 "©Áѧ"
1686 "©ÁÒ"
1687 "©ÁÓ"
1688 "©Å"
1689 "©ÅÇÂ"
1690 "©Åͧ"
1691 "©ÅÍÁ"
1692 "©ÅÑ¡"
1693 "©ÅÒ¡"
1694 "©ÅÒ´"
1695 "©ÅÒÁ"
1696 "©ÅÒÂ"
1697 "©ÅÔÇ"
1698 "©ÅØ"
1699 "©ÅØ¡©ÅÇÂ"
1700 "©ÅÙ"
1701 "©ÇÂ"
1702 "©ÇÑ´à©ÇÕ¹"
1703 "©ÇÒ§"
1704 "©ÇÕ"
1705 "©È¡"
1706 "©Í¡"
1707 "©Í´"
1708 "©ÍàÅÒÐ"
1709 "©Ð"
1710 "©Ð©Ò¹"
1711 "©Ð¹Ñé¹"
1712 "©Ð¹Õé"
1713 "©ÐÍé͹"
1714 "©ÑµÃ"
1715 "©Ñ¹"
1716 "©Ñ¹·Åѡɳì"
1717 "©Ñ¹·Ð"
1718 "©Ñ¹·Ò"
1719 "©Ñ¹·Ò¹ØÁѵÔ"
1720 "©Ñ¹·ì"
1721 "©Ñº"
1722 "©Ò¡"
1723 "©Ò§"
1724 "©Ò´"
1725 "©Ò¹"
1726 "©Òº"
1727 "©ÒÂ"
1728 "©ÒÂÒ"
1729 "©ÒÇ"
1730 "©Ó©Ò"
1731 "©Ô¹"
1732 "©Ôº"
1733 "©ÔÁ¾ÅÕ"
1734 "©ÔÇ"
1735 "©Ôè§"
1736 "©Õ¡"
1737 "©Õ´"
1738 "©Õè"
1739 "©Ø"
1740 "©Ø¡"
1741 "©Ø¡à©Ô¹"
1742 "©Ø´"
1743 "©Ø¹"
1744 "©ØÂ"
1745 "©Ù´"
1746 "©Ùè"
1747 "©èͧ"
1748 "©èÍÂ"
1749 "©èÒ"
1750 "©èÒ§"
1751 "©èÓ"
1752 "©éÍ"
1753 "ª¡"
1754 "ª§"
1755 "ª§â¤"
1756 "ª®Ò"
1757 "ª´"
1758 "ª¹"
1759 "ª¹¡"
1760 "ª¹¹Õ"
1761 "ª¹Á¾ÃÃÉÒ"
1762 "ª¹Áì"
1763 "ª¹Ç¹"
1764 "ª¹Ð"
1765 "ª¹Ñ¡"
1766 "ª¹Ô´"
1767 "ªºÒ"
1768 "ªÁ"
1769 "ªÁ´ªÁéÍÂ"
1770 "ªÁ¾Ù"
1771 "ªÁ¾Ù¹·"
1772 "ªÁ¾Ù¹Ø·"
1773 "ªÁ¾Ùè"
1774 "ªÁÃÁ"
1775 "ªÁÒ"
1776 "ªÁéÍÂ"
1777 "ªÁéÒÂ"
1778 "ªÂ"
1779 "ªÃ"
1780 "ªÃÐ"
1781 "ªÃÑÇ"
1782 "ªÃÒ"
1783 "ªÅ"
1784 "ªÅ¸ÒÃ"
1785 "ªÅ¸Õ"
1786 "ªÅ¹Ò"
1787 "ªÅ»Ãзҹ"
1788 "ªÅÒÅÑÂ"
1789 "ªÅÒÈÑÂ"
1790 "ªÇ"
1791 "ªÇ´"
1792 "ªÇ¹"
1793 "ªÇÃ"
1794 "ªÇÅÔµ"
1795 "ªÇÒ"
1796 "ªÇÒÅ"
1797 "ªÍ¡"
1798 "ªÍ¡ªéÓ"
1799 "ªÍ§"
1800 "ªÍ¹"
1801 "ªÍº"
1802 "ªÍ»»Ôé§"
1803 "ªÍÁ"
1804 "ªÍÅì¡"
1805 "ªÍ×éÍ"
1806 "ªÍØèÁ"
1807 "ªÍèÓ"
1808 "ªÐ"
1809 "ªÐ§Ñ¡"
1810 "ªÐ§Ñ´"
1811 "ªÐ§ØéÁ"
1812 "ªÐ§è͹"
1813 "ªÐ§éÓ"
1814 "ªÐµÒ"
1815 "ªÐ¹Õ"
1816 "ªÐÁ´"
1817 "ªÐÁÑ´"
1818 "ªÐÃÍÂ"
1819 "ªÐÅÍ"
1820 "ªÐÅÍÁ"
1821 "ªÐÅÙ´"
1822 "ªÐÅèÒ"
1823 "ªÐà§éÍ"
1824 "ªÐà¹ÒÐ"
1825 "ªÐá§é"
1826 "ªÐáŧ"
1827 "ªÐâ§¡"
1828 "ªÐâ´"
1829 "ªÑ¡"
1830 "ªÑ§"
1831 "ªÑªÇÒÅ"
1832 "ªÑ¯"
1833 "ªÑ´"
1834 "ªÑ¹"
1835 "ªÑ¹¹ÐµØ"
1836 "ªÑ¹ÉÒ"
1837 "ªÑ¹ÊÙµÃ"
1838 "ªÑÂ"
1839 "ªÑ¾ġÉì"
1840 "ªÑÂÀÙÁÔ"
1841 "ªÑè§"
1842 "ªÑèÇ"
1843 "ªÑèÇâÁ§"
1844 "ªÑé¹"
1845 "ªÑéÇ"
1846 "ªÒ"
1847 "ªÒ­"
1848 "ªÒ´"
1849 "ªÒ´¡"
1850 "ªÒµÃÕ"
1851 "ªÒµÐ"
1852 "ªÒµÔ"
1853 "ªÒ¹"
1854 "ªÒ¹Ø"
1855 "ªÒÁ"
1856 "ªÒÂ"
1857 "ªÒÂÒ"
1858 "ªÒÅÒ"
1859 "ªÒÇ"
1860 "ªÒÇàÅ"
1861 "ªÓ"
1862 "ªÓ¹Ñ­"
1863 "ªÓ¹Ò­"
1864 "ªÓ¹Ô"
1865 "ªÓÃÐ"
1866 "ªÓÃØ´"
1867 "ªÓÃèÇÂ"
1868 "ªÓà¹Õ¹"
1869 "ªÓà¹ÕÂÃ"
1870 "ªÓàÃÒ"
1871 "ªÓàÅ×ͧ"
1872 "ªÓáËÅÐ"
1873 "ªÔ"
1874 "ªÔ¤Òâ¡"
1875 "ªÔ§"
1876 "ªÔ§ªéÒ"
1877 "ªÔ´"
1878 "ªÔ¹"
1879 "ªÔ»"
1880 "ªÔ¾"
1881 "ªÔÁ"
1882 "ªÔÁỹ«Õ"
1883 "ªÔÇËÒ"
1884 "ªÔè§"
1885 "ªÔé¹"
1886 "ªÕ"
1887 "ªÕ»Ð¢ÒÇ"
1888 "ªÕ¾"
1889 "ªÕ¾ÔµÑ¡ÉÑÂ"
1890 "ªÕÇ»ÃÐÇѵÔ"
1891 "ªÕÇÇÔ·ÂÒ"
1892 "ªÕÇÒµÁì"
1893 "ªÕÇÒÅÑÂ"
1894 "ªÕÇÔµ"
1895 "ªÕÇԵѡÉÑÂ"
1896 "ªÕÇÔ¹"
1897 "ªÕÇÕ"
1898 "ªÕÇà¤ÁÕ"
1899 "ªÕé"
1900 "ª×´"
1901 "ª×è¹"
1902 "ª×è¹Á×è¹"
1903 "ª×èÍ"
1904 "ª×é¹"
1905 "ª×éÍ"
1906 "ªØ¡"
1907 "ªØ´"
1908 "ªØ¹"
1909 "ªØº"
1910 "ªØÁ"
1911 "ªØÁ¹ØÁ"
1912 "ªØÁ¾Ã"
1913 "ªØÅÁع"
1914 "ªØÅÕ"
1915 "ªØèÁ"
1916 "ªØèÂ"
1917 "ªØé§"
1918 "ªÙ"
1919 "ªÙé"
1920 "ªâÂ"
1921 "ªâÅ·Ã"
1922 "ªâÅÁ"
1923 "ªäÁ"
1924 "ªçÍ¡â¡àŵ"
1925 "ªçÍ¡â¡áŵ"
1926 "ªèǧ"
1927 "ªèÇÂ"
1928 "ªèÍ"
1929 "ªèͧ"
1930 "ªè͹"
1931 "ªèÒ§"
1932 "ªèÓ"
1933 "ªèӪͧ"
1934 "ªéͧ"
1935 "ªé͹"
1936 "ªéÍÂ"
1937 "ªéÒ"
1938 "ªéÒ§"
1939 "ªéÓ"
1940 "«¡"
1941 "«´"
1942 "«¹"
1943 "Ǽ"
1944 "«Á"
1945 "«Ç´à«"
1946 "«Ç¹"
1947 "«ÇÂ"
1948 "«Í"
1949 "«Í¡"
1950 "«Í§"
1951 "«Í¹"
1952 "«Í¿µìáÇÃì"
1953 "«Í¿·ì"
1954 "«Í¿·ìáÇÃì"
1955 "«ÍÁ«èÍ"
1956 "«ÍÂ"
1957 "«ÍÊ"
1958 "«Ñ¡"
1959 "«Ñ§"
1960 "«Ñ´"
1961 "«Ñ¹"
1962 "«Ñ¹µÒ¤ÅÍÊ"
1963 "«Ñº"
1964 "«Ñ¾¾ÍÃìµ"
1965 "«ÑÅ¿Ò"
1966 "«Ò"
1967 "«Ò¡"
1968 "«Ò¡ØÃÐ"
1969 "«Ò§"
1970 "«Ò¹"
1971 "«Òº«Öé§"
1972 "«Òº«èÒ¹"
1973 "«ÒÁÙäÃ"
1974 "«ÒÅÒà»Ò"
1975 "«ÒÇ"
1976 "«ÒÇ´ì"
1977 "«Ô"
1978 "«Ô¡"
1979 "«Ô¡ÒÃì"
1980 "«Ô¡á«ç¡"
1981 "«Ô¹áÊ"
1982 "«Ôº"
1983 "«Ô»"
1984 "«Ô¿ÔÅÔÊ"
1985 "«ÔÅԤ͹"
1986 "«ÔÇ"
1987 "«Ôè¹"
1988 "«Õ"
1989 "«Õ¡"
1990 "«Õ´"
1991 "«Õ´Õ"
1992 "«Õ¹Í¹"
1993 "«ÕÃÍ¡«ì"
1994 "«Õà¡ÁÊì"
1995 "«ÕàÁ¹µì"
1996 "«ÕàÃÕÂ"
1997 "«Õè"
1998 "«Õé"
1999 "«Ö§"
2000 "«ÖÁ"
2001 "«Öè§"
2002 "«Öé§"
2003 "«×èÍ"
2004 "«×éÍ"
2005 "«Ø¡"
2006 "«Ø§"
2007 "«Ø¹"
2008 "«Øº"
2009 "«Ø»"
2010 "«ØÂ"
2011 "«ØèÁ"
2012 "«ØèÁ«èÒÁ"
2013 "«ØéÁ"
2014 "«ÙªÔ"
2015 "«Ù´«Ò´"
2016 "«Ù´Ò¹"
2017 "«Ùº"
2018 "«Ùà»ÍÃìÁÒà¡çµ"
2019 "«Ùâ¤ÃÊ"
2020 "«Ùè"
2021 "«è¡"
2022 "«èͧ"
2023 "«è͹"
2024 "«èÍÁ"
2025 "«èÒ"
2026 "«èÒ¹"
2027 "«èÒËÃÔèÁ"
2028 "«é¹"
2029 "«éͧ"
2030 "«é͹"
2031 "«éÍÁ"
2032 "«éÒÂ"
2033 "«éÓ"
2034 "¬Ò¹"
2035 "¬Ò»¹¡Ô¨"
2036 "¬Ò»¹Ê¶Ò¹"
2037 "­Ç¹"
2038 "­ÑµµÔ"
2039 "­Ò³"
2040 "­ÒµÔ"
2041 "­Õè»Øè¹"
2042 "°Ò¹"
2043 "°Ò¹Ð"
2044 "°Ò¹Ñ¹´Ã"
2045 "°Ò»¹Ò"
2046 "´¡"
2047 "´§"
2048 "´¹µÃÕ"
2049 "´¹â´è"
2050 "´Á"
2051 "´Ãê¹Õ"
2052 "´ÃÒ¿µì"
2053 "´Ãس"
2054 "´ÃسÕ"
2055 "´Å"
2056 "´Ç§"
2057 "´Ç´"
2058 "´ÇÅ"
2059 "´Í¡"
2060 "´Í¡àºÕéÂ"
2061 "´Í¡äÁé"
2062 "´Í§"
2063 "´Í´"
2064 "´Í¹"
2065 "´ÍÁ"
2066 "´ÍÂ"
2067 "´ÍÅÅÒÃì"
2068 "´ÍÊ"
2069 "´Ð"
2070 "´Ñ¡"
2071 "´Ñ¡´Ò¹"
2072 "´Ñ¡á´é"
2073 "´Ñ§"
2074 "´Ñª¹Õ"
2075 "´Ñ´"
2076 "´Ñµ«ì"
2077 "´Ñ¹"
2078 "´Ñº"
2079 "´ÑºàºÔéÅ"
2080 "´ÑÁ¾ì"
2081 "´ÑÊ¡Ã"
2082 "´Ñè§"
2083 "´Ñé§"
2084 "´Ñé¹"
2085 "´Ò"
2086 "´Ò¡"
2087 "´Ò´"
2088 "´ÒµéÒ"
2089 "´Ò¹"
2090 "´Òº"
2091 "´ÒºÊ"
2092 "´ÒÁ"
2093 "´ÒÁ¾ì"
2094 "´ÒÂ"
2095 "´ÒóÕ"
2096 "´ÒôÒÉ"
2097 "´ÒÃÒ"
2098 "´ÒÃì"
2099 "´ÒÅ"
2100 "´ÒÅÑ´"
2101 "´ÒÇ"
2102 "´ÒÇ´Ö§Êì"
2103 "´ÒǹìâËÅ´"
2104 "´ÒÇ⨹Êì"
2105 "´ÒÉ"
2106 "´ÒÉ´Ò"
2107 "´Ó"
2108 "´Óç"
2109 "´ÓÃÑÊ"
2110 "´ÓÃÔ"
2111 "´ÓÄɳÒ"
2112 "´Óà¡Ô§"
2113 "´Óà¹Ô¹"
2114 "´Óᤧ"
2115 "´Ô"
2116 "´Ô¡"
2117 "´Ô¨ÔµÍÅ"
2118 "´Ô©Ñ¹"
2119 "´Ô¶Õ"
2120 "´Ô¹"
2121 "´Ôº"
2122 "´ÔÃѨ©Ò¹"
2123 "´ÔÅ¡"
2124 "´ÔÇÔªÑè¹"
2125 "´ÔʹÕÂì"
2126 "´ÔÊࡵ"
2127 "´Ôè§"
2128 "´ÔèÇ"
2129 "´Ôé¹"
2130 "´ÔéÇ"
2131 "´Õ"
2132 "´Õ¡ÃÕ"
2133 "´Õ´"
2134 "´Õ´Õ·Õ"
2135 "´ÕºØ¡"
2136 "´ÕÇÕ´Õ"
2137 "´Õà«Å"
2138 "´Õà»ÃʪÑè¹"
2139 "´Õ䫹ì"
2140 "´Õä«à¹ÍÃì"
2141 "´Ö¡"
2142 "´Ö¡´ÓºÃþì"
2143 "´Ö§"
2144 "´Ö§ÊÐ"
2145 "´Öè§"
2146 "´ÖèÁ"
2147 "´×Í"
2148 "´×è¹"
2149 "´×èÁ"
2150 "´×éÍ"
2151 "´Ø"
2152 "´Ø¡"
2153 "´Ø¨"
2154 "´Ø´"
2155 "´Ø¹"
2156 "´Øº"
2157 "´ØÁ"
2158 "´ØÃ§¤ì"
2159 "´ØÃÔÂÒ§¤ÈÒʵÃì"
2160 "´ØÃÔÂÒ§¤ÈÔÅ»ì"
2161 "´ØÃÔÂÒ§¤ì"
2162 "´ØÅ"
2163 "´ØÅ¾Ô¹Ô¨"
2164 "´ØÅÀÒ¤"
2165 "´ØÅ¾ԹԨ"
2166 "´ØÅÂÀÒ¾"
2167 "´ØÉ®Õ"
2168 "´ØÉ³Õ"
2169 "´ØÉÔµ"
2170 "´ØÊÔµ"
2171 "´ØàËÇèÒ"
2172 "´ØèÁ"
2173 "´ØèÂ"
2174 "´Øé§"
2175 "´Øé§´Ôé§"
2176 "´Øé¹"
2177 "´Ù"
2178 "´Ù¡Ã"
2179 "´Ù´"
2180 "´ÙÃÒ"
2181 "´èǹ"
2182 "´è͹"
2183 "´èÍÁ"
2184 "´èÒ"
2185 "´èÒ§"
2186 "´èÒ¹"
2187 "´èÒÇ"
2188 "´èÓ"
2189 "´é§"
2190 "´é¹"
2191 "´éǧ"
2192 "´éǹ"
2193 "´éÇÂ"
2194 "´éÍÁ"
2195 "´éÍÂ"
2196 "´éÒ¹"
2197 "´éÒÁ"
2198 "´éÒÂ"
2199 "´éÒÇ"
2200 "´éÓ"
2201 "µ¡"
2202 "µ¡Å§"
2203 "µ§"
2204 "µ§©Ô¹"
2205 "µ§Ô´"
2206 "µ´"
2207 "µ¶Ò¤µ"
2208 "µ¹"
2209 "µº"
2210 "µºÐ"
2211 "µÁ"
2212 "µÃ§"
2213 "µÃÁ"
2214 "µÃÁµÃÍÁ"
2215 "µÃáÇÔ·ÂÒ"
2216 "µÃáÈÒʵÃì"
2217 "µÃáÐ"
2218 "µÃǨ"
2219 "µÃǹ"
2220 "µÃÍ¡"
2221 "µÃͧ"
2222 "µÃÍÁµÃÁ"
2223 "µÃÍÁã¨"
2224 "µÃÐ"
2225 "µÃСÙÅ"
2226 "µÃÐ˧èÒ¹"
2227 "µÃÐ˹¡"
2228 "µÃÐ˹ѡ"
2229 "µÃÐ˹Õè"
2230 "µÃÐàǹ"
2231 "µÃѧ"
2232 "µÃѺ"
2233 "µÃÑÂ"
2234 "µÃÑÊ"
2235 "µÃÒ"
2236 "µÃÒ¡µÃÓ"
2237 "µÃÒº"
2238 "µÃÒÊѧ"
2239 "µÃÓ"
2240 "µÃÔ"
2241 "µÃÕ"
2242 "µÃÕÂÑÁ»ÇÒÂ"
2243 "µÃÕ⡳"
2244 "µÃÖ¡"
2245 "µÃÖ§"
2246 "µÃØ"
2247 "µÃØÉ"
2248 "µÃÙ"
2249 "µÃÙè"
2250 "µÄ³"
2251 "揭"
2252 "揧"
2253 "µÅÍ´"
2254 "µÅѺ"
2255 "µÅÒ´"
2256 "µÅÔè§"
2257 "µÇ§"
2258 "µÇÑ´"
2259 "µÇÒ´"
2260 "µÍ"
2261 "µÍ¡"
2262 "µÍ§"
2263 "µÍ´"
2264 "µÍ¹"
2265 "µÍº"
2266 "µÍÁ"
2267 "µÍÃì"
2268 "µÍÃì»Ôâ´"
2269 "µÍáÂ"
2270 "µÍáËÅ"
2271 "µÐ"
2272 "µÐ¡Ãѹ"
2273 "µÐ¡ÃØ´"
2274 "µÐ¡ÃØÁ"
2275 "µÐ¡ÃéÍ"
2276 "µÐ¡ÃéÒ"
2277 "µÐ¡ÅÐ"
2278 "µÐ¡ÅÒÁ"
2279 "µÐ¡Í¹"
2280 "µÐ¡Ñ§"
2281 "µÐ¡ÑèÇ"
2282 "µÐ¡Ø¡µÐ¡Ñ¡"
2283 "µÐ¢Í"
2284 "µÐ¢Òº"
2285 "µÐ¢Ô´µÐ¢Ç§"
2286 "µÐ¤ÃÔÇ"
2287 "µÐ¤Ãغ"
2288 "µÐ¤Í¡"
2289 "µÐ¹ÍÂ"
2290 "µÐºÍ§"
2291 "µÐºÍÂ"
2292 "µÐºÑ¹"
2293 "µÐ»ØèÁµÐ»èÓ"
2294 "µÐ¾Òº"
2295 "µÐ¾Ö´"
2296 "µÐ¾Ö´µÐ¾×Í"
2297 "µÐ¾Øè¹"
2298 "µÐÅÕµÐÅÒ¹"
2299 "µÐÅÖ§"
2300 "µÐÅØ§"
2301 "µÐÅØÁºÍ¹"
2302 "µÐÅØÁ¾Ø¡"
2303 "µÐÅèÍÁ"
2304 "µÐÇѹ"
2305 "µÐËÅÔÇ"
2306 "µÐà¡Õ¡µÐ¡ÒÂ"
2307 "µÐà¡Õ§"
2308 "µÐà¡Õº"
2309 "µÐà¢çº"
2310 "µÐà¤Õ¹"
2311 "µÐà¦è"
2312 "µÐàºç§"
2313 "µÐà¾Ô´"
2314 "µÐà¾Ôè¹"
2315 "µÐà¾Õ¹"
2316 "µÐàÀÒ"
2317 "µÐàŧ"
2318 "µÐá¡Ã§"
2319 "µÐᤧ"
2320 "µÐầ"
2321 "µÐâ¡"
2322 "µÐâ¡¡"
2323 "µÐ⡹"
2324 "µÐâ¡é"
2325 "µÐ⢧"
2326 "µÐâºÁ"
2327 "µÐ⾡"
2328 "µÐâ˧¡"
2329 "µÐä¡Ã"
2330 "µÐä¤Ãè"
2331 "µÐä¤Ãé"
2332 "µÐäº"
2333 "µÐäÅ"
2334 "業"
2335 "µÑ¡ÉÑÂ"
2336 "µÑ§"
2337 "µÑ§©èÒÂ"
2338 "µÑ§à¡"
2339 "µÑ§àÁ"
2340 "µÑ§âÍë"
2341 "µÑ³ËÒ"
2342 "µÑ´"
2343 "µÑ´ÊÔ¹"
2344 "µÑ¹"
2345 "µÑ¹Ë§"
2346 "楧"
2347 "楀"
2348 "µÑè§"
2349 "µÑé§"
2350 "µÑé§áµè"
2351 "µÑéÇâ¼"
2352 "µÑê¡áµ¹"
2353 "µÑëÇ"
2354 "µÒ"
2355 "µÒ¡"
2356 "µÒ´"
2357 "µÒ¹"
2358 "µÒ¹Õ"
2359 "µÒº"
2360 "µÒÁ"
2361 "µÒÂ"
2362 "µÒÅ"
2363 "µÒŻѵÃ"
2364 "µÓ"
2365 "µÓ¹Ò¹"
2366 "µÓºÅ"
2367 "µÓÃǨ"
2368 "µÓÃѺ"
2369 "µÓÃÒ"
2370 "µÓÅÖ§"
2371 "µÓ˹ѡ"
2372 "µÓ˹Ô"
2373 "µÓáÂ"
2374 "µÓá˹è§"
2375 "µÔ"
2376 "µÔ¡ÒËÃѧ"
2377 "µÔ§"
2378 "µÔ³"
2379 "µÔ´"
2380 "µÔÃѨ©Ò¹"
2381 "µÔÅ¡"
2382 "µÔè§"
2383 "µÔéÇ"
2384 "µÔê¡"
2385 "µÔë§"
2386 "µÕ"
2387 "µÕ¹"
2388 "µÕº"
2389 "µÕè"
2390 "µÕë"
2391 "µÖ"
2392 "µÖ¡"
2393 "µÖ§"
2394 "µÖ´µ×ëÍ"
2395 "µÖé¡"
2396 "µÖ页Ñé¡"
2397 "µÖê´µ×ëÍ"
2398 "µ×´"
2399 "µ×ÍÎǹ"
2400 "µ×è¹"
2401 "µ×é¹"
2402 "µ×éÍ"
2403 "µ×êÍ"
2404 "µ×ëÍ"
2405 "µØ"
2406 "µØ¡µÔ¡"
2407 "µØ§"
2408 "µØ¹"
2409 "µØ¹Ò˧ѹ"
2410 "µØº"
2411 "µØÃ¡Õ"
2412 "µØÅÒ"
2413 "µØÅÒ¡ÒÃ"
2414 "µØÅÒ¤Á"
2415 "µØËÃÑ´µØàËÃè"
2416 "µØè¹"
2417 "µØèÁ"
2418 "µØèÂ"
2419 "µØé§¡èÒ"
2420 "µØé§µÔé§"
2421 "µØéº"
2422 "µØéÁ"
2423 "µØéÂ"
2424 "µØê"
2425 "µØê¡"
2426 "µØê¡µÒ"
2427 "µØê¡á¡"
2428 "µØê´"
2429 "µØêµêÐ"
2430 "µØêº»èͧ"
2431 "µØêÂ"
2432 "µØë¹"
2433 "µØëÁ"
2434 "µØëµØèÂ"
2435 "µÙ"
2436 "µÙ¡"
2437 "µÙ´"
2438 "µÙº"
2439 "µÙÁ"
2440 "µÙè"
2441 "µÙé"
2442 "µèǹ"
2443 "µèÍ"
2444 "µèͧáµè§"
2445 "µèÍÁ"
2446 "µèÍÂ"
2447 "µèÒ§"
2448 "µèÓ"
2449 "µé¹"
2450 "µéÁ"
2451 "µéÇÁàµÕéÂÁ"
2452 "µéÍ"
2453 "µéͧ"
2454 "µéͧàµ"
2455 "µé͹"
2456 "µéÍÂ"
2457 "µé͵Ôè§"
2458 "µé͵ÕÇÔ´"
2459 "µéÒ¹"
2460 "µêÍ¡"
2461 "µêÍ¡µëÍÂ"
2462 "µë§"
2463 "µëÍÁ"
2464 "¶¡"
2465 "¶´"
2466 "¶¹¹"
2467 "¶¹ÍÁ"
2468 "¶¹Ñ´"
2469 "¶¹Ñ´¶¹Õè"
2470 "¶¹ÔÁ"
2471 "¶Á"
2472 "¶ÁÖ§·Ö§"
2473 "¶Å¡"
2474 "¶Å¹"
2475 "¶ÅÍ¡"
2476 "¶Åѹ"
2477 "¶ÅÒ"
2478 "¶ÅÒ¡"
2479 "¶ÅÓ"
2480 "¶ÅÕ¶ÅÓ"
2481 "¶ÅÖ§µÒ"
2482 "¶Åا"
2483 "¶Åع"
2484 "¶ÅèÁ"
2485 "¶ÇÑÅÂì"
2486 "¶ÇÒÂ"
2487 "¶ÇÔÅ"
2488 "¶Í¡"
2489 "¶Í§"
2490 "¶Í´"
2491 "¶Í¹"
2492 "¶ÍÂ"
2493 "¶Ð"
2494 "¶Ñ¡"
2495 "¶Ñ§"
2496 "¶Ñ´"
2497 "¶Ñ¹"
2498 "¶ÑÇ"
2499 "¶ÑèÇ"
2500 "¶Ò"
2501 "¶Ò¡"
2502 "¶Ò§"
2503 "¶Ò´"
2504 "¶Ò¹"
2505 "¶ÒÁ"
2506 "¶ÒÇÃ"
2507 "¶Ôè¹"
2508 "¶Õº"
2509 "¶Õè"
2510 "¶Ö¡"
2511 "¶Ö§"
2512 "¶×Í"
2513 "¶Ø§"
2514 "¶Ø¹"
2515 "¶ØÂ"
2516 "¶Ù"
2517 "¶Ù¡"
2518 "¶èÁ"
2519 "¶èǧ"
2520 "¶èÍ"
2521 "¶èͧ"
2522 "¶èÍÁ"
2523 "¶èÍÂ"
2524 "¶èÒ§"
2525 "¶èÒ¹"
2526 "¶èÒÂ"
2527 "¶éǹ"
2528 "¶éÇÂ"
2529 "¶éÍÂ"
2530 "¶éÒ"
2531 "¶éÓ"
2532 "·¡"
2533 "·¡ÅéÒ"
2534 "·´"
2535 "·¹"
2536 "·¹µì"
2537 "·¹ÒÂ"
2538 "·¹â·è"
2539 "·º"
2540 "·º·Ç¹"
2541 "·ºÇ§"
2542 "·ÁÔÌ"
2543 "·ÂÍÂ"
2544 "·Ã¡ÃÃÁ"
2545 "·Ã§"
2546 "·Ãª¹"
2547 "·ÃªÒµÔ"
2548 "·Ã¾ÔÉ"
2549 "·Ã¾Õ"
2550 "·ÃÁÒ¹"
2551 "·ÃÂÈ"
2552 "·ÃÂØ¤"
2553 "·Ãû"
2554 "·ÃÃȹÐ"
2555 "·ÃÃÒª"
2556 "·ÃÅѡɳì"
2557 "·Ãǧ"
2558 "·ÃÇ´·Ã§"
2559 "·ÃË´"
2560 "·ÃѾÂÒ¡Ã"
2561 "·ÃѾÂì"
2562 "·ÃѾÂìÊÔ¹"
2563 "·ÃÑÁà»çµ"
2564 "·ÃÒ¹«ÔÊàµÍÃì"
2565 "·ÃÒº"
2566 "·ÃÒÁ"
2567 "·ÃÒÂ"
2568 "·ÃØ´"
2569 "·ÄÉ®Õ"
2570 "·ÅÒÂ"
2571 "Ⴄ"
2572 "·Ç´"
2573 "·Ç¹"
2574 "·ÇÂ"
2575 "·ÇÒ·È"
2576 "·ÇÒÂ"
2577 "·ÇÒÃ"
2578 "·ÇÔ"
2579 "·ÇÕ"
2580 "·ÇÕ¸ÒÀÔàÉ¡"
2581 "·ÇÕ»"
2582 "·ÇèÒ"
2583 "·È"
2584 "·È¹ÔÂÁ"
2585 "·ËÒÃ"
2586 "·Í"
2587 "·Í¡"
2588 "·Í§"
2589 "·Í§¡ÇÒÇ"
2590 "·Í§ËÅÒ§"
2591 "·Í´"
2592 "·Í¹"
2593 "·Í¹«ÔÅ"
2594 "·Í¿¿Õè"
2595 "·ÍÂ"
2596 "·ÍÅì¤"
2597 "·Ð¹§"
2598 "·Ð¹Ò¹"
2599 "·Ð¹Ø"
2600 "·ÐÁÑ´·ÐáÁ§"
2601 "·ÐÁÖ¹"
2602 "·ÐÁ×è¹"
2603 "·ÐÂÒ¹"
2604 "·ÐÅǧ"
2605 "·ÐÅÑ¡"
2606 "·ÐÅÒÂ"
2607 "·ÐÅÖè§"
2608 "·ÐÅØ"
2609 "·ÐÇÒÂ"
2610 "·ÐàºÕ¹"
2611 "·ÐàÂÍ·ÐÂÒ¹"
2612 "·ÐàÅ"
2613 "·ÐàÅÒÐ"
2614 "·ÐàÅèÍ·ÐÅèÒ"
2615 "·ÐàÅé¹"
2616 "·ÐáÁè§"
2617 "·Ñ¡"
2618 "·Ñ¡¢Ô­"
2619 "·Ñ¡¢Ô³Ò"
2620 "·Ñ¡¢Ô³ÒÇѯ"
2621 "·Ñ¡¢ì"
2622 "·Ñ¡ÉÐ"
2623 "·Ñ¡ÉÔ³"
2624 "·Ñ¡ÉÔ³Ò"
2625 "·Ñ¡ÉÔ³ÒÇÃõ"
2626 "·Ñ¡ÉÔâ³·¡"
2627 "·Ñ§Ê൹"
2628 "·Ñ³±¡ÃÃÁ"
2629 "·Ñ³±¦Òµ"
2630 "·Ñ³±Ê¶Ò¹"
2631 "·Ñ³±ì"
2632 "·Ñ´"
2633 "·Ñ¹"
2634 "·Ñ¹µá¾·Âì"
2635 "·Ñ¹µì"
2636 "·Ñ¹·Õ"
2637 "ᄼ"
2638 "·ÑºÊÁÔ§¤ÅÒ"
2639 "·Ñ¾"
2640 "·Ñ¾¾Õ"
2641 "·Ñȹ¤µÔ"
2642 "·ÑȹÇÔÊÑÂ"
2643 "·ÑȹÈÖ¡ÉÒ"
2644 "·ÑȹÐ"
2645 "·ÑȹÒ"
2646 "·ÑȹҨÃ"
2647 "·ÑȹÕÂÀÒ¾"
2648 "·ÑȹÕÂì"
2649 "·Ñȹٻ¡Ã³ì"
2650 "·Ñȹì"
2651 "·ÑÈä¹Â"
2652 "·Ñè§"
2653 "·ÑèÇ"
2654 "·Ñé§"
2655 "·Ò"
2656 "·Ò¡"
2657 "·Ò§"
2658 "·Ò¹"
2659 "·Òº"
2660 "·ÒÁ"
2661 "·ÒÂ"
2662 "·ÒÂÒ´"
2663 "·ÒÂÒ·"
2664 "·Òá"
2665 "·ÒÃÔ¡Ò"
2666 "·ÒÃØ³"
2667 "·ÒÃì«Ò¹"
2668 "·ÒÊ"
2669 "·Ó"
2670 "·Ó¹º"
2671 "·Ó¹Í§"
2672 "·Ó¹ÒÂ"
2673 "·Ó¹Ø"
2674 "·ÓÅÒÂ"
2675 "·Óà¹Ò"
2676 "·Óà¹Õº"
2677 "·ÓàÅ"
2678 "·ÓäÁ"
2679 "·Ô¤ÑÁ¾Ã"
2680 "·Ô¦ÑÁ¾Ã"
2681 "·Ô§à¨ÍÃì"
2682 "·Ô°Ô"
2683 "·Ô´"
2684 "·Ô¾Â¨Ñ¡ÉØ"
2685 "·Ô¾Â­Ò³"
2686 "·Ô¾ÂÃÊ"
2687 "·Ô¾Â๵Ã"
2688 "·Ô¾Âì"
2689 "·Ô¾Ò¡Ã"
2690 "·ÔÁ"
2691 "·ÔÇ"
2692 "·Ôǧ¤µ"
2693 "·ÔÇ·Ñȹì"
2694 "·ÔÇÒ"
2695 "·ÔÈ"
2696 "·ÔÈÒ"
2697 "·ÔÈҹطÔÈ"
2698 "·Ôີ"
2699 "·ÔèÁ"
2700 "·Ôé§"
2701 "·Õ"
2702 "·Õ¦ªÒµÔ"
2703 "·ÕÁ"
2704 "·Õà͹·Õ"
2705 "·Õè"
2706 "·Õè´Ô¹"
2707 "·Ö¡"
2708 "·Ö¹·Ö¡"
2709 "·Öº"
2710 "·ÖÁ"
2711 "·Öè§"
2712 "·ÖèÁ"
2713 "·Öé§"
2714 "·×èÍ"
2715 "·Ø"
2716 "·Ø¡"
2717 "·Ø¡¢ÅÒÀ"
2718 "·Ø¡¢ÒÃÁ³ì"
2719 "·Ø¡¢àÇ·¹Ò"
2720 "·Ø¡¢ì"
2721 "·Ø¡Ã¡ÔÃÔÂÒ"
2722 "·Ø¤µÔ"
2723 "·Ø¨ÃÔµ"
2724 "·Ø´"
2725 "·Ø¹"
2726 "᯼"
2727 "·Ø¾¾Å"
2728 "·Ø¾ÀÔ¡¢ÀÑÂ"
2729 "·ØÂ"
2730 "·ØÃ¡Ñ¹´ÒÃ"
2731 "·ØÃª¹"
2732 "·ØÃªÒµÔ"
2733 "·ØÃ¹·ØÃÒÂ"
2734 "·ØÃ¾Å"
2735 "·ØÅÑ¡·ØàÅ"
2736 "·ØÈÕÅ"
2737 "·ØàÃÈ"
2738 "·ØàÃÕ¹"
2739 "·ØàÅÒ"
2740 "·Øè§"
2741 "·Øè¹"
2742 "·ØèÁ"
2743 "·Øé§"
2744 "·ØéÁ"
2745 "·ØéÂ"
2746 "·Ù"
2747 "·Ùµ"
2748 "·ÙµÒ¹Ø·Ùµ"
2749 "·Ù¹"
2750 "·Ùº"
2751 "·ÙÁ"
2752 "·ÙÅ"
2753 "·Ùè"
2754 "·Ùé"
2755 "·á¡ÅéÇ"
2756 "·á§"
2757 "·âÁ¹"
2758 "·èǧ·Ó¹Í§"
2759 "·èǧ·Õ"
2760 "·èǧ·èÒ"
2761 "·èÇÁ"
2762 "·èÍ"
2763 "·èͧ"
2764 "·è͹"
2765 "·èÍÁ"
2766 "·èÒ"
2767 "·èÒ¹"
2768 "·èÒÁ¡ÅÒ§"
2769 "·é¹"
2770 "·éǧ"
2771 "·éǹ"
2772 "·éÇÁ"
2773 "·éÍ"
2774 "·éͧ"
2775 "·éÒ"
2776 "·éÒÂ"
2777 "·éÒÇ"
2778 "¸§"
2779 "¸¹"
2780 "¸¹ºÑµÃ"
2781 "¸¹ºØÃÕ"
2782 "¸¹ÊÁºÑµÔ"
2783 "¸¹ÊÒÃ"
2784 "¸¹Ò¤ÒÃ"
2785 "¸¹Ò³ÑµÔ"
2786 "¸¹ÒÃÑ¡Éì"
2787 "¸¹Ù"
2788 "¸Á"
2789 "¸Ã"
2790 "¸Ã³Õ"
2791 "¸ÃÃÁ"
2792 "¸ÃÃÁ¡ÒÂ"
2793 "¸ÃÃÁªÒµÔ"
2794 "¸ÃÃÁ´Ò"
2795 "¸ÃÃÁÈÒʵÃì"
2796 "¸ÃÃÁÐ"
2797 "¸ÃÃÁиÑÁâÁ"
2798 "¸ÃÃÁÒ·ÔµÂì"
2799 "¸ÃÃÁÒ¸ÃÃÁ"
2800 "¸ÃÃÁÒ¸Ô»äµÂ"
2801 "¸ÃÃÁÒ¸Ôɰҹ"
2802 "¸ÃÃÁÒ¹ØÊÒ¹"
2803 "¸ÃÃÁÒÀÔÁØ¢"
2804 "¸ÃÃÁÒÀÔÊÁÑÂ"
2805 "¸ÃÃÁÒµ¹Ð"
2806 "¸ÃÃÁÒÃÁ³ì"
2807 "¸ÃÃÁÒʹì"
2808 "¸ÃÃÁÔ¡"
2809 "¸ÃÒ¸Ã"
2810 "¸ÃÒ¸ÒÃ"
2811 "¸ÃÒ¸Ôº´Õ"
2812 "¸ÃÒ¸Ô»"
2813 "¸Ñ­"
2814 "¸Ñ­­ÒËÒÃ"
2815 "¸Ñ­¾×ª"
2816 "¸Ñ¹ÇÒ¤Á"
2817 "¸ÑÁÁÐ"
2818 "¸ÒµØ"
2819 "¸Ò¹Õ"
2820 "¸ÒÃ"
2821 "¸ÒÃÒ"
2822 "¸ÓÁç¤ì"
2823 "¸Óç"
2824 "¸Ô´Ò"
2825 "¸Ôີ"
2826 "¸Ø´§¤ì"
2827 "¸ØÃ¡ÃÃÁ"
2828 "¸ØÃ¡ÒÃ"
2829 "¸ØÃ¡Ô¨"
2830 "¸ØÃÐ"
2831 "¸ØÅÕ"
2832 "¸ØÇ´ÒÃÒ"
2833 "¸ØÇÀÒ¤"
2834 "¸ØÇÁ³±Å"
2835 "¸Ù»"
2836 "¹¡"
2837 "¹¤Ã"
2838 "¹¤ÃÃÒªÊÕÁÒ"
2839 "¹¤ÃÔ¹·Ãì"
2840 "¹¤àÃÈ"
2841 "¹§¤ÃÒ­"
2842 "¹§¹Øª"
2843 "¹§¾Ð§Ò"
2844 "¹§¾ÒÅ"
2845 "¹§ÃÒÁ"
2846 "¹§Åѡɳì"
2847 "¹§àÂÒÇì"
2848 "¹·Õ"
2849 "¹¹·ºØÃÕ"
2850 "¹¹·ÃÕ"
2851 "¹¹·ÅÕ"
2852 "¹º"
2853 "¹¾"
2854 "¹¾»®Å"
2855 "¹¾È¡"
2856 "¹¾ÈÙÅ"
2857 "¹ÀÒ"
2858 "¹ÀÒÅÑÂ"
2859 "¹Á"
2860 "¹ÁÑÊ¡ÒÃ"
2861 "¹Ã¡"
2862 "¹ÃÊÔ§Ëì"
2863 "¹ÃÕàǪ"
2864 "¹ÃÕá¾·Âì"
2865 "¹Ä¤ËÔµ"
2866 "¹Ä¹Ò·"
2867 "¹ÄÁÅ"
2868 "¹ÄÁÔµ"
2869 "¹ÅÒ¯"
2870 "¹ÅÔ¹Õ"
2871 "¹Ç´"
2872 "¹Ç¹ÔÂÒÂ"
2873 "¹ÇÁ"
2874 "¹ÇÂ"
2875 "¹ÇÅ"
2876 "¹ÇÅÅÍÍ"
2877 "¹ÇÅÅÐÍͧ"
2878 "¹Í"
2879 "¹Í¡"
2880 "¹Í§"
2881 "¹Íµ"
2882 "¹Í¹"
2883 "¹Íº"
2884 "¹ÍÂ"
2885 "¹ÍÃìàÇÂì"
2886 "¹Ð"
2887 "¹Ñ¡"
2888 "¹Ñ¡¢Ñµ"
2889 "¹Ñ¡ÈÖ¡ÉÒ"
2890 "¹Ñ¡ÉѵÃ"
2891 "¹Ñ¡àÃÕ¹"
2892 "¹Ñ§¤ÑÅ"
2893 "¹Ñ´"
2894 "¹Ñ´´Ò"
2895 "¹Ñµ¶Øì"
2896 "¹Ñ¹·¹Ò¡ÒÃ"
2897 "¹Ñº"
2898 "¹ÑÂ"
2899 "¹Ñ¹ì"
2900 "¹ÑÇ"
2901 "¹Ñè§"
2902 "¹Ñè¹"
2903 "¹Ñé¹"
2904 "¹Ò"
2905 "¹Ò¡"
2906 "¹Ò¤"
2907 "¹Ò¤Ã"
2908 "¹Ò¤ÃÒª"
2909 "¹Ò¤Õ"
2910 "¹Ò§"
2911 "¹Ò§ÊÒÇ"
2912 "¹Ò§áÍè¹"
2913 "¹Ò«Ò"
2914 "¹Ò¯"
2915 "¹Ò´"
2916 "¹Ò¶"
2917 "¹Ò·"
2918 "¹Ò·Õ"
2919 "¹Ò¹"
2920 "¹Ò¹Ñ»¡ÒÃ"
2921 "¹Ò¹Ò"
2922 "¹Òº"
2923 "¹ÒÀÕ"
2924 "¹ÒÁ"
2925 "¹ÒÁ¡Ã"
2926 "¹ÒÁÊ¡ØÅ"
2927 "¹ÒÁҹءÃÁ"
2928 "¹ÒÁÒÀÔä¸Â"
2929 "¹ÒÂ"
2930 "¹Ò¡"
2931 "¹ÒÃÒ³ì"
2932 "¹ÒÃÕ"
2933 "¹ÒÇÒ"
2934 "¹ÒÇÔ¡"
2935 "¹ÒÇÔ¹"
2936 "¹ÒÇÕ"
2937 "¹ÒÊÔ¡"
2938 "¹ÒÌÔ¡Ò"
2939 "¹ÒÌÔà¡"
2940 "¹Òâ¹"
2941 "¹Ó"
2942 "¹Ô"
2943 "¹Ô¡Ã"
2944 "¹Ô¡ÃÍ´ì"
2945 "¹Ô¡ÒÂ"
2946 "¹Ô¡à¡ÔÅ"
2947 "¹Ô¤Á"
2948 "¹Ô¤Ã¹¶ì"
2949 "¹Ô¤ËÔµ"
2950 "¹Ô¨"
2951 "¹Ô´"
2952 "¹ÔµÂÊÒÃ"
2953 "¹ÔµÂì"
2954 "¹ÔµÔ"
2955 "¹Ô·ÃÃÈ"
2956 "¹Ô·ÃÒ"
2957 "¹Ô·Ñȹì"
2958 "¹Ô·Ò¹"
2959 "¹Ô¹·Ò"
2960 "¹ÔºÒµ"
2961 "¹Ô¾¹¸ì"
2962 "¹Ô¾¾Ò¹"
2963 "¹ÔÁ¹µì"
2964 "¹ÔÁÁÒ¹"
2965 "¹ÔÁÁҹôÕ"
2966 "¹ÔÁÔµ"
2967 "¹ÔÂÁ"
2968 "¹ÔÂÒÁ"
2969 "¹ÔÂÒÂ"
2970 "¹Ô÷ء¢ì"
2971 "¹ÔùÒÁ"
2972 "¹ÔÃÀÑÂ"
2973 "¹ÔÃÁÅ"
2974 "¹ÔÃÁÔµ"
2975 "¹ÔÃѹ´Ã"
2976 "¹ÔÃÒÈ"
2977 "¹ÔÃâ·É"
2978 "¹ÔÅ"
2979 "¹ÔÅØºÅ"
2980 "¹ÔǡԹÕ"
2981 "¹ÔǤÅÔÍÔ¡"
2982 "¹ÔÇ«ÕᏴì"
2983 "¹ÔǵÃ͹"
2984 "¹ÔÇÂÍÃì¤"
2985 "¹ÔÇóì"
2986 "¹ÔÇѵ"
2987 "¹ÔÇѵ¹ì"
2988 "¹ÔÇÒµ"
2989 "¹ÔÇÒÊ"
2990 "¹ÔÇà¤ÅÕÂÃì"
2991 "¹ÔÇà¤ÅÕÂÊ"
2992 "¹ÔÊÑÂ"
2993 "¹ÔÊÔµ"
2994 "¹Ôà·È"
2995 "¹ÔàÇÈ"
2996 "¹ÔàÇȹì"
2997 "¹Ô⤵Թ"
2998 "¹Ôâø"
2999 "¹ÔâźÅ"
3000 "¹Ôè§"
3001 "¹ÔèÁ"
3002 "¹ÔèÇ"
3003 "¹ÔéÇ"
3004 "¹Õ"
3005 "¹ÕÍ͹"
3006 "¹ÕâÍ´ÔàÁÕÂÁ"
3007 "¹Õè"
3008 "¹Õé"
3009 "¹Ö¡"
3010 "¹Öè§"
3011 "¹Ø§"
3012 "¹Øª"
3013 "¹Øè§"
3014 "¹Øè¹"
3015 "¹ØèÁ"
3016 "¹ØéÂ"
3017 "¹Ù¹"
3018 "¹Ùè¹"
3019 "¹Ùé¹"
3020 "¹àÃÈÇÃ"
3021 "¹âºÒÂ"
3022 "¹âôÁ"
3023 "¹èÇÁ"
3024 "¹èͧ"
3025 "¹èÒ"
3026 "¹èÒ¹"
3027 "¹éͧ"
3028 "¹éÍÁ"
3029 "¹éÍÂ"
3030 "¹éÍÂ˹èÒ"
3031 "¹éÍÂâ˹è§"
3032 "¹éÒ"
3033 "¹éÒÇ"
3034 "¹éÓ"
3035 "¹éÓÁѹ"
3036 "¹éÓà§Ô¹"
3037 "º¡"
3038 "º¡¾Ãèͧ"
3039 "º§"
3040 "º§¡ª"
3041 "º´"
3042 "º´Ô¹·Ãà´ªÒ"
3043 "º´Ô¹·Ãì"
3044 "º´Õ"
3045 "º·"
3046 "º¹"
3047 "º¾ÔµÃ"
3048 "º¾Ô¸"
3049 "ºÃÁ"
3050 "ºÃÁѵ¶ì"
3051 "ºÃÃ"
3052 "ºÃè§"
3053 "ºÃè¶Ã³ì"
3054 "ºÃèº"
3055 "ºÃèǺ"
3056 "ºÃèØ"
3057 "ºÃó"
3058 "ºÃóҡÒÃ"
3059 "ºÃóҤÁ"
3060 "ºÃóҸԡÒÃ"
3061 "ºÃóҹءÃÁ"
3062 "ºÃóÒÃÑ¡ÉÈÒʵÃì"
3063 "ºÃóÒÃÑ¡Éì"
3064 "ºÃôÒ"
3065 "ºÃ÷Á"
3066 "ºÃ÷Ѵ"
3067 "ºÃ÷ء"
3068 "ºÃþ"
3069 "ºÃþªÒ"
3070 "ºÃþªÔµ"
3071 "ºÃþµ"
3072 "ºÃþºØÃØÉ"
3073 "ºÃç"
3074 "ºÃç¡ì"
3075 "ºÃÃÂÒ¡ÒÈ"
3076 "ºÃÃÂÒÂ"
3077 "ºÃÃÅÑÂ"
3078 "ºÃÃÅØ"
3079 "ºÃÃÉÑ·"
3080 "ºÃÃËÒÃ"
3081 "ºÃÃà¨Ô´"
3082 "ºÃÃà·Ò"
3083 "ºÃÃàŧ"
3084 "ºÃÃâÅÁ"
3085 "ºÃÑè¹´Õ"
3086 "ºÃÒÇà«ÍÃì"
3087 "ºÃÔ"
3088 "ºÃÔ¡ÃÃÁ"
3089 "ºÃÔ¡ÒÃ"
3090 "ºÃÔ¢ÒÃ"
3091 "ºÃÔ¤³Ëì"
3092 "ºÃÔ¨Ò¤"
3093 "ºÃÔ¨Òá"
3094 "ºÃÔ¨ÒÃÔ¡Ò"
3095 "ºÃÔºÒÅ"
3096 "ºÃÔºÙóì"
3097 "ºÃԾѵÃ"
3098 "ºÃÔ¾ÒÃ"
3099 "ºÃÔÀѳ±ì"
3100 "ºÃÔÀÒÉ"
3101 "ºÃÔÃÑ¡Éì"
3102 "ºÃÔÃÒª"
3103 "ºÃÔÇÒÃ"
3104 "ºÃÔÉÑ·"
3105 "ºÃÔÊØ·¸Ôì"
3106 "ºÃÔËÒÃ"
3107 "ºÃÔà©·"
3108 "ºÃÔ൹"
3109 "ºÃÔàdz"
3110 "ºÃÔâÀ¤"
3111 "ºÅçÍ¡"
3112 "ºÇ¡"
3113 "ºÇ§"
3114 "ºÇª"
3115 "ºÇ¹"
3116 "ºÇº"
3117 "ºÇÁ"
3118 "ºÇÃ"
3119 "ºÍ"
3120 "ºÍ¡"
3121 "ºÍ´"
3122 "ºÍ´Õé"
3123 "ºÍ¹"
3124 "ºÍº"
3125 "ºÍÃì¡"
3126 "ºÍÃì´"
3127 "ºÍÃìà¹ÕÂÇ"
3128 "ºÍÅ"
3129 "ºÍÅÅÙ¹"
3130 "ºÐËÁÕè"
3131 "ºÑ¡"
3132 "ºÑ¤àµÃÕ"
3133 "ºÑ§"
3134 "ºÑ§¡ÐâÅ"
3135 "ºÑ§¤Á"
3136 "ºÑ§¤Å"
3137 "ºÑ§¤Ñº"
3138 "ºÑ§ÊØ¡ØÅ"
3139 "ºÑ§ÍÃ"
3140 "ºÑ§ÍÒ¨"
3141 "ºÑ§à¡Ô´"
3142 "ºÑ§àËÕ¹"
3143 "ºÑ§àÍÔ­"
3144 "ºÑ­ªÃ"
3145 "ºÑ­ªÒ"
3146 "ºÑ­ªÕ"
3147 "ºÑ­­ÑµÔ"
3148 "ºÑ³±Ôµ"
3149 "ºÑ³±ÔµÂì"
3150 "ºÑ³±Ø"
3151 "ºÑ³±ÙÃ"
3152 "ºÑ³³ÒÊ"
3153 "ºÑ³ÃÊ"
3154 "ºÑ³ÃÊÕ"
3155 "ºÑ³à±ÒСì"
3156 "ºÑ³à±ÒÐÇì"
3157 "ºÑ´"
3158 "ºÑ´¡ÃÕ"
3159 "ºÑ´«º"
3160 "ºÑ´ÊÕ"
3161 "ºÑµÃ"
3162 "ºÑ¹"
3163 "ºÑ¹´ÒÅ"
3164 "ºÑ¹·Ö¡"
3165 "ºÑ¹ÂкѹÂѧ"
3166 "ºÑ¹Å×Í"
3167 "ºÑ¹à·Ô§"
3168 "ºÑ¹ä´"
3169 "ºÑ»¼ÒÊÐ"
3170 "ºÑ¾"
3171 "ºÑÅ¡ÒàÃÕÂ"
3172 "ºÑÅÅѧ¡ì"
3173 "ºÑÅÅÙ¹"
3174 "ºÑÇ"
3175 "ºÑÊ"
3176 "ºÑè¹"
3177 "ºÑé§"
3178 "ºÑé¹"
3179 "ºÑê¡"
3180 "ºÒ"
3181 "ºÒ¡"
3182 "ºÒ§"
3183 "ºÒ´"
3184 "ºÒ´·ÐÂÑ¡"
3185 "ºÒ´ÒÅ"
3186 "ºÒµ"
3187 "ºÒµÃ"
3188 "ºÒ·"
3189 "ºÒ·º§ÊØì"
3190 "ºÒ·ËÅǧ"
3191 "ºÒ·Ò¸Ö¡"
3192 "ºÒ·Ø¡Ò"
3193 "ºÒ¹"
3194 "ºÒ¹ª×è¹"
3195 "ºÒ¹ºØÃÕ"
3196 "ºÒ¹ÕÂÐ"
3197 "ºÒ¹àªéÒ"
3198 "ºÒ¹àÂç¹"
3199 "ºÒ»"
3200 "ºÒÂ"
3201 "ºÒÃÁÕ"
3202 "ºÒÃÍÁÔàµÍÃì"
3203 "ºÒÃì"
3204 "ºÒÃìàÃÅ"
3205 "ºÒÅ"
3206 "ºÒÅÕ"
3207 "ºÒÈ"
3208 "ºÒÈ¡ì"
3209 "ºÒÊࡵºÍÅ"
3210 "ºÒËÅÕ"
3211 "ºÓ¹Ò­"
3212 "ºÓºÑ´"
3213 "ºÓÃÒº"
3214 "ºÓÃÒÈ"
3215 "ºÓÃØ§"
3216 "ºÓÃÙ"
3217 "ºÓà¾ç­"
3218 "ºÓàÃÍ"
3219 "ºÓà˹ç¨"
3220 "ºÔ"
3221 "ºÔ°"
3222 "ºÔ³±ºÒµ"
3223 "ºÔ´"
3224 "ºÔ´¾ÅÔéÇ"
3225 "ºÔ´Ã"
3226 "ºÔ´Ò"
3227 "ºÔµ"
3228 "ºÔ¹"
3229 "ºÔÅ"
3230 "ºÔÅàÅÕ´"
3231 "ºÔè¹"
3232 "ºÕ±Ò"
3233 "ºÕ¹"
3234 "ºÕº"
3235 "ºÕé"
3236 "ºÖ¡"
3237 "ºÖ¡ºÖ¹"
3238 "ºÖ§"
3239 "ºÖè§"
3240 "ºÖé§"
3241 "ºØ"
3242 "ºØ¡"
3243 "ºØ¡ÃØ¡"
3244 "ºØ¡É¡"
3245 "ºØ¤¤Å"
3246 "ºØ¤ÅÒ¡Ã"
3247 "ºØ¤ÅÒ¸Ôɰҹ"
3248 "ºØ¤ÅÔ¡"
3249 "ºØ¤ÅÔ¡ÀÒ¾"
3250 "ºØ­"
3251 "ºØ­­Ò¹ØÀÒ¾"
3252 "ºØ­­ÒÀÔ¹ÔËÒÃ"
3253 "ºØ³±ÃÔ¡"
3254 "ºØ³Âì"
3255 "ºØµÃ"
3256 "ºØµÃÒ"
3257 "ºØµÃÕ"
3258 "ºØº"
3259 "ºØ»¼ªÒµÔ"
3260 "ºØ¾¡ÃÃÁ"
3261 "ºØ¾¡ÒÃÕ"
3262 "ºØ¾¡Ô¨"
3263 "ºØ¾ªÒµÔ"
3264 "ºØ¾·Ñ¡ÉÔ³"
3265 "ºØ¾¹ÔÁÔµ"
3266 "ºØ¾º·"
3267 "ºØ¾¾Ò¨ÒÃÂì"
3268 "ºØ¾à¾Êѹ¹ÔÇÒÊ"
3269 "ºØ¿à¿èµì"
3270 "ºØÃ¾·ÔÈ"
3271 "ºØÃ¾º·"
3272 "ºØÃ¾Ò¨ÒÃÂì"
3273 "ºØÃÒ³"
3274 "ºØÃÔÁ·ÔÈ"
3275 "ºØÃÔÁ¾ÃÃÉÒ"
3276 "ºØÃÔÁÊÔ·¸Ô"
3277 "ºØÃÕ"
3278 "ºØÃØÉ"
3279 "ºØÉ¡Ã"
3280 "ºØÉº§"
3281 "ºØÉºÒ"
3282 "ºØÉÂÁÒÊ"
3283 "ºØÉÃÒ¤ÑÁ"
3284 "ºØË§Ñ¹"
3285 "ºØË§Ò"
3286 "ºØËç"
3287 "ºØËÃÕè"
3288 "ºØËÅѹ"
3289 "ºØâ÷Ñè§"
3290 "ºØèÁºèÒÁ"
3291 "ºØé§"
3292 "ºØéÂ"
3293 "ºØëÁ"
3294 "ºÙªÒ"
3295 "ºÙªÒÂÑ­"
3296 "ºÙ´"
3297 "ºÙµ"
3298 "ºÙóÀÒ¾"
3299 "ºÙóÐ"
3300 "ºÙþÒ"
3301 "ºÙþҨÒÃÂì"
3302 "ºÙé"
3303 "ºÙê"
3304 "ºè"
3305 "ºè§"
3306 "ºè¹"
3307 "ºèÁ"
3308 "ºèǧ"
3309 "ºèÍ"
3310 "ºèͧ"
3311 "ºè͹"
3312 "ºèÍÂ"
3313 "ºèÒ"
3314 "ºèÒ§"
3315 "ºèÒÂ"
3316 "ºèÒÇ"
3317 "ºéǹ"
3318 "ºéͧ"
3319 "ºéͧáºêÇ"
3320 "ºéÍÁ"
3321 "ºéÒ"
3322 "ºéÒ§"
3323 "ºéÒ¹"
3324 "ºéÒÃÐËèÓ"
3325 "ºê§àºê§"
3326 "ºêÇÂ"
3327 "ºêͧ"
3328 "ºêÐ"
3329 "ºëÍÁ"
3330 "ºëÍÂ"
3331 "ºëÓ"
3332 "»¡"
3333 "»¡¤Ãͧ"
3334 "»¡µÔ"
3335 "»¡Ã³ì"
3336 "»¡ÒÃ"
3337 "»¡Ô³¡Ð"
3338 "»¯Ñ¡"
3339 "»¯Ô¡Ã³ì"
3340 "»¯Ô¡ÃÃÁ"
3341 "»¯Ô¡ÔÃÔÂÒ"
3342 "»¯Ô¡ÙÅ"
3343 "»¯Ô¤Á"
3344 "»¯ÔªÕǹÐ"
3345 "»¯Ô­­Ò"
3346 "»¯Ô­Ò³"
3347 "»¯Ô·Ô¹"
3348 "»¯Ôº¶"
3349 "»¯ÔºÑµÔ"
3350 "»¯Ô»·Ò"
3351 "»¯Ô»Ñ¡Éì"
3352 "»¯Ô¾Ñ·¸ì"
3353 "»¯Ô¾Ò¡Âì"
3354 "»¯ÔÀÒ¤"
3355 "»¯ÔÀÒ³"
3356 "»¯ÔÁÒ"
3357 "»¯ÔÁÒ¡Ã"
3358 "»¯ÔÂØ·¸ì"
3359 "»¯ÔÃÙ»"
3360 "»¯ÔÇѵÔ"
3361 "»¯ÔÇÒµ"
3362 "»¯ÔÇÒ·"
3363 "»¯Ôʹ¸Ô"
3364 "»¯ÔÊѧ¢Ã³ì"
3365 "»¯ÔÊѹ¶ÒÃ"
3366 "»¯ÔÊÑÁ¾Ñ¹¸ì"
3367 "»¯ÔàǸ"
3368 "»¯Ôàʸ"
3369 "»¯ÔâÅÁ"
3370 "»°¾Õ"
3371 "»°Á"
3372 "»°Á·Ñȹì"
3373 "»°Á¹Ôà·È"
3374 "»°Á¾ÂÒºÒÅ"
3375 "»°ÁÄ¡Éì"
3376 "»°ÁÇÑÂ"
3377 "»°Áà·È¹Ò"
3378 "»³µ"
3379 "»³Ô¸Ò¹"
3380 "»´"
3381 "»¶¾Õ"
3382 "»·Ò¹Ø¡ÃÁ"
3383 "»·ØÁ"
3384 "»·ØÁ¸Ò¹Õ"
3385 "»¹"
3386 "»¹Ñ´´Ò"
3387 "»¹à»"
3388 "ȼ"
3389 "»Á"
3390 "»Ã¡"
3391 "»Ã¡µÔ"
3392 "»Ã§"
3393 "»Ã¹"
3394 "»Ã¹¹ÔºÑµÔ"
3395 "»Ã¹ÑÂ"
3396 "»Ãº"
3397 "»Ã»Ñ¡Éì"
3398 "»ÃÁѵ¶ì"
3399 "»ÃÁÒ¨ÒÃÂì"
3400 "»ÃÁÒ³Ù"
3401 "»ÃÁÒÀÔàÉ¡"
3402 "»ÃÁÒÀÔä¸Â"
3403 "»ÃÇ´"
3404 "»Ãǹá»Ã"
3405 "»ÃÇÒ·Õ"
3406 "»ÃÊÔµ"
3407 "»Ãͧ´Í§"
3408 "»ÃÍ´"
3409 "»ÃÍ·"
3410 "»ÃÍÂ"
3411 "»ÃÐ"
3412 "»ÃСº"
3413 "»ÃСǴ"
3414 "»ÃСͺ"
3415 "»ÃСѹ"
3416 "»ÃСѺ"
3417 "»ÃСÒÂ"
3418 "»ÃСÒÃ"
3419 "»ÃСÒÈ"
3420 "»ÃСÒȹÕºѵÃ"
3421 "»ÃСÒÈÔµ"
3422 "»ÃСԴ"
3423 "»ÃФº"
3424 "»ÃФº»ÃÐ˧Á"
3425 "»ÃФͧ"
3426 "»ÃФÓ"
3427 "»ÃШº"
3428 "»ÃШǺ"
3429 "»ÃШѡÉì"
3430 "»ÃШѭ"
3431 "»ÃШѹ"
3432 "»ÃШҤ"
3433 "»ÃШҹ"
3434 "»ÃШÓ"
3435 "»ÃШÔÁ"
3436 "»ÃШØ"
3437 "»ÃШëÍ»ÃÐá¨ë"
3438 "»ÃЪ´"
3439 "»ÃЪÇÃ"
3440 "»ÃЪѹ"
3441 "»ÃЪÒ"
3442 "»ÃЪҪ¹"
3443 "»ÃЪҸԻѵÂì"
3444 "»ÃЪҸԻäµÂ"
3445 "»ÃЪÒÀÔºÒÅ"
3446 "»ÃЪԴ"
3447 "»ÃЪØÁ"
3448 "»Ãгµ"
3449 "»ÃгÁ"
3450 "»ÃгÒÁ"
3451 "»ÃгԸҹ"
3452 "»ÃгԸÔ"
3453 "»Ãгյ"
3454 "»Ãд¹"
3455 "»Ãдǹ"
3456 "»Ãд͹"
3457 "»Ãдѡ»ÃÐà´Ô´"
3458 "»Ãдѧ"
3459 "»ÃдѺ"
3460 "»ÃдÒ"
3461 "»Ãдһ"
3462 "»ÃдÒÉ"
3463 "»ÃдԴ»ÃдÍÂ"
3464 "»ÃдԷԹ"
3465 "»ÃдÔɰҹ"
3466 "»ÃдÔɰì"
3467 "»Ãдا"
3468 "»Ãдب"
3469 "»ÃдÙè"
3470 "»ÃеÙ"
3471 "»ÃжÁ"
3472 "»Ãзǹ"
3473 "»ÃзѡÉì"
3474 "»Ãзѧ"
3475 "»ÃзѴ"
3476 "»ÃзѺ"
3477 "»Ãзҹ"
3478 "»ÃзԹ"
3479 "»ÃзÔè¹"
3480 "»Ãзջ"
3481 "»Ãзع"
3482 "»ÃзØÉ"
3483 "»ÃзØÉÃéÒÂ"
3484 "»Ãзéǧ"
3485 "»Ãиҹ"
3486 "»ÃиҹҸԺ´Õ"
3487 "»ÃйÁ"
3488 "»ÃйÍÁ"
3489 "»ÃйջÃйÍÁ"
3490 "»ÃлÃÒÂ"
3491 "»ÃлÒ"
3492 "»ÃоĵÔ"
3493 "»ÃоĸÔì"
3494 "»Ãоѷ¸ì"
3495 "»Ãоѹ¸ì"
3496 "»Ãоҵ"
3497 "»ÃоÒÊ"
3498 "»ÃоÒÌ"
3499 "»ÃоԳ"
3500 "»Ãоط¸ì"
3501 "»ÃÐÀÑÊÊÃ"
3502 "»ÃÐÀÒ"
3503 "»ÃÐÀÒ¤ÒÃ"
3504 "»ÃÐÀÒ¾"
3505 "»ÃÐÀÒÊ"
3506 "»ÃÐÁ§"
3507 "»ÃÐÁÇ­"
3508 "»ÃÐÁÇÅ"
3509 "»ÃÐÁÒ³"
3510 "»ÃÐÁÒ·"
3511 "»ÃÐÁØ¢"
3512 "»ÃÐÁØ·"
3513 "»ÃÐÁÙÅ"
3514 "»ÃÐÂØ¡µì"
3515 "»ÃÐÂØ·¸ì"
3516 "»ÃÐÂÙÃ"
3517 "»ÃÐÅÁ¾ì"
3518 "»ÃÐÅͧ"
3519 "»ÃÐÅÑÂ"
3520 "»ÃÐÅÒµ"
3521 "»ÃÐÇÃõ"
3522 "»ÃÐÇÃõ¹ì"
3523 "»ÃÐÇѵÔ"
3524 "»ÃÐÇѵԡÒóì"
3525 "»ÃÐÇѵÔÈÒʵÃì"
3526 "»ÃÐÇÒµ"
3527 "»ÃÐÇÒÅ"
3528 "»ÃÐÇÒÊ"
3529 "»ÃÐÇÔ§"
3530 "»ÃÐÇÔª"
3531 "»ÃÐÇÔµÃ"
3532 "»ÃÐÇÕ³"
3533 "»ÃÐÈÁ"
3534 "»ÃÐÈÒʹì"
3535 "»ÃÐÊ¡"
3536 "»ÃÐʧ¤ì"
3537 "»ÃÐʺ"
3538 "»ÃÐʺ¡Òóì"
3539 "»ÃÐʾ"
3540 "»ÃÐÊÒ"
3541 "»ÃÐÊÒ·"
3542 "»ÃÐÊÒ¹"
3543 "»ÃÐÊÔ·¸Ô¼Å"
3544 "»ÃÐÊÔ·¸ÔÀÒ¾"
3545 "»ÃÐÊÔ·¸Ôì"
3546 "»ÃÐÊÙµÔ"
3547 "»ÃÐËÁèÒ"
3548 "»ÃÐËÂÑ´"
3549 "»ÃÐËÅÒ´"
3550 "»ÃÐËÅèÓ"
3551 "»ÃÐËÒÃ"
3552 "»ÃÐÎÒÁ"
3553 "»ÃÐह"
3554 "»ÃÐਡ"
3555 "»ÃÐà¨Ô´»ÃÐà¨éÍ"
3556 "»ÃÐà¨Õ´"
3557 "»ÃÐà´"
3558 "»ÃÐà´ÔÁ"
3559 "»ÃÐà´Õ§"
3560 "»ÃÐà´ÕëÂÇ"
3561 "»ÃÐà´ÕëÂÇ»ÃдëÒÇ"
3562 "»ÃÐà´ç¹"
3563 "»ÃÐà·È"
3564 "»ÃÐà·ÈÃÒª"
3565 "»ÃÐà·Èä·Â"
3566 "»ÃÐà·×ͧ"
3567 "»ÃÐླÕ"
3568 "»ÃÐàÀ·"
3569 "»ÃÐàÁÔ¹"
3570 "»ÃÐàdzÕ"
3571 "»ÃÐàÇÈ"
3572 "»ÃÐàÇȹì"
3573 "»ÃÐàÊÃÔ°"
3574 "»ÃÐá¡¡"
3575 "»ÃÐá¨"
3576 "»ÃÐâ¤Á"
3577 "»ÃÐâ¤"
3578 "»ÃÐ⪹ì"
3579 "»ÃÐâÅÁ"
3580 "»ÃÑ¡"
3581 "»Ãѧ"
3582 "»ÃѪ­Ò"
3583 "»ÃÑµÂØµºÑ¹"
3584 "»ÃÑµÂØºÑ¹"
3585 "»Ãѹ"
3586 "»ÃѺ"
3587 "»ÃÑÁ»ÃÒ"
3588 "»ÃÑȹÕ"
3589 "»ÃÑÈÇì"
3590 "»ÃÒ¡¯"
3591 "»ÃÒ¡ÃÁ"
3592 "»ÃÒ¡ÒÃ"
3593 "»ÃÒ¤ÀÒÃ"
3594 "»ÃÒ§"
3595 "»ÃÒ§¤ì"
3596 "»ÃÒ¨Õ¹"
3597 "»ÃÒª­Ò"
3598 "»ÃÒª­ì"
3599 "»ÃÒªÑÂ"
3600 "»ÃÒªÔµ"
3601 "»ÃÒ³"
3602 "»ÃÒ³Õ"
3603 "»ÃÒ´"
3604 "»ÃÒ¹Õ"
3605 "»ÃÒº"
3606 "»ÃÒº´ÒÀÔàÉ¡"
3607 "»ÃÒ»µì"
3608 "»ÃÒÀ¾"
3609 "»ÃÒÁ"
3610 "»ÃÒÁÒÊ"
3611 "»ÃÒÂ"
3612 "»ÃÒö¹Ò"
3613 "»ÃÒÃÀ"
3614 "»ÃÒÃÁÀì"
3615 "»ÃÒÈ"
3616 "»ÃÒÈÃÑÂ"
3617 "»ÃÒÈÒÃ"
3618 "»ÃÒɳÕ"
3619 "»ÃÒÉÒ³"
3620 "»ÃÒÊÒ·"
3621 "»ÃÒâÁª"
3622 "»ÃÒâÁ·Âì"
3623 "»ÃÓ"
3624 "»ÃÔ"
3625 "»ÃÔ¡"
3626 "»ÃÔ¤³Ëì"
3627 "»ÃÔ¨Ò¤"
3628 "»ÃÔ¨ÒÃÔ¡Ò"
3629 "»ÃÔ«ÖÁ"
3630 "»ÃÔ­­Ò"
3631 "»ÃÔ³ÒÁ"
3632 "»ÃÔ³Ò¡"
3633 "»ÃÔµ"
3634 "»ÃÔµµÐ"
3635 "»ÃÔµÃ"
3636 "»ÃÔ·ÃÃȹì"
3637 "»ÃÔ·Ñȹì"
3638 "»ÃÔ¹"
3639 "»ÃÔ¹Êì"
3640 "»ÃÔ¹Ô¾¾Ò¹"
3641 "»ÃÔº"
3642 "»ÃÔÁ³±Å"
3643 "»ÃÔÁÑ·"
3644 "»ÃÔÁÒ³"
3645 "»ÃÔÁÒµÃ"
3646 "»ÃÔÂѵÔ"
3647 "»ÃÔÂÒÂ"
3648 "»ÃÔÇÃõ"
3649 "»ÃÔÇÒÊ"
3650 "»ÃÔȹÒ"
3651 "»ÃÔà©·"
3652 "»ÃÔèÁ"
3653 "»ÃÕªÒ"
3654 "»ÃÕ´Ò"
3655 "»ÃÕ´Ôì"
3656 "»ÃÕÂÒ"
3657 "»ÃÕè"
3658 "»ÃÕê´"
3659 "»ÃÖ¡ÉÒ"
3660 "»Ã×Í"
3661 "»Ã×ëÍ"
3662 "»ÃØ"
3663 "»Ãا"
3664 "»ÃÙ´"
3665 "»ÃÙê´»ÃêÒ´"
3666 "»ÃÙê¿"
3667 "»ÃàÁ¹·Ãì"
3668 "»ÃâÅ¡"
3669 "»ÃèÒ"
3670 "»ÃëÍ"
3671 "»Ä¨©Ò"
3672 "»Äɮҧ¤ì"
3673 "»Å¡"
3674 "»Å§"
3675 "»Å´"
3676 "»ÅÇ¡"
3677 "»ÅÍ¡"
3678 "»ÅÍ´"
3679 "»ÅÍ´ÀÑÂ"
3680 "»Åͺ"
3681 "»ÅÍÁ"
3682 "»ÅÐ"
3683 "»ÅÑ¡"
3684 "»ÅÑ´"
3685 "»ÅÑè§"
3686 "»ÅÑê¡"
3687 "»ÅÑê¡ÍÔ¹"
3688 "»ÅÒ"
3689 "»ÅÒµ"
3690 "»ÅÒº"
3691 "»ÅÒÂ"
3692 "»ÅÒÇÒÌ"
3693 "»ÅÒʹҡÒÃ"
3694 "»ÅÒÊàµÍÃì"
3695 "»ÅÔ§"
3696 "»ÅÔ´"
3697 "»ÅÔÇ"
3698 "»ÅÔ⾸"
3699 "»ÅÔèÁ"
3700 "»ÅÔé¹"
3701 "»ÅÕ"
3702 "»ÅÕ¡"
3703 "»Å×éÁ"
3704 "»ÅØ¡"
3705 "»ÅÙ¡"
3706 "»Åè§"
3707 "»Åèͧ"
3708 "»ÅèÍÂ"
3709 "»Åé¹"
3710 "»Åéͧ"
3711 "»Åé͹"
3712 "»ÅéÓ"
3713 "»Ç¡à»Õ¡"
3714 "»Ç§"
3715 "»Ç´"
3716 "»ÇÒóÒ"
3717 "»ÈØ"
3718 "»Í"
3719 "»Í¡"
3720 "»Í§"
3721 "»Í´"
3722 "»Í¹"
3723 "»Í¹´ì"
3724 "»Íº"
3725 "»ÍÂ"
3726 "»ÍÃì"
3727 "»ÍÃìµØà¡Ê"
3728 "»Ð"
3729 "»Ð¡¹"
3730 "»Ð¡ÒÃѧ"
3731 "»Ð¢ÒÇ"
3732 "»Ð·Ð"
3733 "»Ð·Ø"
3734 "»Ð˧Ѻ"
3735 "»ÐàËÅÒÐ"
3736 "»ÐáÅèÁ"
3737 "»Ðâŧ"
3738 "»Ñ¡"
3739 "»Ñ¡¡Ôè§"
3740 "»Ñ¡ÉÒ"
3741 "»Ñ¡ÉÒÇÊÒ¹"
3742 "»Ñ¡ÉÔ³"
3743 "»Ñ¡ÉÔ¹"
3744 "»Ñ¡ÉÕ"
3745 "»Ñ¡Éì"
3746 "»Ñ¡à»éÒ"
3747 "»Ñ§"
3748 "»Ñ§ÊØ¡ØÅ"
3749 "»Ñ¨¨Ñ¹µ¤ÒÁ"
3750 "»Ñ¨¨Ñ¹µª¹º·"
3751 "»Ñ¨¨Ñ¹µ»ÃÐà·È"
3752 "»Ñ¨¨Ñ¹µì"
3753 "»Ñ¨¨ÑÂ"
3754 "»Ñ¨¨ÒÁÔµÃ"
3755 "»Ñ¨¨ØºÑ¹"
3756 "»Ñ¨¨ØÊÁÑÂ"
3757 "»Ñ¨©Ò"
3758 "»Ñ¨©ÔÁ"
3759 "»Ñ¨à¨¡"
3760 "»Ñ­¨ÇѤ¤ÕÂì"
3761 "»Ñ­­Ò"
3762 "»Ñ­ËÒ"
3763 "»Ñ´"
3764 "»ÑµµÒ¹Õ"
3765 "»ÑµµÒàÇÕÂ"
3766 "»Ñ·Áì"
3767 "»Ñ¹"
3768 "»Ñº"
3769 "»Ñ»¼ÒÊÐ"
3770 "»ÑÊÊÒÇÐ"
3771 "»ÑÊÊÒÊÐ"
3772 "»Ñè¹"
3773 "»Ñé¹"
3774 "»Ñêº"
3775 "»ÑêÁ"
3776 "»Ñë§"
3777 "»Ò"
3778 "»Ò¡"
3779 "»Ò¡¡Ò"
3780 "»Ò¡Õʶҹ"
3781 "»Ò§"
3782 "»Ò¯ÔËÒÃÔÂì"
3783 "»Ò°¡"
3784 "»Ò°¡¶Ò"
3785 "»Ò³ÒµÔºÒµ"
3786 "»Ò´"
3787 "»ÒµÔâÁ¡¢ì"
3788 "»Ò·Ñ§¡Ò"
3789 "»Ò·èͧâ¡ë"
3790 "»Ò¹"
3791 "»Ò»ÑÇ"
3792 "»ÒÁ"
3793 "»ÒÂÒÊ"
3794 "»ÒÃÒªÔ¡"
3795 "»ÒÃԩѵÃ"
3796 "»ÒÃÔªÒµ"
3797 "»ÒÃÕÊ"
3798 "»ÒÃìࡵì"
3799 "»ÒÅÕ"
3800 "»ÒÅìÁ"
3801 "»ÒÇ"
3802 "»Ò˹ѹ"
3803 "»ÒËÕè"
3804 "»ÒâÁ¡¢ì"
3805 "»Ó"
3806 "»Ô¡¹Ô¡"
3807 "»Ô§»Í§"
3808 "»Ô®¡"
3809 "»Ô´"
3810 "»ÔµÒ"
3811 "»ÔµÔ"
3812 "»ÔµØ"
3813 "»ÔµØ¦Òµ"
3814 "»ÔµØÀÙÁÔ"
3815 "»ÔµØÅÒ"
3816 "»ÔÂÁÔµÃ"
3817 "»ÔÂÐ"
3818 "»ÔÈÒ¨"
3819 "»ÔâµÃàÅÕÂÁ"
3820 "»ÔâÂÃÊ"
3821 "»Ôè¹"
3822 "»Ôè¹âµ"
3823 "»ÔèÁ"
3824 "»Ôé§"
3825 "»ÔéÁ"
3826 "»ÔëÇ"
3827 "»Õ"
3828 "»Õ¡"
3829 "»Õ¹"
3830 "»Õº"
3831 "»ÕÁÐâÇé"
3832 "»ÕÈÒ¨"
3833 "»Õè"
3834 "»Õé"
3835 "»Õê´"
3836 "»Õêº"
3837 "»Õë"
3838 "»Ö¡"
3839 "»Ö§"
3840 "»Öè§"
3841 "»Öé´"
3842 "»Öë§"
3843 "»×¹"
3844 "»×é¹"
3845 "»×ëÍ"
3846 "ȯ"
3847 "»Ø¡"
3848 "»Ø¨©Ò"
3849 "»Ø´"
3850 "»Ø¶Øª¹"
3851 "»Øº"
3852 "»ØÂ"
3853 "»ØâÃËÔµ"
3854 "»ØèÁ"
3855 "»Øé§¡Õë"
3856 "»ØéÁ"
3857 "»Øê"
3858 "»Øêº"
3859 "»ØëÁ"
3860 "»ØëÂ"
3861 "»Ù"
3862 "»Ùª¹Õºؤ¤Å"
3863 "»Ùª¹ÕÂÇѵ¶Ø"
3864 "»Ù´"
3865 "»Ù¹"
3866 "»ÙÁ"
3867 "»Ùè"
3868 "»ÙéÂÕé»ÙéÂÓ"
3869 "»àdzÕ"
3870 "»è¹"
3871 "»èǧ"
3872 "»èǹ"
3873 "»èÇÂ"
3874 "»èͧ"
3875 "»èÒ"
3876 "»èÒ¹"
3877 "»èÒÂ"
3878 "»èÒÇ"
3879 "»éǹ"
3880 "»éǹà»Õé¹"
3881 "»éÍ"
3882 "»éͧ"
3883 "»éͧ¡Ñ¹"
3884 "»é͹"
3885 "»éÍÁ"
3886 "»éÍÂ"
3887 "»éÍá»é"
3888 "»éÒ"
3889 "»éÒ§"
3890 "»éÒ¹"
3891 "»éÒº"
3892 "»éÒÂ"
3893 "»éÓ"
3894 "»êÍ¡¡Õé"
3895 "»êÒº"
3896 "»ëÍ"
3897 "»ëÍÁ"
3898 "»ëÒ"
3899 "¼¡"
3900 "¼¡Ò"
3901 "¼¡ÒÂ"
3902 "¼§"
3903 "¼§¡"
3904 "¼§Ð"
3905 "¼§Ò´"
3906 "¼¨§"
3907 "¼¨­"
3908 "¼´"
3909 "¼´Ø§"
3910 "¼¹Ç¡"
3911 "¼¹Çª"
3912 "¼¹Ñ§"
3913 "¼¹Ö¡"
3914 "¼Á"
3915 "¼Áºêͺ"
3916 "¼Âͧ"
3917 "¼ÃØÊÇÒ·"
3918 "¼Å"
3919 "¼ÅÐ"
3920 "¼ÅÑ¡"
3921 "¼ÅÑ´"
3922 "¼ÅÑÇÐ"
3923 "¼ÅÒ­"
3924 "¼ÅÒ¹ÔʧÊì"
3925 "¼ÅÒ¼Å"
3926 "¼ÅÒËÒÃ"
3927 "¼ÅÔ"
3928 "¼ÅÔµ"
3929 "¼ÅÔµÀѳ±ì"
3930 "¼ÅÕ¼ÅÒÁ"
3931 "¼ÅÖ¡"
3932 "¼ÅÖè§"
3933 "¼ÅØ"
3934 "¼Åا"
3935 "¼ÅØ´"
3936 "¼Åع"
3937 "¼Åغ"
3938 "¼ÅØÂ"
3939 "¼ÅÙ"
3940 "¼ÅçÍÂ"
3941 "¼Ç¹"
3942 "¼ÇÂ"
3943 "¼ÇÒ"
3944 "¼ÊÁ"
3945 "¼ÊÒ¹"
3946 "¼ÊÒÂ"
3947 "¼Í¡"
3948 "¼Í§"
3949 "¼Í´"
3950 "¼Íº"
3951 "¼ÍÁ"
3952 "¼ÍÇ´"
3953 "¼ÍÙ¹"
3954 "¼Ð"
3955 "¼Ñ¡"
3956 "¼Ñ§"
3957 "¼Ñ´"
3958 "¼Ñ¹"
3959 "¼Ñ¹¼Ç¹"
3960 "¼Ñº"
3961 "¼ÑÇ"
3962 "¼ÑÇÐ"
3963 "¼Ò"
3964 "¼Ò¡"
3965 "¼Ò§"
3966 "¼Ò³Ôµ"
3967 "¼Ò´"
3968 "¼ÒÂ"
3969 "¼Ô"
3970 "¼Ô§"
3971 "¼Ô´"
3972 "¼Ô¹"
3973 "¼ÔÇ"
3974 "¼Õ"
3975 "¼Ö§"
3976 "¼Öè§"
3977 "¼Öé§"
3978 "¼×¹"
3979 "¼×è¹"
3980 "¼Ø"
3981 "¼Ø´"
3982 "¼ØÂ¼§"
3983 "¼Ù¡"
3984 "¼Ùé"
3985 "¼çÍÂ"
3986 "¼èͧ"
3987 "¼è͹"
3988 "¼èÍÂ"
3989 "¼èÒ"
3990 "¼èÒ¹"
3991 "¼èÒ¼ÍÁ"
3992 "¼èÒÇ"
3993 "¼éÒ"
3994 "½¹"
3995 "½ÃÑè§"
3996 "½ÃÑè§àÈÊ"
3997 "½ÍÂ"
3998 "½Ñ¡"
3999 "½Ñ§"
4000 "½Ñ´"
4001 "½Ñ¹"
4002 "½Ñè§"
4003 "½Ò"
4004 "½Ò¡"
4005 "½Ò§"
4006 "½Ò´"
4007 "½Ò¹"
4008 "½ÒÂ"
4009 "½Ôè¹"
4010 "½Õ"
4011 "½Ö¡"
4012 "½×´"
4013 "½×¹"
4014 "½Øè¹"
4015 "½Ù§"
4016 "½èÍ"
4017 "½èÒ"
4018 "½èÒÂ"
4019 "½éÒ"
4020 "½éÒÂ"
4021 "¾¡"
4022 "¾§"
4023 "¾§ÈÒÇ´ÒÃ"
4024 "¾§Èì"
4025 "¾¨¹Ò"
4026 "¾¨¹Ò¹Ø¡ÃÁ"
4027 "¾¨¹Òö"
4028 "¾¨¹ÕÂì"
4029 "¾¨¹ì"
4030 "¾¨ÁÒ¹"
4031 "¾¨Õ"
4032 "¾­Ò"
4033 "¾­ÒÅÍ"
4034 "¾³Ôª"
4035 "¾³ÔªÂì"
4036 "¾´"
4037 "¾¸Ù"
4038 "¾¹Á"
4039 "¾¹Ñ¡"
4040 "¾¹Ñ¡§Ò¹"
4041 "¾¹Ñ§"
4042 "¾¹Ñ¹"
4043 "¾¹ÑÊ"
4044 "¾¹Ò"
4045 "¾¹Ò´Ã"
4046 "¾¹ÒÃÒÁ"
4047 "¾¹ÒÅÑÂ"
4048 "¾¹Ô´Ò"
4049 "¾º"
4050 "¾ÁèÒ"
4051 "¾Â¹µì"
4052 "¾ÂÈ"
4053 "¾ÂÑ¡"
4054 "¾ÂÑ¡¾àÂÔ´"
4055 "¾ÂѤ¦Ò"
4056 "¾ÂѤ¦Ô¹"
4057 "¾ÂѤ¦Õ"
4058 "¾ÂѤ¦ì"
4059 "¾ÂÑ­ª¹Ð"
4060 "¾Âѵ"
4061 "¾ÂѺ"
4062 "¾Âҡóì"
4063 "¾ÂÒ§¤ì"
4064 "¾ÂÒ¸Ô"
4065 "¾ÂÒ¹"
4066 "¾ÂÒºÒ·"
4067 "¾ÂÒºÒÅ"
4068 "¾ÂÒÂÒÁ"
4069 "¾ÂØ"
4070 "¾Âا"
4071 "¾ÂØËÂÒµÃÒ"
4072 "¾ÂØËÐ"
4073 "¾ÂØËàʹÒ"
4074 "¾Ã"
4075 "¾Ãµ"
4076 "¾ÃÁ"
4077 "¾ÃÃ"
4078 "¾Ãä"
4079 "¾Ãäì"
4080 "¾Ãó"
4081 "¾Ãó¹Ò"
4082 "¾ÃÃÉ"
4083 "¾ÃÃÉÒ"
4084 "¾ÃÇ´"
4085 "¾Ãǹ"
4086 "¾ÃËÁ"
4087 "¾ÃËÁ¨ÃÃÂì"
4088 "¾ÃËÁ¨ÒÃÔ³Õ"
4089 "¾ÃËÁ¨ÒÃÕ"
4090 "¾ÃÍ´"
4091 "¾ÃÐ"
4092 "¾ÃÐÃÒªÇѧ"
4093 "¾ÃÐͧ¤ì"
4094 "¾ÃÐà¨éÒÍÂÙèËÑÇ"
4095 "¾ÃÑ¡¾ÃéÍÁ"
4096 "¾ÃÑ´"
4097 "¾ÃÑè§"
4098 "¾ÃÑè¹"
4099 "¾ÃÒ¡"
4100 "¾ÃÒ§"
4101 "¾ÃÒ´"
4102 "¾ÃÒ¹"
4103 "¾ÃÒÂ"
4104 "¾ÃÒÇ"
4105 "¾ÃÒËÁ³ì"
4106 "¾ÃÓ"
4107 "¾ÃÔ¡"
4108 "¾ÃÔ¹àµÍÃì"
4109 "¾ÃÔº"
4110 "¾ÃÔé§"
4111 "¾ÃÔéÁ"
4112 "¾ÃÕàÁÕÂÁ"
4113 "¾ÃÕàÁÕÂÃì"
4114 "¾ÃÖ§"
4115 "¾ÃÖ¹"
4116 "¾ÃÖº"
4117 "¾Ã×´"
4118 "¾ÃØ"
4119 "¾ÃØ¡"
4120 "¾Ãع"
4121 "¾ÃØè§"
4122 "¾ÃÙ"
4123 "¾ÃÙ´"
4124 "¾Ãèͧ"
4125 "¾ÃèÍÁ¾ÃéÍ"
4126 "¾ÃèÍÂ"
4127 "¾ÃèÒ"
4128 "¾ÃèÒ§"
4129 "¾ÃèÓ"
4130 "¾Ãéͧ"
4131 "¾ÃéÍÁ"
4132 "¾ÃéÍÁ¾ÃÑ¡"
4133 "¾ÃéÍÂ"
4134 "¾ÃéÒ"
4135 "¾ÃéÓ"
4136 "¾Ä¡ÉªÒµÔ"
4137 "¾Ä¡É·Å"
4138 "¾Ä¡ÉÃÒª"
4139 "¾Ä¡ÉÈÒʵÃì"
4140 "¾Ä¡ÉÒ"
4141 "¾Ä¡Éà·Ç´Ò"
4142 "¾Ä¡Éì"
4143 "¾Ä²"
4144 "¾Ä²Ò"
4145 "¾Ä²Ò¨ÒÃÂì"
4146 "¾Ä²Ô"
4147 "¾Äµ"
4148 "¾ÄµÔ"
4149 "¾ÄµÔ¡ÃÃÁ"
4150 "¾ÄµÔ¡Òóì"
4151 "¾ÄµÔ¹ÑÂ"
4152 "¾Ä·¸Ôì"
4153 "¾Ä·¸ì"
4154 "¾Ä¹µì"
4155 "¾Ä¹·ì"
4156 "¾ÄȨÔ"
4157 "¾ÄȨԡÒ¹"
4158 "¾ÄÉÀ"
4159 "¾ÄÉÀÒ¤Á"
4160 "¾ÄËÑÊ"
4161 "¾ÄËÑʺ´Õ"
4162 "¾Å"
4163 "¾Å¡ÒÃ"
4164 "¾Å¤ÇÒÁ"
4165 "¾Åº"
4166 "¾Åǧ"
4167 "¾ÅÇѵ"
4168 "¾ÅÈÖ¡ÉÒ"
4169 "¾Åͧ"
4170 "¾ÅÍ´"
4171 "¾ÅÍÁá¾ÅÁ"
4172 "¾ÅÍÂ"
4173 "¾ÅÐ"
4174 "¾Åѧ"
4175 "¾Åѧ§Ò¹"
4176 "¾ÅÑ´"
4177 "¾Åѹ"
4178 "¾ÅѺ"
4179 "¾ÅѺ¾ÅÒ"
4180 "¾ÅѺ¾ÅÖ§"
4181 "¾ÅÑè¡"
4182 "¾ÅÑè§"
4183 "¾ÅÑèÇ"
4184 "¾ÅÑé§"
4185 "¾ÅÒ¡Ã"
4186 "¾ÅÒ§"
4187 "¾ÅÒ´"
4188 "¾ÅÒ¸Ô¡ÒÃ"
4189 "¾ÅÒ¹ÒÁÑÂ"
4190 "¾ÅÒÁ"
4191 "¾ÅÒÂ"
4192 "¾ÅÒʵԡ"
4193 "¾ÅÒÊÁÒ"
4194 "¾ÅÒË¡"
4195 "¾ÅÔ¡"
4196 "¾ÅÔéÇ"
4197 "¾ÅÕ"
4198 "¾ÅØ"
4199 "¾ÅØ¡"
4200 "¾ÅØè¡"
4201 "¾ÅØè§"
4202 "¾ÅØéÂ"
4203 "¾ÅÙ"
4204 "¾ÅàÁ×ͧ"
4205 "¾ÅàÃ×͹"
4206 "¾ÅâÅ¡"
4207 "¾ÅèÍÂ"
4208 "¾ÅèÒ"
4209 "¾ÅèÒ¹"
4210 "¾ÅèÒÁ"
4211 "¾ÅéÓ"
4212 "¾Ç¡"
4213 "¾Ç§"
4214 "¾Ç¹"
4215 "¾ÇÂ"
4216 "¾Ê¡"
4217 "¾ÊظÒ"
4218 "¾ËÅ"
4219 "¾ËÅâ¸Թ"
4220 "¾ËØ"
4221 "¾ËÙ"
4222 "¾ËÙ¾¨¹ì"
4223 "¾ËÙÊÙµ"
4224 "¾Í"
4225 "¾Í¡"
4226 "¾Í§"
4227 "¾Í·ÑÅ"
4228 "¾ÍÃìµ"
4229 "¾Ð"
4230 "¾Ð¾Ô§"
4231 "¾ÐÂÙ¹"
4232 "¾ÐÃØ§¾ÐÃѧ"
4233 "¾Ðǧ"
4234 "¾ÐÇÑ¡¾Ðǹ"
4235 "¾ÐÇéÒ¾ÐÇѧ"
4236 "¾Ðͧ"
4237 "¾ÐÍ×´¾ÐÍÁ"
4238 "¾Ðà¹Õ§"
4239 "¾Ðà¹éҾйÍ"
4240 "¾ÐàÂÔº"
4241 "¾ÐàÂÔº¾ÐÂÒº"
4242 "¾Ðá¹§"
4243 "¾ÐâÅé"
4244 "¾Ñ¡"
4245 "¾Ñ¡µÃì"
4246 "¾Ñ§"
4247 "¾Ñ§§Ò"
4248 "¾Ñ§¼×´"
4249 "¾Ñ§¾ÇÂ"
4250 "¾Ñ§¾Í¹"
4251 "¾Ñ§¾Òº"
4252 "¾Ñ§à¾Â"
4253 "¾ÑªÃ"
4254 "¾Ñ²¹Ð"
4255 "¾Ñ²¹Ò"
4256 "¾Ñ´"
4257 "¾ÑµÃ"
4258 "¾Ñ·¸ÊÕÁÒ"
4259 "¾Ñ·ÂÒ"
4260 "¾Ñ·Åا"
4261 "¾Ñ¹"
4262 "¾Ñ¹·Ò§"
4263 "¾Ñ¹¸¡Ã³Õ"
4264 "¾Ñ¹¸·Ô¾Âì"
4265 "¾Ñ¹¸¹Ò¡ÒÃ"
4266 "¾Ñ¹¸ºÑµÃ"
4267 "¾Ñ¹¸ÁÔµÃ"
4268 "¾Ñ¹¸Ð"
4269 "¾Ñ¹¸Ø"
4270 "¾Ñ¹¸Øì"
4271 "¾Ñ¹¸ì"
4272 "¾Ñº"
4273 "¾ÑÅÅÀ"
4274 "¾ÑÅÇѹ"
4275 "¾ÑÇ"
4276 "¾ÑÇÐ"
4277 "¾ÑÈ´Õ"
4278 "¾ÑÊ´Ø"
4279 "¾ÑʵÃì"
4280 "¾Ñʶҹ"
4281 "¾Ò"
4282 "¾Ò¡"
4283 "¾Ò¡Âì"
4284 "¾Ò§"
4285 "¾Ò³"
4286 "¾Ò³Ôª"
4287 "¾Ò³ÔªÂì"
4288 "¾Ò³Õ"
4289 "¾Ò³Õ¹Õ"
4290 "¾Ò´"
4291 "¾Òµ"
4292 "¾Ò·"
4293 "¾Ò·Âì"
4294 "¾Ò¸"
4295 "¾Ò¸Ò"
4296 "¾Ò¹"
4297 "¾Ò¹Ã"
4298 "¾ÒÁ"
4299 "¾ÒÂ"
4300 "¾ÒÂѾ"
4301 "¾ÒÂØ"
4302 "¾Òó"
4303 "¾ÒÃÒ"
4304 "¾ÒÃÒ¿Ô¹"
4305 "¾ÒÃì"
4306 "¾ÒÅ"
4307 "¾ÒÅÕ"
4308 "¾ÒÊ"
4309 "¾ÒʹÒ"
4310 "¾Òʹì"
4311 "¾ÒÊØ¡ÃÕ"
4312 "¾ÒÊàÇÔÃì´"
4313 "¾Ò˹Ð"
4314 "¾ÒËÐ"
4315 "¾ÒËÒ"
4316 "¾ÒËØ"
4317 "¾ÒËØÃÑ´"
4318 "¾ÒÌËÐ"
4319 "¾Òà¹Å"
4320 "¾ÒàËô"
4321 "¾ÒàËÕÂÃ"
4322 "¾ÒâÅ"
4323 "¾Ó"
4324 "¾Ó¹Ñ¡"
4325 "¾Ô¡Å"
4326 "¾Ô¡Ñ´"
4327 "¾Ô¡ÑµÔ"
4328 "¾Ô¡ÒÃ"
4329 "¾Ô¡ØÅ"
4330 "¾Ô¦Òµ"
4331 "¾Ô¦à¹È"
4332 "¾Ô§"
4333 "¾Ô¨ÒóÒ"
4334 "¾Ô¨Òóì"
4335 "¾Ô¨ÔµÃ"
4336 "¾ÔªÑÂ"
4337 "¾ÔªÒ¹"
4338 "¾ÔªÔµ"
4339 "¾Ô««èÒ"
4340 "¾Ô³"
4341 "¾Ô¶Õ¾Ô¶Ñ¹"
4342 "¾Ô·ÂÒ"
4343 "¾Ô·Ñ¡Éì"
4344 "¾Ô¸Ò¹"
4345 "¾Ô¸Õ"
4346 "¾Ô¹·Ø"
4347 "¾Ô¹Íº¾Ôà·Ò"
4348 "¾Ô¹ÑÂ"
4349 "¾Ô¹ÒÈ"
4350 "¾Ô¹Ô¨"
4351 "¾Ô¹Ôµ"
4352 "¾Ô¹ÔÈ"
4353 "¾ÔºÑµÔ"
4354 "¾ÔºÙÅ"
4355 "¾Ô¾Áì"
4356 "¾Ô¾Ñ¡¾Ô¾èǹ"
4357 "¾Ô¾Ñ²¹ì"
4358 "¾Ô¾Ò¡ÉÒ"
4359 "¾Ô¾Ò¡Éì"
4360 "¾Ô¾Ò·"
4361 "¾Ô¾Ô¸"
4362 "¾Ô¾Ô¸Àѳ±Ê¶Ò¹"
4363 "¾Ô¾Ô¸Àѳ±ì"
4364 "¾ÔÀ¾"
4365 "¾ÔÁ¾ì"
4366 "¾ÔÁÅ"
4367 "¾ÔÁÒ¹"
4368 "¾ÔÁØ¢"
4369 "¾ÔÁàʹ"
4370 "¾ÔÃÍ´"
4371 "¾ÔÃÒº"
4372 "¾ÔÃÒÅÑÂ"
4373 "¾ÔÃÕé¾ÔäÃ"
4374 "¾ÔÃØ³"
4375 "¾ÔÃØ¸"
4376 "¾ÔÅÒ»"
4377 "¾ÔÅÒÊ"
4378 "¾ÔÅÖ¡"
4379 "¾ÔÅÖ¡¡Ö¡¡×Í"
4380 "¾ÔÅÖ¡¾ÔÅÑè¹"
4381 "¾ÔÈ"
4382 "¾ÔÈǧ"
4383 "¾ÔÈÇÒÊ"
4384 "¾ÔÈÒÅ"
4385 "¾ÔÈØ·¸Ôì"
4386 "¾ÔÈØ·¸ì"
4387 "¾ÔÉ"
4388 "¾ÔɳØâÅ¡"
4389 "¾ÔÉʧ"
4390 "¾ÔÊ´ÒÃ"
4391 "¾ÔÊÁÑÂ"
4392 "¾ÔÊÑÂ"
4393 "¾ÔÊÔ°"
4394 "¾ÔÊØ·¸Ôì"
4395 "¾ÔÊÙ¨¹ì"
4396 "¾ÔËÒÃ"
4397 "¾ÔÌÒÃ"
4398 "¾Ôà¤ÃÒÐËì"
4399 "¾ÔàÈÉ"
4400 "¾Ô⡾Ôࡹ"
4401 "¾Ôâ¤"
4402 "¾Ôâø"
4403 "¾ÔäÃ"
4404 "¾ÔäÅ"
4405 "¾Õ"
4406 "¾Õª¤³Ôµ"
4407 "¾Õ«Õ"
4408 "¾ÕÃÐÁÔ´"
4409 "¾Õè"
4410 "¾Õé"
4411 "¾Ö§"
4412 "¾ÖÁ"
4413 "¾ÖÁ¾Ó"
4414 "¾Öè§"
4415 "¾Öèº"
4416 "¾×ª"
4417 "¾×´"
4418 "¾×é¹"
4419 "¾×é¹·Õè"
4420 "¾Ø"
4421 "¾Ø¡"
4422 "¾Ø§"
4423 "¾Ø²"
4424 "¾Ø²Ô"
4425 "¾Ø´"
4426 "¾Ø·¸"
4427 "¾Ø·¸Ð"
4428 "¾Ø·¸ÒÇÒÊ"
4429 "¾Ø·¸Ô"
4430 "¾Ø·ÃÒ"
4431 "¾Ø·â¸è"
4432 "¾Ø¸"
4433 "¾Øè§"
4434 "¾ØèÁ"
4435 "¾ØéÂ"
4436 "¾Ù"
4437 "¾Ù´"
4438 "¾Ù¹"
4439 "¾Ùè"
4440 "¾Ùé¹"
4441 "¾à¹¨Ã"
4442 "¾è¹"
4443 "¾èǧ"
4444 "¾èÍ"
4445 "¾èÒ§"
4446 "¾èÒ¹"
4447 "¾èÒÂ"
4448 "¾èÒËì"
4449 "¾é¹"
4450 "¾éÍ"
4451 "¾éͧ"
4452 "¾éÍÁ"
4453 "¿¡"
4454 "¿ÃÍ´ì"
4455 "¿ÃÕ"
4456 "¿ÅÍàù«ì"
4457 "¿ÅÙÍÍÃÕ¹"
4458 "¿Í¡"
4459 "¿Í§"
4460 "¿Í´"
4461 "¿Í¹"
4462 "¿Í¹µì"
4463 "¿ÍÃìÁ"
4464 "¿ÍÃìÁÒÅ´Õäδì"
4465 "¿ÍÃìÁÒÅÔ¹"
4466 "¿ÍÃìáÁµ"
4467 "¿ÍÊ«ÔÅ"
4468 "¿ÍÊ¿ÍÃÑÊ"
4469 "¿ÍÊ࿵"
4470 "¿Ñ¡"
4471 "¿Ñ§"
4472 "¿Ñ§¡ìªÑ¹"
4473 "¿Ñ§¡ìªÑè¹"
4474 "¿Ñ´"
4475 "¿Ñ¹"
4476 "¿Ñè¹"
4477 "¿Ñé¹"
4478 "¿Ò¡"
4479 "¿Ò§"
4480 "¿Ò´"
4481 "¿Ò·ÍÁ"
4482 "¿Ò¹"
4483 "¿ÒÂ"
4484 "¿ÒÃìÁ"
4485 "¿ÒÊ«Ôʵì"
4486 "¿Ô¡"
4487 "¿Ô´"
4488 "¿Ô¹áŹ´ì"
4489 "¿Ôº"
4490 "¿ÔÅ´ì"
4491 "¿ÔÅÔ»»Ô¹Êì"
4492 "¿ÔÅìÁ"
4493 "¿ÔÇÊì"
4494 "¿ÔÊÔ¡Êì"
4495 "¿Õ¿èÒ"
4496 "¿Õè"
4497 "¿Õé"
4498 "¿×¹"
4499 "¿×Á"
4500 "¿×é¹"
4501 "¿Ø"
4502 "¿Øµ"
4503 "¿ØµºÍÅ"
4504 "¿Ø¹"
4505 "¿Øº"
4506 "¿Ø¿Ð"
4507 "¿ØÅÊá¡ê»"
4508 "¿Øèº"
4509 "¿ØèÁà¿×ÍÂ"
4510 "¿Øé§"
4511 "¿Ù"
4512 "¿Ù¡"
4513 "¿Ù¨Ô"
4514 "¿Ù´"
4515 "¿ÙÁ"
4516 "¿ÙÁ¿ÒÂ"
4517 "¿Ùè"
4518 "¿èÍ"
4519 "¿èͧ"
4520 "¿è͹"
4521 "¿èÒ§"
4522 "¿èÒÁ"
4523 "¿éÍ"
4524 "¿éͧ"
4525 "¿é͹"
4526 "¿éÒ"
4527 "À¤¹Õ"
4528 "À¾"
4529 "ÀÁÃ"
4530 "ÀÂѹµÃÒÂ"
4531 "Àõ"
4532 "ÀÃÃ"
4533 "ÀÃÃÂÒ"
4534 "ÀÃÒ´Ã"
4535 "ÀÃÔÂÒ"
4536 "ÀǵѳËÒ"
4537 "ÀÇѧ¤ì"
4538 "ÀÑ¡´Õ"
4539 "ÀÑ¡ÉÒ"
4540 "ÀÑ¡ÉÒËÒÃ"
4541 "Àѳ±ì"
4542 "ÀѵµÒ¤ÒÃ"
4543 "ÀѵµÒËÒÃ"
4544 "ÀÑ·Ã"
4545 "ÀѾ"
4546 "ÀÑÂ"
4547 "ÀÑÊ´Ò"
4548 "ÀÑʵÃÒ"
4549 "ÀÒ¤"
4550 "ÀÒ¤Õ"
4551 "ÀÒª¹Ð"
4552 "ÀÒ³Ø"
4553 "ÀÒ¾"
4554 "ÀҾ¹µÃì"
4555 "ÀÒÂ"
4556 "ÀÒÃ"
4557 "ÀÒáԨ"
4558 "ÀÒôÕ"
4559 "ÀÒõ"
4560 "ÀÒÃÐ"
4561 "ÀÒÃÒ"
4562 "ÀÒÃâç"
4563 "ÀÒǹÒ"
4564 "ÀÒÇÐ"
4565 "ÀÒÉ"
4566 "ÀÒÉ¡"
4567 "ÀÒɳì"
4568 "ÀÒÉÒ"
4569 "ÀÒÉÔµ"
4570 "ÀÒÉÕ"
4571 "ÀÒÊ¡Ã"
4572 "ÀÒʹì"
4573 "ÀÒÊÇÃ"
4574 "ÀÔ¡¢Ò"
4575 "ÀÔ¡¢Ò¨ÒÃ"
4576 "ÀÔ¡¢Ø"
4577 "ÀÔ¡¢Ø¹Õ"
4578 "ÀÔ¡ÉÒ"
4579 "ÀÔ¡ÉØ"
4580 "ÀÔ¡ÉØ³Õ"
4581 "ÀÔ§¤ÒÃ"
4582 "ÀÔ­â­"
4583 "ÀÔ¹·¹Ò¡ÒÃ"
4584 "ÀÔ¹·ì"
4585 "ÀÔÃÁÂì"
4586 "Àت"
4587 "Àت§¤ì"
4588 "ÀØÁÃÒ"
4589 "ÀØÁÃÔ¹"
4590 "ÀØÁÃÕ"
4591 "ÀÙ"
4592 "ÀÙµ"
4593 "ÀÙµÔ"
4594 "ÀÙÁÔ"
4595 "ÀÙÁÔ»ÃÐà·È"
4596 "ÀÙÁÔÀÒ¤"
4597 "ÀÙÁÔÅÓà¹Ò"
4598 "ÀÙÁÔÈÒʵÃì"
4599 "ÀÙÁÕ"
4600 "ÀÙÃÔ"
4601 "ÀÙÃÕ"
4602 "ÀÙÇ´Å"
4603 "ÀÙǹҶ"
4604 "ÀÙÇ๵Ã"
4605 "ÀÙÇä¹Â"
4606 "ÀÙÉÒ"
4607 "ÀÙÉÔµ"
4608 "ÀÙà¡çµ"
4609 "ÀÙè"
4610 "Á¡"
4611 "Á¡Ã"
4612 "Á¡ÃÒ¤Á"
4613 "Á¡Ø®"
4614 "Á¡ØÅ"
4615 "Á§¡Ø®"
4616 "Á§¤Å"
4617 "Á³±¡"
4618 "Á³±»"
4619 "Á³±Å"
4620 "Á³Õ"
4621 "Á³à±ÕÂÃ"
4622 "Á´"
4623 "ÁµÔ"
4624 "Á¸Ø"
4625 "Á¹"
4626 "Á¹µÃÕ"
4627 "Á¹µÃì"
4628 "Á¹µì"
4629 "Á¹ÊÔ¡ÒÃ"
4630 "Á¹ÑÊ"
4631 "Á¹ÑÊÇÕ"
4632 "Á¹ÔÅÒ"
4633 "Á¹ØÉªҵÔ"
4634 "Á¹ØÉ¸ÃÃÁ"
4635 "Á¹ØÉÂÈÒʵÃì"
4636 "Á¹ØÉÂÊÑÁ¾Ñ¹¸ì"
4637 "Á¹ØÉÂà·¾"
4638 "Á¹ØÉÂâÅ¡"
4639 "Á¹ØÉÂì"
4640 "Á¹à·ÕÂÃ"
4641 "ÁÂØÃÒ"
4642 "ÁÂØÃÕ"
4643 "ÁÂØàÃÈ"
4644 "ÁÂÙÃ"
4645 "ÁÃ"
4646 "Ááµ"
4647 "ÁóÐ"
4648 "Áóì"
4649 "Áô¡"
4650 "ÁÃä"
4651 "ÁÃä¹Ò¡"
4652 "ÁÃäÒ"
4653 "ÁÃÃÂÒ"
4654 "ÁÃÃÂÒ·"
4655 "ÁÃÊØÁ"
4656 "ÁĤ"
4657 "ÁĵÂÙ"
4658 "ÁÅ"
4659 "ÁÅ·Ô¹"
4660 "ÁÅÒÂ"
4661 "ÁÅÒÂÙ"
4662 "ÁÅéÒ§"
4663 "Áǹ"
4664 "ÁÇÂ"
4665 "ÁÇÅ"
4666 "ÁË¡ÃÃÁ"
4667 "ÁËó¾"
4668 "ÁËÃó¾"
4669 "ÁËÃʾ"
4670 "ÁËѹµâ·É"
4671 "ÁËѹµì"
4672 "ÁËÑȨÃÃÂì"
4673 "ÁËÒ"
4674 "ÁËÒª¹"
4675 "ÁËÒ´àÅç¡"
4676 "ÁËÒ´ä·Â"
4677 "ÁËÒµÁÐ"
4678 "ÁËÒÂÒ¹"
4679 "ÁËÒÃÒª"
4680 "ÁËÒÇÔ·ÂÒÅÑÂ"
4681 "ÁËÒÈÒÅ"
4682 "ÁËÒÊÁØ·Ã"
4683 "ÁËÒËÔ§¤Øì"
4684 "ÁËÔ§Êì"
4685 "ÁËÔ´Å"
4686 "ÁËÔÁÒ"
4687 "ÁËÖÁÒ"
4688 "ÁÍ"
4689 "Áͧ"
4690 "Áͧâ¡ÅÍ´ì"
4691 "ÁÍ­"
4692 "ÁÍ´"
4693 "Á͹ÔàµÍÃì"
4694 "Áͺ"
4695 "ÁÍÁ"
4696 "ÁÍÁáÁÁ"
4697 "ÁÍÃͤâ¤"
4698 "ÁÍÃì¿Õ¹"
4699 "ÁÍÅâ·Ê"
4700 "ÁÍÊâ¤Çì"
4701 "ÁÍàµÍÃì"
4702 "ÁÐ"
4703 "ÁСÃÙ´"
4704 "ÁС͡"
4705 "ÁСÐâùÕ"
4706 "ÁТÇÔ´"
4707 "ÁТÒÁ"
4708 "ÁТèǧ"
4709 "ÁФèÒ"
4710 "ÁЧÑèÇ"
4711 "ÁЧØÁÁЧÒËÃÒ"
4712 "ÁЫҧ"
4713 "Áдѹ"
4714 "ÁекÐ"
4715 "ÁеÖè§"
4716 "ÁеÙÁ"
4717 "Áеéͧ"
4718 "ÁйÒÇ"
4719 "ÁлÃÒ§"
4720 "ÁоÃéÒÇ"
4721 "ÁоÅѺ"
4722 "Áоٴ"
4723 "ÁÐÁèǧ"
4724 "ÁÐÂÁ"
4725 "ÁÐÃÐ"
4726 "ÁÐÃ×¹"
4727 "ÁÐÅСÍ"
4728 "ÁÐÅÔ"
4729 "ÁÐËÐËÁÑ´"
4730 "ÁÐÎÍ¡¡Ò¹Õ"
4731 "ÁÐà¡Å×Í"
4732 "ÁÐà¢×Í"
4733 "ÁÐà´×èÍ"
4734 "ÁÐà¿×ͧ"
4735 "ÁÐàÃç§"
4736 "ÁÐàÊç§"
4737 "ÁÐáÁ"
4738 "ÁÐâç"
4739 "ÁÐä¿"
4740 "ÁÑ¡"
4741 "ÁÑ¡¡ÐÊѹ"
4742 "ÁѤ¤Øà·È¡ì"
4743 "ÁѤ¹Ò¡"
4744 "ÁѦÇÒ¹"
4745 "Áѧ¡Ã"
4746 "Áѧ¤Ø´"
4747 "Áѧ¤èÒ"
4748 "ÁѨ¨Ø"
4749 "ÁѨ©Ò"
4750 "ÁѪ¬ÔÁÂÒÁ"
4751 "ÁѪ¬ÔÁÇÑÂ"
4752 "ÁѪ¬ÔÁÒ"
4753 "Áѳ±¹ÈÔÅ»ì"
4754 "Áѳ±¹Ò"
4755 "ÁÑ´"
4756 "ÁѵÊÂÒ"
4757 "ÁÑ·¹Ð"
4758 "ÁÑ·¹ÕÂÐ"
4759 "ÁÑ·ÂÐ"
4760 "ÁѸ°ҹ"
4761 "ÁѸÂÁ"
4762 "ÁѸÂÑʶì"
4763 "Áѹ"
4764 "焼"
4765 "ÁÑÁÁÕè"
4766 "ÁÑÂ"
4767 "ÁÑŵÔ"
4768 "ÁÑÅÅÔ¡Ò"
4769 "ÁÑÇ"
4770 "ÁÑÈÂÒ"
4771 "ÁÑʵÒÃì´"
4772 "ÁÑÊÁÑè¹"
4773 "ÁÑÊÂÔ´"
4774 "ÁÑÊÅÔ¹"
4775 "ÁÑè§"
4776 "ÁÑè¹"
4777 "ÁÑèÇ"
4778 "ÁÒ"
4779 "ÁÒ¡"
4780 "ÁÒ¡¡ÇèÒ"
4781 "ÁÒ¦ºÙªÒ"
4782 "ÁÒ¦Ð"
4783 "ÁÒ³¾"
4784 "ÁÒ³ÇÔ¡Ò"
4785 "ÁÒ´"
4786 "ÁÒµÃ"
4787 "ÁҵáÒÃ"
4788 "Áҵðҹ"
4789 "ÁÒµÃÒ"
4790 "ÁÒµØ"
4791 "ÁÒµØÅÒ"
4792 "ÁÒ¹"
4793 "ÁÒ¹¾"
4794 "ÁÒ¹Ð"
4795 "ÁÒ¹Ôµ"
4796 "ÁÒ¹Õ"
4797 "ÁÒ¹ØÉ"
4798 "ÁÒ¹ØÉÂÇÔ·ÂÒ"
4799 "ÁÒºµÒ¾Ø´"
4800 "ÁÒÂ"
4801 "ÁÒÂÒ"
4802 "ÁÒÂÒÇÕ"
4803 "ÁÒÃ"
4804 "ÁÒä"
4805 "ÁÒôÃ"
4806 "ÁÒôÒ"
4807 "ÁÒÃÂÒ"
4808 "ÁÒÃÂÒ·"
4809 "ÁÒÃÈÃÕ"
4810 "ÁÒÃØµ"
4811 "ÁÒÅÑÂ"
4812 "ÁÒÅÒàÃÕÂ"
4813 "ÁÒÅÕ"
4814 "ÁÒÈ"
4815 "ÁÒÊ"
4816 "ÁÒÊàµÍÃì"
4817 "ÁÒàÅà«ÕÂ"
4818 "ÁÒâ¤Ã"
4819 "ÁÒ⹪­ì"
4820 "ÁÓàÅ×ͧ"
4821 "ÁÔ"
4822 "ÁÔ¤ÊÑ­­Õ"
4823 "ÁÔ¨©Ò"
4824 "ÁÔ´"
4825 "ÁÔµÃ"
4826 "ÁÔµÔ"
4827 "ÁԶعÒ¹"
4828 "ÁÔÂѹÁèÒ"
4829 "ÁÔÅÅÔ¡ÃÑÁ"
4830 "ÁÔÅÅÔºÒÃì"
4831 "ÁÔÅÅÔÅÔµÃ"
4832 "ÁÔÅÅÔàÁµÃ"
4833 "ÁÔÅÒµ"
4834 "ÁÔÇÊÔ¤"
4835 "ÁÔÊ"
4836 "ÁÔÊ«Ò"
4837 "ÁÔÊàµÍÃì"
4838 "ÁÔàµÍÃì"
4839 "ÁÔè§"
4840 "ÁÔéÁ"
4841 "ÁÕ"
4842 "ÁÕ´"
4843 "ÁÕ¹"
4844 "ÁÕ¹Ò¤Á"
4845 "ÁÕà·¹"
4846 "ÁÕè"
4847 "ÁÕèÊÑéÇ"
4848 "ÁÖ§"
4849 "ÁÖ¹"
4850 "Á×´"
4851 "Á×¹"
4852 "Á×Í"
4853 "Á×è¹"
4854 "Á×éÍ"
4855 "ÁØ"
4856 "ÁØ¡"
4857 "ÁØ¡´Ò"
4858 "ÁØ¡´ÒËÒÃ"
4859 "ÁØ¢"
4860 "篤"
4861 "ÁبÅÔ¹·ì"
4862 "ÁØ´"
4863 "Áص¡Ô´"
4864 "ÁØ·ÔµÒ"
4865 "ÁØ·Ø"
4866 "ÁعԹ·Ãì"
4867 "ÁعÕ"
4868 "篼"
4869 "ÁغÁÔº"
4870 "ÁØÁ"
4871 "ÁØÊÅÔÁ"
4872 "ÁØÊÒ"
4873 "ÁØè§"
4874 "ÁØè¹"
4875 "ÁØèÂ"
4876 "ÁØé§"
4877 "ÁÙ¡"
4878 "ÁÙµÃ"
4879 "ÁÙ¹"
4880 "ÁÙÁÁÒÁ"
4881 "ÁÙÅ"
4882 "ÁÙŤèÒ"
4883 "ÁÙŰҹ"
4884 "ÁÙŹԸÔ"
4885 "ÁÙà«Í"
4886 "ÁÙè·Ùè"
4887 "ÁÙèÅÕè"
4888 "ÁàËÈÇÃ"
4889 "ÁàËÊÕ"
4890 "ÁàËÒÌÒÃ"
4891 "Áâ¹"
4892 "Áâ¹ÃÒËì"
4893 "Áâ¹ÊÒàÃè"
4894 "ÁâËÃʾ"
4895 "ÁâËÃз֡"
4896 "ÁâËÃÕ"
4897 "ÁâËÌÒÃ"
4898 "Áèǧ"
4899 "Áèǹ"
4900 "Áè͵éÍ"
4901 "ÁèÍÂ"
4902 "ÁèÍÎèÍÁ"
4903 "ÁèÒ¹"
4904 "ÁèÒÂ"
4905 "Áéǹ"
4906 "ÁéÇÂ"
4907 "ÁéÒ"
4908 "ÁéÒ¹"
4909 "ÁéÒÁ"
4910 "¡"
4911 "¡Âèͧ"
4912 "§"
4913 "§âÂè"
4914 "µÔ"
4915 "¶ҡÃÃÁ"
4916 "¹µÃì"
4917 "¹µì"
4918 "ÂÁ"
4919 "ÂÁ¡"
4920 "ÂÃç"
4921 "ÂÅ"
4922 "傤"
4923 "ÂÇ´"
4924 "Âǹ"
4925 "傼"
4926 "ÂÈ"
4927 "ÂÍ"
4928 "ÂÍ¡"
4929 "Âͧ"
4930 "ÂÍ´"
4931 "Â͹"
4932 "Âͺ"
4933 "ÂÍÁ"
4934 "ÂÐ"
4935 "ÂÑ¡"
4936 "ÂÑ¡¢Ô¹Õ"
4937 "ÂÑ¡¢ì"
4938 "ÂÑ¡ÂÍ¡"
4939 "ÂÑ¡ÉÔ³Õ"
4940 "ÂÑ¡ÉÕ"
4941 "ÂÑ¡Éì"
4942 "儤"
4943 "ÂÑ´"
4944 "ÂÑ´àÂÕ´"
4945 "Âѹ"
4946 "ÂѹµÃ¡ÃÃÁ"
4947 "ÂѹµÃì"
4948 "Âѹµì"
4949 "儼"
4950 "ÂÑè§Â×¹"
4951 "ÂÑè¹"
4952 "ÂÑèÇ"
4953 "ÂÑé§"
4954 "ÂÑéÇ"
4955 "ÂÑéÇàÂÕéÂ"
4956 "ÂÒ"
4957 "ÂÒ¡"
4958 "ÂÒ§"
4959 "ÂÒ¨¡"
4960 "ÂÒ´"
4961 "ÂÒ´Ò"
4962 "ÂÒµÃ"
4963 "ÂÒµÃÒ"
4964 "ÂÒ¹"
4965 "ÂÒ¹Õ"
4966 "ÂÒº"
4967 "ÂÒºéÒ"
4968 "ÂÒÁ"
4969 "ÂÒÂ"
4970 "ÂÒÇ"
4971 "ÂÓ"
4972 "ÂÔ¡"
4973 "ÂÔ§"
4974 "ÂÔ¹"
4975 "ÂÔº"
4976 "ÂÔ»«ÑÁ"
4977 "ÂÔ»«Õ"
4978 "ÂÔÁ¹Òʵԡ"
4979 "ÂÔÇ"
4980 "ÂÔËÇÒ"
4981 "ÂÔè§"
4982 "ÂÔéÁ"
4983 "ÂÕ"
4984 "ÂÕ¹"
4985 "ÂÕÃÒ¿"
4986 "ÂÕè"
4987 "ÂÕèÊ¡"
4988 "ÂÕèʧ"
4989 "ÂÕèÊØè¹"
4990 "ÂÕèÊèÒ¹"
4991 "ÂÕèËÃÐ"
4992 "ÂÕèËÃèÒ"
4993 "ÂÕèËéÍ"
4994 "ÂÖ¡Â×Í"
4995 "ÂÖ´"
4996 "Â×´"
4997 "Â×¹"
4998 "Â×Á"
4999 "Â×è¹"
5000 "Â×éÍ"
5001 "ÂØ"
5002 "ÂØ¡µì"
5003 "ÂØ¤"
5004 "ÂØ¤Å"
5005 "寤"
5006 "ÂØ´"
5007 "ÂØµÔ"
5008 "ÂØµÔ¸ÃÃÁ"
5009 "ÂØ·¸"
5010 "ÂØ·¸¡ÒÃ"
5011 "ÂØ·¸¹Ò"
5012 "ÂØ·¸ì"
5013 "ÂØ·â¸»¡Ã³ì"
5014 "导"
5015 "ÂØ¾´Õ"
5016 "ÂØ¾Â§"
5017 "ÂØ¾ÃÒª"
5018 "ÂØ¾àÂÒÇì"
5019 "ÂØ¾àÃÈ"
5020 "ÂØÃÂÒµÃ"
5021 "ÂØÇª¹"
5022 "ÂØâû"
5023 "ÂØè§"
5024 "ÂØèÁÂèÒÁ"
5025 "ÂØèÂ"
5026 "ÂØé§"
5027 "ÂØéÂ"
5028 "ÂÙ§"
5029 "ÂÙ¹Ô¡«ì"
5030 "ÂÙÃÂÒµÃ"
5031 "ÂÙÃÔ¡"
5032 "ÂÙÊà«ÍÃì"
5033 "ÂÙàùÑÊ"
5034 "ÂÙàÃà¹ÕÂÁ"
5035 "ÂÙâ¡ÊÅÒàÇÕÂ"
5036 "ÂÙâ´"
5037 "ÂÙâÃ"
5038 "ÂÙè"
5039 "ÂâÊ"
5040 "Âè¹"
5041 "ÂèÍ"
5042 "Âèͧ"
5043 "ÂèÍÁ"
5044 "ÂèÍÂ"
5045 "ÂèÐ"
5046 "ÂèÒ"
5047 "ÂèÒ§"
5048 "ÂèÒ¹"
5049 "ÂèÒÁ"
5050 "ÂèÓ"
5051 "ÂéÇÂ"
5052 "Âé͹"
5053 "ÂéÍÁ"
5054 "ÂéÍÂ"
5055 "ÂéÒÂ"
5056 "ÂéÓ"
5057 "á"
5058 "ç"
5059 "ç¤Çѵ¶Ø"
5060 "ç¤ì"
5061 "è¹Ò"
5062 "èԵ"
5063 "èàè"
5064 "èàÅ¢"
5065 "ó"
5066 "óѰ"
5067 "ô"
5068 "ôÕ"
5069 "õÐ"
5070 "õÔ"
5071 "ö"
5072 "öàÁÅì"
5073 "ù"
5074 "ú"
5075 "þ"
5076 "þÕ"
5077 "ÃÁ"
5078 "ÃÁ³Õ"
5079 "ÃÁ³ÕÂì"
5080 "ÃÁÂì"
5081 "ÃÂÒ§¤ì"
5082 "ÃÇ¡"
5083 "Ãǧ"
5084 "ÃÇ´"
5085 "Ãǹ"
5086 "ÃǹàÃ"
5087 "ÃǺ"
5088 "ÃÇÁ"
5089 "ÃÇÂ"
5090 "ÃÇÔ"
5091 "ÃÇÕ"
5092 "ÃȹÒ"
5093 "ÃÊ"
5094 "ÃʹÒ"
5095 "ÃÊÒ¹àÇ·"
5096 "ÃÊÔ¡"
5097 "ÃËÑÊ"
5098 "ÃËÔµ"
5099 "ÃÍ"
5100 "ÃÍ¡"
5101 "Ãͧ"
5102 "Ãͧà§ç§"
5103 "ÃÍ´"
5104 "Ã͹"
5105 "Ãͺ"
5106 "Ãͺ¤Íº"
5107 "ÃÍÁ"
5108 "ÃÍÂ"
5109 "ÃÐ"
5110 "ÃСÓ"
5111 "ÃФ¹"
5112 "ÃФÒÂ"
5113 "ÃЦѧ"
5114 "ÃЧÁ"
5115 "ÃЧѺ"
5116 "ÃдÁ"
5117 "ÃдѺ"
5118 "ÃдÙ"
5119 "Ãз´"
5120 "ÃзÁ"
5121 "ÃзÇÂ"
5122 "Ãз֡"
5123 "ÃйҴ"
5124 "ÃйҺ"
5125 "ÃйÒÇ"
5126 "Ãкº"
5127 "ÃкÁ"
5128 "Ãкͺ"
5129 "ÃкѺ"
5130 "Ãкҭ"
5131 "ÃкҴ"
5132 "ÃкÒÂ"
5133 "ÃкÓ"
5134 "ÃкÔÅ"
5135 "Ãк×Í"
5136 "ÃкØ"
5137 "ÃÐÂÐ"
5138 "ÃÐÂѺ"
5139 "ÃÐÂÓ"
5140 "ÃÐÂÔº"
5141 "ÃÐÂéÒ"
5142 "ÃÐÃÔ¡"
5143 "ÃÐÅÍ¡"
5144 "ÃÐÅÖ¡"
5145 "ÃÐÇѧ"
5146 "ÃÐÇÒ§"
5147 "ÃÐËÇèÒ§"
5148 "ÃÐËØÂ"
5149 "ÃÐÍÒ"
5150 "ÃÐÍØ"
5151 "ÃÐ๹"
5152 "ÃÐà¹ÃйҴ"
5153 "ÃÐà¹Õ´"
5154 "ÃÐàºÔ´"
5155 "ÃÐàºÕ§"
5156 "ÃÐàºÕ¹"
5157 "ÃÐàºÕº"
5158 "ÃÐàºç§"
5159 "ÃÐàÁÕÂÃ"
5160 "ÃÐàËÂ"
5161 "ÃÐàËÔ´"
5162 "ÃÐàËç¨"
5163 "ÃÐá¤Ð"
5164 "ÃÐá§é"
5165 "ÃÐá¹§"
5166 "ÃÐáǧ"
5167 "ÃÑ¡"
5168 "ÃÑ¡¢ì"
5169 "ÃÑ¡ºÕé"
5170 "ÃÑ¡ÉÒ"
5171 "ÃÑ¡Éì"
5172 "ÃÑ¡áÃé"
5173 "Ãѧ"
5174 "ÃѧÊÔµ"
5175 "ÃѧÊÕ"
5176 "Ãѧá¡"
5177 "Ãѧá¤"
5178 "ÃѨ©Ò"
5179 "ÃѪ"
5180 "ÃѪ®ÒÀÔàÉ¡"
5181 "ÃѪ´ÒÀÔàÉ¡"
5182 "ÃѪ¹Õ"
5183 "ÃÑ­¨Ç¹"
5184 "ÃѰ"
5185 "ÃѰºÒÅ"
5186 "ÃѰºØÃØÉ"
5187 "ÃѰ»ÃÐÈÒʹÈÒʵÃì"
5188 "ÃѰ»ÃÐËÒÃ"
5189 "ÃѰÁ¹µÃÕ"
5190 "ÃѰÇÔÊÒˡԨ"
5191 "ÃѰÈÒʵÃì"
5192 "ÃѰÊÀÒ"
5193 "ÃÑ´"
5194 "Ãѵ"
5195 "ÃѵµÔ"
5196 "Ãѵ¹"
5197 "Ãѵ¹µÃÑÂ"
5198 "Ãѵ¹ºÑÅÅѧ¡ì"
5199 "Ãѵ¹Ð"
5200 "Ãѵ¹Ò"
5201 "Ãѵ¹â¡ÊÔ¹·Ãì"
5202 "Ãѵ¹ì"
5203 "ÃѶÂÒ"
5204 "Ãѹ"
5205 "Ãѹ·´"
5206 "ÃѺ"
5207 "ÃѺÃͧ"
5208 "ÃÑÁÀÒ"
5209 "ÃÑÁÁÕè"
5210 "ÃÑÇ"
5211 "ÃÑÈÁÔÁѵ"
5212 "ÃÑÈÁÔÁÒ¹"
5213 "ÃÑÈÁÕ"
5214 "ÃÑɮҡÃ"
5215 "ÃÑÊà«ÕÂ"
5216 "ÃÑèÇ"
5217 "ÃÑé§"
5218 "ÃÑé¹"
5219 "ÃÑéÇ"
5220 "ÃÒ"
5221 "ÃÒ¡"
5222 "ÃÒ¡ÉÊ"
5223 "ÃÒ¤Ð"
5224 "ÃÒ¤Ò"
5225 "ÃÒ¤Ô¹"
5226 "ÃÒ¤Õ"
5227 "ÃÒ§"
5228 "ÃÒ§ªÒ§"
5229 "ÃÒ§ÇÑÅ"
5230 "ÃÒª"
5231 "ÃÒª¡ÒÃ"
5232 "ÃÒª¹Ô¡ØÅ"
5233 "ÃÒªºÑ³±ÔµÂʶҹ"
5234 "ÃÒªÂì"
5235 "ÃҪǧÈì"
5236 "ÃÒªÇâç¡ÒÃ"
5237 "ÃÒªÊÕÁÒ"
5238 "ÃÒªÊÕËì"
5239 "ÃҪѹÂì"
5240 "ÃÒªÒ"
5241 "ÃÒªÒ¸ÔÃÒª"
5242 "ÃÒªÒÀÔàÉ¡"
5243 "ÃÒªÒÇ´Õ"
5244 "ÃÒªÔ¹Ô¡ØÅ"
5245 "ÃÒªÔ¹Õ"
5246 "ÃÒªÔ¹Ù»¶ÑÁÀì"
5247 "ÃÒªÙ»¶ÑÁÀì"
5248 "ÃÒªÙ»âÀ¤"
5249 "ÃÒ­"
5250 "ÃÒ´"
5251 "ÃÒµ"
5252 "ÃÒµÃ"
5253 "ÃÒµÃÕ"
5254 "ÃÒ¹"
5255 "ÃÒº"
5256 "ÃÒ¾³ÒÊÙÃ"
5257 "ÃÒÁ"
5258 "ÃÒÁ¤Óá˧"
5259 "ÃÒÁÊÙÃ"
5260 "ÃÒÁÑ­"
5261 "ÃÒÁÒ"
5262 "ÃÒÁÒ¸Ôº´Õ"
5263 "ÃÒÁà¡ÕÂõÔì"
5264 "ÃÒÂ"
5265 "ÃÒ¡ÒÃ"
5266 "ÃÒ§ҹ"
5267 "ÃÒÇ"
5268 "ÃÒÇÕ"
5269 "ÃÒÈÕ"
5270 "ÃÒÉ®Ã"
5271 "ÃÒÉ®Ãì"
5272 "ÃÒËÙ"
5273 "ÃÒહ·Ãì"
5274 "ÃÒ⪺ÒÂ"
5275 "ÃÒâªÇÒ·"
5276 "ÃÓ"
5277 "ÃÓ¤Ò­"
5278 "ÃӨǹ"
5279 "ÃӾѹ"
5280 "ÃÓ¾Ö§"
5281 "ÃÓÁйÒ"
5282 "ÃÓÅÖ¡"
5283 "ÃÓà¾Â"
5284 "ÃÔ"
5285 "ÃÔ¡"
5286 "ÃÔ´Êմǧ"
5287 "ÃÔ¹"
5288 "ÃÔº"
5289 "ÃÔººÔé¹"
5290 "ÃÔÁ"
5291 "ÃÔÉÂÒ"
5292 "ÃÔé¹"
5293 "ÃÔéÇ"
5294 "ÃÕ"
5295 "ÃÕ¨ÔÊ·ÃÕ"
5296 "ÃÕ´"
5297 "ÃÕµ"
5298 "ÃÕº"
5299 "ÃÕÁ"
5300 "ÃÕÇÔÇ"
5301 "ÃÕàÊÔÃìª"
5302 "ÃÕàÊÔÃì«"
5303 "ÃÕâÁµ"
5304 "ÃÕè"
5305 "ÃÕé"
5306 "ÃÖ§"
5307 "ÃÖé§"
5308 "Ã×è¹"
5309 "Ã×éÍ"
5310 "ÃØ"
5311 "ÃØ¡"
5312 "ÃØ¡¢¡Ð"
5313 "ÃØ¡¢ªÒµÔ"
5314 "ÃØ¡¢ÁÙÅ"
5315 "ÃØ¡¢à·Ç´Ò"
5316 "ÃØ¡¢ì"
5317 "ÃØ§Ãѧ"
5318 "ÃØ¨Ô"
5319 "ÃØ¨Õ"
5320 "ÃØ´"
5321 "ÃØµ"
5322 "ÃØ·¸ì"
5323 "ÃØ·Ã"
5324 "ÃØ¹"
5325 "ÃØ¹áç"
5326 "ÃØºÃÙè"
5327 "ÃØÁ"
5328 "ÃØÉ¯ì"
5329 "ÃØÊâ«"
5330 "ÃØè§"
5331 "ÃØè¹"
5332 "ÃØèÁ"
5333 "ÃØèÁÃèÒÁ"
5334 "ÃØèÂ"
5335 "ÃØé§"
5336 "ÃÙ"
5337 "ÃÙ´"
5338 "ÃÙ»"
5339 "ÃÙÁÒà¹ÕÂ"
5340 "ÃÙÊà«ÕÂ"
5341 "ÃÙàÁà¹ÕÂ"
5342 "ÃÙàÅçµµì"
5343 "ÃÙè"
5344 "ÃÙé"
5345 "ÃÙé¨Ñ¡"
5346 "ÃâË"
5347 "Ãè¹"
5348 "ÃèÁ"
5349 "Ãèǧ"
5350 "Ãèǹ"
5351 "ÃèÇÁ"
5352 "ÃèÍ"
5353 "Ãèͧ"
5354 "Ãè͹"
5355 "ÃèÍÂ"
5356 "ÃèÒ"
5357 "ÃèÒ§"
5358 "ÃèÒ¹"
5359 "ÃèÒÂ"
5360 "ÃèÓ"
5361 "ÃèÓÃÇÂ"
5362 "Ãé¹"
5363 "Ãéͧ"
5364 "Ãé͹"
5365 "ÃéÍÂ"
5366 "ÃéÒ"
5367 "ÃéÒ§"
5368 "ÃéÒ¹"
5369 "ÃéÒÂ"
5370 "ÃéÒÇ"
5371 "Ä¡Éì"
5372 "ĪÒ"
5373 "ĪØ"
5374 "ij"
5375 "Ä´Õ"
5376 "Ä´Ù"
5377 "ĵ"
5378 "Ä·¸Ò"
5379 "Ä·¸Ôì"
5380 "Ä·ÑÂ"
5381 "ÄÉÀ"
5382 "ÄÉÕ"
5383 "Äå"
5384 "ŧ"
5385 "Å´"
5386 "Å´Ò"
5387 "Å´ÒÇÑÅÂì"
5388 "Ź"
5389 "ź"
5390 "žºØÃÕ"
5391 "ÅÁ"
5392 "ÅŹÒ"
5393 "ÅÅÒ¯"
5394 "ÅÅÔµ"
5395 "ÅÇ¡"
5396 "Åǧ"
5397 "ÅÇ´"
5398 "ÅǹÅÒÁ"
5399 "ÅǹÐ"
5400 "ÅÇÐ"
5401 "ÅËØ"
5402 "ÅÍ¡"
5403 "ÅÍ¡ÒÃÔ·ÖÁ"
5404 "Åͧ"
5405 "Åͧ¡Í§"
5406 "Åͧ¨Ô¨Ù´"
5407 "ÅÍ´"
5408 "Å͵àµÍÃÕè"
5409 "Å͹"
5410 "Å͹´Í¹"
5411 "Åͺ"
5412 "ÅÍÁ"
5413 "ÅÍÂ"
5414 "ÅÍÍ"
5415 "ÅÐ"
5416 "ÅФÃ"
5417 "ÅеԨٴ"
5418 "ÅеԹ"
5419 "ÅкѴ"
5420 "ÅÐÁÑè§"
5421 "ÅÐÁع"
5422 "ÅÐÁèÍÁ"
5423 "ÅÐÁéÒÂ"
5424 "ÅÐÅÇÂ"
5425 "ÅÐËÁÒ´"
5426 "ÅÐËÒ¹"
5427 "ÅÐËØè§"
5428 "ÅÐÍͧ"
5429 "ÅÐÍÒÂ"
5430 "ÅÐàÁÍ"
5431 "ÅÐàÁÒÐ"
5432 "ÅÐàÁÔ´"
5433 "ÅÐàÁÕ´"
5434 "ÅÐàŧ"
5435 "ÅÐàÅÔ§"
5436 "ÅÐàÅÕ´"
5437 "ÅÐàǧ"
5438 "ÅÐàËÕèÂ"
5439 "ÅÐàÍÕ´"
5440 "ÅÐáÇ¡"
5441 "ÅÐâÁº"
5442 "ÅÐâÇé"
5443 "ÅÐäÁ"
5444 "ÅÑ¡"
5445 "ÅÑ¡¢³Ð"
5446 "ÅѡɳÐ"
5447 "ÅÑ¡ÉÁÕ"
5448 "ÅѤ¤Ð"
5449 "ÅѤ¹Ò"
5450 "ÅѤ¹ì"
5451 "Åѧ"
5452 "ÅѧàÅ"
5453 "ÅѪªÒ"
5454 "ÅѪªÕ"
5455 "ÅÑ­¨¡Ã"
5456 "ÅÑ­¨¹ì"
5457 "ÅÑ­©"
5458 "ÅÑ­©¡Ã"
5459 "ÅÑ­©¹ì"
5460 "ÅÑ´"
5461 "ÅÑ´Ò"
5462 "ÅÑ·¸Ô"
5463 "ÅÑ·¸ì"
5464 "Åѹ"
5465 "ÅѺ"
5466 "ÅѾ¸ì"
5467 "ÅÑÂ"
5468 "ÅÑè¹"
5469 "ÅÑè¹·Á"
5470 "ÅÒ"
5471 "ÅÒ¡"
5472 "ÅÒ§"
5473 "ÅÒ­"
5474 "ÅÒ´"
5475 "ÅÒ¹"
5476 "ÅÒº"
5477 "ÅÒ»"
5478 "ÅÒÀ"
5479 "ÅÒÁ"
5480 "ÅÒÁ¡"
5481 "ÅÒÂ"
5482 "ÅÒÂÊ×Í"
5483 "ÅÒŹÐ"
5484 "ÅÒÅÊ"
5485 "ÅÒÇ"
5486 "ÅÒÇ¡"
5487 "ÅÒÇѳÂì"
5488 "ÅÒÇÒ"
5489 "ÅÒʹÐ"
5490 "ÅÓ"
5491 "ÅӴǹ"
5492 "ÅӴѺ"
5493 "ÅÓºÒ¡"
5494 "ÅӾǹ"
5495 "ÅӾͧ"
5496 "ÅӾѧ"
5497 "ÅÓÀآѹ"
5498 "ÅÓÂͧ"
5499 "ÅÓà¤ç­"
5500 "ÅÓà¨Õ¡"
5501 "ÅÓà¹Ò"
5502 "ÅÓà¾Ò"
5503 "ÅÓàÅÔ¡"
5504 "ÅÓàÅÕ§"
5505 "ÅÓâ¾§"
5506 "ÅÓäÂ"
5507 "ÅÔ"
5508 "ÅÔ¡ä¹µì"
5509 "ÅÔ¢ÊÔ·¸Ôì"
5510 "ÅÔ¢Ôµ"
5511 "ÅÔ§"
5512 "ÅÔ§¡ì"
5513 "ÅÔ§¤ì"
5514 "ÅÔ´"
5515 "ÅÔµ"
5516 "ÅÔµÁÑÊ"
5517 "ÅÔµÃ"
5518 "ÅÔ¹Ô¹"
5519 "ÅÔº"
5520 "ÅÔ»´Ò"
5521 "ÅÔ»µì"
5522 "ÅԻʵԡ"
5523 "ÅÔ»Ô"
5524 "ÅÔ¿µì"
5525 "ÅÔÅÔµ"
5526 "ÅÔÇ"
5527 "ÅÔʧ"
5528 "ÅÔà¡"
5529 "ÅÔàºÕÂ"
5530 "ÅÔàÇÍÃì¾ÙÅ"
5531 "ÅÔèÁ"
5532 "ÅÔèÇ"
5533 "ÅÔé¹"
5534 "ÅÔ鹨Õè"
5535 "ÅÔéÁ"
5536 "ÅÕ"
5537 "ÅÕ¡"
5538 "Åչء«ì"
5539 "ÅÕº"
5540 "ÅÕÅÒ"
5541 "ÅÕÅÒÈ"
5542 "ÅÕè"
5543 "ÅÕé"
5544 "ÅÖ¡"
5545 "ÅÖ§¤ì"
5546 "Å×´"
5547 "Å׺"
5548 "Å×Á"
5549 "Å×Í"
5550 "Å×è¹"
5551 "Å×èÍ"
5552 "Å×é¹"
5553 "Å×éÍ"
5554 "ÅØ"
5555 "ÅØ¡"
5556 "ÅØ§"
5557 "ÅØÂ"
5558 "ÅØè¹"
5559 "ÅØèÁ"
5560 "ÅØèÂ"
5561 "ÅØé§"
5562 "ÅØéÂ"
5563 "ÅÙ¡"
5564 "ÅÙ¡¤éÒ"
5565 "ÅÙ¡ºÒÈ¡ì"
5566 "ÅÙº"
5567 "ÅÙè"
5568 "Åç͡ࡵ"
5569 "Åè¹"
5570 "ÅèÁ"
5571 "Åèǧ"
5572 "ÅèÇÁ"
5573 "ÅèÍ"
5574 "Åèͧ"
5575 "Åè͹"
5576 "ÅèÍÂ"
5577 "ÅèÍáÅè"
5578 "ÅèÐ"
5579 "ÅèÒ"
5580 "ÅèÒ§"
5581 "ÅèÒ¹"
5582 "ÅèÒÁ"
5583 "ÅèÓ"
5584 "Åé§àÅé§"
5585 "Åé¹"
5586 "ÅéÁ"
5587 "Åéǧ"
5588 "Åéǹ"
5589 "ÅéÍ"
5590 "ÅéÍÁ"
5591 "ÅéÒ"
5592 "ÅéÒ§"
5593 "ÅéÒµéÒ"
5594 "ÅéÒ¹"
5595 "ÅéÓ"
5596 "Ç¡"
5597 "Ç¡Ð"
5598 "ǧ"
5599 "ǧ¡µ"
5600 "ǧ¡ì"
5601 "ǧ¨Ã"
5602 "ǧȡÃ"
5603 "ǧÈÒ"
5604 "ǧÈì"
5605 "Ǩ¹Ð"
5606 "ǨÐ"
5607 "ǨÕ"
5608 "ǪÐ"
5609 "ǪÔÃÐ"
5610 "ǪÔÃÒÇØ¸"
5611 "dzºÑµÃ"
5612 "dz¾Ñ¹¸¹ì"
5613 "dzÐ"
5614 "dzԪ"
5615 "dzԪªÒ"
5616 "dzԪÂÒ"
5617 "dzԪÂì"
5618 "dzԾ¡"
5619 "Ç´Õ"
5620 "ǵÐ"
5621 "Ç·Ð"
5622 "Ç·Ñ­­ØµÒ"
5623 "ǸءÒ"
5624 "ǸÙ"
5625 "ǹ"
5626 "ǹÑÊ"
5627 "ǹÒ"
5628 "ǹҹµì"
5629 "ǹԴÒ"
5630 "ǹԾ¡"
5631 "ÇÂÑÊÂì"
5632 "Çç¤ì"
5633 "ÇóÐ"
5634 "ÇÃÁËÒÇÔËÒÃ"
5635 "ÇÃä"
5636 "ÇÃäÂì"
5637 "ÇÃê"
5638 "ÇÃêÂì"
5639 "ÇÃó¡ÃÃÁ"
5640 "ÇÃó¤´Õ"
5641 "ÇÃó¹Ò"
5642 "ÇÃó¾ÄµÔ"
5643 "ÇÃÃ³ÂØ¡µì"
5644 "ÇÃÃ³ÂØµ"
5645 "ÇÃóÈÔÅ»ì"
5646 "ÇÃóÐ"
5647 "ÇÃó֡"
5648 "ÇÃø¡"
5649 "ÇÃø¹Ð"
5650 "ÇÃÃÉ"
5651 "ÇÃÃÉÒ"
5652 "ÇÃÇÔËÒÃ"
5653 "ÇÃÑ­­Ù"
5654 "ÇÃÒ§¤¹Ò"
5655 "ÇÃÒËÐ"
5656 "ÇÃÒËì"
5657 "ÇÃØ³"
5658 "ÇÅÑ­ª¹ì"
5659 "ÇÅÑÂ"
5660 "ÇÅÒË¡"
5661 "ÇÅÕ"
5662 "ÇÈÐ"
5663 "ÇÊÊÐ"
5664 "ÇÊÊÕ"
5665 "ÇÊÐ"
5666 "ÇÊѹµ´ÔÅ¡"
5667 "ÇÊѹµì"
5668 "ÇÊÒ"
5669 "ÇÊÕ"
5670 "ÇÊØ"
5671 "ÇÊØ¸Ò"
5672 "ÇÊØ¹¸ÃÒ"
5673 "ÇÊØÁ´Õ"
5674 "ÇËÐ"
5675 "ÇËÒ"
5676 "ÇÍ"
5677 "ÇÍ¡"
5678 "ÇÍ¡áÇ¡"
5679 "ÇÍ´"
5680 "Ç͹"
5681 "ÇÍÃìáù·ì"
5682 "ÇÍÅÅìʵÃÕ·"
5683 "ÇÍÅàÅÂì"
5684 "ÇÍÅàÅÂìºÍÅ"
5685 "ÇÍáÇ"
5686 "ÇÐ"
5687 "ÇÑ¡"
5688 "ÇÑ¡¡Ð"
5689 "ÇѤ"
5690 "ÇѤ¤ÕÂì"
5691 "ÇѤ¤Ø"
5692 "ÇѤ«Õ¹"
5693 "Çѧ"
5694 "Çѧ¡ì"
5695 "Çѧàǧ"
5696 "ÇѨ¹Ð"
5697 "ÇѪ"
5698 "ÇѪ¬ì"
5699 "ÇѪÃÐ"
5700 "ÇѪÃÔ¹·Ãì"
5701 "ÇѪÃÕ"
5702 "Çѯ¨Ñ¡Ã"
5703 "Çѯ¯Ô"
5704 "ÇѯʧÊÒÃ"
5705 "ÇѲ¡Ð"
5706 "ÇѲ¡Õ"
5707 "ÇѲ¹¸ÃÃÁ"
5708 "ÇѲ¹Ð"
5709 "ÇѲ¹Ò"
5710 "Çѳ"
5711 "Çѳ¯ì"
5712 "Çѳ¹Ò"
5713 "ÇÑ´"
5714 "Çѵ"
5715 "ÇѵµÒ"
5716 "Çѵµì"
5717 "Çѵ¶Ø"
5718 "Çѵ¶ì"
5719 "Çѵ¹Ð"
5720 "ÇѵÃ"
5721 "ÇѵÔ"
5722 "Çѹ"
5723 "Çѹ·¹Ò"
5724 "Çѹ·¹ÕÂì"
5725 "Çѹ·ÂËѵ¶ì"
5726 "Çѹ·ÂÒÇØ¸"
5727 "Çѹ·Ò"
5728 "ÇѺ"
5729 "ÇÑ»»Ð"
5730 "ÇÑÁÁÔ¡"
5731 "ÇÑÂ"
5732 "ÇÑÅÂì"
5733 "ÇÑÅÅÀ"
5734 "ÇÑÅÅÕ"
5735 "ÇÑÇ"
5736 "ÇÑÊ´Ø"
5737 "ÇÑÊÊÐ"
5738 "ÇÑÊÊÒ¹Ð"
5739 "ÇÑÊâÊ·¡"
5740 "ÇÒ"
5741 "ÇÒ¡"
5742 "ÇÒ¡ÂÊÑÁ¾Ñ¹¸ì"
5743 "ÇÒ¡ÂÐ"
5744 "ÇÒ§"
5745 "ÇÒ¨¡"
5746 "ÇÒ¨Ò"
5747 "ÇÒ³Ôª"
5748 "ÇÒ³ÔªÂì"
5749 "ÇÒ³Õ"
5750 "ÇÒ´"
5751 "ÇÒµÀÑÂ"
5752 "ÇÒµÐ"
5753 "ÇÒ·"
5754 "ÇÒ·¡"
5755 "Çҷ¡Ã"
5756 "ÇÒ·Âì"
5757 "ÇÒ·Ôµ"
5758 "ÇÒ·Ô¹"
5759 "ÇÒ·Õ"
5760 "ÇÒ¹"
5761 "ÇÒ¹Ã"
5762 "ÇÒ¹ÃÔ¹·Ãì"
5763 "ÇÒº"
5764 "ÇÒ»Ð"
5765 "ÇÒ»ÔµÐ"
5766 "ÇÒ»Õ"
5767 "ÇÒÁ"
5768 "ÇÒÁÐ"
5769 "ÇÒÂ"
5770 "ÇÒ·Ùà¤"
5771 "ÇÒÂÊÐ"
5772 "ÇÒÃ"
5773 "ÇÒÃÊÒÃ"
5774 "ÇÒÃÔ"
5775 "ÇÒÃÕ"
5776 "ÇÒÃØ³"
5777 "ÇÒÃØ³Õ"
5778 "ÇÒÅ"
5779 "ÇÒÅìÇ"
5780 "ÇÒÇ"
5781 "ÇÒʹÐ"
5782 "ÇÒʹÒ"
5783 "ÇÒʾ"
5784 "ÇÒËÐ"
5785 "ÇÒËÔ¹Õ"
5786 "ÇÒÌ"
5787 "ÇÔ¡ÃÁ"
5788 "Çԡĵ"
5789 "Çԡĵ¡Òóì"
5790 "ÇԡĵÔ"
5791 "ÇÔ¡Å"
5792 "ÇÔ¡ÊÔµ"
5793 "ÇÔ¡Ñ»"
5794 "ÇÔ¡ÒÅ"
5795 "ÇÔ¤ËÐ"
5796 "ÇÔ§"
5797 "ÇÔ§Ç͹"
5798 "ÇÔ¨ÂØµ"
5799 "ÇԨóÐ"
5800 "ÇÔ¨Å"
5801 "ÇԨѡ¢³ì"
5802 "ÇԨѡɳì"
5803 "ÇÔ¨ÑÂ"
5804 "ÇÔ¨ÒÃ"
5805 "ÇÔ¨Òó­Ò³"
5806 "ÇÔ¨Òóì"
5807 "ÇÔ¨Ô"
5808 "ÇÔ¨Ô¡Ô¨©Ò"
5809 "ÇÔ¨Ôµ"
5810 "ÇÔ¨ÔµÃ"
5811 "ÇÔ¨Ô¹"
5812 "ÇԨس"
5813 "ÇÔ¨ØÃ³"
5814 "ÇÔªªÒ"
5815 "ÇÔªªØ"
5816 "ÇÔªªØÅ´Ò"
5817 "ÇÔª­Ð"
5818 "ÇÔª¹Õ"
5819 "ÇÔªÒ"
5820 "ÇÔªÒ¹¹Ð"
5821 "ÇÔªÔµ"
5822 "ÇÔ­­ÑµÔ"
5823 "ÇÔ­­Ò³"
5824 "ÇÔ­­Ù"
5825 "ÇÔ±ÙÃÂì"
5826 "ÇÔ´"
5827 "ÇÔ´ÕâÍ"
5828 "ÇÔµ¡"
5829 "ÇÔµ¶ÒÃ"
5830 "ÇÔµÒÁÔ¹"
5831 "ÇÔ¶Õ"
5832 "ÇԷ°ҹÐ"
5833 "ÇÔ·ÂÒ"
5834 "ÇÔ·ÂÒÅÑÂ"
5835 "ÇÔ·ÂØ"
5836 "ÇÔ·ÂØµ"
5837 "ÇÔ·ÇÑÊ"
5838 "ÇÔ·Òóì"
5839 "ÇÔ·ÒŹì"
5840 "ÇÔ·Ôµ"
5841 "ÇÔ·Ù"
5842 "ÇÔ·ÙÃ"
5843 "ÇÔ¸"
5844 "ÇÔ¸ÇÒ"
5845 "ÇÔ¸Ò"
5846 "ÇÔ¸Ò¹"
5847 "ÇÔ¸Õ"
5848 "ÇÔ¸Ù»¹Ð"
5849 "ÇԹѹµÙ"
5850 "ÇÔ¹ÑÂ"
5851 "ÇÔ¹Ò·Õ"
5852 "ÇÔ¹ÒÈ"
5853 "ÇÔ¹Ô¨"
5854 "ÇÔ¹Ô¨©ÑÂ"
5855 "ÇÔ¹Ôµ"
5856 "ÇÔ¹ÔºÒµ"
5857 "ÇÔ¹Ô»ÒµÔ¡"
5858 "ÇÔ¹â´ÇÊì"
5859 "ÇÔ¹â´Çì"
5860 "ÇԺѵÔ"
5861 "ÇÔºÒ¡"
5862 "ÇÔºØÅ"
5863 "ÇÔºØÅÂì"
5864 "ÇÔºÙÅ"
5865 "ÇÔºÙÅÂì"
5866 "ÇÔ»¡ÒÃ"
5867 "ÇÔ»¯ÔÊÒÃ"
5868 "ÇÔ»ÃСÒÃ"
5869 "ÇÔ»ÃеÔÊÒÃ"
5870 "ÇÔ»ÃÐÅÒ»"
5871 "ÇÔ»ÃÐÇÒÊ"
5872 "ÇÔ»ÃÔµ"
5873 "ÇÔ»ÅÒ»"
5874 "ÇÔ»ÅÒÊ"
5875 "ÇÔ»ÇÒÊ"
5876 "ÇԻѡÉì"
5877 "ÇÔ»ÑÊÊ¡"
5878 "ÇÔ»ÑÊʹÒ"
5879 "ÇÔ»â¤"
5880 "ÇÔ¾Ò¡Éì"
5881 "ÇÔ¾Ô¸·ÑȹÒ"
5882 "ÇÔÀǵѳËÒ"
5883 "ÇÔÀѧ¤ì"
5884 "ÇÔÀѪ"
5885 "ÇÔÀѵµÔ"
5886 "ÇÔÀÒ"
5887 "ÇÔÀÒÇ´Õ"
5888 "ÇÔÁѵÔ"
5889 "ÇÔÁص"
5890 "ÇÔÁصµÔ"
5891 "ÇÔõÐ"
5892 "ÇÔÃÁ³Ð"
5893 "ÇÔÃÃø¹ì"
5894 "ÇÔÃÇÐ"
5895 "ÇÔÃѪ"
5896 "ÇÔÃѵ"
5897 "ÇÔÃѵÔ"
5898 "ÇÔÃÔÂÀÒ¾"
5899 "ÇÔÃÔÂÐ"
5900 "ÇÔÃØ¸"
5901 "ÇÔÃØÌË¡"
5902 "ÇÔÃØÌËì"
5903 "ÇÔÅѹ´Ò"
5904 "ÇÔÅÒ´"
5905 "ÇÔÅÒ»"
5906 "ÇÔÅÒÇѳÂì"
5907 "ÇÔÅÒÈ"
5908 "ÇÔÅÒÊ"
5909 "ÇÔÅÒÊÔ¹Õ"
5910 "ÇÔÇ"
5911 "ÇÔÇóì"
5912 "ÇÔÇÃÐ"
5913 "ÇÔÇѯ"
5914 "ÇÔÇѲ¹Ò¡ÒÃ"
5915 "ÇÔÇѲ¹ì"
5916 "ÇÔÇÒ·"
5917 "ÇÔÇÒËÁ§¤Å"
5918 "ÇÔÇÒËÐ"
5919 "ÇÔÇÒËì"
5920 "ÇÔÇÔ¨"
5921 "ÇÔÇÔµ"
5922 "ÇÔÇÔ¸"
5923 "ÇÔÈÃØµ"
5924 "ÇÔÈÇ¡Ã"
5925 "ÇÔÈÇ¡ÃÃÁ"
5926 "ÇÔÈÑÅÂì"
5927 "ÇÔÈÒ¢Ð"
5928 "ÇÔÈÒ¢Ò"
5929 "ÇÔÈÒ§¤ì"
5930 "ÇÔÈÒÅ"
5931 "ÇÔÈÔɰì"
5932 "ÇÔÈØ·¸Ôì"
5933 "ÇÔÈØ·¸ì"
5934 "ÇÔɳØ"
5935 "ÇÔɸÃ"
5936 "ÇÔÉÑ¡µì"
5937 "ÇÔÉÑÂ"
5938 "ÇÔÉÒ³"
5939 "ÇÔÉØÇѵ"
5940 "ÇÔÊ¡Õé"
5941 "ÇÔÊÃê¹ÕÂì"
5942 "ÇÔÊĵ"
5943 "ÇÔÊÊØ¡ÃÃÁ"
5944 "ÇÔÊѪ¹Ò"
5945 "ÇÔÊÑ­­Õ"
5946 "ÇÔÊÑÂ"
5947 "ÇÔÊÒ¢ºÙªÒ"
5948 "ÇÔÊÒ¢Ð"
5949 "ÇÔÊÒÁÑ­"
5950 "ÇÔÊÒÊÐ"
5951 "ÇÔÊÒˡԨ"
5952 "ÇÔÊÔ°"
5953 "ÇÔÊØ§¤ÒÁÊÕÁÒ"
5954 "ÇÔÊØ·¸Ôì"
5955 "ÇÔÊØ·¸ì"
5956 "ÇÔÊÙµÃ"
5957 "ÇÔˤ"
5958 "ÇÔ˧¤ì"
5959 "ÇÔËÅÑè¹"
5960 "ÇÔËÒÂÊÐ"
5961 "ÇÔËÒÃ"
5962 "ÇÔËÔ§ÊÐ"
5963 "ÇÔËÔ§ÊÒ"
5964 "ÇÔÌѧ¤ì"
5965 "ÇÔÌÒÃ"
5966 "ÇÔÌÒÃì"
5967 "ÇÔà¤ÃÒÐËì"
5968 "ÇÔàªÕÂÃ"
5969 "ÇÔà·ÇÉ"
5970 "ÇÔà·È"
5971 "ÇÔà·âȺÒÂ"
5972 "ÇÔ๵"
5973 "ÇÔà¹"
5974 "ÇÔàù·Ãì"
5975 "ÇÔàÅ»"
5976 "ÇÔàÇ¡"
5977 "ÇÔàÈÉ"
5978 "ÇÔàÈɳì"
5979 "ÇÔàÊ·"
5980 "ÇÔàËÊÒ"
5981 "ÇÔâ¹·¡"
5982 "ÇÔâÁ¡¢ì"
5983 "ÇÔâ¤"
5984 "ÇÔâè"
5985 "ÇÔâè¹ì"
5986 "ÇÔâò"
5987 "ÇÔâø"
5988 "ÇÔâø¹ì"
5989 "ÇÔâŨ¹Ð"
5990 "ÇÔäÅ"
5991 "ÇÔè§"
5992 "ÇÔè§à»ÕéÂÇ"
5993 "ÇÔè¹"
5994 "ÇÕ"
5995 "ÇÕ¨Ô"
5996 "ÇÕª¹Õ"
5997 "ÇÕ«èÒ"
5998 "ÇÕ³Ò"
5999 "ÇÕáÃÃÁ"
6000 "ÇÕê¹"
6001 "ÇÕúØÃØÉ"
6002 "ÇÕÃʵÃÕ"
6003 "ÇÕèÇѹ"
6004 "ÇÕèáÇÇ"
6005 "ÇÕé´"
6006 "ÇØ°Ô"
6007 "ÇØ²"
6008 "ÇØ²Ô"
6009 "ÇØ´"
6010 "ÇØº"
6011 "ÇØè¹"
6012 "ÇØé§"
6013 "ÇØé¹"
6014 "ÇØéÂ"
6015 "ÇÙ´ÇÒ´"
6016 "ÇÙ¸Ù"
6017 "ÇÙº"
6018 "ÇÙèÇÒÁ"
6019 "ÇÙé"
6020 "Ç๨Ã"
6021 "Çâ¹·ÂÒ¹"
6022 "ÇâÃ"
6023 "ÇâáÒÊ"
6024 "ÇâôÁ"
6025 "Çèͧ"
6026 "Çè͹"
6027 "ÇèÒ"
6028 "ÇèÒ§"
6029 "ÇèÒ¹"
6030 "ÇèÒÂ"
6031 "ÇèÒÇ"
6032 "ÇéÒ"
6033 "ÇéÒ§"
6034 "ÇéÒÂ"
6035 "È¡"
6036 "ȵ"
6037 "ȵÇÃÃÉ"
6038 "Ⱦ"
6039 "ÈÃ"
6040 "ÈÃÑ·¸Ò"
6041 "ÈÃÑÂ"
6042 "ÈÃÕ"
6043 "ÈÃÕÇÔäÅÄ·¸Ôì"
6044 "ÈÃÕÉÐà¡É"
6045 "Èħ¤ÒÃ"
6046 "ÈÈÔ"
6047 "ÈÍ"
6048 "ÈÍ¡"
6049 "ÈÑ¡´Ò"
6050 "ÈÑ¡´Ô¹Ò"
6051 "ÈÑ¡´Ôì"
6052 "ÈÑ¡ÂÀÒ¾"
6053 "ÈÑ¡ÂÐ"
6054 "ÈÑ¡Âì"
6055 "ÈÑ¡ÃÒª"
6056 "ÈѵÃÙ"
6057 "ÈѾ·ì"
6058 "ÈÑÅ¡ÃÃÁ"
6059 "ÈÑÅÂÈÒʵÃì"
6060 "ÈÑÅÂá¾·Âì"
6061 "ÈÑÅÂì"
6062 "Èҡ¾ط¸"
6063 "ÈÒ¡ÂÁعÕ"
6064 "ÈÒ¡ÂÐ"
6065 "ÈÒµÃÒ¨ÒÃÂì"
6066 "ÈÒ¹µÔ"
6067 "ÈÒ¹µì"
6068 "ÈÒ÷"
6069 "ÈÒ÷ÙÅ"
6070 "ÈÒÅ"
6071 "ÈÒÅÒ"
6072 "ÈÒÊ¡"
6073 "ÈÒÊ´Ò"
6074 "ÈÒʵÃÒ"
6075 "ÈÒʵÃÒ¨ÒÃÂì"
6076 "ÈÒʵÃì"
6077 "ÈÒʹ¨Ñ¡Ã"
6078 "ÈÒʹÒ"
6079 "ÈÒʹٻ¶ÑÁÀ¡"
6080 "ÈÒʹì"
6081 "ÈÔ¢ÃÔ¹"
6082 "ÈÔÃÔÃÒª"
6083 "ÈÔÅ»¡Ã"
6084 "ÈÔÅ»¡ÃÃÁ"
6085 "ÈÔÅ»¡ÒÃ"
6086 "ÈÔÅ»¡Ô¨"
6087 "ÈÔÅ»ÇÔ·ÂÒ"
6088 "ÈÔÅ»ÈÒʵÃì"
6089 "ÈÔÅ»Ð"
6090 "ÈÔŻҡÃ"
6091 "ÈÔŻԹ"
6092 "ÈÔÅ»Õ"
6093 "ÈÔÅ»ì"
6094 "ÈÔÅÒ"
6095 "ÈÔÇÅÖ§¤ì"
6096 "ÈÔÇÐ"
6097 "ÈÔÇàÇ·"
6098 "ÈÔÇâÁ¡¢ì"
6099 "ÈÔÉÂì"
6100 "ÈÔâÃÃÒº"
6101 "ÈÕÃÉÐ"
6102 "ÈÕÅ"
6103 "ÈÖ¡"
6104 "ÈÖ¡ÉÒ"
6105 "ÈÖ¡ÉÒ¸Ô¡ÒÃ"
6106 "ÈÖ¡ÉÒ¹Ôà·È¡ì"
6107 "ÈØ¡Ãì"
6108 "ÈØÀ¡Ã"
6109 "ÈØÀ¹ÔÁÔµ"
6110 "ÈØÀÁÑÊ´Ø"
6111 "ÈØÀÁÒµÃÒ"
6112 "ÈØÀÁÒÊ"
6113 "ÈØÀÍÑ¡ÉÃ"
6114 "ÈØÀÒ§¤ì"
6115 "ÈØÀà¤ÃÒÐËì"
6116 "ÈØÅ¡Ò¡Ã"
6117 "ÈØÅ¡ÒÃÑ¡Éì"
6118 "ÈØÅÕ"
6119 "ÈÙ·Ã"
6120 "ÈÙ¹Âì"
6121 "Ê¡"
6122 "Ê¡¹¸ì"
6123 "Ê¡»Ã¡"
6124 "Ê¡Å"
6125 "Ê¡ÇÒ·Õ"
6126 "ʡ͵Ᏼì"
6127 "ʡѴ"
6128 "Ê¡Ò"
6129 "Ê¡ÒÇ"
6130 "Ê¡Õ"
6131 "ʡس"
6132 "ʡسÒ"
6133 "ʡسÕ"
6134 "ʡعµì"
6135 "Ê¡ØÅ"
6136 "Ê¡ç͵Ᏼì"
6137 "ʧ"
6138 "ʧ¡ÃÒ¹µì"
6139 "ʧ¡Ò"
6140 "ʧ¢ÅÒ"
6141 "ʧ¤ÃÒÁ"
6142 "ʧ¦ì"
6143 "椼"
6144 "ʧǹ"
6145 "ʧÊÑÂ"
6146 "ʧÊÒÃ"
6147 "ʧÊÒÃÇѯ"
6148 "ʧѴ"
6149 "ʧà¤ÃÒÐËì"
6150 "ʧèÒ"
6151 "ʳ±ì"
6152 "Ê´"
6153 "Ê´ÁÀì"
6154 "ʴѺ"
6155 "Ê´Ø´Õ"
6156 "ʵÃÕ"
6157 "ʵ͡"
6158 "ʵѿ¿ì"
6159 "ʵҧ¤ì"
6160 "ʵÒÃì·"
6161 "ʵÔ"
6162 "ʵÔê¡à¡ÍÃì"
6163 "ʵÙ"
6164 "ʵêÍ¡"
6165 "榁"
6166 "ʶҹ"
6167 "ʶҹ¡Òóì"
6168 "ʶҹÐ"
6169 "ʶҹÕ"
6170 "ʶҺѹ"
6171 "ʶһ¹Ò"
6172 "ʶһ¹Ô¡"
6173 "ʶһѵ¡ÃÃÁ"
6174 "ʶҾÃ"
6175 "ʶÒÇÃ"
6176 "ʶԵ"
6177 "ʶԵÂ"
6178 "ʶԵÂÈÒʵÃì"
6179 "ʶԵÂì"
6180 "ʶԵÔ"
6181 "ʶØÅ"
6182 "ʶٻ"
6183 "ʷ;"
6184 "ʹ"
6185 "ʹ·¹Ò"
6186 "ʹ¸ÂÒ"
6187 "ʹ¸Ô"
6188 "ʹ¹ÃÒ¤Ò"
6189 "ʹÁ"
6190 "ʹͧ"
6191 "ʹѺ"
6192 "ʹѺʹع"
6193 "ʹÑè¹"
6194 "ʹҹ"
6195 "ʹÒÁ"
6196 "ʹԷ"
6197 "ʹÔÁ"
6198 "ʹء"
6199 "ʹØè¹"
6200 "ʹà·È"
6201 "ʹà·èËì"
6202 "ʹã¨"
6203 "ʺ"
6204 "漤"
6205 "漦"
6206 "ʺÒÂ"
6207 "ʺÙè"
6208 "Ê»ÃÔ§"
6209 "Ê»ÒÂ"
6210 "Ê»ÒࡵµÕ"
6211 "Ê»ÔÃÔµ"
6212 "ÊÀÒ"
6213 "ÊÀÒ¾"
6214 "ÊÀҾѲ¹ì"
6215 "ÊÀÒÇÐ"
6216 "ÊÁ"
6217 "ÊÁ¡ÒÃ"
6218 "ÊÁ¤ÇÃ"
6219 "ÊÁ­Ò"
6220 "ÊÁ³ÈÑ¡´Ôì"
6221 "ÊÁ³Ð"
6222 "ÊÁ´ØÅ"
6223 "ÊÁ¶Ð"
6224 "ÊÁ¹Ò¤Ø³"
6225 "ÊÁºÑµÔ"
6226 "ÊÁºÙóҭÒÊÔ·¸ÔÃÒªÂì"
6227 "ÊÁºÙóì"
6228 "ÊÁ»ÃдÕ"
6229 "ÊÁ»Ä´Õ"
6230 "ÊÁÀ¾"
6231 "ÊÁÀÒÃ"
6232 "ÊÁÁµ"
6233 "ÊÁÁµÔ"
6234 "ÊÁÁÒµÃ"
6235 "ÊÁÁصÔ"
6236 "ÊÁÃ"
6237 "ÊÁÃö"
6238 "ÊÁÃö¹Ð"
6239 "ÊÁÃÊ"
6240 "ÊÁÍ"
6241 "ÊÁͧ"
6242 "ÊÁѤÃ"
6243 "ÊÁѪªÒ"
6244 "ÊÁѹ"
6245 "ÊÁÑÂ"
6246 "ÊÁÒ"
6247 "ÊÁÒ¤Á"
6248 "ÊÁÒ¨ÒÃ"
6249 "ÊÁÒªÔ¡"
6250 "ÊÁÒ¸Ô"
6251 "ÊÁÒ¹"
6252 "ÊÁҺѵÔ"
6253 "ÊÁÒÊ"
6254 "ÊÁÔ§"
6255 "ÊÁÔµ"
6256 "ÊÁÕ"
6257 "ÊÁد°Ò¹"
6258 "ÊÁØ´"
6259 "ÊÁØ·Ã"
6260 "ÊÁØ·ÑÂ"
6261 "ÊÁع"
6262 "ÊÁعä¾Ã"
6263 "ÊÁØËì"
6264 "ÊÁà´ç¨"
6265 "ÊÁྪ"
6266 "ÊÁàÊÃç¨"
6267 "ÊÁ⾸Ô"
6268 "ÊÁâÀ¤"
6269 "ÊÁâÀª"
6270 "ÊÁèÓàÊÁÍ"
6271 "Ê´"
6272 "ʺ"
6273 "ÊÂÁÀÙ"
6274 "ÊÂͧ"
6275 "ÊÂÒÁ"
6276 "ÊÂÒÂ"
6277 "ÊÂÔÇ"
6278 "ÊÂØÁ¾Ã"
6279 "ÊÂØÁÀÙ"
6280 "Êç"
6281 "ÊóÐ"
6282 "ÊóҤÁ¹ì"
6283 "ÊõÐ"
6284 "ÊÃÃ"
6285 "ÊÃäì"
6286 "ÊÃþ"
6287 "ÊÃþҡÃ"
6288 "ÊÃþҧ¤ì"
6289 "ÊÃÃྪ­"
6290 "ÊÃÃàÊÃÔ­"
6291 "ÊÃǧ"
6292 "ÊÃÇÁ"
6293 "ÊÃÇÅ"
6294 "ÊÃÐ"
6295 "ÊÃÒ­"
6296 "ÊÃÕáԨ"
6297 "ÊÃÕøҵØ"
6298 "ÊÃÕÃÇÔ·ÂÒ"
6299 "ÊÃÕÃÈÒʵÃì"
6300 "ÊÃÕÃÐ"
6301 "ÊÃØ»"
6302 "ÊÃè§"
6303 "ÊÃèÒ§"
6304 "ÊÃéÍÂ"
6305 "ÊÃéÒ§"
6306 "ÊÃéÒÇàÊÕÂÇ"
6307 "怵"
6308 "ÊÄɯì"
6309 "ÊÅ"
6310 "ÊÅ´"
6311 "恼"
6312 "ÊÅǹ"
6313 "ÊÅÇÂ"
6314 "ÊÅÍ´"
6315 "ÊÅ͹"
6316 "ÊÅÍÂ"
6317 "ÊÅÐ"
6318 "ÊÅÑ¡"
6319 "ÊÅÑ¡àµé"
6320 "ÊÅÑ´"
6321 "ÊÅÑ´ä´"
6322 "ÊÅѺ"
6323 "ÊÅÑÁ"
6324 "ÊÅÑÇ"
6325 "ÊÅÒ"
6326 "ÊÅÒ¡"
6327 "ÊÅÒ´"
6328 "ÊÅҵѹ"
6329 "ÊÅÒº"
6330 "ÊÅÒÂ"
6331 "ÊÅÔ´"
6332 "ÊÅÔÅ"
6333 "ÊÅÖ¡"
6334 "ÊÅÖ§"
6335 "ÊÅØµ"
6336 "ÊÅØº"
6337 "ÊÅØÁ¾Ã"
6338 "ÊÅç͵"
6339 "ÊÅéÒ§"
6340 "ÊÇ¡"
6341 "ÊÇ´"
6342 "Êǹ"
6343 "ÊǹÐ"
6344 "ÊǹҡÒÃ"
6345 "悼"
6346 "ÊÇÁ"
6347 "ÊÇÂ"
6348 "ÊÇÃ"
6349 "ÊÇÃäµ"
6350 "ÊÇÃäÒÅÑÂ"
6351 "ÊÇÃäì"
6352 "ÊÇÃÃÂÒ"
6353 "ÊÇÍ»"
6354 "ÊÇÐ"
6355 "ÊÇÑÊ´Ô¡ÒÃ"
6356 "ÊÇÑÊ´ÔÀÒ¾"
6357 "ÊÇÑÊ´Ôì"
6358 "ÊÇÑÊ´Õ"
6359 "ÊÇÑʵԡÐ"
6360 "ÊÇÒ"
6361 "ÊÇÒ§"
6362 "ÊÇÒ´"
6363 "ÊÇÒ·"
6364 "ÊÇÒÁÔ"
6365 "ÊÇÒÁÕ"
6366 "ÊÇÒÂ"
6367 "ÊÇÒÊ´Ôì"
6368 "ÊÇÒËÐ"
6369 "ÊÇÔ§"
6370 "ÊÇÔµªì"
6371 "ÊÇÔµ«ì"
6372 "ÊÇÔÊà«ÍÃìᏴì"
6373 "ÊÇÕà´¹"
6374 "ÊÇèÒ§"
6375 "ÊÇèÒ¹"
6376 "ÊÇéÒ¹"
6377 "ÊÊÒÃ"
6378 "Êˡóì"
6379 "ÊË¡ÒÃ"
6380 "Ê˨Ã"
6381 "Ê˪ҵÔ"
6382 "ÊË»ÃЪҪҵÔ"
6383 "Ê˾ѹ¸ÃѰ"
6384 "Ê˾ѹ¸ì"
6385 "ÊËÀÒ¾"
6386 "ÊËÃѰ"
6387 "ÊËÇÔÃÔÂÒ"
6388 "ÊËÈÖ¡ÉÒ"
6389 "ÊËѪ"
6390 "ÊËÑÁº´Õ"
6391 "ÊËÑʹѹì"
6392 "ÊËÑÊÇÃÃÉ"
6393 "ÊËÑÊÊÐ"
6394 "ÊËÑÊÊÒ"
6395 "ÊËÒÂ"
6396 "ÊÍ"
6397 "Êͧ"
6398 "ÊÍ´"
6399 "Ê͹"
6400 "Êͺ"
6401 "Ê;ÅÍ"
6402 "ÊÍÂ"
6403 "ÊÐ"
6404 "ÊС´"
6405 "ÊСԴ"
6406 "ÊФÃÒ­"
6407 "ÊдÁ"
6408 "Êдǡ"
6409 "ÊдÔé§"
6410 "Êд֧"
6411 "Êд×Í"
6412 "Êдش"
6413 "ÊдØé§"
6414 "ÊеÍ"
6415 "ÊеÖ"
6416 "Êе×Í"
6417 "Êзé͹"
6418 "ÊзéÒ¹"
6419 "Êкѡ"
6420 "ÊкѴ"
6421 "ÊкѴÊкÔé§"
6422 "ÊкÑé¹"
6423 "ÊкéÒ"
6424 "ÊоÃÑ¡"
6425 "ÊоÃÑè§"
6426 "ÊоѴ"
6427 "ÊоÑé¹"
6428 "Êоҹ"
6429 "ÊоÒÂ"
6430 "ÊÐÃеÐ"
6431 "ÊÐÃÐá˹è"
6432 "ÊÐÅÖÁÊÐÅ×Í"
6433 "ÊÐÇÕé´ÊÐÇéÒ´"
6434 "ÊÐÊÁ"
6435 "ÊÐÊÒ§"
6436 "ÊÐÍÒ§"
6437 "ÊÐÍÒ´"
6438 "ÊÐÍÔ´ÊÐàÍÕ¹"
6439 "ÊÐÍÔé§"
6440 "ÊÐÍÖ¡"
6441 "ÊÐÍ×é¹"
6442 "ÊÐÍéÒ¹"
6443 "ÊÐà¡ç´"
6444 "ÊÐà´ç´"
6445 "ÊÐà·Ôé¹"
6446 "ÊÐà·×͹"
6447 "ÊÐà·×é͹"
6448 "ÊÐà¾ÃèÒ"
6449 "ÊÐàÍÍÐ"
6450 "ÊÐ⾡"
6451 "ÊÐâÍ´ÊÐͧ"
6452 "ÊÐãÀé"
6453 "ÊÑ¡"
6454 "ÊÑ¡¢Õ"
6455 "ÊÑ¡ÇÒ"
6456 "ÊÑ¡ËÅÒ´"
6457 "ÊÑ¢ÂÐ"
6458 "Êѧ¡Á·ÃѾÂì"
6459 "Êѧ¡Ã"
6460 "Êѧ¡Ã³Õ"
6461 "Êѧ¡ÐµÑ§"
6462 "Êѧ¡ÐÊÕ"
6463 "Êѧ¡Ñ´"
6464 "Êѧ¡Ñ»»Ð"
6465 "Êѧ¡Ò"
6466 "Êѧ¡ÒÈ"
6467 "Êѧ¢ÂÒ"
6468 "Êѧ¢ÒÃ"
6469 "Êѧ¢ì"
6470 "Êѧ¤­ÒµÔ"
6471 "Êѧ¤Á"
6472 "Êѧ¤Ñ§"
6473 "Êѧ¤Ò¹Ò"
6474 "Êѧ¤Ò¹ÒÂ"
6475 "Êѧ¤Õµ"
6476 "Êѧ¤ì"
6477 "Êѧ¦¡ÃÃÁ"
6478 "Êѧ¦¹Ò¡"
6479 "Êѧ¦Á³±Å"
6480 "Êѧ¦Á¹µÃÕ"
6481 "Êѧ¦ÃÒª"
6482 "Êѧ¦ÊÀÒ"
6483 "Êѧ¦Ò¯Ô"
6484 "Êѧ¦ÒÇÒÊ"
6485 "ÊѧÇÃ"
6486 "ÊѧÇѸÂÒÂ"
6487 "ÊѧÇÒÅ"
6488 "ÊѧÇÒÊ"
6489 "ÊѧʴÁÀì"
6490 "ÊѧÊÃäì"
6491 "ÊѧÊÒÃÇѯ"
6492 "ÊѧËÃ"
6493 "ÊѧËóì"
6494 "ÊѧËÒÃ"
6495 "ÊѧËÒÃÔÁ·ÃѾÂì"
6496 "ÊѧËÔµ"
6497 "Êѧࡵ"
6498 "Êѧࢻ"
6499 "Êѧà¤ÃÒÐËì"
6500 "ÊѧàǤÐ"
6501 "ÊѧàǪ"
6502 "ÊѧàÇÂ"
6503 "ÊѧàÇÕ¹"
6504 "Êѧâ¤"
6505 "Êѧ⪹ì"
6506 "愬"
6507 "ÊѨ¡ÔÃÔÂÒ"
6508 "ÊѨ¨Ð"
6509 "ÊѨ­Ò³"
6510 "ÊѨ¹ÔÂÁ"
6511 "ÊѨ¾¨¹ì"
6512 "愻¯"
6513 "ÊÑ­¨Ã"
6514 "ÊÑ­¨ÒÃ"
6515 "ÊÑ­ªÒµ­Ò³"
6516 "ÊÑ­ªÒµÔ"
6517 "ÊÑ­¬Ò"
6518 "ÊÑ­­Ò"
6519 "ÊÑ­­Ò³"
6520 "ÊÑ­­Õ"
6521 "ÊÑ­»ÃСÒÈ"
6522 "ÊÑ­Åѡɳì"
6523 "Êѭਵ¹Ò"
6524 "Êѳ°Ò¹"
6525 "Êѳ±ì"
6526 "ÊѳËì"
6527 "ÊÑ´"
6528 "愵"
6529 "ÊѵµÐ"
6530 "ÊѵºÃó"
6531 "ÊѵÂҺѹ"
6532 "ÊѵÂì"
6533 "ÊѵǺÒÅ"
6534 "ÊѵÇÇÔ·ÂÒ"
6535 "ÊѵÇÒ"
6536 "ÊѵÇÒÃ"
6537 "ÊѵÇá¾·Âì"
6538 "ÊѵÇâÅ¡"
6539 "ÊѵÇì"
6540 "ÊÑ·¸ÃÃÁ"
6541 "ÊÑ·¸Ò"
6542 "ÊÑ·ÈÒʵÃì"
6543 "Êѹ"
6544 "Êѹ´Ò¹"
6545 "Êѹ´Ò»"
6546 "ÊѹµÐ»Ò»Ò"
6547 "ÊѹµÔ"
6548 "Êѹµì"
6549 "Êѹ¶ÇäÁµÃÕ"
6550 "Êѹ¶Ñµ"
6551 "Êѹ¶ÒÃ"
6552 "Êѹ·¹Ð"
6553 "Êѹ·¹Ò¡ÒÃ"
6554 "Êѹ·Ð"
6555 "Êѹ·Ñ´"
6556 "Êѹ¸Ò¹"
6557 "Êѹ¹ÔºÒµ"
6558 "Êѹ¹ÔÇÒÊ"
6559 "Êѹ¹Ôɰҹ"
6560 "Êѹ¹ÔàÇÊ"
6561 "Êѹʡĵ"
6562 "Êѹâ´É"
6563 "愼"
6564 "ÊѺ»ÅѺ"
6565 "ÊѺ»Ðô"
6566 "ÊÑ»¤Ñº"
6567 "ÊÑ»´¹"
6568 "ÊÑ»´ÒËì"
6569 "ÊÑ»·¹"
6570 "ÊÑ»ÃÐÂØ·¸ì"
6571 "Êѻ˧¡"
6572 "ÊÑ»àËÃèÍ"
6573 "ÊѾ"
6574 "ÊѾ¾Ð"
6575 "ÊѾ¾Ñ­­Ù"
6576 "ÊѾÂÍ¡"
6577 "ÊѾà¾àËÃÐ"
6578 "ÊÑÁºÙóì"
6579 "ÊÑÁ»ªÑ­­Ð"
6580 "ÊÑÁ»·Ò"
6581 "ÊÑÁ»·Ò¹"
6582 "ÊÑÁ»Âص"
6583 "ÊÑÁ»ÃÐÊÔ·¸Ôì"
6584 "ÊÑÁ»ÃÐËÒÃ"
6585 "ÊÑÁ»ÃÒÂÀ¾"
6586 "ÊÑÁ»ÃÒÂÔ¡À¾"
6587 "ÊÑÁ»â¤"
6588 "ÊÑÁ¼ÑÊ"
6589 "ÊÑÁ¾Ñ·¸ì"
6590 "ÊÑÁ¾Ñ¹¸¹ì"
6591 "ÊÑÁ¾Ñ¹¸ÀÒ¾"
6592 "ÊÑÁ¾Ñ¹¸ÁÔµÃ"
6593 "ÊÑÁ¾Ñ¹¸äÁµÃÕ"
6594 "ÊÑÁ¾Ñ¹¸ì"
6595 "ÊÑÁ¾Ò¸Ð"
6596 "ÊÑÁ¾Ø·¸Ð"
6597 "ÊÑÁÀÒÃÐ"
6598 "ÊÑÁÀÒɳì"
6599 "ÊÑÁÁ¹Ò"
6600 "ÊÑÁÁÒ"
6601 "ÊÑÁÁÒªÕ¾"
6602 "ÊÑÁÄ·¸Ôì"
6603 "ÊÑÁ⾸Ô"
6604 "ÊÑÁâÁ·¹Õ¡¶Ò"
6605 "ÊÑÊ´Õ"
6606 "ÊÑÊÊÐ"
6607 "ÊÑè§"
6608 "ÊÑè¹"
6609 "ÊÑé¹"
6610 "ÊÒ"
6611 "ÊÒ¡"
6612 "ÊÒ¡Ãèì"
6613 "ÊÒ¡Å"
6614 "ÊÒ¢Ò"
6615 "ÊÒ¤Ã"
6616 "ÊÒ¤Ù"
6617 "ÊÒ¤àÃÊ"
6618 "ÊÒ§"
6619 "ÊÒ´"
6620 "ÊÒ·Ã"
6621 "ÊÒ·ÔÊ"
6622 "ÊÒ¸¡"
6623 "ÊÒ¸ÂÒÂ"
6624 "ÊÒ¸ÒóÀÑÂ"
6625 "ÊÒ¸ÒóÃѰ"
6626 "ÊÒ¸ÒÃ³ÊØ¢"
6627 "ÊÒ¸ÒóÐ"
6628 "ÊÒ¸Òóٻ¡ÒÃ"
6629 "ÊÒ¸ÒóٻâÀ¤"
6630 "ÊÒ¸Ôµ"
6631 "ÊÒ¸Ø"
6632 "ÊÒ¹"
6633 "ÊÒ¹ØÈÔÉÂì"
6634 "ÊÒº"
6635 "ÊÒºÊÙ­"
6636 "ÊÒºÒ¹"
6637 "ÊÒ»"
6638 "ÊÒÁ"
6639 "ÊÒÁѤ¤Õ"
6640 "ÊÒÁÑ­"
6641 "ÊÒÁÒ¹Âì"
6642 "ÊÒÁÒö"
6643 "ÊÒÁÔµ"
6644 "ÊÒÁÔÀÑ¡´Ôì"
6645 "ÊÒÁÕ"
6646 "ÊÒÁà³Ã"
6647 "ÊÒÂ"
6648 "ÊÒªÙ"
6649 "ÊÒÂÂÙ"
6650 "ÊÒÂѳËì"
6651 "ÊÒÃ"
6652 "ÊÒä´Õ"
6653 "ÊÒöÕ"
6654 "ÊÒ÷"
6655 "ÊÒùÔà·È"
6656 "ÊÒúº"
6657 "ÊÒúÃó"
6658 "ÊÒúѭ"
6659 "ÊÒúѺ"
6660 "ÊÒúҭ"
6661 "ÊÒþѴ"
6662 "ÊÒþѹ"
6663 "ÊÒþҧ¤ì"
6664 "ÊÒÃÀÒ¾"
6665 "ÊÒÃÀÕ"
6666 "ÊÒÃÇѵÃ"
6667 "ÊÒÃÐ"
6668 "ÊÒÃÐá¹"
6669 "ÊÒÃÑ·¸ì"
6670 "ÊÒÃÑÁÀì"
6671 "ÊÒÃÒ³Õ¡Ã"
6672 "ÊÒÃҹءÃÁ"
6673 "ÊÒÃÕÃÔ¡¸ÒµØ"
6674 "ÊÒÅÐǹ"
6675 "ÊÒÅÔ¡Ò"
6676 "ÊÒÅÔ¹Õ"
6677 "ÊÒÅÕ"
6678 "ÊÒÅÕè"
6679 "ÊÒÇ"
6680 "ÊÒÇ¡"
6681 "ÊÒÇÔ¡Ò"
6682 "ÊÒÇÔµÃ"
6683 "ÊÒÇÔµÃÕ"
6684 "ÊÒʹì"
6685 "ÊÒÊì¹"
6686 "ÊÒËÃèÒÂ"
6687 "ÊÒËÑÊ"
6688 "ÊÒà¡"
6689 "ÊÒà˵Ø"
6690 "ÊÒáËá"
6691 "ÊÒâ·"
6692 "ÊÒâê"
6693 "ÊÒä¶Â"
6694 "ÊÓ"
6695 "ÊӤѭ"
6696 "ÊӷѺ"
6697 "Êӹǹ"
6698 "Êӹѡ"
6699 "ÊÓ¹Ö¡"
6700 "ÊӺѴÊӹǹ"
6701 "ÊÓ»ÐËÅѧ"
6702 "ÊÓ»Ñé¹"
6703 "ÊÓÁÐËÒ"
6704 "ÊÓÁÐàÅà·àÁÒ"
6705 "ÊÓÁÐ⹤ÃÑÇ"
6706 "ÊÓÃǨ"
6707 "ÊÓÃÇÁ"
6708 "ÊÓÃÇÂ"
6709 "ÊÓÃÇÅ"
6710 "ÊÓÃÍ¡"
6711 "ÊÓÃͧ"
6712 "ÊÓÃѺ"
6713 "ÊÓÃÒ¡"
6714 "ÊÓÃÒ­"
6715 "ÊÓÃÔ´"
6716 "ÊÓÅÑ¡"
6717 "ÊÓÅÒ¹"
6718 "ÊÓÅÕ"
6719 "ÊÓÊè͹"
6720 "ÊÓËÃѺ"
6721 "ÊÓËÒ"
6722 "ÊÓÍÍÂ"
6723 "ÊÓÍÒ§"
6724 "ÊÓà¹Ò"
6725 "ÊÓà¹Õ§"
6726 "ÊÓàÀÒ"
6727 "ÊÓàÃÔ§"
6728 "ÊÓàÃç¨"
6729 "ÊÓà˹Õ¡"
6730 "ÊÓàËÃè"
6731 "ÊÓá´§"
6732 "ÊÓáŧ"
6733 "ÊÓâç"
6734 "ÊÔ"
6735 "ÊÔ¡¢Ò"
6736 "ÊÔ¢Ã"
6737 "ÊÔ¤ÒÅ"
6738 "ÊÔ§"
6739 "ÊÔ§¢Ã"
6740 "ÊÔ§¤ÒÃ"
6741 "ÊÔ§¤ÒÅ"
6742 "ÊÔ§¤â»Ãì"
6743 "ÊÔ§¤ì"
6744 "ÊÔ§ÊÒÃÒÊѵÇì"
6745 "Êԧ˹ҷ"
6746 "Êԧ˺ѭªÃ"
6747 "ÊÔ§ËÃÒª"
6748 "ÊÔ§ËÅ"
6749 "ÊÔ§ËÒ¤Á"
6750 "ÊÔ§ËÒʹì"
6751 "ÊÔ§Ëì"
6752 "ÊÔ§âµ"
6753 "ÊÔ­¨¹ì"
6754 "ÊÔµ"
6755 "ÊÔ¶ÔÅ"
6756 "ÊÔ·¸"
6757 "ÊÔ·¸Ò"
6758 "ÊÔ·¸Òö"
6759 "ÊÔ·¸Ô"
6760 "ÊÔ·¸Ôì"
6761 "ÊÔ¹"
6762 "ÊÔ¹¤éÒ"
6763 "ÊÔ¹¸Ø"
6764 "ÊÔ¹Õ"
6765 "ÊÔ¹à¸ÒÇì"
6766 "ÊÔº"
6767 "ÊÔÁ¾ÅÕ"
6768 "ÊÔÃÔ"
6769 "ÊÔÃÔ¡ÔµÔì"
6770 "ÊÔÅÒ"
6771 "ÊÔÇ"
6772 "ÊÔà¹Ë¡"
6773 "ÊÔà¹ËÒ"
6774 "ÊÔà¹èËÒ"
6775 "ÊÔè§"
6776 "ÊÔèÇ"
6777 "ÊÔé¹"
6778 "ÊÕ"
6779 "ÊÕ¡Ò"
6780 "ÊÕ´Í"
6781 "ÊÕè"
6782 "ÊÖ¡"
6783 "Ê׺"
6784 "Ê×èÍ"
6785 "ÊØ"
6786 "ÊØ¡"
6787 "ÊØ¡¢ì"
6788 "ÊØ¡Ã"
6789 "ÊØ¡ÕéÂÒ¡Õé"
6790 "ÊØ¢"
6791 "ÊØ¢Ð"
6792 "ÊØ¢Ò"
6793 "ÊØ¢ÒÀÔºÒÅ"
6794 "ÊØ¢ÒÃÁ³ì"
6795 "ÊØ¢ÒÇ´Õ"
6796 "ÊØ¢Õ"
6797 "ÊØ¢ØÁ"
6798 "ÊØ¢ØÁÒÅ"
6799 "ÊØ¤µ"
6800 "ÊØ¤µÔ"
6801 "ÊØ¤¹¸ÃÊ"
6802 "ÊØ¤¹¸ì"
6803 "ÊØ¤Ñ¹¸ì"
6804 "ÊØ§¡Ò¡Ã"
6805 "ÊØ§ÊÔ§"
6806 "ÊØ¨ÃÔµ"
6807 "ÊØ¨Ë¹Õè"
6808 "ÊØ¨Ô"
6809 "ÊØª¹"
6810 "ÊØªÒ´Ò"
6811 "ÊØ­"
6812 "ÊØ­­Ò¡ÒÈ"
6813 "ÊØ³"
6814 "ÊØ³ÔÊÒ"
6815 "ÊØ´"
6816 "ÊØ´Ò"
6817 "毵"
6818 "ÊØµµÐ"
6819 "ÊØµÔ"
6820 "ÊØ·¸ÒÇÒÊ"
6821 "ÊØ·¸Ô"
6822 "ÊØ·¸ì"
6823 "ÊØ·Ñȹì"
6824 "ÊØ¸Ò"
6825 "ÊØ¸Õ"
6826 "ÊØ¹·Ã"
6827 "ÊØ¹·ÃÕ"
6828 "ÊØ¹·ÃÕÂÀÒ¾"
6829 "ÊØ¹·ÃÕÂÈÒʵÃì"
6830 "ÊØ¹Ñ¢"
6831 "ÊØ¹Ñ¹·ì"
6832 "毼̗"
6833 "ÊØºÔ¹"
6834 "ÊØ¾Ãó"
6835 "ÊØÀѤ"
6836 "ÊØÀÒ¾"
6837 "ÊØÀÒÉÔµ"
6838 "ÊØÁ"
6839 "ÊØÁ·ØÁ"
6840 "ÊØÁ¹"
6841 "ÊØÁ¹Ò"
6842 "ÊØÁÒÅÕ"
6843 "ÊØÃÊÕ˹ҷ"
6844 "ÊØÃѵÔ"
6845 "ÊØÃÑÊÇ´Õ"
6846 "ÊØÃÒ"
6847 "ÊØÃÒ§¤¹Ò"
6848 "ÊØÃÒ§¤¹Ò§¤ì"
6849 "ÊØÃÒÃÑ¡Éì"
6850 "ÊØÃÒÅÑÂ"
6851 "ÊØÃÒÉ®Ãì"
6852 "ÊØÃÔ¹·Ãì"
6853 "ÊØÃÔ¡ÒÃ"
6854 "ÊØÃÔ¡ÒÅ"
6855 "ÊØÃÔ¤µÔ"
6856 "ÊØÃÔ¤ÃÒÊ"
6857 "ÊØÃÔ§"
6858 "ÊØÃÔ¹"
6859 "ÊØÃÔÂÁ³±Å"
6860 "ÊØÃÔÂÐ"
6861 "ÊØÃÔÂѹ"
6862 "ÊØÃÔÂÒ"
6863 "ÊØÃÔÂØ»ÃÒ¤Ò"
6864 "ÊØÃÔÂà¤ÃÒÐËì"
6865 "ÊØÃÔ๷Ãì"
6866 "ÊØÃÔàÂÈ"
6867 "ÊØÃÔâÂ"
6868 "ÊØÃÕÂì"
6869 "ÊØÃØèÂÊØÃèÒÂ"
6870 "ÊØÃàÊÕ§"
6871 "ÊØÅµèÒ¹"
6872 "ÊØÇÀÒ¾"
6873 "ÊØÇÃó"
6874 "ÊØÇÒ¹"
6875 "ÊØÇÔ·Âì"
6876 "ÊØÇÔ¹ÑÂ"
6877 "ÊØÇÔÁÅ"
6878 "ÊØÊÒ¹"
6879 "ÊØË¹Ñµ"
6880 "ÊØËÃèÒÂ"
6881 "ÊØàÁ¸"
6882 "ÊØàÁÃØ"
6883 "ÊØàËÃèÒ"
6884 "ÊØàÍ«"
6885 "ÊØèÁ"
6886 "ÊØéÁ"
6887 "ÊÙ"
6888 "ÊÙ§"
6889 "ÊÙ¨Ô"
6890 "ÊÙ­"
6891 "ÊÙ´"
6892 "ÊÙµ"
6893 "ÊÙµÃ"
6894 "ÊÙµÔ"
6895 "ÊÙµÔ¡ÃÃÁ"
6896 "ÊٵԺѵÃ"
6897 "ÊÙµÔÈÒʵÃì"
6898 "ÊÙµÔá¾·Âì"
6899 "ÊÙ·"
6900 "ÊÙº"
6901 "ÊÙÊÕ"
6902 "ÊÙè"
6903 "ÊÙé"
6904 "Êࡵ"
6905 "ÊàµÍÃÔâÍ"
6906 "Êàµç¡"
6907 "Êà¹èËì"
6908 "Ê໡"
6909 "Ê໡µÃÑÁ"
6910 "Ê໹"
6911 "Êà»Ã´ªÕµ"
6912 "Ê᡹"
6913 "Êáŧ"
6914 "ÊâÁÊÃ"
6915 "Êâê"
6916 "ÊäµÅì"
6917 "押"
6918 "ÊäÅ´ì"
6919 "Êè§"
6920 "Êèǹ"
6921 "ÊèÇÂ"
6922 "ÊèÍ"
6923 "Êèͧ"
6924 "Êè͹"
6925 "ÊèÒ"
6926 "ÊèÒ¹"
6927 "ÊèÒÂ"
6928 "ÊèÒËÃÕè"
6929 "ÊèÒàËÅéÒ"
6930 "ÊèÓ"
6931 "Êé¹"
6932 "ÊéÁ"
6933 "ÊéÁ»èÍÂ"
6934 "Êéǧ"
6935 "ÊéÇÁ"
6936 "ÊéÇÂ"
6937 "Êéͧ"
6938 "ÊéÍÁ"
6939 "Ë¡"
6940 "˧"
6941 "˧Êì"
6942 "˧Í"
6943 "˧͡"
6944 "˧ʹ"
6945 "˧͹"
6946 "˧ÍÂ"
6947 "˧ѡ"
6948 "˧Ѻ"
6949 "˧ÒÂ"
6950 "˧Ó"
6951 "˧ԡ"
6952 "˧ԧ"
6953 "˧ÔÁ"
6954 "˧֡"
6955 "˧ا˧ԧ"
6956 "˧ش˧Դ"
6957 "˧غ"
6958 "˧ØèÂ"
6959 "˧èÍÁ"
6960 "˧èÒ§"
6961 "˧èÒÇ"
6962 "Ë­Ô§"
6963 "Ë­Ôº"
6964 "Ë­éÒ"
6965 "Ë´"
6966 "Ë·ÑÂ"
6967 "˹"
6968 "˹ǡ"
6969 "˹Ǵ"
6970 "˹Í"
6971 "˹͡"
6972 "˹ͧ"
6973 "˹͹"
6974 "˹ѡ"
6975 "˹ѧ"
6976 "˹ѧÊ×Í"
6977 "˹Ѻ"
6978 "˹Ñè¹"
6979 "˹Ò"
6980 "˹Ҵ"
6981 "˹ҹ"
6982 "˹ÒÁ"
6983 "˹ÒÇ"
6984 "˹Ó"
6985 "˹ÓàÅÕéº"
6986 "˹Õ"
6987 "˹պ"
6988 "˹Õé"
6989 "˹ֺ"
6990 "˹Öè§"
6991 "˹״"
6992 "˹Ø"
6993 "˹ع"
6994 "˹غ"
6995 "˹ØèÁ"
6996 "˹ØèÂ"
6997 "˹Ù"
6998 "˹çÍÂá¹è"
6999 "˹èǧ"
7000 "˹èÇÂ"
7001 "˹èÇ¡Ե"
7002 "˹èÍ"
7003 "˹èÍÂ"
7004 "˹èÒ"
7005 "˹èÒ§"
7006 "˹èÒÂ"
7007 "˹éÒ"
7008 "˹éÒ·Õè"
7009 "ËÁ¡"
7010 "ËÁ´"
7011 "ËÁÇ¡"
7012 "ËÁÇ´"
7013 "ËÁÍ"
7014 "ËÁÍ¡"
7015 "ËÁͧ"
7016 "ËÁ͹"
7017 "ËÁͺ"
7018 "ËÁÍÂ"
7019 "ËÁÑ¡"
7020 "ËÁÑ´"
7021 "ËÁѹ"
7022 "ËÁѺ"
7023 "ËÁÑè¹"
7024 "ËÁÑé¹"
7025 "ËÁÒ"
7026 "ËÁÒ¡"
7027 "ËÁÒ¡ÎÍÊ"
7028 "ËÁÒ§"
7029 "ËÁÒ´"
7030 "ËÁÒÂ"
7031 "ËÁÔè¹"
7032 "ËÁÕ"
7033 "ËÁÕè"
7034 "ËÁÖ¡"
7035 "ËÁ×è¹"
7036 "ËÁØ´"
7037 "ËÁع"
7038 "ËÁغ"
7039 "ËÁغËÁÔº"
7040 "ËÁØèÂ"
7041 "ËÁÙ"
7042 "ËÁÙè"
7043 "ËÁè¹"
7044 "ËÁèͧ"
7045 "ËÁè͹"
7046 "ËÁèÍÁ"
7047 "ËÁèÒ"
7048 "ËÁèÓ"
7049 "ËÁéÍ"
7050 "ËÁéÒÂ"
7051 "Ë¡"
7052 "Ë´"
7053 "ËÂÇ¡"
7054 "ËÂǺ"
7055 "ËÂÍ¡"
7056 "ËÂÍ¡àÍÔ¹"
7057 "ËÂͧ"
7058 "ËÂÍ´"
7059 "ËÂÍÁáËÂÁ"
7060 "ËÂÍÂ"
7061 "ËÂÑ¡"
7062 "ËÂѧ"
7063 "ËÂÑ´"
7064 "ËÂѹ"
7065 "ËÂѺ"
7066 "ËÂÑè§"
7067 "ËÂÒ¡äÂè"
7068 "ËÂÒ´"
7069 "ËÂÒº"
7070 "ËÂÒÁ"
7071 "ËÂÒÇ"
7072 "ËÂÓà»"
7073 "ËÂÔ¡"
7074 "ËÂÔº"
7075 "ËÂÔÁ"
7076 "ËÂÔè§"
7077 "ËÂÕ"
7078 "ËÂØ¡ËÂÔ¡"
7079 "ËÂØ´"
7080 "ËÂØº"
7081 "ËÂØÁËÂÔÁ"
7082 "ËÂØè¹"
7083 "ËÂÙ¡ÂÒ"
7084 "ËÂçͧáËÂç§"
7085 "ËÂè§"
7086 "ËÂèͧ"
7087 "ËÂè͹"
7088 "ËÂèÍÁ"
7089 "ËÂèÍÂ"
7090 "ËÂèÒ"
7091 "ËôÕ"
7092 "ËÃÃÉÒ"
7093 "ËÃÍ"
7094 "ËÃÍ¡"
7095 "ËÃÍÂ"
7096 "ËÃÒ"
7097 "ËÃÔ"
7098 "ËÃÔè§"
7099 "ËÃÕ´"
7100 "ËÃÕè"
7101 "ËÃ×Í"
7102 "ËÃØº"
7103 "ËÃØºÃÙè"
7104 "ËÃØºËÃÙè"
7105 "ËÃØèÁ"
7106 "ËÃÙ"
7107 "ËÃçÍÁáËÃçÁ"
7108 "ËÄ·ÑÂ"
7109 "ËÄËÃÃÉì"
7110 "ËÄâË´"
7111 "ËÅ"
7112 "聤"
7113 "ËÅ´"
7114 "ËŹ"
7115 "聼"
7116 "ËÅǧ"
7117 "ËÅÇÁ"
7118 "ËÅÍ"
7119 "ËÅÍ¡"
7120 "ËÅÍ´"
7121 "ËÅ͹"
7122 "ËÅÍÁ"
7123 "ËÅÐ"
7124 "ËÅÑ¡"
7125 "ËÅѧ"
7126 "ËÅÑ´"
7127 "ËÅѺ"
7128 "ËÅÑÇ"
7129 "ËÅÑè§"
7130 "ËÅÑè¹"
7131 "ËÅÒ"
7132 "ËÅÒ¡"
7133 "ËÅÒ¹"
7134 "ËÅÒº"
7135 "ËÅÒÁ"
7136 "ËÅÒÂ"
7137 "ËÅÒÇ"
7138 "ËÅÔ¡"
7139 "ËÅÔÁ"
7140 "ËÅÔÇ"
7141 "ËÅÔèÇ"
7142 "ËÅÕ"
7143 "ËÅÕ¡"
7144 "ËÅÕÎ×éÍ"
7145 "ËÅ׺"
7146 "ËÅØ¡ËÅÔ¡"
7147 "ËÅØ´"
7148 "ËÅØ¹"
7149 "ËÅØº"
7150 "ËÅØÁ"
7151 "ËÅÙè"
7152 "ËÅè¹"
7153 "ËÅèÁ"
7154 "ËÅèÍ"
7155 "ËÅè͹"
7156 "ËÅèÐ"
7157 "ËÅéÒ"
7158 "肤"
7159 "ËÇ´"
7160 "Ëǹ"
7161 "ËÇÂ"
7162 "ËÇÍ"
7163 "ËÇÍ´"
7164 "ËÇÐ"
7165 "ËÇѧ"
7166 "ËÇÑ´"
7167 "ËÇÑÇ"
7168 "ËÇÑÇÃèÍ"
7169 "ËÇÑè¹"
7170 "ËÇÒ"
7171 "ËÇÒ´"
7172 "ËÇÒ¹"
7173 "ËÇÒÁ"
7174 "ËÇÒÂ"
7175 "ËÇÓ"
7176 "ËÇÔ´"
7177 "ËÇÔÇ"
7178 "ËÇÕ"
7179 "ËÇÕ´"
7180 "ËÇÕè"
7181 "ËÇ×Í"
7182 "ËÇØ´ËÇÔ´"
7183 "ËÇØÁ"
7184 "ËÇÙ´"
7185 "ËÇçÍÂ"
7186 "ËÇèÒ"
7187 "ËÇèÒ§"
7188 "ËÇèÒ¹"
7189 "ËÇéÒ"
7190 "ËÍ"
7191 "ËÍ¡"
7192 "Ëͧ"
7193 "Ë͹"
7194 "Ëͺ"
7195 "ËÍÁ"
7196 "ËÍÂ"
7197 "ËÐáá"
7198 "ËÑ¡"
7199 "ËÑ´"
7200 "Ëѵ¶¡ÃÃÁ"
7201 "Ëѵ¶¡ÒÃ"
7202 "Ëѵ¶¡Ô¨"
7203 "Ëѵ¶ºÒÊ"
7204 "Ëѵ¶ÈÔÅ»ì"
7205 "Ëѵ¶ÈÖ¡ÉÒ"
7206 "Ëѵ¶Õ"
7207 "Ëѵ¶ì"
7208 "Ëѹ"
7209 "脼"
7210 "ËÑÇ"
7211 "ËÑǺء"
7212 "ËÑÇ˹éÒ"
7213 "ËÑÇàÃÒÐ"
7214 "ËÑÊ"
7215 "ËÑè¹"
7216 "ËÑé¹"
7217 "ËÒ"
7218 "ËÒ¡"
7219 "ËÒ§"
7220 "ËÒ­"
7221 "ËÒ´"
7222 "ËÒ¹"
7223 "ËÒº"
7224 "ËÒÁ"
7225 "ËÒÂ"
7226 "ËÒ¹Ð"
7227 "ËÒÃ"
7228 "ËÒÃ×Í"
7229 "ËÒÇ"
7230 "ËÓ"
7231 "ËÔ§ÊÒ"
7232 "ËÔ§ËéÍÂ"
7233 "ËÔ´"
7234 "ËÔ¹"
7235 "ËÔÁÐ"
7236 "ËÔÁÒÅÑÂ"
7237 "ËÔÃÑ­"
7238 "ËÔÃÔ"
7239 "ËÔÇ"
7240 "ËÔè§ËéÍÂ"
7241 "ËÔé§"
7242 "ËÔéÇ"
7243 "ËÕ¹ÂÒ¹"
7244 "ËÕº"
7245 "ËÖ"
7246 "ËÖ§"
7247 "ËÖè§"
7248 "Ë×´"
7249 "Ë×¹"
7250 "Ë×Í"
7251 "Ë×è¹"
7252 "Ë×éÍ"
7253 "诤"
7254 "ËØ¹"
7255 "诼"
7256 "ËØÂÎÒ"
7257 "ËØè¹"
7258 "ËØé¹"
7259 "ËØéÁ"
7260 "ËÙ"
7261 "ËÙ¡"
7262 "ËÙ´"
7263 "ËÙè"
7264 "Ëâ´Á"
7265 "ËèÁ"
7266 "Ëèǧ"
7267 "ËèÇÂ"
7268 "ËèÍ"
7269 "Ëè͹"
7270 "ËèÒ"
7271 "ËèÒ§"
7272 "ËèÒ¹"
7273 "ËèÒÁ"
7274 "Ëéǧ"
7275 "Ëéǹ"
7276 "ËéÇÂ"
7277 "ËéÍ"
7278 "Ëéͧ"
7279 "ËéÍÁ"
7280 "ËéÍÂ"
7281 "ËéÒ"
7282 "ËéÒ§"
7283 "ËéÒÁ"
7284 "ËéÒÇ"
7285 "ËéÓ"
7286 "Í¡"
7287 "Í¡µÑ­­ØµÒ"
7288 "Í¡µÑ­­Ù"
7289 "Í¡¹Ôɰì"
7290 "͡óÕÂì"
7291 "Í¡ÃÃÁ¡ÃÔÂÒ"
7292 "Í¡ØÈÅ"
7293 "ͤµÔ"
7294 "ͤҸ"
7295 "ͧ¡ì"
7296 "ͧ¤ªÒµÔ"
7297 "ͧ¤Á¹µÃÕ"
7298 "ͧ¤ÁÃÃÉ"
7299 "ͧ¤ÃÑ¡Éì"
7300 "ͧ¤ÇÔ·ÂÒ"
7301 "ͧ¤Ò¾Â¾"
7302 "ͧ¤ØÅ"
7303 "ͧ¤ØÅÕ"
7304 "ͧ¤ì"
7305 "ͧ¤ì¡Ã"
7306 "ͧ¤ì¡ÒÃ"
7307 "ͧÈÒ"
7308 "ͧÍÒ¨"
7309 "ͧØè¹"
7310 "ͨÅÒ"
7311 "ͨԵµÔ"
7312 "ͨԹµÒ"
7313 "ͨԹäµÂ"
7314 "ͨÔÃÐ"
7315 "ͪ"
7316 "ͪÒ"
7317 "ͪԹ"
7318 "ͪԹÕ"
7319 "ͪÔÃ"
7320 "ͯÇÕ"
7321 "ͳÔ"
7322 "ͳØ"
7323 "ͳÙ"
7324 "Í´"
7325 "Í´Ô¶Õ"
7326 "Í´ÔÈÃ"
7327 "Í´ÔÈÇÃ"
7328 "Í´ÔÈÑÂ"
7329 "Í´Ôà·¾"
7330 "Í´Ôàá"
7331 "Í´Õµ"
7332 "Í´ØÅ"
7333 "Í´ØÅÂ"
7334 "Í´ØÅÂì"
7335 "͵Ԫҵ"
7336 "͵ÔÁÒ¹Ð"
7337 "͵ÔÃÒª"
7338 "͵ÔÊÒÃ"
7339 "͵Ôàá"
7340 "Í·Ô¹¹Ò·Ò¹"
7341 "͸ÃÃÁ"
7342 "͸ԡÁÒÊ"
7343 "͸ԡóì"
7344 "͸ԡÇÒÃ"
7345 "Í¸Ô¡ÊØÃ·Ô¹"
7346 "͸ԡÒÃ"
7347 "͸ԤÁ"
7348 "͸ԯ°Ò¹"
7349 "͸Ժ´Õ"
7350 "͸ԺÒÂ"
7351 "͸Ի"
7352 "͸ԻäµÂ"
7353 "͸ÔÃÒª"
7354 "͸Ôɰҹ"
7355 "͸֡"
7356 "͹§¤³Ð"
7357 "͹§¤àÅ¢Ò"
7358 "͹§¤ì"
7359 "͹§àÅ¢"
7360 "͹¸¡ÒÃ"
7361 "͹ѵµÒ"
7362 "͹ѹµì"
7363 "͹Ҥµ"
7364 "͹ҤÒÁÕ"
7365 "͹ҨÒÃ"
7366 "͹Ҷ"
7367 "͹ҶÒ"
7368 "͹ҷÃ"
7369 "͹ҸԻäµÂ"
7370 "͹ÒÁÑÂ"
7371 "͹Òê¹"
7372 "͹ÒøÃÃÁ"
7373 "͹ÒÃÂÐ"
7374 "͹ÒÅÑÂ"
7375 "͹Ԩ"
7376 "͹Ԩ¨Ñ§"
7377 "͹Ԩ¨Ò"
7378 "͹ԯ°ÒÃÁÂì"
7379 "͹ÔÂÁ"
7380 "͹Öè§"
7381 "͹Ø"
7382 "͹ءÃ"
7383 "͹ءÃÁ"
7384 "͹ءÃÃÁ¡ÒÃ"
7385 "͹ءҪҴ"
7386 "͹ءÒÃ"
7387 "͹ءÙÅ"
7388 "͹بÃ"
7389 "͹ت¹"
7390 "͹تÒ"
7391 "͹تҵ"
7392 "͹تԵ"
7393 "͹حҵ"
7394 "͹حÒâµµØÅÒ¡ÒÃ"
7395 "͹طԹ"
7396 "͹غ·"
7397 "͹غÒÅ"
7398 "͹ػÃÔ­­Ò"
7399 "͹ؾ§Èì"
7400 "͹ؾѹ¸ì"
7401 "͹ØÀÃÃÂÒ"
7402 "͹ØÀÃÔÂÒ"
7403 "͹ØÀÒ¤"
7404 "͹ØÁѵÔ"
7405 "͹ØÁÒµÃÒ"
7406 "͹ØÁÒ¹"
7407 "͹ØÁÙÅ"
7408 "͹ØÃѡɹÔÂÁ"
7409 "͹ØÃÑ¡Éì"
7410 "͹ØÃÒª"
7411 "͹ØÃÙ»"
7412 "͹ØÇ§Èì"
7413 "͹ØÇѵ"
7414 "͹ØÈÒÊ¡"
7415 "͹ØÈÒʵÃÒ¨ÒÃÂì"
7416 "͹ØÈÒʹì"
7417 "͹ØÈÔɯì"
7418 "͹ØÊµÔ"
7419 "͹ØÊ¹¸Ô"
7420 "͹ØÊÃ"
7421 "͹ØÊóì"
7422 "͹ØÊÑ­­Ò"
7423 "͹ØÊÑÂ"
7424 "͹ØÊÒÇÃÕÂì"
7425 "͹ØÊÒʹÕ"
7426 "͹Øà¤ÃÒÐËì"
7427 "͹Øà¶ÃÐ"
7428 "͹ØâÁ·¹Ò"
7429 "͹Øâ¤"
7430 "͹ØâÅÁ"
7431 "ͺ"
7432 "ͺÒÂ"
7433 "ͺÒÂÀÙÁÔ"
7434 "ͺÒÂÁØ¢"
7435 "Í»Á§¤Å"
7436 ";¾"
7437 ";ÒÃìµàÁ¹µì"
7438 "ÍÀÑÂ"
7439 "ÍÀÔª¹"
7440 "ÍÀÔªÒµ"
7441 "ÍÀÔ­­Ò"
7442 "ÍÀÔ¸ÃÃÁ"
7443 "ÍÀÔ¸Ò¹"
7444 "ÍÀԹѹ·ì"
7445 "ÍÀÔ¹ÑÂ"
7446 "ÍÀÔ¹ÔËÒÃ"
7447 "ÍÀÔºÒÅ"
7448 "ÍÀÔ»ÃѪ­Ò"
7449 "ÍÀÔ»ÃÒÂ"
7450 "ÍÀÔÁËÒÍÓ¹Ò¨"
7451 "ÍÀÔÁÒ¹Ð"
7452 "ÍÀÔÁØ¢"
7453 "ÍÀÔôÕ"
7454 "ÍÀÔÃÁÂì"
7455 "ÍÀÔÃÑ¡Éì"
7456 "ÍÀÔÅÑ¡¢ÔµÊÁÑÂ"
7457 "ÍÀÔÇѹ·ì"
7458 "ÍÀÔÇÒ·¹ì"
7459 "ÍÀÔÊÁÑÂ"
7460 "ÍÀÔÊÁÒ¨ÒÃ"
7461 "ÍÀÔÊÁ⾸Ô"
7462 "ÍÀÔÊÑÁ⾸Ô"
7463 "ÍÀÔÊÔ·¸Ôì"
7464 "ÍÀÔàÅ»¹ì"
7465 "ÍÀÔàÉ¡"
7466 "ÍÀÔä¸Â"
7467 "ÍÁ"
7468 "ÍÁµÐ"
7469 "ÍÁ¹ØÉÂì"
7470 "ÍÁÃ"
7471 "ÍÁÃÒ"
7472 "ÍÁÃÒÇ´Õ"
7473 "ÍÁÃÔ¹·Ãì"
7474 "ÍÁĵ"
7475 "ÍÁĵÂÙ"
7476 "ÍÁÔµÃ"
7477 "ÍÁàÃÈ"
7478 "ÍÂÒ¡"
7479 "ÍÂØ¸ÂÒ"
7480 "ÍÂÙè"
7481 "ÍÂèÒ"
7482 "ÍÂèÒ§"
7483 "ÍÃ"
7484 "ÍêÃ"
7485 "ÍÃó¾"
7486 "ÍÃö"
7487 "ÍÃöҸԺÒÂ"
7488 "ÍÃËÐ"
7489 "ÍÃËѧ"
7490 "ÍÃËѹµì"
7491 "ÍÃÑ­"
7492 "ÍÃÔ"
7493 "ÍÃÔºؤ¤Å"
7494 "ÍÃÔÂÐ"
7495 "ÍÃÔÊâµàµÔÅ"
7496 "ÍÃØ³"
7497 "ÍÃØâ³·ÑÂ"
7498 "ÍÃä·"
7499 "ÍÃèÍÂ"
7500 "ÍÃèÒÁ"
7501 "Íŧ¡µ"
7502 "Íŧ¡Ã³ì"
7503 "Íŧ¡ÒÃ"
7504 "ÍÅǹ"
7505 "ÍÅËÁèÒ¹"
7506 "ÍÅѧ¡ÒÃ"
7507 "ÍÅѪªÕ"
7508 "ÍÅÖè§©Öè§"
7509 "ÍÅàǧ"
7510 "ÍÅèͧ©èͧ"
7511 "ÍÅèÒ§©èÒ§"
7512 "ÍÇ¡ÒÈ"
7513 "ÍÇ´"
7514 "ÍǵÒÃ"
7515 "Íǹ"
7516 "ꂼ"
7517 "ÍÇÁ§¤Å"
7518 "ÍÇÂ"
7519 "ÍÇÅ"
7520 "ÍÇÊÒ¹"
7521 "ÍÇËÒÃ"
7522 "ÍÇÑÂÇÐ"
7523 "ÍÇÔªªÒ"
7524 "Íʧä¢Â"
7525 "Íʹպҵ"
7526 "ÍÊÁ¡ÒÃ"
7527 "ÍÊÁÁÒµÃ"
7528 "ÍÊþÔÉ"
7529 "ÍÊѧËÒÃÔÁ·ÃѾÂì"
7530 "ÍÊÑ­­Õ"
7531 "ÍÊÑ­á´ËÇÒ"
7532 "ÍÊѵÂì"
7533 "ÍÊÕµÔ"
7534 "ÍÊØ¨Ô"
7535 "ÍÊØ¹ÕºÒµ"
7536 "ÍÊØÃ¡ÒÂ"
7537 "ÍÊØÃÕ"
7538 "ÍÊÙÃ"
7539 "ÍËѧ¡ÒÃ"
7540 "ÍËÔ§ÊÒ"
7541 "ÍËÔÇÒµ¡âä"
7542 "ÍÍ"
7543 "ÍÍ¡"
7544 "ÍÍ¡«Ôਹ"
7545 "ÍÍ¡«Ôപѹ"
7546 "ÍÍ¡­Ò"
7547 "Í͡䫴ì"
7548 "ÍÍ´"
7549 "ÍÍ´ÔâÍ"
7550 "Í͹ªÍÃì"
7551 "Í͹«Í¹"
7552 "Í͹«ì"
7553 "Í͹äŹì"
7554 "ÍÍ»ªÑ¹"
7555 "ÍÍ»à¨ç¡µì"
7556 "ÍÍ¿"
7557 "ÍÍ¿ªÍÃì"
7558 "ÍÍ¿¿ÔÈ"
7559 "ÍÍÁ"
7560 "ÍÍÃÒà¤ÔÅ"
7561 "ÍÍÃì᡹"
7562 "ÍÍÊ"
7563 "ÍÍÊàµÃàÅÕÂ"
7564 "ÍФÃéÒÇ"
7565 "ÍдÃÕ¹ÒÅÔ¹"
7566 "ÍеÍÁ"
7567 "ÍÐÃéÒÍÃèÒÁ"
7568 "ÍÐÅØèÁÍÅèÇÂ"
7569 "ÍÐÅØéÁÍÅèÇÂ"
7570 "ÍÐÅÙÁÔà¹ÕÂÁ"
7571 "ÍÐà¤×éÍ"
7572 "ÍÐà«·ÔÅÕ¹"
7573 "ÍÐäÃ"
7574 "ÍÐäËÅè"
7575 "ÍÑ¡"
7576 "ÍÑ¡¢"
7577 "ÍÑ¡¢ÃÇÔ¸Õ"
7578 "ÍÑ¡¢ÃÇԺѵÔ"
7579 "ÍÑ¡¢ÃÊÁÑÂ"
7580 "ÍÑ¡¢ÃÐ"
7581 "ÍÑ¡ÉÃ"
7582 "ÍÑ¡ÉÐ"
7583 "ÍÑ¡àʺ"
7584 "ÍÑ¡â¢"
7585 "ÍѤ¤Ð"
7586 "ÍѤ¤Õ"
7587 "ÍѤ¹Õ"
7588 "ÍѤêÒÂÒ"
7589 "ÍѤÃÁàËÊÕ"
7590 "ÍѤÃÃÒª·Ùµ"
7591 "ꄤ"
7592 "Íѧ¡ÄÉ"
7593 "Íѧ¡ÐÅØ§"
7594 "Íѧ¤³Ò"
7595 "Íѧ¤ÒÃ"
7596 "Íѧ¤ÒÊ"
7597 "ÍѧʵÃÍÁ"
7598 "ÍѧʹÒ"
7599 "ÍѨ¡ÅѺ"
7600 "ÍѨ¨Ñ¹µì"
7601 "ÍѨ¨ÑÂ"
7602 "ÍѨ¨Ô"
7603 "ÍѨ©ÃÒ"
7604 "ÍѨ©ÃÔºؤ¤Å"
7605 "ÍѨ©ÃÔÂÐ"
7606 "ÍѨ¹Ò"
7607 "ÍѪ¬Ò"
7608 "ÍѪ¬ÒÊÑÂ"
7609 "ÍÑ­ª¹Ð"
7610 "ÍÑ­ªÅÕ"
7611 "ÍÑ­ªÑ¹"
7612 "ÍÑ­»ÃСÒÈ"
7613 "ÍÑ­Á³Õ"
7614 "ÍÑ­ÁÑ­­Ð"
7615 "ÍÑ­ÃÙ»"
7616 "ÍÑ­àªÔ­"
7617 "Íѯ"
7618 "Íѯ°Ð"
7619 "ꄡ"
7620 "ÍѰÌÊ"
7621 "ÍѰÔ"
7622 "ÍѲ¨Ñ¹·Ãì"
7623 "ÍѲÀÒ¤"
7624 "ÍѲÁ³±Å"
7625 "ÍѲÁÒÊ"
7626 "ÍѲÃѵµÔ"
7627 "Íѳ±ªÐ"
7628 "Íѳ±Ð"
7629 "Íѳ±Ò¡ÒÃ"
7630 "ÍÑ´"
7631 "Íѵ¤Ñ´"
7632 "ÍѵªÕÇ»ÃÐÇѵÔ"
7633 "ÍѵµÐ"
7634 "ÍѵµÒ"
7635 "ÍѵµÒ¸Ô»äµÂ"
7636 "Íѵ¹ÑÂ"
7637 "ÍѵÀÒ¾"
7638 "ÍѵÃÒ"
7639 "ÍѵÇÔ¹ÔºÒµ¡ÃÃÁ"
7640 "Íѵâ¹ÁѵÔ"
7641 "ÍѸÂÒÈÑÂ"
7642 "Íѹ"
7643 "Íѹ´Ñº"
7644 "ÍѹµÃ¸Ò¹"
7645 "ÍѹµÃÒÂ"
7646 "Íѹ¸¡ÒÃ"
7647 "Íѹ¸¾ÒÅ"
7648 "Íѹà´ÍÃì"
7649 "ꄼ"
7650 "ÍÑ»ÀÒ¤Âì"
7651 "ÍÑ»Á§¤Å"
7652 "ÍÑ»ÂÈ"
7653 "ÍÑ»ÃÐÁÒ³"
7654 "ÍÑ»ÃÒªÑÂ"
7655 "ÍÑ»ÃÕÂì"
7656 "ÍÑ»Åѡɳì"
7657 "ÍÑ»ÊÃ"
7658 "ÍÑ»à»ËÔ"
7659 "ÍѾà¡Ã´"
7660 "ÍѾവ"
7661 "ÍѾഷ"
7662 "ÍÑ¿"
7663 "ÍÑÁ¾Ã"
7664 "ÍÑÁ¾Ä¡Éì"
7665 "ÍÑÁ¾Ò"
7666 "ÍÑÁ¾Òµ"
7667 "ÍÑÁ¾Øª"
7668 "ÍÑÁÊàµÍÃì´ÑÁ"
7669 "ÍÑ¡Ò"
7670 "ÍÑ¡ÒÃ"
7671 "ÍÑÂÂÔ¡Ò"
7672 "ÍÑŨÕàÃÕÂ"
7673 "ÍÑźÑéÁ"
7674 "ÍÑźÒà¹ÕÂ"
7675 "ÍÑÅàºà¹ÕÂ"
7676 "ÍÑȨÃÃÂì"
7677 "ÍÑÈÇÔ¹"
7678 "ÍÑÈÇÔ¹Õ"
7679 "ÍÑÈà¨ÃÕÂì"
7680 "ÍÑÉ®ÒÂØ·"
7681 "ÍÑÉ®ÒÇØ¸"
7682 "ÍÑÊ´§"
7683 "ÍÑÊ´§¤µ"
7684 "ÍÑÊ´Ã"
7685 "ÍÑʹÕ"
7686 "ÍÑÊÊÐ"
7687 "ÍÑÊÊÒÊÐ"
7688 "ÍÑÊÊØ"
7689 "ÍÑé¡"
7690 "ÍÑé§ÂÕè"
7691 "ÍÑé§âÅè"
7692 "ÍÑé¹"
7693 "ÍÑê¡"
7694 "ÍÑë¹"
7695 "ÍÒ"
7696 "ÍÒ¡Ã"
7697 "ÍÒ¡Ñ»¡ÔÃÔÂÒ"
7698 "ÍÒ¡ÒÃ"
7699 "ÍÒ¡ÒÈ"
7700 "ÍÒ¡ÙÅ"
7701 "ÍÒ¡éÒ"
7702 "ÍÒ¢ÂÒ¹"
7703 "ÍÒ¤Á"
7704 "ÍҤѹµØ¡Ð"
7705 "ÍÒ¤ÒÃ"
7706 "ÍÒ¤à¹Âì"
7707 "ÍÒ¦Òµ"
7708 "ÍÒ§¢¹Ò§"
7709 "ÍÒ¨"
7710 "ÍÒ¨Á"
7711 "ÍÒ¨ÃÔÂÇѵÃ"
7712 "ÍÒ¨Ò´"
7713 "ÍÒ¨ÒÃÂì"
7714 "ÍÒ¨Ô³"
7715 "ÍÒª­Ò"
7716 "ÍÒªÒ"
7717 "ÍÒªÒä¹Â"
7718 "ÍÒªÕ¾"
7719 "ÍÒªÕÇÈÖ¡ÉÒ"
7720 "ÍÒªÕÇÐ"
7721 "ÍÒ­Ò"
7722 "ÍҳѵÔ"
7723 "ÍÒ³Ò"
7724 "ÍÒ´"
7725 "ÍÒ´ÙÃ"
7726 "ÍÒµÁÀÒ¾"
7727 "ÍÒµÁÒ"
7728 "ÍÒ¶Ãþ³ì"
7729 "ÍÒ¶Ãþì"
7730 "ÍÒ·Ã"
7731 "ÍÒ·Ô"
7732 "ÍÒ·ÔµÂì"
7733 "ÍÒ¹"
7734 "ÍÒ¹ÔʧÊì"
7735 "ÍÒ¹ØÀÒ¾"
7736 "ÍÒº"
7737 "ÍҺѵÔ"
7738 "ÍÒ¾Ò¸"
7739 "ÍÒ¿¡Ò¹Ôʶҹ"
7740 "ÍÒ¿ÃÔ¡Ò"
7741 "ÍÒÀóì"
7742 "ÍÒÀѾ"
7743 "ÍÒÀÒ"
7744 "ÍÒÁÔÊ"
7745 "ÍÒÂ"
7746 "ÍÒµ¹Ð"
7747 "ÍÒÂÑ´"
7748 "ÍÒÂØ"
7749 "ÍÒÂØÃÈÒʵÃì"
7750 "ÍÒÂØÃàǪ"
7751 "ÍÒÂØÃá¾·Âì"
7752 "ÍÒúԤ"
7753 "ÍÒÃÁ³ì"
7754 "ÍÒê¹"
7755 "ÍÒêҵÔ"
7756 "ÍÒøÃÃÁ"
7757 "ÍÒûÃÐà·È"
7758 "ÍÒÃÂÐ"
7759 "ÍÒÃÂѹ"
7760 "ÍÒÃÑ¡¢Ò"
7761 "ÍÒÃÑ¡Éì"
7762 "ÍÒÃÑÁÀ¡¶Ò"
7763 "ÍÒÃÑÁÀº·"
7764 "ÍÒÃÒ¸¹Ò"
7765 "ÍÒÃÒÁ"
7766 "ÍÒÃÒÁÔ¡"
7767 "ÍÒÃÒàºÕÂ"
7768 "ÍÒÃÕ"
7769 "ÍÒÃ줵ԡ"
7770 "ÍÒÃìૹÍÅ"
7771 "ÍÒÅ»¹Ð"
7772 "ÍÒÅÐÇÒ´"
7773 "ÍÒÅѡɳì"
7774 "ÍÒÅÑÂ"
7775 "ÍÒÅÑÇ"
7776 "ÍÒÇ"
7777 "ÍÒÇóì"
7778 "ÍÒÇÒÊ"
7779 "ÍÒÇÒËÐ"
7780 "ÍÒÇØ¸"
7781 "ÍÒÇØâÊ"
7782 "ÍÒÇì"
7783 "ÍÒÈÃÁ"
7784 "ÍÒÈÑÂ"
7785 "ÍÒÈÔÃÇÒ·"
7786 "ÍÒʹÐ"
7787 "ÍÒʹì"
7788 "ÍÒÊÑ­"
7789 "ÍÒÊÒ"
7790 "ÍÒÊÒÌ˺٪Ò"
7791 "ÍÒÊÙÃ"
7792 "ÍÒËÃѺ"
7793 "ÍÒËÒÃ"
7794 "ÍÒà¨Õ¹"
7795 "ÍÒà«ÕÂ"
7796 "ÍÒàÃàºÕÂ"
7797 "ÍÒàǤ"
7798 "ÍÒàÇÈ"
7799 "ÍÒàÈÕÂÃÇÒ·"
7800 "ÍÓ"
7801 "ÍÓ¹ÇÂ"
7802 "ÍÓ¹Ò¨"
7803 "ÍӾйÓ"
7804 "ÍӾѹ"
7805 "ÍÓÁĵ"
7806 "ÍÓÁËÔµ"
7807 "ÍÓÁÒµÂì"
7808 "ÍÓÅÒ"
7809 "ÍÓàÀÍ"
7810 "ÍÓä¾"
7811 "ÍÔ§"
7812 "ÍÔ§¤ì"
7813 "ÍÔ§¤ìà¨çµ"
7814 "ÍÔ¨©Ò"
7815 "Íԩѹ"
7816 "ÍÔ¯°ÒÃÁ³ì"
7817 "ÍÔ°"
7818 "ÍÔ´"
7819 "ÍÔµ¶Õ"
7820 "ÍÔµÒÅÕ"
7821 "ÍÔµÒàÅÕ¹"
7822 "ÍÔ·¸Ô"
7823 "ÍÔ¹"
7824 "ÍÔ¹«ÙÅÔ¹"
7825 "ÍÔ¹·¹ÔÅ"
7826 "ÍÔ¹·¼ÅÑÁ"
7827 "ÍÔ¹·Ã¸¹Ù"
7828 "ÍÔ¹·ÃǧÈì"
7829 "ÍÔ¹·ÃÇÔàªÕÂÃ"
7830 "ÍÔ¹·ÃÒ"
7831 "ÍÔ¹·ÃÒà¹çµ"
7832 "ÍÔ¹·ÃÕ"
7833 "ÍÔ¹·ÃÕÂÊѧÇÃ"
7834 "ÍÔ¹·ÃÕÂì"
7835 "ÍÔ¹·Ãì"
7836 "ÍÔ¹¾Øµ"
7837 "ÍÔ¹¿ÃÒàô"
7838 "ÍÔ¹¿ÍÃìÁÔ¡"
7839 "ÍԹѧ"
7840 "ÍÔ¹à´ÕÂ"
7841 "ÍÔ¹à´Õ¹ᴧ"
7842 "ÍÔ¹àµÍÃì"
7843 "ÍÔ¹àµÍÃìà¹çµ"
7844 "ÍÔ¹àµÍÃìà¿«"
7845 "ÍÔ¹à·Å"
7846 "ÍÔ¹à·ÍÃì๵"
7847 "ÍÔ¹à·ÍÃìà¹çµ"
7848 "ÍÔ¹à·ÍÃìà¿«"
7849 "ÍԹⴹÔà«ÕÂ"
7850 "ÍԹⴹÕà«ÕÂ"
7851 "ÍÔ¹â´à«ÕÂ"
7852 "ÍÔÁ¾ÍÃìµ"
7853 "ÍÔÁàÁ¨"
7854 "ÍÔÂÔ»µì"
7855 "ÍÔÃÔÂÒº¶"
7856 "ÍÔÈÇÃ"
7857 "ÍÔɯÕ"
7858 "ÍÔɯì"
7859 "ÍÔÊ"
7860 "ÍÔʵÃÕ"
7861 "ÍÔÊÃÀÒ¾"
7862 "ÍÔÊÃÐ"
7863 "ÍÔÊÃÒàÍÅ"
7864 "ÍÔÊÃÔÂÂÈ"
7865 "ÍÔÊÃÔÂÐ"
7866 "ÍÔÊÃÔÂÒÀóì"
7867 "ÍÔÊÊÒ"
7868 "ÍÔÊÔ"
7869 "ÍÔÊÕ"
7870 "ÍÔËÁèÒÁ"
7871 "ÍÔËÃèÒ¹"
7872 "ÍÔËÅÑ¡ÍÔàËÅ×èÍ"
7873 "ÍÔàÅ硵Ã͹"
7874 "ÍÔàÅç¡·Ã͹ԡÊì"
7875 "ÍÔàÅç¡â·¹"
7876 "ÍÔèÁ"
7877 "ÍÕ"
7878 "ÍÕ¡"
7879 "ÍÕ¡Ò"
7880 "ÍÕ¡éÍ"
7881 "ÍÕ¤ÍÁàÁÔÃì«"
7882 "ÍչاµØ§¹Ñ§"
7883 "ÍÕÁÙ"
7884 "ÍÕÂÔ»µì"
7885 "ÍÕÅØè©ØÂá©¡"
7886 "ÍÕÅØéÁ"
7887 "ÍÕÊÒ¹"
7888 "ÍÕÊØ¡ÍÕãÊ"
7889 "ÍÕËÃͺ"
7890 "ÍÕËÅÑ¡ÍÔàËÅ×èÍ"
7891 "ÍÕËÅÕ"
7892 "ÍÕàµéÍ"
7893 "ÍÕà·ÍÃì"
7894 "ÍÕàÁÅì"
7895 "ÍÕàËÅÐà¢Ð¢Ð"
7896 "ÍÕâËÅ¡â¢Å¡à¢Å¡"
7897 "ÍÕê´"
7898 "ÍÕë"
7899 "ÍÖ"
7900 "ÍÖ¡"
7901 "ÍÖ¡·Ö¡"
7902 "ÍÖ¡ÍÑ¡"
7903 "ÍÖ§"
7904 "ÍÖ§ÁÕè"
7905 "ÍÖ§ÍÅ"
7906 "ÍÖ´"
7907 "ÍÖè§"
7908 "ÍÖé§"
7909 "ÍÖé´·Öè´"
7910 "ÍÖê¡"
7911 "Í×´"
7912 "Í×Í"
7913 "Í×è¹"
7914 "Í×é¹"
7915 "Í×éÍ"
7916 "ÍØ"
7917 "ÍØ¡"
7918 "ÍØ¡¡ÒºÒµ"
7919 "ÍØ¡Äɯì"
7920 "ÍØ¨¨ÒÃÐ"
7921 "ÍØ¨Ò´"
7922 "ÍØ¨ÒÃÁÃä"
7923 "ÍØ¨à©·"
7924 "ÍØªØ"
7925 "ÍØ¯°Ò¡ÒÃ"
7926 "ÍØ³ËÀÙÁÔ"
7927 "ÍØ³ËÐ"
7928 "ÍØ³ËÒ¡ÒÃ"
7929 "ÍØ³ËÔÊ"
7930 "ÍØ³Ò"
7931 "ÍØ´"
7932 "ÍØ´Á"
7933 "ÍØ´Ã"
7934 "ÍØ´Ë¹Ø¹"
7935 "ÍØµ¾Ô´"
7936 "ÍØµÃ´Ôµ¶ì"
7937 "ÍØµÃÔ"
7938 "ÍØµÅØ´"
7939 "ÍØµÊÒË¡ÃÃÁ"
7940 "ÍØµÊÒËÐ"
7941 "ÍØµÊèÒËì"
7942 "ÍØµØ"
7943 "ÍØ·¡"
7944 "ÍØ·¸Ã³ì"
7945 "ÍØ·¸Ñ¨"
7946 "ÍØ·ÂÒ¹"
7947 "ÍØ·Ã"
7948 "ÍØ·ÅØÁ"
7949 "ÍØ·Ñª"
7950 "ÍØ·ÑÂ"
7951 "ÍØ·Ò¹"
7952 "ÍØ·ÒÃ"
7953 "ÍØ·ÒËóì"
7954 "ÍØ·ÔÈ"
7955 "ÍØ·ØÁ¾Ã"
7956 "ÍØ¸Ñ¨"
7957 "꯼"
7958 "ÍØºÅ"
7959 "ÍØºÍÔº"
7960 "ÍØºÐ"
7961 "ÍØºÑµÔ"
7962 "ÍØºÒ·"
7963 "ÍØºÒ·Çì"
7964 "ÍØºÒÂ"
7965 "ÍØºÒÊ¡"
7966 "ÍØºÒÊÔ¡Ò"
7967 "ÍØºêÐ"
7968 "ÍØ»"
7969 "ÍØ»¡Ã³ì"
7970 "ÍØ»¡ÃÁ"
7971 "ÍØ»¡ÒÃÐ"
7972 "ÍØ»¡ÒÃÕ"
7973 "ÍØ»¶ÑÁÀ¡"
7974 "ÍØ»¶ÑÁÀì"
7975 "ÍØ»·Ò¹"
7976 "ÍØ»·Ùµ"
7977 "ÍØ»¹ÑÂ"
7978 "ÍØ»¹Ò¡"
7979 "ÍØ»¹ÔÊÑÂ"
7980 "ÍØ»ÁÒ"
7981 "ÍØ»ÁÒ¹"
7982 "ÍØ»ÃÒª"
7983 "ÍØ»Ê§¤ì"
7984 "ÍØ»ÊÁº·"
7985 "ÍØ»ÊÃä"
7986 "ÍØ»ÊÑÁ»·Ò"
7987 "ÍØ»Ñª¬ÒÂÐ"
7988 "ÍØ»Ñª¬ÒÂì"
7989 "ÍØ»Ñ¯°Ò¡"
7990 "ÍØ»Ñ¯°Ò¹Ð"
7991 "ÍØ»Ñ·ÇѹµÃÒÂ"
7992 "ÍØ»Ñ·Çà˵Ø"
7993 "ÍØ»Ò·Ò¹"
7994 "ÍØ»âÀ¤"
7995 "ÍØ»â¤"
7996 "ÍØ»âÅ¡¹ì"
7997 "ÍØ»äÁÂ"
7998 "ÍØÂ"
7999 "ÍØÃÐ"
8000 "ÍØÃÑ§ÍØµÑ§"
8001 "ÍØÃÒ"
8002 "ÍØÃØ"
8003 "ÍØÃØ§Íصѧ"
8004 "ÍØÉ³ÕÂì"
8005 "ÍØÉÒ"
8006 "ÍØÊÒ"
8007 "ÍØÊØ"
8008 "ÍØàº¡¢Ò"
8009 "ÍØàËÁè"
8010 "ÍØáÇé"
8011 "ÍØâ¦É"
8012 "ÍØâºÊ¶"
8013 "ÍØâÁ§¤ì"
8014 "ÍØäÃ"
8015 "ÍØè¹"
8016 "ÍØèÂ"
8017 "ÍØé§"
8018 "ÍØéÁ"
8019 "ÍØéÂ"
8020 "ÍØêÂ"
8021 "ÍÙ"
8022 "ÍÙ°"
8023 "ÍÙ´"
8024 "ÍÙÁ"
8025 "ÍÙÃØ"
8026 "ÍÙè"
8027 "ÍÙé"
8028 "ÍÙéÍÕé"
8029 "ÍÙëÍÕë"
8030 "Íà¨Å¡"
8031 "Íà¨ÅÐ"
8032 "Í๡"
8033 "Í๡¤Ø³"
8034 "Í๨͹Ҷ"
8035 "Íà»ËÔ"
8036 "ÍàÁ"
8037 "ÍàÁÃԡѹ"
8038 "ÍàÁÃÔ¡Ò"
8039 "ÍàǨÕ"
8040 "Íá´»àµÍÃì"
8041 "Íâ¦ÉÐ"
8042 "Íâ³·ÑÂ"
8043 "Í⹪Ò"
8044 "Íâ¹´Òµ"
8045 "ÍâÅËÐ"
8046 "ÍâÈ¡"
8047 "ÍâËÊÔ"
8048 "Íèͧ"
8049 "Íè͹"
8050 "ÍèÍÂ"
8051 "ÍèÒ"
8052 "ÍèÒ§"
8053 "ÍèÒ¹"
8054 "ÍèÒÇ"
8055 "ÍèÓ"
8056 "Íé¹"
8057 "ÍéÇ¡"
8058 "Íéǹ"
8059 "ÍéÍ"
8060 "Íé͹"
8061 "Íé͹áÍé¹"
8062 "ÍéÍÁ"
8063 "ÍéÍÂ"
8064 "ÍéÍÂÊéÍÂ"
8065 "ÍéÍÂÍÔè§"
8066 "ÍéÒ"
8067 "ÍéÒ§"
8068 "ÍéÒÂ"
8069 "ÍéÒÇ"
8070 "ÍéÓÍÖé§"
8071 "ÍêÍ´"
8072 "ÍêÐ"
8073 "ÍëÍ"
8074 "Íëͧ"
8075 "ÍëÍÂ"
8076 "Ρà¡Õé¹"
8077 "Îǧ«ØéÂ"
8078 "Îǹ"
8079 "낼"
8080 "ÎÍ¡¡Õé"
8081 "ÎÍ´"
8082 "Î͹â¹ÅÙÅÙ"
8083 "ÎÍÃìâÁ¹"
8084 "ÎÍÅѹ´Ò"
8085 "ÎÍÅᏴì"
8086 "ÎÐ"
8087 "ÎÑ¡"
8088 "Îѧ¡ÒÃÕ"
8089 "ÎÑè¹"
8090 "ÎÑéÇ"
8091 "ÎÒ"
8092 "ÎÒÁ"
8093 "ÎÒÃì´´Ôʤì"
8094 "ÎÒÃì´áÇÃì"
8095 "ÎÒàÃçÁ"
8096 "ÎÒâÅÇÕ¹"
8097 "ÎÔµ"
8098 "ÎÔ¹´Ù"
8099 "ÎÔ»â»â»àµÁÑÊ"
8100 "ÎÔÊ·ÕàÃÕÂ"
8101 "ÎÕàÅÕÂÁ"
8102 "ÎÕâÃè"
8103 "ÎÖ"
8104 "ÎÖ¡"
8105 "ÎÖ´"
8106 "ÎÖ´ÎÑ´"
8107 "ÎÖÁ"
8108 "ÎÖÂ"
8109 "ÎÖèÁ"
8110 "Î×´ÎÒ´"
8111 "Î×Í"
8112 "Î×èÍ"
8113 "Î×éÍ"
8114 "민"
8115 "ÎØÂàÅÎØÂ"
8116 "ÎÙ¡"
8117 "ÎÙÁ"
8118 "ÎÙé"
8119 "ÎèÍ"
8120 "Îèͧ¡§"
8121 "Îèͧàµé"
8122 "ÎéÍ"
8123 "ÎéÒ"
8124 "à¡"
8125 "à¡¡ÁÐàËá"
8126 "ࡨÔÍÒ¨ÒÃÂì"
8127 "ࡳ±ì"
8128 "à¡´"
8129 "ࡵØ"
8130 "ࡹ"
8131 "à¡Á"
8132 "à¡ÁÊì"
8133 "à¡Â"
8134 "à¡Ã§"
8135 "à¡Ã´"
8136 "à¡ÃÍÐ"
8137 "à¡ÃÒÐ"
8138 "à¡ÃÔ¡"
8139 "à¡ÃÔè¹"
8140 "à¡ÃÕ¡"
8141 "à¡ÃÕ§"
8142 "à¡ÃÕ¹"
8143 "à¡ÃÕº"
8144 "à¡ÃÕÂÁ"
8145 "à¡ÃÕÂÇ"
8146 "à¡ÃÕéÂÇ"
8147 "à¡Ãç§"
8148 "à¡Ãç´"
8149 "à¡ÃèÍ"
8150 "à¡Å"
8151 "à¡ÅÍ"
8152 "à¡ÅÒ"
8153 "à¡ÅÕ§"
8154 "à¡ÅÕ´"
8155 "à¡ÅÕÂÇ"
8156 "à¡ÅÕèÂ"
8157 "à¡ÅÕéÂ"
8158 "à¡ÅÕé§"
8159 "à¡Å×Í"
8160 "à¡Å×Í¡"
8161 "à¡Å×è͹"
8162 "à¡Å×éÍ"
8163 "à¡Å×é͹"
8164 "à¡Åç´"
8165 "à¡ÅéÒ"
8166 "à¡ÇÕ¹"
8167 "à¡È"
8168 "à¡ÈÒ"
8169 "à¡ÈÔ¹Õ"
8170 "à¡ÉµÃ"
8171 "à¡ÉµÃ¡Ã"
8172 "à¡ÉµÃ¡ÃÃÁ"
8173 "à¡ÉÁ"
8174 "à¡ÉÕ³"
8175 "à¡ÉÕ¹"
8176 "à¡ÊÃ"
8177 "à¡Í"
8178 "à¡ÍÃì"
8179 "à¡ÍÔªÒ"
8180 "à¡Ð"
8181 "à¡Ð¡Ð"
8182 "à¡Ò"
8183 "à¡Òµì"
8184 "à¡Ò·Ñ³±ì"
8185 "à¡ÒÅÑ´"
8186 "à¡ÒËÅÕ"
8187 "à¡ÒÐ"
8188 "à¡ÒàËÅÒ"
8189 "à¡Ô§"
8190 "à¡Ô´"
8191 "à¡Ô¹"
8192 "à¡ÕÂ"
8193 "à¡Õ§"
8194 "à¡Õ¨"
8195 "à¡Õ´"
8196 "à¡Õ¹"
8197 "à¡ÕÂõÔ"
8198 "à¡ÕÂõԤس"
8199 "à¡ÕÂõԹÔÂÁ"
8200 "à¡ÕÂõԻÃÐÇѵÔ"
8201 "à¡ÕÂõÔÀÙÁÔ"
8202 "à¡ÕÂõÔÂÈ"
8203 "à¡ÕÂõÔÈÑ¡´Ôì"
8204 "à¡ÕÂõÔì"
8205 "à¡ÕÂÃì"
8206 "à¡ÕèÂ"
8207 "à¡Õè§"
8208 "à¡ÕèÂÇ"
8209 "à¡ÕéÂÁÍÕë"
8210 "à¡ÕéÂÁä©è"
8211 "à¡ÕéÂÇ"
8212 "à¡ÕêÂÇ"
8213 "à¡ÕêÂÐ"
8214 "à¡×Í¡"
8215 "à¡×ͺ"
8216 "à¡×éÍ"
8217 "à¡àÃ"
8218 "à¡ç§"
8219 "à¡ç¨"
8220 "à¡çº"
8221 "à¡è§"
8222 "à¡è§¡Ò¨"
8223 "à¡è¹"
8224 "à¡èÒ"
8225 "à¡é"
8226 "à¡é§"
8227 "à¡é§¡éÒ§"
8228 "à¡éÍ"
8229 "à¡éÒ"
8230 "à¡éÒÍÕé"
8231 "à¡ê"
8232 "à¡ê¡"
8233 "à¡ê¡ÎÇÂ"
8234 "à¡ë"
8235 "à¡ë§"
8236 "à¡ëÒ"
8237 "à¢"
8238 "ࢡ"
8239 "ࢵ"
8240 "ࢹ"
8241 "ࢹ§"
8242 "ࢹÂ"
8243 "ࢹç´"
8244 "ࢺ稢ºÇ¹"
8245 "ࢺçµ"
8246 "à¢ÁÃ"
8247 "à¢ÁÒ"
8248 "à¢Á×ͺ"
8249 "à¢Áç§"
8250 "à¢Áç´á¢Áè"
8251 "à¢Áè¹"
8252 "à¢ÁèÒ"
8253 "à¢Áé¹"
8254 "à¢Â"
8255 "à¢Â¡"
8256 "à¢ÂÔº"
8257 "à¢Â×é͹"
8258 "à¢Âè§"
8259 "à¢ÂèÒ"
8260 "à¢ÂéÍá¢Âè§"
8261 "à¢ÃÍÐ"
8262 "à¢Å§"
8263 "à¢ÅÍÐ"
8264 "à¢ÅÐ"
8265 "à¢ÅÒ"
8266 "à¢ÅÒÐ"
8267 "à¢Ç"
8268 "à¢ÉÁ"
8269 "à¢ÌÐ"
8270 "à¢Ð¢Ð"
8271 "à¢Ò"
8272 "à¢Ô¹"
8273 "à¢Õ§"
8274 "à¢Õ´"
8275 "à¢Õ¹"
8276 "à¢ÕÂÁ"
8277 "à¢ÕÂÇ"
8278 "à¢ÕèÂ"
8279 "à¢ÕéÂÇ"
8280 "à¢×Í"
8281 "à¢×èͧ"
8282 "à¢×è͹"
8283 "à¢ç­"
8284 "à¢ç´"
8285 "à¢ç¹"
8286 "à¢çÁ"
8287 "à¢è§"
8288 "à¢è¹"
8289 "à¢èÒ"
8290 "à¢éÁ"
8291 "à¢éÒ"
8292 "हÂÒ"
8293 "à¤ÁÕ"
8294 "à¤Â"
8295 "à¤Ã§"
8296 "à¤Ã´Ôµ"
8297 "à¤ÃÒ"
8298 "à¤ÃÒÐËì"
8299 "à¤ÃÕ´"
8300 "à¤Ã×Í"
8301 "à¤Ã×èͧ"
8302 "à¤Ã×èͧ¾ÔÁ¾ì"
8303 "à¤Ãè§"
8304 "à¤Ã觤ÃÑ´"
8305 "à¤ÅÔºà¤ÅÔéÁ"
8306 "à¤ÅÔéÁ"
8307 "à¤ÅÕÂ"
8308 "à¤Å×ͺ"
8309 "à¤Å×è͹"
8310 "à¤Åç´"
8311 "à¤Åé¹"
8312 "à¤ÅéÒ"
8313 "à¤Çé§"
8314 "à¤Ë"
8315 "à¤ËÐ"
8316 "à¤ËÒ"
8317 "à¤ÍÃìà¹Å"
8318 "à¤ÍÐ"
8319 "à¤Ò¹ìàµÍÃì"
8320 "à¤Òþ"
8321 "à¤ÒÐ"
8322 "à¤Õ§"
8323 "à¤Õ´"
8324 "à¤Õ¹"
8325 "à¤ÕÂÇ"
8326 "à¤ÕèÂÁ"
8327 "à¤ÕèÂÇ"
8328 "à¤ÕéÂÇ"
8329 "à¤×ͧ"
8330 "à¤àºÔÅ"
8331 "à¤çÁ"
8332 "à¤é¡"
8333 "à¤é¹"
8334 "à¤éÒ"
8335 "à¤éà¡é"
8336 "à¦Õè¹"
8337 "à§¡"
8338 "à§Â"
8339 "à§ÍÐ"
8340 "à§ÍЧÐ"
8341 "à§Ò"
8342 "à§ÒÐ"
8343 "à§Ô¹"
8344 "à§Õº"
8345 "à§Õè§"
8346 "à§Õè¹"
8347 "à§ÕèÂËÙ"
8348 "à§ÕéÂÇ"
8349 "à§×Í¡"
8350 "à§×Í´"
8351 "à§×ͺ"
8352 "à§×èͧ"
8353 "à§×è͹"
8354 "à§×è͹ä¢"
8355 "à§×éÍ"
8356 "à§×éÍÁ"
8357 "à§èÒ"
8358 "à§éÒ"
8359 "à¨"
8360 "਴ÕÂʶҹ"
8361 "਴ÕÂì"
8362 "ਵ"
8363 "ਵ¤µÔ"
8364 "ਵ¨Ó¹§"
8365 "ਵ¹Ò"
8366 "ਵ¹ÒÃÁ³ì"
8367 "ਵÀÙµ"
8368 "ਵÊÔ¡"
8369 "ਹ"
8370 "à¨ÁÊì"
8371 "à¨Ã¨Ò"
8372 "à¨ÃÔ­"
8373 "à¨ÃÔ´"
8374 "à¨Çç´"
8375 "à¨É®Ò"
8376 "à¨Í"
8377 "à¨ÍÃì"
8378 "à¨ÍÐ"
8379 "à¨ÒÐ"
8380 "à¨Ô´"
8381 "à¨ÔÁ"
8382 "à¨Ôè§"
8383 "à¨Ôè¹"
8384 "à¨Õ´"
8385 "à¨Õ¹"
8386 "à¨ÕÂÁ"
8387 "à¨ÕÂÃÐä¹"
8388 "à¨ÕÂÇ"
8389 "à¨Õêº"
8390 "à¨ÕêÂÇ"
8391 "à¨ÕêÂǨêÒÇ"
8392 "à¨Õë¹"
8393 "à¨ÕëÂÁà¨ÕéÂÁ"
8394 "à¨×Í"
8395 "à¨×è͹"
8396 "à¨×éÍÂ"
8397 "à¨ç´"
8398 "à¨çº"
8399 "à¨èÍ"
8400 "à¨èÒ"
8401 "à¨éÒ"
8402 "à¨éÒªÙé"
8403 "à¨ê"
8404 "à¨ê¡"
8405 "à¨ê§"
8406 "à¨êµ"
8407 "à¨êÒ"
8408 "à¨ëÍ"
8409 "à©"
8410 "à©¡"
8411 "à©´"
8412 "੾ÒÐ"
8413 "à©Â"
8414 "à©ÂàÁÂ"
8415 "à©ÅÂ"
8416 "à©ÅÒ"
8417 "à©ÅÔÁ"
8418 "à©ÅÕ§"
8419 "à©ÅÕÂÇ"
8420 "à©ÅÕèÂ"
8421 "à©ÇÕ§"
8422 "à©ÇÕ¹"
8423 "à©ÍÐá©Ð"
8424 "à©Ò"
8425 "à©Ò¡êÇÂ"
8426 "à©ÒÐ"
8427 "à©Ô´"
8428 "à©Ôº"
8429 "à©Õ§"
8430 "à©Õ´"
8431 "à©Õº"
8432 "à©ÕÂÇ"
8433 "à©ÕèÂÇ"
8434 "à©×͹"
8435 "à©×èÍÂ"
8436 "à©â¡"
8437 "à©è§"
8438 "હ"
8439 "àªÂ"
8440 "àªÅ"
8441 "àªÅÂ"
8442 "àªÉ°Ò"
8443 "àªÍ"
8444 "àªÍÃì"
8445 "àªÒǹì"
8446 "àªÒÇì"
8447 "àªÔ§"
8448 "àªÔ­"
8449 "àªÔ´"
8450 "àªÔéµ"
8451 "àªÕ§"
8452 "àªÕ§ãËÁè"
8453 "àªÕº"
8454 "àªÕÂÃì"
8455 "àªÕÂÇ"
8456 "àªÕè¹"
8457 "àªÕèÂÇ"
8458 "àª×Í¡"
8459 "àª×Í´"
8460 "àª×͹"
8461 "àª×èÍ"
8462 "àª×èͧ"
8463 "àª×èÍÁ"
8464 "àª×éÍ"
8465 "àªç¤"
8466 "àªç´"
8467 "àªè¹"
8468 "àªèÒ"
8469 "àªé§"
8470 "àªéÒ"
8471 "à«"
8472 "૵"
8473 "ૹ"
8474 "ૹµÔ¡ÃÑÁ"
8475 "ૹµÔÅÔµÃ"
8476 "ૹµÔà¡Ã´"
8477 "ૹµÔàÁµÃ"
8478 "ૹµì"
8479 "ૻѡµÃСÃéÍ"
8480 "à«¿"
8481 "à«ÃØèÁ"
8482 "à«ÅÅÙÅÍ´ì"
8483 "à«ÅÅÙâÅÊ"
8484 "à«ÅÅì"
8485 "à«ÅÊì"
8486 "à«Åà«ÕÂÊ"
8487 "à«Í"
8488 "à«ÍÃì"
8489 "à«ÍÃìÇÔÊ"
8490 "à«ÍÐ"
8491 "à«Ò"
8492 "à«ÒÐ"
8493 "à«Ô§"
8494 "à«ÔÃì¿àÇÍÃì"
8495 "à«Ôé§"
8496 "à«Õ¹"
8497 "à«ÕÂÁ«Õ"
8498 "à«ÕÂÇ"
8499 "à«Õè§äÎé"
8500 "à«×èͧ"
8501 "à«ç¡àÁ¹µì"
8502 "à«ç§"
8503 "à«ç¹"
8504 "à«ç¹àµÍÃì"
8505 "à«è§"
8506 "à«è¹"
8507 "à«èÍ"
8508 "à«é§"
8509 "à«éÒ«Õé"
8510 "à¬Í"
8511 "à¬ÍàÍÁ"
8512 "à²èÒ"
8513 "à³Ã"
8514 "à´¡«ìâ·ÃÊ"
8515 "à´¤Ò¡ÃÑÁ"
8516 "à´¤ÒÅÔµÃ"
8517 "à´¤ÒàÁµÃ"
8518 "à´ª"
8519 "à´ªÐ"
8520 "à´«Ô¡ÃÑÁ"
8521 "à´«ÔÅÔµÃ"
8522 "à´«ÔàÁµÃ"
8523 "à´¹"
8524 "à´¹ÁÒÃì¡"
8525 "à´¹ÁÒÃì¤"
8526 "à´ºÔµ"
8527 "à´ÃѨ©Ò¹"
8528 "à´ÅÅì"
8529 "à´ÇÔ´"
8530 "à´Ê¡ì·Í»"
8531 "à´ÍÐ"
8532 "à´Ò"
8533 "à´ÒÐ"
8534 "à´Ô¹"
8535 "à´ÔÁ"
8536 "à´ÕÂ"
8537 "à´Õ§"
8538 "à´Õ´"
8539 "à´ÕÂÃ"
8540 "à´ÕÂôÒÉ"
8541 "à´ÕÂöÕÂì"
8542 "à´ÕÂÃѨ©Ò¹"
8543 "à´ÕÂÇ"
8544 "à´ÕÂÐ"
8545 "à´ÕèÂÇ"
8546 "à´ÕéÂ"
8547 "à´ÕëÂÇ"
8548 "à´×Í´"
8549 "à´×͹"
8550 "à´×ÍÂ"
8551 "à´âª"
8552 "à´ç¡"
8553 "à´ç¨"
8554 "à´ç´"
8555 "à´è"
8556 "à´è¹"
8557 "à´èÒ"
8558 "à´é§"
8559 "à´éÒ"
8560 "à´ëÍ"
8561 "à´ëÍ´ëÒ"
8562 "àµÂ"
8563 "àµÃÕÂ"
8564 "àµÃÕ´"
8565 "àµÃÕÂÁ"
8566 "àµÃç´"
8567 "àµÃè"
8568 "àµÅÔ´"
8569 "àµÇç´"
8570 "àµÍÃì"
8571 "àµÍÃì¡Õ"
8572 "àµÍÐ"
8573 "àµÐ"
8574 "àµÒ"
8575 "àµÒÐáµÐ"
8576 "àµÔº"
8577 "àµÔÁ"
8578 "àµÔè§"
8579 "àµÕ§"
8580 "àµÕ¹"
8581 "àµÕº"
8582 "àµÕèÂ"
8583 "àµÕèÂÇ"
8584 "àµÕéÂ"
8585 "àµÕëÂÁ"
8586 "àµ×͹"
8587 "àµ×éÍ"
8588 "àµç§"
8589 "àµç¹·ì"
8590 "àµçÁ"
8591 "àµè§"
8592 "àµèÍ"
8593 "àµèÒ"
8594 "àµé¹"
8595 "àµéÒ"
8596 "àµéÒ·Ö§"
8597 "àµéÒÊèǹ"
8598 "àµéÒËÙé"
8599 "àµéÒÎÇÂ"
8600 "àµéÒà¨ÕéÂÇ"
8601 "àµéÒàÊÕº"
8602 "àµê¡"
8603 "àµêÐ"
8604 "àµëÒ"
8605 "à¶¡Ô§"
8606 "à¶¹"
8607 "à¶Ã"
8608 "à¶ÃÐ"
8609 "à¶ÃÒ¹Øà¶ÃÐ"
8610 "à¶ÅÔ§"
8611 "à¶Å×Í¡¶Å¹"
8612 "à¶Åä¶Å"
8613 "à¶ÍÐ"
8614 "à¶Ò"
8615 "à¶ÒÇÑÅÂì"
8616 "à¶ÒÐ"
8617 "à¶Ô¡"
8618 "à¶Ô´"
8619 "à¶Ô´à·Ô§"
8620 "à¶Ô¹"
8621 "à¶Õ§"
8622 "à¶×Í"
8623 "à¶×Í¡"
8624 "à¶×è͹"
8625 "à¶èÍ"
8626 "à¶éÒ"
8627 "à·"
8628 "à·¤¹Ô¤"
8629 "à·¤â¹âÅÂÕ"
8630 "à·¹¹ÔÊ"
8631 "à·»"
8632 "à·¾"
8633 "à·¾´Ò"
8634 "à·¾¸Ô´Ò"
8635 "à·¾¹Á"
8636 "෾´Ò"
8637 "à·¾Âà¨éÒ"
8638 "à·¾ÒÃÑ¡Éì"
8639 "à·¾Õ"
8640 "à·¾à¨éÒ"
8641 "à·Á»ØÃÐ"
8642 "à·Ã´à´ÍÃì"
8643 "à·Ã¹à¹ÍÃì"
8644 "à·Ç´Ò"
8645 "à·Ç·Ñ³±ì"
8646 "à·Ç·Ùµ"
8647 "à·Ç¸ÃÃÁ"
8648 "à·Ç¸Ô´Ò"
8649 "à·Ç¹ÔÂÁ"
8650 "à·ÇÃÙ»"
8651 "à·ÇÉ"
8652 "à·Çʶҹ"
8653 "à·ÇÑ­"
8654 "à·Çѹ"
8655 "à·ÇÒÅÑÂ"
8656 "à·ÇÕ"
8657 "à·ÇâÅ¡"
8658 "à·È"
8659 "à·È¡ÒÅ"
8660 "à·È¹Ò"
8661 "à·È¹ì"
8662 "à·ÈºÒÅ"
8663 "à·ÈÁ¹µÃÕ"
8664 "à·ÈÒÀÔºÒÅ"
8665 "à·Êµì"
8666 "à·ËÇѵ¶Ø"
8667 "à·Ëì"
8668 "à·Í­"
8669 "à·ÍÁ"
8670 "à·ÍÃìâÁÁÔàµÍÃì"
8671 "à·ÍзÐ"
8672 "à·Ò"
8673 "à·Ô´"
8674 "à·Ô¹"
8675 "à·Ôº"
8676 "à·Ôè§"
8677 "à·ÔéÁ"
8678 "à·Õ¹"
8679 "à·Õº"
8680 "à·ÕÂÁ"
8681 "à·ÕÂÇ"
8682 "à·Õè§"
8683 "à·ÕèÂÇ"
8684 "à·×Í¡"
8685 "à·àºÔÅ"
8686 "à·àŤÍÁ"
8687 "à·àÇÈÃì"
8688 "à·àÇÈÇÃì"
8689 "à·â¾"
8690 "à·ç¨"
8691 "à·è"
8692 "à·èÍ"
8693 "à·èÒ"
8694 "à·é§àµé§"
8695 "à·éÍ"
8696 "à·éÒ"
8697 "ู"
8698 "ูÊì"
8699 "à¸Í"
8700 "๤ä·"
8701 "๵"
8702 "๵Ã"
8703 "๵Êऻ"
8704 "๵Ô"
8705 "๺ÔÇÅÒ"
8706 "๻¨Ù¹"
8707 "๻ÒÅ"
8708 "à¹Â"
8709 "à¹Ã¤Ø³"
8710 "à¹ÃÁÔµ"
8711 "à¹Ãà·È"
8712 "à¹Ò"
8713 "à¹Ô¹"
8714 "à¹Ôº"
8715 "à¹Ôè¹"
8716 "à¹ÕÂ"
8717 "à¹Õ¹"
8718 "à¹ÕÂÁ"
8719 "à¹×ͧ"
8720 "à¹×ÍÂ"
8721 "à¹×èͧ"
8722 "à¹×éÍ"
8723 "à¹çµ"
8724 "à¹çµàÇÔÃì¡"
8725 "à¹çµàÇÔÃì¤"
8726 "à¹èÒ"
8727 "à¹é¹"
8728 "à¹éÍ"
8729 "àº"
8730 "຤͹"
8731 "ວ¡ÍÅ"
8732 "ອ¨"
8733 "ອ¨¡"
8734 "ອ¨¡ÑÅÂÒ³Õ"
8735 "ອ¨¡ÒÁ¤Ø³"
8736 "ອ¨¸ÃÃÁ"
8737 "ອ¨ºÃþµ"
8738 "ອ¨ÁÒÈ"
8739 "ອ¨Ã§¤ì"
8740 "ອ¨Ò"
8741 "ອ¨Ò§¤»ÃдÔɰì"
8742 "ອ¨Ò§¤ì"
8743 "ອ¨à¾Ê"
8744 "ີéÒ"
8745 "ູ"
8746 "ູ«Ô¹"
8747 "ູ«ì"
8748 "àºÃ¡"
8749 "àºÃì¡"
8750 "àºÅàÂÕèÂÁ"
8751 "àºÈ"
8752 "àºÊ"
8753 "àºÊºÍÅ"
8754 "àºÍÃì"
8755 "àºÍÃìÅÔ¹"
8756 "àºÍÐ"
8757 "àºÍкÐ"
8758 "àºÐ"
8759 "àºÒ"
8760 "àºÒÐ"
8761 "àºÒÐáÊ"
8762 "àºÔ¡"
8763 "àºÔÃì¡"
8764 "àºÔè§"
8765 "àºÕ´"
8766 "àºÕ¹"
8767 "àºÕÂÃì"
8768 "àºÕè§"
8769 "àºÕéÂ"
8770 "àºÕéÂÇ"
8771 "àº×Í"
8772 "àº×͹"
8773 "àº×èÍ"
8774 "àº×éÍ"
8775 "àº×éͧ"
8776 "àºç´"
8777 "àºç´àµÅç´"
8778 "àºç´àÊÃç¨"
8779 "àºè§"
8780 "àºé"
8781 "àºéÍ"
8782 "àºéÍàÃÔèÁ"
8783 "àºéÍàÃèÍ"
8784 "àºéÒ"
8785 "໡"
8786 "à»Ãµ"
8787 "à»ÃÁ"
8788 "à»ÃÂ"
8789 "à»ÃÍ"
8790 "à»ÃÍÐ"
8791 "à»ÃÒÐ"
8792 "à»ÃÕ§"
8793 "à»ÃÕ­"
8794 "à»ÃÕº"
8795 "à»ÃÕÂÇ"
8796 "à»ÃÕÂÐ"
8797 "à»ÃÕé§"
8798 "à»ÃÕéÂÇ"
8799 "à»ÃÕêÂÐ"
8800 "à»Ã×èͧ"
8801 "à»Ã×éÍÂ"
8802 "à»Å"
8803 "à»ÅÇ"
8804 "à»ÅÒÐ"
8805 "à»ÅÕè¹"
8806 "à»ÅÕèÂÇ"
8807 "à»ÅÕéÂ"
8808 "à»Å×Í¡"
8809 "à»Å×ͧ"
8810 "à»Å×ÍÂ"
8811 "à»Å×éͧ"
8812 "à»Åè§"
8813 "à»ÅèÒ"
8814 "à»Í"
8815 "à»ÍÃì"
8816 "à»ÍÃìà«ç¹µì"
8817 "à»Ð"
8818 "à»Ò"
8819 "à»ÒÐ"
8820 "à»Òà»Ò"
8821 "à»Ô¡"
8822 "à»Ô§"
8823 "à»Ô´"
8824 "à»Ôº"
8825 "à»Ôè¹"
8826 "à»Ôêº"
8827 "à»ÕÂ"
8828 "à»Õ¡"
8829 "à»ÕèÂÁ"
8830 "à»ÕéÂÇ"
8831 "à»Õê¡"
8832 "à»ÕêÂÐ"
8833 "à»×Í¡"
8834 "à»×èÍÂ"
8835 "à»×é͹"
8836 "à»ç´"
8837 "à»ç¹"
8838 "à»ç¹µé¹"
8839 "à»è§"
8840 "à»èÒ"
8841 "à»é"
8842 "à»é§"
8843 "à»éÒ"
8844 "à»ê¡"
8845 "à»ë"
8846 "à»ë§"
8847 "à»ëÍ"
8848 "à»ëÍàËÅÍ"
8849 "à»ëÒ"
8850 "à»ëÒÎ×éÍ"
8851 "à¼"
8852 "༧"
8853 "༪ԭ"
8854 "༴ÔÁ"
8855 "༴Õ§"
8856 "༴ç¨"
8857 "à¼Â"
8858 "à¼ÂÍ"
8859 "à¼ÅÍ"
8860 "à¼ÅÍä¼Å"
8861 "à¼ÅÐ"
8862 "à¼ÅÒÐ"
8863 "à¼Åè"
8864 "à¼ÍÔ­"
8865 "à¼ÍàÃÍ"
8866 "à¼Ð"
8867 "à¼Ò"
8868 "à¼ÒÐ"
8869 "à¼Ô¹"
8870 "à¼×Í¡"
8871 "à¼×Í´"
8872 "à¼×èÍ"
8873 "à¼ç´"
8874 "à¼è¹"
8875 "à¼èÒ"
8876 "à¼éÒ"
8877 "à½×Í"
8878 "à½×Í¡"
8879 "à½×è͹"
8880 "à½éÒ"
8881 "à¾"
8882 "ྨ"
8883 "ྪ¬¦Òµ"
8884 "ྪÃ"
8885 "ྪÃÒÂØ¸"
8886 "ྴҹ"
8887 "ྷ¹Ò"
8888 "ྷÒÂ"
8889 "ྷغÒÂ"
8890 "ྐྵ¡ÇÔ¹"
8891 "ྐྵÕ´"
8892 "ྐྵà·ÕÂÁ"
8893 "à¾Ã§"
8894 "à¾ÃÒ"
8895 "à¾ÃÒÐ"
8896 "à¾ÃÔ´"
8897 "à¾ÃÔÈ"
8898 "à¾ÃÕ¡"
8899 "à¾ÃÕ§"
8900 "à¾ÃÕº"
8901 "à¾ÃÕÂÇ"
8902 "à¾Ã×èÍ"
8903 "à¾Å"
8904 "à¾Å§"
8905 "à¾ÅÒ"
8906 "à¾ÅÒÐ"
8907 "à¾ÅÔ§"
8908 "à¾ÅÔ´à¾ÅÔ¹"
8909 "à¾ÅÔ¹"
8910 "à¾ÅÕÂ"
8911 "à¾ÅÕè§"
8912 "à¾ÅÕéÂ"
8913 "à¾È"
8914 "à¾ÒÐ"
8915 "à¾Ô¡"
8916 "à¾Ô§"
8917 "à¾Ôè§"
8918 "à¾ÔèÁ"
8919 "à¾Õ§"
8920 "à¾Õº"
8921 "à¾ÕÂÃ"
8922 "à¾ÕéÂ"
8923 "à¾Õé§"
8924 "à¾Õé¹"
8925 "à¾×èÍ"
8926 "à¾×è͹"
8927 "à¾ç§"
8928 "à¾ç¨"
8929 "à¾ç­"
8930 "à¾ç´·ÙÅ"
8931 "à¾è§"
8932 "à¾è¹¾èÒ¹"
8933 "à¾èÍ"
8934 "à¾éÍ"
8935 "à¿´"
8936 "à¿Í"
8937 "à¿ÍÃì"
8938 "à¿ÍÃì¹Ôà¨ÍÃì"
8939 "à¿ÍÃìàÁÕÂÁ"
8940 "à¿ÍÐ"
8941 "à¿Ð"
8942 "à¿Ô¹"
8943 "à¿ÕéÂÁ"
8944 "à¿ÕéÂÇ"
8945 "à¿×Í"
8946 "à¿×ͧ"
8947 "à¿×͹"
8948 "à¿×ÍÂ"
8949 "à¿×èͧ"
8950 "à¿×éÍ"
8951 "à¿×éͧ"
8952 "à¿×éÍÂ"
8953 "à¿ç´"
8954 "à¿é¹"
8955 "à¿éÍ"
8956 "àÀµÃÒ"
8957 "àÀ·"
8958 "àÀ·ØºÒÂ"
8959 "àÀÃÕ"
8960 "àÀÊѪ"
8961 "àÁ"
8962 "àÁ¡Ð"
8963 "àÁ¡ÐàÎÔõ«ì"
8964 "àÁ¢ÅÒ"
8965 "àÁ¦"
8966 "àÁ¦Ò"
8967 "àÁ¦Ô¹·Ãì"
8968 "àÁ¦Õ"
8969 "àÁµµÒ"
8970 "àÁµÃ"
8971 "àÁµÃÔ¡"
8972 "àÁ¶Ø¹"
8973 "àÁ·¹Õ"
8974 "àÁ·Ô¹Õ"
8975 "àÁ¸Ò"
8976 "àÁ¸Õ"
8977 "àÁ¹·ÍÅ"
8978 "àÁ¹ºÍÃì´"
8979 "àÁ¹Ù"
8980 "àÁÁâÁÃÕ"
8981 "àÁÃÑÂ"
8982 "àÁÃØ"
8983 "àÁÅ×ͧ"
8984 "àÁÅ×èÍÂ"
8985 "àÁÅ×éÍÂ"
8986 "àÁÅç´"
8987 "àÁÅì"
8988 "àÁÉ"
8989 "àÁÉÒ¹"
8990 "àÁÐ"
8991 "àÁÒ"
8992 "àÁÒÅÕ"
8993 "àÁÒÊì"
8994 "àÁÒÌÕ"
8995 "àÁÒÐ"
8996 "àÁÔ¹"
8997 "àÁÕÂ"
8998 "àÁÕ§"
8999 "àÁÕè§"
9000 "àÁÕé¹"
9001 "àÁ×Í¡"
9002 "àÁ×ͧ"
9003 "àÁ×èÍ"
9004 "àÁ×èÍÂ"
9005 "àÁâÁÃÕ"
9006 "àÁç¡«Ôâ¡"
9007 "àÁç´"
9008 "àÁè¹"
9009 "àÁèÒ"
9010 "àÁéÁ"
9011 "àÁéÒÊì"
9012 "àÂ"
9013 "à§"
9014 "à«Ù"
9015 "à¹"
9016 "àÂÍ"
9017 "àÂÍÃÁѹ"
9018 "àÂÍÃÁѹ¹Õ"
9019 "àÂÍÃÁѹÕ"
9020 "àÂÍÐ"
9021 "àÂÒ"
9022 "àÂÒǪ¹"
9023 "àÂÒǾÒ"
9024 "àÂÒǾҹ"
9025 "àÂÒÇÁÒÅÂì"
9026 "àÂÒÇÂÍ´"
9027 "àÂÒÇÃÒª"
9028 "àÂÒÇÅѡɳì"
9029 "àÂÒÇàÃÈ"
9030 "àÂÒÇì"
9031 "àÂÒÐ"
9032 "àÂÔ¹"
9033 "àÂÔº"
9034 "àÂÔè¹"
9035 "àÂÔè¹àÂéÍ"
9036 "àÂÔéÁ"
9037 "àÂÕÂ"
9038 "àÂÕ¹"
9039 "àÂÕº"
9040 "àÂÕÂÇ"
9041 "àÂÕè§"
9042 "àÂÕèÂÁ"
9043 "àÂÕèÂÇ"
9044 "àÂ×Í¡"
9045 "àÂ×͹"
9046 "àÂ×èÍ"
9047 "àÂ×éÍ"
9048 "àÂ×éͧ"
9049 "àÂ×é͹"
9050 "àÂç¹"
9051 "àÂçº"
9052 "àÂè¹"
9053 "àÂèÍ"
9054 "àÂé"
9055 "àÂéÂ"
9056 "àÂéÒ"
9057 "àâ"
9058 "àâÒ"
9059 "àâҤ³Ôµ"
9060 "àóÙ"
9061 "àô͹"
9062 "àôÒÃì"
9063 "àÃÃǹ"
9064 "àÃÇ´Õ"
9065 "àÃÍ"
9066 "àÃÒ"
9067 "àÃÒÐ"
9068 "àÃÔ§"
9069 "àÃÔ´"
9070 "àÃÔÁ"
9071 "àÃÔèÁ"
9072 "àÃÔéÁ"
9073 "àÃÕ¡"
9074 "àÃÕ§"
9075 "àÃÕ´"
9076 "àÃÕ¹"
9077 "àÃÕº"
9078 "àÃÕÂÁ"
9079 "àÃÕÂÇ"
9080 "àÃÕèÂ"
9081 "àÃÕèÂÁ"
9082 "àÃÕèÂÇ"
9083 "àÃÕéÂÇá"
9084 "àÃ×Í"
9085 "àÃ×Í¡"
9086 "àÃ×ͧ"
9087 "àÃ×Í´"
9088 "àÃ×͹"
9089 "àÃ×èÍ"
9090 "àÃ×èͧ"
9091 "àÃ×èÍÂ"
9092 "àÃ×éÍ"
9093 "àÃ×é͹"
9094 "àÃäÃ"
9095 "àÃçÇ"
9096 "àÃè"
9097 "àÃè§"
9098 "àÃèÍ"
9099 "àÃèÒ"
9100 "àÃé¹"
9101 "àÃéÒ"
9102 "àÅ¢"
9103 "àÅ¢Ò"
9104 "àÅ¢Ò¸Ô¡ÒÃ"
9105 "àŢҹءÒÃ"
9106 "àÅ´Õé"
9107 "àŵ"
9108 "àŹ"
9109 "àŹÊì"
9110 "àźҹ͹"
9111 "àÅÂ"
9112 "àÅÇ"
9113 "àÅÈ"
9114 "àÅËÅѧ"
9115 "àÅÍ"
9116 "àÅÍÐ"
9117 "àÅÍÐà·ÍÐ"
9118 "àÅÐ"
9119 "àÅÐà·Ð"
9120 "àÅÒ"
9121 "àÅÒÐ"
9122 "àÅÔ¡"
9123 "àÅÔ¡ÅÑè¡"
9124 "àÅÔ¹àÅèÍ"
9125 "àÅÔÈ"
9126 "àÅÔé§"
9127 "àÅÕÂ"
9128 "àÅÕ§"
9129 "àÅÕ¹"
9130 "àÅÕº"
9131 "àÅÕÂÁ"
9132 "àÅÕÂÇ"
9133 "àÅÕè§"
9134 "àÅÕè¹"
9135 "àÅÕèÂÁ"
9136 "àÅÕé§"
9137 "àÅÕéÂÇ"
9138 "àÅ×Í¡"
9139 "àÅ×Í´"
9140 "àÅ×͹"
9141 "àÅ×èͧ"
9142 "àÅ×è͹"
9143 "àÅ×èÍÁ"
9144 "àÅ×èÍÁãÊ"
9145 "àÅ×èÍÂ"
9146 "àÅ×éÍÂ"
9147 "àÅà«ÍÃì"
9148 "àÅà¾"
9149 "àÅç¡"
9150 "àÅç§"
9151 "àÅç´"
9152 "àÅç¹"
9153 "àÅçº"
9154 "àÅçÁ"
9155 "àÅè¹"
9156 "àÅèÁ"
9157 "àÅèËì"
9158 "àÅèÍ"
9159 "àÅèÒ"
9160 "àÅé§"
9161 "àÅéÒ"
9162 "àǤ"
9163 "àǤԹ"
9164 "àǤÕ"
9165 "àǨ"
9166 "àǪ"
9167 "àǪ¡ÃÃÁ"
9168 "àǰ¹ì"
9169 "àdzÐ"
9170 "àdzÔ"
9171 "àdzԡ"
9172 "àdzØ"
9173 "àǵ¹ì"
9174 "àǵÃ"
9175 "àǵÒÅ"
9176 "àÇ·"
9177 "àÇ·¹Ò"
9178 "àÇ·Âì"
9179 "àÇ·Ò§¤ÈÒʵÃì"
9180 "àÇ·Ò§¤ì"
9181 "àÇ·Ò¹µÐ"
9182 "àÇ·Ò¹µì"
9183 "àÇ·Ô"
9184 "àÇ·Õ"
9185 "àǸÐ"
9186 "àǹ"
9187 "àǹÔÊ"
9188 "àǹäµÂ"
9189 "àǺ䫵ì"
9190 "àÇÁºÅÕÂì"
9191 "àÇÁÐ"
9192 "àÇÁѵ"
9193 "àÇÁÒµÔ¡"
9194 "àÇÃ"
9195 "àÇÃÁ³Õ"
9196 "àÇÃѳ"
9197 "àÇÃѳ³ÔÂÐ"
9198 "àÇÃÕ"
9199 "àÇÅÊì"
9200 "àÇÅÒ"
9201 "àÇÈÁì"
9202 "àÇÈÂÒ"
9203 "àÇÈÂì"
9204 "àÇʵì"
9205 "àÇʹì"
9206 "àÇÊÀÙ"
9207 "àÇÊÁÐ"
9208 "àÇÊÁì"
9209 "àÇÊÇѳ"
9210 "àÇÊÊÐ"
9211 "àÇÊÊѹ´Ã"
9212 "àÇÊÊØ¡ÃÃÁ"
9213 "àÇÊÊØÇѳ"
9214 "àÇÊÒÃѪ"
9215 "àÇÊÔ"
9216 "àÇÊÔÂÒ"
9217 "àÇ˹"
9218 "àÇËÐ"
9219 "àÇËѧ¤ì"
9220 "àÇËÑ»µÔ"
9221 "àÇËÒ"
9222 "àÇËÒÂÊ"
9223 "àÇËÒÊ"
9224 "àÇÌØ"
9225 "àÇÍ"
9226 "àÇÍÃì"
9227 "àÇÍÃìªÑ¹"
9228 "àÇÔ¡"
9229 "àÇÔÃì¡Ê൪ѹ"
9230 "àÇÔÃì´"
9231 "àÇÔé§"
9232 "àÇÕ§"
9233 "àÇÕ´¹ÒÁ"
9234 "àÇÕ¹"
9235 "àÇâè¹ì"
9236 "àÇä¹Â"
9237 "àÇçº"
9238 "àÇç»"
9239 "àÇèÍ"
9240 "àÇé"
9241 "àÇé¹"
9242 "àÇéÂ"
9243 "àÇéÒ"
9244 "àÈÃɰ¡Ô¨"
9245 "àÈÃɰÈÒʵÃì"
9246 "àÈÃɰҹÐ"
9247 "àÈÃɰÕ"
9248 "àÈÃɰì"
9249 "àÈÃéÒ"
9250 "àÈǵ"
9251 "àÈÉ"
9252 "àÈÕÂÃ"
9253 "àÊ"
9254 "àÊ¡"
9255 "àʧÕèÂÁ"
9256 "àʩǹ"
9257 "àÊ´"
9258 "àÊ´ç¨"
9259 "àʶÕÂÃ"
9260 "àʶÕÂÃÀÒ¾"
9261 "àʹ"
9262 "àʹ§"
9263 "àʹËÒ"
9264 "àʹÍ"
9265 "àʹÐ"
9266 "àʹÒ"
9267 "àʹҸԡÒÃ"
9268 "àʹҺ´Õ"
9269 "àʹÒʹÐ"
9270 "àʹÒÐ"
9271 "àʹÕ´"
9272 "àʹÕÂì"
9273 "àʹè§"
9274 "àʹèËÒ"
9275 "àʹèËì"
9276 "àʹèÒ"
9277 "àʺÂ"
9278 "àʺÕ§"
9279 "àʾ"
9280 "àʾÂì"
9281 "àÊÀÒ"
9282 "àÊÁËÐ"
9283 "àÊÁÍ"
9284 "àÊÁÒ"
9285 "àÊÁÕ¹"
9286 "àÊÁ×͹"
9287 "àÊÁç´"
9288 "àÊÂ"
9289 "àÊÃÔ´"
9290 "àÊÃÔ¿"
9291 "àÊÃÔÁ"
9292 "àÊÃÕ"
9293 "àÊÃç¨"
9294 "àÊÅ´"
9295 "àÊÅÒ"
9296 "àÊÅÕè§"
9297 "àÊÅ×Í¡ÊŹ"
9298 "àÊÇ¡"
9299 "àÊÇ¡ÒÁÒµÂì"
9300 "àÊǹÐ"
9301 "àÊǹÒ"
9302 "àÊÇÂ"
9303 "àÊÇÕ¹"
9304 "àÊÒ"
9305 "àÊÒÃÀÂì"
9306 "àÊÒÃì"
9307 "àÊÒǤ¹¸ì"
9308 "àÊÒdzԵ"
9309 "àÊÒǹÒ"
9310 "àÊÒǹÕÂì"
9311 "àÊÒÇÀÒ"
9312 "àÊÒÇÀÒ¤Âì"
9313 "àÊÒÇÀÒ¾"
9314 "àÊÒÇÃÊ"
9315 "àÊÒÇÅѡɳì"
9316 "àÊÒÐ"
9317 "àÊÔÃì¿"
9318 "àÊÕÂ"
9319 "àÊÕ§"
9320 "àÊÕ´"
9321 "àÊÕº"
9322 "àÊÕÂÁ"
9323 "àÊÕÂÇ"
9324 "àÊÕèÂ"
9325 "àÊÕè§"
9326 "àÊÕèÂÇ"
9327 "àÊÕé¹"
9328 "àÊÕéÂÁ"
9329 "àÊÕéÂÇ"
9330 "àÊ×Í"
9331 "àÊ×Í¡"
9332 "àÊ×èÍ"
9333 "àÊ×èÍÁ"
9334 "àÊ×éÍ"
9335 "àÊà¾Å"
9336 "àÊâ·"
9337 "àÊâÅ"
9338 "àÊç§à¤Ãç§"
9339 "àÊé§"
9340 "àÊé¹"
9341 "àÊéÒ"
9342 "àË"
9343 "à˧"
9344 "à˧Ò"
9345 "à˧×Í¡"
9346 "à˧×èÍ"
9347 "à˧è§"
9348 "à˵Ø"
9349 "à˵ءÒóì"
9350 "à˹ÍÐ"
9351 "à˹ÍÐ˹Ð"
9352 "à˹ÒÐ"
9353 "à˹Õ§"
9354 "à˹ÕÂÁ"
9355 "à˹ÕÂÇ"
9356 "à˹ÕèÂÇ"
9357 "à˹×Í"
9358 "à˹×èÍÂ"
9359 "à˹ç´"
9360 "à˹çº"
9361 "à˹è§"
9362 "à˹èÍ"
9363 "à˹éÒ"
9364 "àËÁ"
9365 "àËÁÇ´Õ"
9366 "àËÁѹµì"
9367 "àËÁÒ"
9368 "àËÁÒÐ"
9369 "àËÁÕÂÇ"
9370 "àËÁÕèÂÇ"
9371 "àËÁ×ͧ"
9372 "àËÁ×Í´"
9373 "àËÁ×͹"
9374 "àËÁç¹"
9375 "àËÁè"
9376 "àËÁè§"
9377 "àËÁèÍ"
9378 "àËÂ"
9379 "à˧"
9380 "àËÂÒÐ"
9381 "àËÂÔ§"
9382 "àËÂÕ´"
9383 "àËÂÕº"
9384 "àËÂÕèÂÇ"
9385 "àËÂ×Í¡"
9386 "àËÂ×èÍ"
9387 "àËÂéÒ"
9388 "àËÃÑ­­Ô¡"
9389 "àËÃÒ"
9390 "àËÃÕ­"
9391 "àËŹ"
9392 "àËÅÇ"
9393 "àËÅÍ"
9394 "àËÅÒ"
9395 "àËÅÒÐáËÅÐ"
9396 "àËÅÔ§"
9397 "àËÅÕ¹"
9398 "àËÅÕÂÇ"
9399 "àËÅÕèÂÁ"
9400 "àËÅ×Í"
9401 "àËÅ×Í¡"
9402 "àËÅ×ͧ"
9403 "àËÅ×ͺ"
9404 "àËÅ×èÍÁ"
9405 "àËÅç¡"
9406 "àËÅè"
9407 "àËÅèÒ"
9408 "àËÅéÒ"
9409 "àËÇ"
9410 "àËǧ"
9411 "àËÇÂ"
9412 "àËÇÍÐ"
9413 "àËÇÍÐËÇÐ"
9414 "àËÇÕè§"
9415 "àËÇè"
9416 "àËÍÐ"
9417 "àËÒ"
9418 "àËÒÐ"
9419 "àËÔ¹"
9420 "àËÔÁ"
9421 "àËÕ¹"
9422 "àËÕèÂÇ"
9423 "àËÕéÂ"
9424 "àËÕé¹"
9425 "àËÕéÂÁ"
9426 "àË×Í´"
9427 "àË×èÍ"
9428 "àËç¨"
9429 "àËç´"
9430 "àËç¹"
9431 "àËçº"
9432 "àËè"
9433 "àËèÍ"
9434 "àËèÒ"
9435 "àÍ"
9436 "àÍ¡"
9437 "àÍ¡©Ñ¹·ì"
9438 "àÍ¡ª¹"
9439 "àÍ¡«àÃÂì"
9440 "àÍ¡«â»"
9441 "àÍ¡À¾"
9442 "àÍ¡ÀÒ¾"
9443 "àÍ¡ÁÑÂ"
9444 "àÍ¡Ãö»ÃÐâ¤"
9445 "àÍ¡ÃÒª"
9446 "àÍ¡Åѡɳì"
9447 "àÍ¡ÊÒÃ"
9448 "à͡ѤµÒ"
9449 "à͡ҸԻäµÂ"
9450 "à͡ࢹ¡"
9451 "àÍ¡à·È"
9452 "àͧ"
9453 "àͪ¾Õ"
9454 "àÍ´Êì"
9455 "àÍ´ÔàµÍÃì"
9456 "à͵·Ñ¤¤Ð"
9457 "àÍ·ÕàÍçÁ"
9458 "à͹"
9459 "à͹·ÃÒ¹«ì"
9460 "à͹ä«Áì"
9461 "àÍ»Êѹ"
9462 "àÍÁ"
9463 "àÍÂ"
9464 "àÍÃÒÇѳ"
9465 "àÍÃç´ÍÃèÍÂ"
9466 "àÍÇ"
9467 "àÍÇѧ"
9468 "àÍÊ"
9469 "àÍÌ¡"
9470 "àÍÌÒ"
9471 "àÍÍ"
9472 "àÍÐÍÐ"
9473 "àÍÐã¨"
9474 "àÍÒ"
9475 "àÍÒ·ì¾Øµ"
9476 "àÍÒÌÒÃ"
9477 "àÍÔ¡"
9478 "àÍÔº"
9479 "àÍÔé¹"
9480 "àÍÕ§"
9481 "àÍÕ´"
9482 "àÍÕ¹"
9483 "àÍÕè¹"
9484 "àÍÕèÂÁ"
9485 "àÍÕèÂÇ"
9486 "àÍÕé§"
9487 "àÍÕéÂÁà¿ÕéÂÁ"
9488 "àÍÕéÂÇ"
9489 "àÍÕê´"
9490 "àÍÕêÂÁ"
9491 "àÍÕêÂÁ¨Øê¹"
9492 "àÍ×͹"
9493 "àÍ×ÍÁ"
9494 "àÍ×èÍÂ"
9495 "àÍ×éÍ"
9496 "àÍ×éͧ"
9497 "àÍ×é͹"
9498 "àÍ×éÍÁ"
9499 "àÍ×éÍÂ"
9500 "àÍà¤ÍÃì"
9501 "àÍàªÕÂ"
9502 "àÍàªÕè¹à¡ÁÊì"
9503 "àÍà«ÕÂ"
9504 "àÍàÂè¹µì"
9505 "àÍẤ"
9506 "àÍç¡«ì"
9507 "àÍç¡«ì¾ÅÍàÃÍÃì"
9508 "àÍç¡«ìà¾ÃÊ"
9509 "àÍç§"
9510 "àÍç´"
9511 "àÍç´µÐâÃ"
9512 "àÍç´ÍÖ§"
9513 "àÍç¹"
9514 "àÍç¹´Ù"
9515 "àÍç¹àµÍÃìà·¹"
9516 "àÍèÂ"
9517 "àÍèÍ"
9518 "àÍé"
9519 "àÍé¡Ò"
9520 "àÍéÍÃÐàËÂ"
9521 "àÍéÍàÎÍ"
9522 "àÍê¡"
9523 "àÍêÂ"
9524 "àÍêÐ"
9525 "àÍë"
9526 "àÍë§"
9527 "àÍëÂ"
9528 "àÎ"
9529 "àΧ"
9530 "àÎÂ"
9531 "àÎÅԤͻàµÍÃì"
9532 "àÎÔõ«ì"
9533 "àÎÕÂ"
9534 "àÎÕé¹"
9535 "àÎÕéº"
9536 "àÎÕéÂÇ"
9537 "àÎ×Í¡"
9538 "àÎ×͹"
9539 "àÎâÃÍÕ¹"
9540 "àÎâÅ"
9541 "àÎéÂ"
9542 "àÎéÇ"
9543 "àÎéÍ"
9544 "á¡"
9545 "á¡§"
9546 "᡹"
9547 "á¡Á"
9548 "á¡ÁÁÒ"
9549 "á¡Ã¡"
9550 "á¡Ã¹Ôµ"
9551 "á¡ÃÐ"
9552 "á¡Ã俵ì"
9553 "á¡Ãç¹"
9554 "á¡Ãè§"
9555 "á¡ÃèÇ"
9556 "á¡Å"
9557 "á¡Åº"
9558 "á¡ÅÅ͹"
9559 "á¡ÅÐ"
9560 "á¡ÅàÅÕÂÁ"
9561 "á¡Åé§"
9562 "á¡ÅéÁ"
9563 "á¡ÅéÇ"
9564 "á¡Ç"
9565 "á¡Çè§"
9566 "á¡Çè¹"
9567 "á¡Ð"
9568 "á¡â´ÅÔà¹ÕÂÁ"
9569 "á¡è"
9570 "á¡è§"
9571 "á¡è§áÂè§"
9572 "á¡è¹"
9573 "á¡é"
9574 "á¡é§"
9575 "á¡éÁ"
9576 "á¡éÇ"
9577 "á¡ê§"
9578 "á¡ê»"
9579 "á¡êÊ"
9580 "á¢"
9581 "ᢡ"
9582 "ᢹ"
9583 "ᢹ§"
9584 "á¢Á"
9585 "á¢Áçº"
9586 "á¢ÁèÇ"
9587 "á¢Â§"
9588 "á¢Âç¡"
9589 "á¢Âè§"
9590 "á¢Ç¡"
9591 "á¢Ç§"
9592 "á¢Ç¹"
9593 "á¢ÇÐ"
9594 "á¢ç§"
9595 "á¢è§"
9596 "á¢è§¢Ñ¹"
9597 "á¢é§"
9598 "á¢é¹"
9599 "á¤"
9600 "ᤪàªÕÂÃì"
9601 "ᤪàÁÕÂÃì"
9602 "ᤵµÒÅͤ"
9603 "᤹"
9604 "᤺"
9605 "᤻«ÙÅ"
9606 "á¤Á"
9607 "á¤Ã§"
9608 "á¤ÃÐ"
9609 "á¤Ãè"
9610 "á¤Ãì"
9611 "á¤Å¤ÙÅÑÊ"
9612 "á¤Å§"
9613 "á¤Å¹"
9614 "á¤ÅÍÃÕ"
9615 "á¤ÅÔ¿ÍÃìà¹ÕÂ"
9616 "á¤Åà«ÕÂÁ"
9617 "á¤ÅèǤÅèͧ"
9618 "á¤ÅéÇ"
9619 "á¤Ç"
9620 "á¤Ç¡"
9621 "á¤Çé¹"
9622 "á¤Ð"
9623 "á¤è"
9624 "á¤è¹"
9625 "á¤é¹"
9626 "á§"
9627 "á§Ð"
9628 "á§è"
9629 "á§è§"
9630 "á§è¹"
9631 "á§éÁ"
9632 "á¨"
9633 "ᨡ"
9634 "ᨧ"
9635 "á¨Ç"
9636 "á¨Ð"
9637 "á¨èÁ"
9638 "á¨èÇ"
9639 "á¨é"
9640 "á¨é§"
9641 "á¨é¹"
9642 "á¨éÇ"
9643 "á¨ê´"
9644 "á¨ë"
9645 "á¨ëÇ"
9646 "á¨ëÇáËÇÇ"
9647 "á©"
9648 "á©¡"
9649 "á©§"
9650 "á©Åº"
9651 "á©ÅÐ"
9652 "á©ÅéÁ"
9653 "á©Ð"
9654 "á©è"
9655 "á©è§"
9656 "áª"
9657 "áªÁ»ì"
9658 "áªÁà»­"
9659 "áªÃì"
9660 "áªÅèÁ"
9661 "áªè"
9662 "áªè§"
9663 "áªèÁ"
9664 "á«§"
9665 "á«´"
9666 "᫹´ìÇÔª"
9667 "᫺"
9668 "á«Á"
9669 "á«ÂÔ´"
9670 "á«Ç"
9671 "á«Ð"
9672 "á«è"
9673 "á«èÇ"
9674 "á´"
9675 "á´¡"
9676 "á´§"
9677 "á´´"
9678 "á´¹"
9679 "á´Ð"
9680 "á´ç¡"
9681 "á´è"
9682 "á´è¹"
9683 "á´èÇ"
9684 "ᵡ"
9685 "áµ§"
9686 "áµ§¡ÇÒ"
9687 "áµ§àÁ"
9688 "áµ§âÁ"
9689 "áµ´"
9690 "áµ¹"
9691 "áµÃ"
9692 "áµÐ"
9693 "áµè"
9694 "áµè§"
9695 "áµé"
9696 "áµé¨ÔëÇ"
9697 "áµéÁ"
9698 "áµê´áµë"
9699 "á¶"
9700 "á¶¡"
9701 "ᶺ"
9702 "á¶Á"
9703 "á¶Å§"
9704 "á¶Ç"
9705 "á·§"
9706 "á·¹"
9707 "á·¹·ÒÅÑÁ"
9708 "á·º"
9709 "á·Ã¡"
9710 "á·Ã¡àµÍÃì"
9711 "á·Ð"
9712 "á·ç¡«Õè"
9713 "á·ç§¡ì¹éÓ"
9714 "á·è§"
9715 "á·è¹"
9716 "á·é"
9717 "á·é§"
9718 "Ṻ"
9719 "á¹Á"
9720 "á¹Ç"
9721 "á¹Ð"
9722 "á¹è"
9723 "á¹è§"
9724 "á¹è¹"
9725 "á¹èÇ"
9726 "á¹èÐ"
9727 "áº"
9728 "ạ"
9729 "Ấ·ÕàÃÕÂ"
9730 "ầ¡ì"
9731 "ầ¤ì"
9732 "ẴÁÔ¹µÑ¹"
9733 "ẵàµÍÃÕè"
9734 "ẹ"
9735 "ẹâ¨"
9736 "Ẻ"
9737 "áºÐ"
9738 "áºàÃÕÂÁ"
9739 "áºçº"
9740 "áºè§"
9741 "á»"
9742 "ừԿԤ"
9743 "á»´"
9744 "Ỻ"
9745 "á»Ã"
9746 "á»Ã¡"
9747 "á»Ã§"
9748 "á»Ã»Ãǹ"
9749 "á»ÃÐ"
9750 "á»Ãè§"
9751 "á»Ãé¹"
9752 "á»Ãê´"
9753 "á»Ãë"
9754 "á»Å"
9755 "á»Å¡"
9756 "á»Å§"
9757 "á»Å¹"
9758 "á»Åº"
9759 "á»Åé"
9760 "á»Ð"
9761 "á»é§"
9762 "á»é¹"
9763 "á»éÇ"
9764 "á»ê´"
9765 "á»êº"
9766 "á»êÐ"
9767 "á»êЫÐ"
9768 "á»ë§"
9769 "á»ëÇ"
9770 "ἡ"
9771 "á¼§"
9772 "á¼´"
9773 "á¼¹"
9774 "á¼¹¡"
9775 "á¼Å"
9776 "á¼Å§"
9777 "á¼ÅÐ"
9778 "á¼Åçº"
9779 "á¼ÅçÇ"
9780 "á¼è"
9781 "á¼è¹"
9782 "á¼èÇ"
9783 "á¼éÇ"
9784 "ὡ"
9785 "á½§"
9786 "á½´"
9787 "á¾"
9788 "á¾§"
9789 "á¾§¾ÇÂ"
9790 "á¾·ÂÈÒʵÃì"
9791 "á¾·ÂÊÀÒ"
9792 "á¾·ÂÒ"
9793 "á¾·Âì"
9794 "á¾¹"
9795 "á¾¹¡"
9796 "á¾¹§àªÔ­"
9797 "á¾Ã"
9798 "á¾Ã¡"
9799 "á¾ÃÇ"
9800 "á¾Ãè"
9801 "á¾Ãè§"
9802 "á¾ÃéÇ"
9803 "á¾Å§"
9804 "á¾Åµ¿ÍÃìÁ"
9805 "á¾Å·Ô¹ÑÁ"
9806 "á¾ÅÁ"
9807 "á¾ÈÂÒ"
9808 "á¾ÈÂì"
9809 "á¾Ð"
9810 "á¾ç¡"
9811 "á¾ç¤à¡¨"
9812 "á¾è§"
9813 "á¾è¹"
9814 "á¾é"
9815 "á¾éÇ"
9816 "á¿¡«ì"
9817 "á¿§"
9818 "ῪÑè¹"
9819 "Ό"
9820 "Ό«Õ"
9821 "Ὼ"
9822 "á¿Ãì"
9823 "á¿Å¡«ì"
9824 "á¿Åµ"
9825 "á¿Ð"
9826 "á¿éÁ"
9827 "áÁ¡"
9828 "áÁ¡¹Õà«ÕÂÁ"
9829 "áÁ¤â¤Ã"
9830 "áÁ§"
9831 "áÁ§¡Ò¹ÕÊ"
9832 "áÁ¹"
9833 "áÁ¹¨ÙàÃÕÂ"
9834 "áÁŧ"
9835 "áÁÇ"
9836 "áÁÐ"
9837 "áÁè"
9838 "áÁè¹"
9839 "áÁèÎèͧÊ͹"
9840 "áÁé"
9841 "áÁé¹"
9842 "áÁéÇ"
9843 "á¡"
9844 "á§"
9845 "áº"
9846 "áÂÁ"
9847 "áÂÐ"
9848 "áÂáÊ"
9849 "áÂçº"
9850 "áÂè"
9851 "áÂè§"
9852 "áÂé"
9853 "áÂé§"
9854 "áÂéÁ"
9855 "áÃ"
9856 "áá"
9857 "áç"
9858 "áô"
9859 "áÃÁ"
9860 "áÃÐ"
9861 "áÃç¡à¡µ"
9862 "áÃè"
9863 "áÃè§"
9864 "áÃé§"
9865 "áÃé¹á¤é¹"
9866 "áÃéÇ"
9867 "áÅ"
9868 "áÅ¡"
9869 "áŧ"
9870 "áŹ"
9871 "Ᏼ"
9872 "Ᏼì"
9873 "áź"
9874 "áÅÐ"
9875 "áÅç¡â·Ê"
9876 "áÅè"
9877 "áÅè§"
9878 "áÅè¹"
9879 "áÅé"
9880 "áÅé§"
9881 "áÅéÇ"
9882 "áǧ"
9883 "áÇ´"
9884 "áǺ"
9885 "áÇÁ"
9886 "áÇÇ"
9887 "áÇÐ"
9888 "áÇè¹"
9889 "áÇèÇ"
9890 "áÇé"
9891 "áÇé§"
9892 "áÊ"
9893 "áÊ¡"
9894 "áʧ"
9895 "áÊ´"
9896 "áÊ´§"
9897 "áʵÁ»ì"
9898 "áʹ"
9899 "áʹÂÒ¡Ã"
9900 "áʹÂÒ¹ØÀÒ¾"
9901 "áʺ"
9902 "áÊÁ"
9903 "áÊ¡"
9904 "áʧ"
9905 "áÊÂÐ"
9906 "áÊÃé§"
9907 "áÊŧ"
9908 "áÊǧ"
9909 "áÊÐ"
9910 "áÊè"
9911 "áÊé"
9912 "áÊéÁéÒ"
9913 "áË"
9914 "áË¡"
9915 "á˧"
9916 "á˧¹"
9917 "á˧á¡ë"
9918 "á˧è"
9919 "á˧è§"
9920 "á˹"
9921 "á˹§"
9922 "á˹º"
9923 "á˹Á"
9924 "á˺"
9925 "áËÁ"
9926 "áËÁÐ"
9927 "áËÁè"
9928 "áËÁèÁ"
9929 "áËÂ"
9930 "á˧"
9931 "áËÂÁ"
9932 "áËÂÐ"
9933 "áËÂè"
9934 "áËÂè§"
9935 "áËÅ"
9936 "áËÅ¡"
9937 "áËŹ"
9938 "áËÅÁ"
9939 "áËÅÐ"
9940 "áËÅè"
9941 "áËÅè§"
9942 "áËÇ"
9943 "áËÇ¡"
9944 "áËǹ"
9945 "áËÇÐ"
9946 "áËÇè§"
9947 "áËÐ"
9948 "áËè"
9949 "áËè§"
9950 "áËé"
9951 "áËé§"
9952 "áËéÇ"
9953 "áÍ"
9954 "áÍ¡"
9955 "áÍ´"
9956 "áÍ´ÇÒ¹«ì"
9957 "áÍ´à´ÃÊ"
9958 "á͹"
9959 "á͹´ì"
9960 "á͹µÒÃ졵ԡ"
9961 "á͹µÔºÍ´Õ"
9962 "á͹µÔਹ"
9963 "á͹µÕé"
9964 "áͺ"
9965 "á;¾ÅÔपѹ"
9966 "á;à¾Åçµ"
9967 "áÍ¿ÃÔ¡Ò"
9968 "áÍÁÁÔàµÍÃì"
9969 "áÍÁá»Ãì"
9970 "áÍÁâÁà¹ÕÂ"
9971 "áÍÃèÁ"
9972 "áÍÃì"
9973 "áÍÅ"
9974 "áÍÅ¡ÍÎÍÅì"
9975 "áÍÅ¿Ò"
9976 "áÍÊ¿Ñŵì"
9977 "áÍÊä¾ÃÔ¹"
9978 "áÍÍÑ´"
9979 "áÍâ¹´"
9980 "áÍè§"
9981 "áÍè¹"
9982 "áÍèÇ"
9983 "áÍé"
9984 "áÍé§áÁé§"
9985 "áÍé´"
9986 "áÍéÁ"
9987 "áÍꤪÑè¹"
9988 "áÍê´"
9989 "áÍë"
9990 "áÎ"
9991 "áι´ìºÍÅ"
9992 "áÎÁ"
9993 "áÎÁàºÍÃìà¡ÍÃì"
9994 "áÎÐ"
9995 "áÎè"
9996 "áÎè¡Öê¹"
9997 "â¡"
9998 "â¡¡"
9999 "â¡§"
10000 "â¡§¡Ò§"
10001 "⡯Ô"
10002 "⡴ѧ"
10003 "⡹"
10004 "â¡ÁÅ"
10005 "â¡ÁØ·"
10006 "â¡Â"
10007 "â¡Ã¡"
10008 "â¡Ã§"
10009 "â¡Ã¸"
10010 "â¡Ã¸Ò"
10011 "â¡Ãè§"
10012 "â¡Ãë¹"
10013 "â¡Å´ì"
10014 "â¡Å¹"
10015 "â¡ÅÒËÅ"
10016 "â¡ÈÅ"
10017 "â¡Ê¹"
10018 "â¡ÊÔ¹·Ãì"
10019 "â¡ÊÕÂì"
10020 "â¡ÊØÁ"
10021 "â¡Ë¡"
10022 "â¡àÁ¹"
10023 "â¡â¡é"
10024 "â¡âÃâ¡âÊ"
10025 "â¡äÊÂ"
10026 "â¡è§"
10027 "â¡é"
10028 "â¡é§â¤é§"
10029 "â¡ë"
10030 "â¡ë¹"
10031 "â¢"
10032 "⢡"
10033 "⢧"
10034 "⢴"
10035 "⢹"
10036 "⢹§"
10037 "â¢Á"
10038 "â¢Á§"
10039 "â¢Á´"
10040 "â¢Â¡"
10041 "â¢Â§"
10042 "â¢Âè§"
10043 "â¢Å¡"
10044 "â¢Å§"
10045 "â¢è§"
10046 "â¤"
10047 "⤡"
10048 "⤨Ã"
10049 "⤵Ã"
10050 "⤹"
10051 "⤹Á"
10052 "⤺Íŵì"
10053 "â¤Á"
10054 "â¤ÁèÒ"
10055 "â¤Ã¡"
10056 "â¤Ã§"
10057 "â¤Ã§¡ÒÃ"
10058 "â¤ÃÁ"
10059 "â¤ÃÒª"
10060 "â¤ÃàÁÕÂÁ"
10061 "â¤ÃâÁâ«Á"
10062 "â¤Ãè§"
10063 "â¤Å"
10064 "â¤Å§"
10065 "â¤Å§à¤Å§"
10066 "â¤Å¹"
10067 "â¤Å¹¹Ôè§"
10068 "â¤ÅÍÁàºÕÂ"
10069 "â¤ÇµÒ"
10070 "â¤à¤¹"
10071 "â¤è§"
10072 "â¤è¹"
10073 "â¤é§"
10074 "â¤éª"
10075 "â¤é´"
10076 "â¦É¡"
10077 "â¦É³Ò"
10078 "â¦ÉÐ"
10079 "â¦ÉÔµ"
10080 "â§"
10081 "â§¡"
10082 "â§§"
10083 "â§§à§§"
10084 "â§¹"
10085 "â§à§"
10086 "â§è"
10087 "â§è§"
10088 "â§è§à§è§"
10089 "â§é§"
10090 "â¨"
10091 "⨡"
10092 "⨧"
10093 "⨧â¤Ãè§"
10094 "⨷"
10095 "⨷¡ì"
10096 "⨷Âì"
10097 "⨹"
10098 "â¨Á"
10099 "â¨Ã"
10100 "â¨Ã¡ÃÃÁ"
10101 "â¨É"
10102 "â¨É¨Ñ¹"
10103 "â¨è§¤ÃÖèÁ"
10104 "â¨è§á¨é§"
10105 "â¨ê¡"
10106 "â¨ë§¤ÃÖèÁ"
10107 "â©"
10108 "â©§à©§"
10109 "â©´"
10110 "⩹´"
10111 "⩺"
10112 "â©Á"
10113 "â©Å¡"
10114 "â©è"
10115 "â©è§©èÒ§"
10116 "⪡"
10117 "⪡ع"
10118 "⪤"
10119 "⪴¡"
10120 "⪴֡"
10121 "⪵Ô"
10122 "⪹"
10123 "âªÂ"
10124 "âªÇì"
10125 "â«"
10126 "â«¡"
10127 "â«´Ò"
10128 "â«Á"
10129 "â«ÃÁ"
10130 "â«ÅÒ"
10131 "â«ÅÙªÑè¹"
10132 "â«à´ÕÂÁ"
10133 "â«àÇÕµ"
10134 "â«è"
10135 "â´"
10136 "â´¡à´¡"
10137 "â´´"
10138 "â´¹"
10139 "ⴹѷ"
10140 "â´Á"
10141 "â´ÁÔâ¹"
10142 "â´Â"
10143 "â´è"
10144 "â´è§"
10145 "â´ê»"
10146 "âµ"
10147 "ⵡ"
10148 "ⵧ൧"
10149 "âµ¹"
10150 "âµ¹´"
10151 "âµÁÃ"
10152 "âµÃ¡"
10153 "âµà¡ÕÂÇ"
10154 "âµè§"
10155 "âµé"
10156 "âµé§"
10157 "âµéâ¼"
10158 "âµê´"
10159 "âµêÐ"
10160 "âµêÐÍÔËÁèÒÁ"
10161 "â¶"
10162 "â¶§"
10163 "ⶺ"
10164 "â¶Á"
10165 "â·"
10166 "â·¡à·¡"
10167 "â·§"
10168 "â·§à·§"
10169 "â·¹"
10170 "â·Á¹ÑÊ"
10171 "â·Ã"
10172 "â·Ã¤Á¹Ò¤Á"
10173 "â·Ã·ÃÃȹì"
10174 "â·Ã·Ñȹì"
10175 "â·Ã¾ÔÁ¾ì"
10176 "â·ÃÀÒ¾"
10177 "â·ÃÁ"
10178 "â·ÃÈѾ·ì"
10179 "â·ÃàÅ¢"
10180 "â·É"
10181 "â·É·Ñ³±ì"
10182 "â·ÉÒ¹Øâ·É"
10183 "â·ÉÒÃÁ³ì"
10184 "â·ÊÐ"
10185 "â·ÊÒ¤µÔ"
10186 "â·âÊ"
10187 "â·è"
10188 "â¸è"
10189 "â¹"
10190 "â¹¹"
10191 "â¹ÃÒ"
10192 "â¹ÃÕ"
10193 "â¹è¹"
10194 "â¹éµ"
10195 "â¹éµºØê¡"
10196 "â¹éµÊì"
10197 "â¹é¹"
10198 "â¹éÁ"
10199 "âº"
10200 "⺡"
10201 "⺡¢Ã³Õ"
10202 "⺡Õé"
10203 "⺵"
10204 "⺵Ñë¹"
10205 "⺹ÑÊ"
10206 "âºÂ"
10207 "âºÃÁÕ¹"
10208 "âºÃ͹"
10209 "âºÃÒ³"
10210 "âºÅÔàÇÕÂ"
10211 "âºÇìÅÔè§"
10212 "âºÊ¶ì"
10213 "âºêàºê"
10214 "âºë"
10215 "â»"
10216 "⻡"
10217 "â»§"
10218 "â»§ÅÒ§"
10219 "⻹"
10220 "â»Ã"
10221 "â»Ã§"
10222 "â»Ã´"
10223 "â»ÃµÍ¹"
10224 "â»ÃµÕ¹"
10225 "â»ÃµØà¡Ê"
10226 "â»ÃÂ"
10227 "â»Ãà«Êà«ÍÃì"
10228 "â»ÃàµÊáµ¹µì"
10229 "â»Ãá¡ÃÁ"
10230 "â»Ãá¡ÃÁàÁÍÃì"
10231 "â»ÃâÁªÑ¹"
10232 "â»ÃâÁµ"
10233 "â»Ãè§"
10234 "â»Ãì"
10235 "â»ÅÔâÍ"
10236 "â»Åè§"
10237 "â»Ê¡ÒÃì´"
10238 "â»ÊàµÍÃì"
10239 "â»Ð"
10240 "â»áŹ´ì"
10241 "â»âÅ"
10242 "â»è§"
10243 "â»è§¢èÒÁ"
10244 "â»é"
10245 "â»é§"
10246 "â»ê"
10247 "â»ê¡"
10248 "â»ê¡à¡ÍÃì"
10249 "â»êÂà«Õ¹"
10250 "â»êÐ"
10251 "â¼"
10252 "â¼§"
10253 "â¼¹"
10254 "â¼Â"
10255 "â¼Å¡à¼Å¡"
10256 "â¼Å¹"
10257 "â¼ÅÐ"
10258 "â¼Åè"
10259 "â¼Ð"
10260 "â¾"
10261 "⾡"
10262 "â¾§"
10263 "â¾§¾Ò§"
10264 "⾫ԵÃ͹"
10265 "⾸ԭҳ"
10266 "⾸ԺÑÅÅѧ¡ì"
10267 "⾸ÔÊÁÀÒÃ"
10268 "⾸ÔÊѵÇì"
10269 "⾸Ôì"
10270 "â¾¹"
10271 "â¾¹·Ð¹Ò"
10272 "â¾Â"
10273 "â¾Â¡êǹ"
10274 "â¾ÂÁ"
10275 "â¾Ã¡"
10276 "â¾Ã§"
10277 "â¾Ãд¡"
10278 "â¾ÃⵤÍÅ"
10279 "â¾Å§"
10280 "â¾Å¹"
10281 "â¾ÅÐ"
10282 "â¾Åè§"
10283 "â¾Åé§"
10284 "â¾Åéà¾Åé"
10285 "â¾Ê¾"
10286 "â¾á·Êà«ÕÂÁ"
10287 "â¾é¹"
10288 "â¿¡ÑÊ"
10289 "⿹"
10290 "â¿Åìà´ÍÃì"
10291 "âÀ¤"
10292 "âÀ¤Ô¹"
10293 "âÀ¤Õ"
10294 "âÀª¹Ð"
10295 "âÀª¹Ò"
10296 "âÀª¹Ò¡Ã"
10297 "âÀª¹Ò¡ÒÃ"
10298 "âÀª¹ÒËÒÃ"
10299 "âÀª¹ì"
10300 "âÁ"
10301 "âÁ¡"
10302 "âÁ¡¢ì"
10303 "âÁ¦¡ÃÃÁ"
10304 "âÁ¦ÊÑ­­Ò"
10305 "âÁ¦Ð"
10306 "âÁ¦Õ¡ÃÃÁ"
10307 "âÁ¦ÕÂÐ"
10308 "âÁ§"
10309 "âÁ§¤ÃØèÁ"
10310 "âÁ´ÙÅ"
10311 "âÁ·¹Ò"
10312 "âÁÅÔº´Õ¹ÑÁ"
10313 "âÁÅÕ"
10314 "âÁËÐ"
10315 "âÁËѹ¸ì"
10316 "âÁËÒ¤µÔ"
10317 "âÁà´Å"
10318 "âÁà´çÁ"
10319 "âÁàÁ"
10320 "âÁàÁ¹µì"
10321 "âÁàÅ¡ØÅ"
10322 "âÁàÊ¡"
10323 "âÁàÊÊ"
10324 "âÁâ¹"
10325 "âÁâË"
10326 "âÁä¹Â"
10327 "âÁè"
10328 "âÁè§"
10329 "âÁé"
10330 "âÂ"
10331 "â¡"
10332 "⡵Ãì"
10333 "â¤Ð"
10334 "â¤Õ"
10335 "â§"
10336 "⪹ì"
10337 "â¸Ò"
10338 "â¸Թ"
10339 "â¹"
10340 "â¹Õ"
10341 "âÂÁ"
10342 "âÂàÂ"
10343 "âÂâÊ"
10344 "âÂè§"
10345 "âÂè§âÂè"
10346 "âÂé"
10347 "âÃ"
10348 "âä"
10349 "âä¨ÔµàÀ·"
10350 "âäÒ"
10351 "âäҾҸ"
10352 "âç"
10353 "âç¤ÑÅ"
10354 "âçàÃÕ¹"
10355 "âçáÃÁ"
10356 "âè"
10357 "âè¹ì"
10358 "âõÕ"
10359 "âø"
10360 "âøÃ"
10361 "âÃÁ"
10362 "âÃÁѹ"
10363 "âÃÁÒà¹ÕÂ"
10364 "âÃÂ"
10365 "âÃÉ"
10366 "âÃËÔµ"
10367 "âÃà¹ÕÂÇ"
10368 "âÃè"
10369 "âÅ¡"
10370 "âÅ¡ÇÔ·Ù"
10371 "âšѹµÃì"
10372 "âÅ¡Ò"
10373 "âšҸԺ´Õ"
10374 "âšҸÔäµÂ"
10375 "âÅ¡ÒÁÔÊ"
10376 "âÅ¡ÒÇÔ¹ÒÈ"
10377 "âÅ¡ÔÂÐ"
10378 "âÅ¡ÕÂÇѵÃ"
10379 "âÅ¡ÕÂì"
10380 "âšصøÃÃÁ"
10381 "âšصÃÐ"
10382 "âŧ"
10383 "âŨ¹Ð"
10384 "âųÐ"
10385 "âÅ´"
10386 "âŵÑÊ"
10387 "âŹ"
10388 "âÅÀ"
10389 "âÅÁ"
10390 "âÅÁÒ"
10391 "âÅËÐ"
10392 "âÅËѪ"
10393 "âÅËÔµ"
10394 "âÅÐ"
10395 "âÅàÅ"
10396 "âÅè"
10397 "âÅè§"
10398 "âÅé"
10399 "âÅé¹"
10400 "âÇ"
10401 "âÇÂ"
10402 "âÇÂÇÒÂ"
10403 "âÇËÒÃ"
10404 "âÇè"
10405 "âÇè§"
10406 "âÇéÂ"
10407 "âÇéàÇé"
10408 "âÈ¡"
10409 "âÈ¡Ò"
10410 "âȡҴÙÃ"
10411 "âÈ¡ÒÅÑÂ"
10412 "âÈ¡Õ"
10413 "âÊ"
10414 "âʡѹµì"
10415 "âʳ"
10416 "âʳ±ì"
10417 "âÊ´"
10418 "âÊ´Ò"
10419 "âʴҺѹ"
10420 "âʵ"
10421 "âÊ·¡"
10422 "âÊ·Ã"
10423 "âʸ¡"
10424 "âʸ¹Ð"
10425 "âʹ"
10426 "âÊÀ³"
10427 "âÊÀÒ"
10428 "âÊÀÔ³Õ"
10429 "âÊÀÕ"
10430 "âÊÁ"
10431 "âÊÁ¹ÑÊ"
10432 "âÊÁÁ"
10433 "âÊÁÂì"
10434 "âÊè"
10435 "âÊÃè§"
10436 "âÊÇÃó"
10437 "âÊËØéÂ"
10438 "âÊÌÊ"
10439 "âÊàÀ³Õ"
10440 "âÊâ¤Ã¡"
10441 "â˧"
10442 "âË´"
10443 "â˹"
10444 "â˹¡"
10445 "â˹è§"
10446 "âËÁ"
10447 "âËÁ´"
10448 "âËÁè§"
10449 "âËÂ"
10450 "âË¡àË¡"
10451 "â˧"
10452 "âËÂè§"
10453 "âËÃ"
10454 "âËçàËç"
10455 "âËÃоÒ"
10456 "âËÃÒ"
10457 "âËÃÒ¨ÒÃÂì"
10458 "âËÃÒÈÒʵÃì"
10459 "âËÅ"
10460 "âËŧâ¨é§"
10461 "âËŹ"
10462 "âËÅè"
10463 "âËÇ"
10464 "âËÇ¡àËÇ¡"
10465 "âËǧ"
10466 "âËÇ´"
10467 "âËǵ"
10468 "âËÇè"
10469 "âËè"
10470 "âÍ"
10471 "âÍ¡"
10472 "âÍ¡ÒÊ"
10473 "â͡ԹÒÇÒ"
10474 "âͧ¡ÒÃ"
10475 "âͧ⢴§"
10476 "âͪÐ"
10477 "âͪÒ"
10478 "âÍ´"
10479 "â͵µÑ»»Ð"
10480 "â͹"
10481 "âͺ"
10482 "âÍÀÒ"
10483 "âÍÀÒÊ"
10484 "âÍÁ"
10485 "âÍÂ"
10486 "âÍÃÊ"
10487 "âÍÅоèÍ"
10488 "âÍÅÔÁ»Ô¡"
10489 "âÍÇÒ·"
10490 "âÍɰÀÑÂ"
10491 "âÍɰì"
10492 "âÍʶ"
10493 "âÍËѧ"
10494 "âÍËìÁ"
10495 "âÍÌÒÃ"
10496 "âÍÌÒÃÔ¡"
10497 "âÍÌÒÃÖ¡"
10498 "âÍ໡"
10499 "âÍàÅÕé§"
10500 "âÍàÇÍÃì"
10501 "âÍàÍ«ÔÊ"
10502 "âÍàÍÊ"
10503 "âÍ⫹"
10504 "âÍè"
10505 "âÍè§"
10506 "âÍèÍèÒ"
10507 "âÍé"
10508 "âÍé¡"
10509 "âÍéàÍé"
10510 "âÍéâÅÁ"
10511 "âÍéâÎ"
10512 "âÍê¡"
10513 "âÍêÂ"
10514 "âÍë"
10515 "âÎ"
10516 "âΡ"
10517 "âÎÁ"
10518 "âÎÅìÁ"
10519 "âÎʵì"
10520 "âÎÊàµÊ"
10521 "âÎàµçÅ"
10522 "ã¡Åé"
10523 "ã¤Ã"
10524 "ã¤Ãè"
10525 "ã¨"
10526 "ãªè"
10527 "ãªé"
10528 "ã´"
10529 "ãµé"
10530 "ã¹"
10531 "ã¹ËÅǧ"
10532 "ãº"
10533 "ãºé"
10534 "ã½è"
10535 "ãÂ"
10536 "ãÊ"
10537 "ãÊè"
10538 "ãË­è"
10539 "ãËÁè"
10540 "ãËé"
10541 "ä¡"
10542 "ä¡Ã"
10543 "ä¡ÃÅÒÊ"
10544 "ä¡ÃÈÃ"
10545 "ä¡ÃÊÃ"
10546 "ä¡Å"
10547 "ä¡Åè"
10548 "ä¡Ç"
10549 "ä¡è"
10550 "ä¡ê´ì"
10551 "ä¡ë"
10552 "ä¢"
10553 "ä¢Çè"
10554 "ä¢Çé"
10555 "ä¢Ê×Í"
10556 "ä¢è"
10557 "ä¢è´Ñ¹"
10558 "ä¢èÁØ¡"
10559 "ä¢é"
10560 "ä¤"
10561 "ä¤Ãé"
10562 "ä¤Å"
10563 "ä¤ÅàÍç¹µì"
10564 "ä¤Åá͹µì"
10565 "ä¤Åé"
10566 "ä¤é"
10567 "ä§"
10568 "ä¨"
10569 "䩹"
10570 "ä©äÅ"
10571 "äª"
10572 "äªÂ"
10573 "äªâÂ"
10574 "ä«"
10575 "䫵ì"
10576 "䫹ì"
10577 "䫺ÕàÃÕÂ"
10578 "ä«»ÃÑÊ"
10579 "ä«ÂÒä¹´ì"
10580 "ä«Ãé"
10581 "ä«à¡ÔÅ"
10582 "ä«àºÍÃì"
10583 "ä«àù"
10584 "ä«â¤Å¹"
10585 "ä«âÅ"
10586 "ä«é"
10587 "ä´"
10588 "ä´¹ÒâÁ"
10589 "ä´¹ÒäÁµì"
10590 "ä´ÃàÇÍÃì"
10591 "ä´Ãì¿"
10592 "ä´ÍÐÅçÍ¡"
10593 "ä´ÍÐÅçÍ¡ºçÍ¡«ì"
10594 "ä´ÍÒÃÕè"
10595 "ä´àá·ÍÃÕ"
10596 "ä´â¹àÊÒÃì"
10597 "ä´é"
10598 "äµ"
10599 "äµÃ"
10600 "äµÃÁÒÊ"
10601 "äµÃèµÃͧ"
10602 "äµè"
10603 "äµé"
10604 "äµé¡ë§"
10605 "äµé½Øè¹"
10606 "äµéËÇѹ"
10607 "äµë"
10608 "ä¶"
10609 "ä¶Å"
10610 "ä¶è"
10611 "ä¶é"
10612 "ä·"
10613 "ä·¡Í"
10614 "ä·¿Í´ì"
10615 "ä·Â"
10616 "ä·ÂÃѰ"
10617 "ä·Ã"
10618 "ä·ÃÍ´ì"
10619 "ä·à·à¹ÕÂÁ"
10620 "ä·é"
10621 "ä¹"
10622 "ä¹µì¤ÅѺ"
10623 "ä¹Å͹"
10624 "ä¹Åì"
10625 "ä¹âµÃਹ"
10626 "亵ì"
10627 "äºÍÍÊ"
10628 "äºàºÔÅ"
10629 "ä»"
10630 "ä»ÂÒÅ"
10631 "ä»ÃɳÕºÃó"
10632 "ä»ÃɳÕºѵÃ"
10633 "ä»ÃɳÕÂÀѳ±ì"
10634 "ä»ÃɳÕÂÇѵ¶Ø"
10635 "ä»ÃɳÕÂÒ¡Ã"
10636 "ä»ÃɳÕÂì"
10637 "ä»Åè"
10638 "ä»è"
10639 "ä»ë"
10640 "ä¼"
10641 "ä¼·"
10642 "ä¼è"
10643 "ä½"
10644 "ä¾"
10645 "侨ԵÃ"
10646 "ä¾±ÙÃÂì"
10647 "侺ÙÅÂì"
10648 "ä¾Ã"
10649 "ä¾Ã¨ÔµÃ"
10650 "ä¾Ã±ÙÃÂì"
10651 "ä¾ÃѪ"
10652 "ä¾ÃÔ¹"
10653 "ä¾ÃÕ"
10654 "ä¾Ãè"
10655 "ä¾ÅÔ¹"
10656 "ä¾Åè"
10657 "ä¾ÈÒÅ"
10658 "ä¾àÃÒÐ"
10659 "ä¾âè¹ì"
10660 "ä¾è"
10661 "ä¾è»êÍ¡"
10662 "ä¿"
10663 "ä¿Åì"
10664 "ä¿á¹¹«ì"
10665 "äÁ¤Ã͹"
10666 "äÁµÃÕ"
10667 "äÁÂÃÒº"
10668 "äÁÅì"
10669 "äÁâ¤Ã"
10670 "äÁâ¤Ã«Í¿·ì"
10671 "äÁâ¤ÃàÇ¿"
10672 "äÁâ¤Ã⿹"
10673 "äÁè"
10674 "äÁé"
10675 "äÂ"
10676 "äÂè"
10677 "äÃ"
10678 "äÃè"
10679 "äÃé"
10680 "äÅÂ"
10681 "äÅૹÊì"
10682 "äÅè"
10683 "äÅèàÅÕèÂ"
10684 "äÅé"
10685 "äÇ"
10686 "äǡٳ°ì"
10687 "äDZÙÃÂì"
10688 "äÇ·Âì"
10689 "äǹì"
10690 "äǾ¨¹ì"
10691 "äÇÂҡóì"
10692 "äÇÂÒÇѨ¡Ã"
10693 "äÇÂÒÇѨÁÑÂ"
10694 "äÇÃÑÊ"
10695 "äÇâÍÅÔ¹"
10696 "äÇé"
10697 "äÈÅ"
10698 "äÊ"
10699 "äÊÂ"
10700 "äÊÂÒ"
10701 "äÊÃé"
10702 "äÊÇ"
10703 "äÊé"
10704 "äË"
10705 "ä˹"
10706 "äËÁ"
10707 "äËÁé"
10708 "äËÃè"
10709 "äËÅ"
10710 "äËÅè"
10711 "äËÇ"
10712 "äËÇé"
10713 "äËËÅÓ"
10714 "äËè"
10715 "äËé"
10716 "äÍ"
10717 "äͤ͹"
10718 "äÍ·Õ"
10719 "äͺÕàÍçÁ"
10720 "äÍÂÃÒ"
10721 "äÍÂàÃÈ"
10722 "äÍÃÒÇѳ"
10723 "äÍÃìᏴì"
10724 "äÍÈ¡ÃÕÁ"
10725 "äÍÈÇÃÃÂì"
10726 "äÍÈÙÃÂì"
10727 "äÍÍ͹"
10728 "äÍâ«â·»"
10729 "äÍâÍ´Õ¹"
10730 "äÍé"
10731 "äδÃÒ"
10732 "äÎâ¡ÃÁÔàµÍÃì"
10733 "äÎâ´Ã¤ÒÃìºÍ¹"
10734 "äÎâÅ"
10735 )))
10736 (setq thai-word-table (list 'thai-words))
10737 (while l
10738 (set-nested-alist (car l) 1 thai-word-table)
10739 (setq l (cdr l))))
10740
10741
10742(defun thai-update-word-table (file &optional append)
10743 "Update Thai word table by replacing the current word list with
10744FILE. If called with a prefix argument, FILE is appended instead to
10745the current word list."
10746 (interactive "FThai word table file: \nP")
10747 (let ((buf (generate-new-buffer "*thai-work*"))
10748 (coding-system-for-read 'thai-tis620)
10749 (table (if append thai-word-table (list 'thai-words))))
10750 (unwind-protect
10751 (save-excursion
10752 (set-buffer buf)
10753 (insert-file-contents file)
10754 (goto-char (point-min))
10755 (while (re-search-forward "\\ct+" nil t)
10756 (set-nested-alist (match-string 0) 1 table)))
10757 (kill-buffer buf))
10758 (setq thai-word-table table)))
10759
10760
10761;; Two special Thai characters regarded as suffix of words.
10762
10763(defconst thai-MaiYaMok (make-char 'thai-tis620 ?\xE6))
10764(defconst thai-PaiYanNoi (make-char 'thai-tis620 ?\xCF))
10765
10766
10767;; Find Thai words starting at POS and return a list of positions of
10768;; the Thai word ends. It doesn't move point. LIMIT limits the
10769;; maximum position. IGNORE is a list of positions to ignore. It is
10770;; assumed that all following characters to LIMIT are Thai. If the
10771;; following char is not Thai (i.e., POS is equal to LIMIT), return t.
10772;;
10773;; Note that the longest word position comes first.
10774
10775(defun thai-find-word-ends (pos limit &optional ignore)
10776 (if (>= pos limit)
10777 t
10778 (let* ((char (char-after pos))
10779 (this (cdr (assq char (cdr thai-word-table))))
10780 category-set
10781 positions)
10782 ;; Look up the following character sequence in `thai-word-table'
10783 ;; character by character.
10784 (while this
10785 (setq pos (1+ pos)
10786 char (char-after pos)
10787 category-set (char-category-set char))
10788 ;; If the current sequence is recorded in `thai-word-table'
10789 ;; (i.e. (car THIS) is 1) and the following Thai character is
10790 ;; not an upper-vowel, lower-vowel, or tone-mark, we have
10791 ;; found a possible word ending position.
10792 (if (and (eq (car this) 1)
10793 (not (or (aref category-set ?2)
10794 (aref category-set ?3)
10795 (aref category-set ?4))))
10796 (progn
10797 ;; Skip possible Thai suffices.
10798 (while (or (eq char thai-MaiYaMok) (eq char thai-PaiYanNoi))
10799 (setq pos (1+ pos)
10800 char (char-after pos)))
10801 ;; Skip character positions in IGNORE list.
10802 (or (memq pos ignore)
10803 (setq positions (cons pos positions)))))
10804 ;; Set up next loop.
10805 (setq this (and (< pos limit) (cdr (assq char this)))))
10806 positions)))
10807
10808
10809;; Move point forward to the end of Thai word which follows point and
10810;; update VEC. VEC is a vector of three elements used to cache word
10811;; end positions. The Nth element, if non-nil, is a list of end
10812;; points of the Nth word, or t indicating that there is no Thai
10813;; character. LIMIT limits the point movement.
10814
10815(defun thai-forward-word-update-info (vec limit)
10816 (let ((pos (point))
10817 v0 v1 v2 v3
10818 second-best
10819 tried
10820 positions)
10821 (if
10822 ;; If four succeeding Thai words are found, throw t, otherwise
10823 ;; throw nil.
10824 (catch 'tag
10825 ;; Start with first vector element.
10826 (setq v0 (aref vec 0))
10827 (unless v0
10828 ;; Update VEC if V0 is empty.
10829 (setq v0 (thai-find-word-ends pos limit))
10830 (aset vec 0 v0)
10831 (aset vec 1 nil))
10832 ;; In case we haven't found any wordbreaks resp. point has
10833 ;; reached LIMIT, exit the catch body.
10834 (if (symbolp v0) ; i.e. nil or t?
10835 (throw 'tag nil))
10836 ;; OK, V0 holds possible word ends for the current position.
10837 ;; We save V0 for later reference.
10838 (setq tried v0)
10839 (setq v1 (aref vec 1))
10840 ;; Now we try all end word positions to find the next word.
10841 (while v0
10842 (setq pos (car v0))
10843 (unless v1
10844 ;; Update VEC if V1 is empty, ignoring positions already
10845 ;; found -- for Thai, we need the longest match, so if
10846 ;; we have
10847 ;;
10848 ;; start(long-word) = start(short-word1)
10849 ;; end(short-word1) = start(short-word2)
10850 ;; end(short-word2) = end(long-word)
10851 ;;
10852 ;; only long-word is used.
10853 (setq v1 (thai-find-word-ends pos limit tried))
10854 (aset vec 1 v1)
10855 (aset vec 2 nil))
10856 ;; If point has reached LIMIT, exit the catch body.
10857 (if (eq v1 t)
10858 (throw 'tag t))
10859 ;; Save SECOND-BEST, if this hasn't been done already.
10860 ;; The `second best' solution is the end position of the
10861 ;; longest first word followed by the longest second word.
10862 (or second-best
10863 (not v1)
10864 (setq second-best (cons v0 v1)))
10865 ;; Update the already tried end word positions.
10866 (setq tried (append tried v1))
10867 ;; Now repeat the whole process to find a third word.
10868 (when v1
10869 (setq v2 (aref vec 2))
10870 (while v1
10871 (setq pos (car v1))
10872 (unless v2
10873 (setq v2 (thai-find-word-ends pos limit tried))
10874 (aset vec 2 v2))
10875 (if (eq v2 t)
10876 (throw 'tag t))
10877 (setq tried (append tried v2))
10878 ;; And the same for a fourth word.
10879 (while v2
10880 (setq pos (car v2))
10881 (setq v3 (thai-find-word-ends pos limit tried))
10882 (if v3
10883 (throw 'tag t))
10884 (setq v2 (cdr v2)))
10885 (setq v1 (cdr v1))))
10886 (setq v0 (cdr v0)))
10887 ;; No success.
10888 nil)
10889 (progn
10890 ;; We found four succeeding Thai words (or LIMIT has been
10891 ;; reached). Move to the end of the first word.
10892 (goto-char (car v0))
10893 ;; Update VEC for the next function call. If no larger word
10894 ;; positions have been found, set the corresponding vector
10895 ;; element to nil.
10896 (if (and (consp v1) (< (car v1) (car (aref vec 1))))
10897 (aset vec 0 nil)
10898 (aset vec 0 v1)
10899 (if (and (consp v2) (< (car v2) (car (aref vec 2))))
10900 (aset vec 1 nil)
10901 (aset vec 1 v2)
10902 (aset vec 2 v3)))) ; exit function successfully
10903
10904 ;; We didn't find four consecutive words. If we have found a
10905 ;; `second best' solution and the length of those two words is
10906 ;; longer than the longest word we can see at the current point,
10907 ;; adopt the second best solution. This decision is based on
10908 ;; heuristic tests.
10909 (if (and second-best
10910 (< (car (aref vec 0)) (car (cdr second-best))))
10911 (progn
10912 (goto-char (car (car second-best)))
10913 (aset vec 0 (cdr second-best)))
10914 ;; We finally failed to find a word break. For Thai, the best
10915 ;; solution is to extend the first longest word so that the
10916 ;; end point starts a second word.
10917 (setq pos (or (car (aref vec 0)) pos))
10918 (while (and (< pos limit)
10919 (not (setq positions (thai-find-word-ends pos limit))))
10920 (setq pos (1+ pos)))
10921 (goto-char pos)
10922 (aset vec 0 positions))
10923 (aset vec 1 nil)
10924 nil)))
10925
10926
10927;; Return a list of Thai word boundary positions after the current
10928;; point. LIMIT, if non-nil, limits the region to check.
10929
10930(defun thai-find-word-boundaries (&optional limit)
10931 (or limit
10932 (setq limit (point-max)))
10933 (save-excursion
10934 (let ((vec (make-vector 3 nil))
10935 (boundaries nil)
10936 this-limit)
10937 ;; Loop over all (consecutive) Thai regions by using the
10938 ;; character property `t' until LIMIT is reached.
10939 (while (and (< (point) limit)
10940 (re-search-forward "\\ct+" nil t))
10941 (setq this-limit (point))
10942 (goto-char (match-beginning 0))
10943 (fillarray vec nil)
10944 ;; Check the first word, initializing VEC.
10945 (thai-forward-word-update-info vec this-limit)
10946 ;; Then loop over the remaining words in the current Thai
10947 ;; region, collecting the boundaries.
10948 (while (< (point) this-limit)
10949 (setq boundaries (cons (point) boundaries))
10950 (thai-forward-word-update-info vec this-limit)))
10951 boundaries)))
10952
10953
10954(defun thai-break-words (separator &optional limit)
10955 "Break Thai words by inserting a separator string at word boundaries."
10956 (interactive "sSeparator: ")
10957 (save-excursion
10958 (let ((boundaries (thai-find-word-boundaries limit)))
10959 (while boundaries
10960 (goto-char (car boundaries))
10961 (insert separator)
10962 (setq boundaries (cdr boundaries))))))
10963
10964
10965(defun thai-forward-word (count)
10966 "Move point forward COUNT words considering Thai word boundaries.
10967If COUNT is negative, move point backward (- COUNT) words."
10968 (interactive "p")
10969 (if (> count 0)
10970 (while (> count 0)
10971 (skip-syntax-forward "^w")
10972 (if (looking-at "\\ct+")
10973 ;; We have reached a Thai region, so we must do something
10974 ;; special instead of using forward-word.
10975 (let ((start (point))
10976 (limit (match-end 0))
10977 boundaries
10978 tail)
10979 ;; If thai-forward-word has been called within a Thai
10980 ;; region, we must go back until the Thai region starts
10981 ;; to do the contextual analysis for finding word
10982 ;; breaks.
10983 (while (aref (char-category-set (preceding-char)) ?t)
10984 (forward-char -1))
10985 ;; OK, we ask for the list of word boundaries in
10986 ;; reversed order.
10987 (setq boundaries (nreverse (thai-find-word-boundaries limit)))
10988 ;; Now we search for the next boundary after START.
10989 (while (and boundaries (<= (car boundaries) start))
10990 (setq boundaries (cdr boundaries)))
10991 ;; Adjust loop for next while loop.
10992 (setq count (1- count))
10993 ;; Now we skip Thai words until the BOUNDARIES list is
10994 ;; empty or count-1 words have been passed.
10995 (if (not boundaries)
10996 (goto-char limit)
10997 (while (and (> count 0)
10998 boundaries)
10999 (setq boundaries (cdr boundaries)
11000 count (1- count)))
11001 ;; If BOUNDARIES is empty, the word counter is not
11002 ;; zero yet (remember that we have decreased COUNT by
11003 ;; one), so we go to LIMIT. Otherwise go to next
11004 ;; boundary.
11005 (if boundaries
11006 (goto-char (car boundaries))
11007 (goto-char limit))))
11008 ;; No Thai region.
11009 (forward-word 1)
11010 (setq count (1- count))))
11011 ;; The symmetrical action for negative values.
11012 (if (< count 0)
11013 (while (< count 0)
11014 (skip-syntax-backward "^w")
11015 (if (aref (char-category-set (preceding-char)) ?t)
11016 (let ((start (point))
11017 (limit (if (looking-at "\\ct+") (match-end 0)
11018 (point)))
11019 boundaries)
11020 (forward-char -1)
11021 (while (aref (char-category-set (preceding-char)) ?t)
11022 (forward-char -1))
11023 (setq boundaries (thai-find-word-boundaries limit))
11024 (while (and boundaries (>= (car boundaries) start))
11025 (setq boundaries (cdr boundaries)))
11026 (setq count (1+ count))
11027 (if boundaries
11028 (progn
11029 (while (and (< count 0) boundaries)
11030 (setq boundaries (cdr boundaries)
11031 count (1+ count)))
11032 (if boundaries
11033 (goto-char (car boundaries))))))
11034 (forward-word -1)
11035 (setq count (1+ count)))))))
11036
11037
11038(defun thai-backward-word (count)
11039 "Move point backward COUNT words considering Thai word boundaries.
11040If COUNT is negative, move point forward (- COUNT) words."
11041 (interactive "p")
11042 (thai-forward-word (- count)))
11043
11044
11045(provide 'thai-word)
11046
11047
11048;; Local Variables:
11049;; coding: tis-620
11050;; End:
11051
11052;; end of thai-word.el
11053
11054;; arch-tag: 29927f02-e177-4224-a270-7e67210b038a
diff --git a/lisp/ldefs-boot.el b/lisp/ldefs-boot.el
index 5223193a2e4..a8c30182a49 100644
--- a/lisp/ldefs-boot.el
+++ b/lisp/ldefs-boot.el
@@ -64,7 +64,7 @@ should return a grid vector array that is the new solution.
64;;;*** 64;;;***
65 65
66;;;### (autoloads (ada-mode ada-add-extensions) "ada-mode" "progmodes/ada-mode.el" 66;;;### (autoloads (ada-mode ada-add-extensions) "ada-mode" "progmodes/ada-mode.el"
67;;;;;; (16561 46414)) 67;;;;;; (16858 50933))
68;;; Generated autoloads from progmodes/ada-mode.el 68;;; Generated autoloads from progmodes/ada-mode.el
69 69
70(autoload (quote ada-add-extensions) "ada-mode" "\ 70(autoload (quote ada-add-extensions) "ada-mode" "\
@@ -151,7 +151,7 @@ Completion is available.
151;;;;;; change-log-mode add-change-log-entry-other-window add-change-log-entry 151;;;;;; change-log-mode add-change-log-entry-other-window add-change-log-entry
152;;;;;; find-change-log prompt-for-change-log-name add-log-mailing-address 152;;;;;; find-change-log prompt-for-change-log-name add-log-mailing-address
153;;;;;; add-log-full-name add-log-current-defun-function) "add-log" 153;;;;;; add-log-full-name add-log-current-defun-function) "add-log"
154;;;;;; "add-log.el" (16816 23720)) 154;;;;;; "add-log.el" (16958 58756))
155;;; Generated autoloads from add-log.el 155;;; Generated autoloads from add-log.el
156 156
157(defvar add-log-current-defun-function nil "\ 157(defvar add-log-current-defun-function nil "\
@@ -388,7 +388,7 @@ See Info node `(elisp)Advising Functions' for comprehensive documentation.
388 388
389;;;### (autoloads (align-newline-and-indent align-unhighlight-rule 389;;;### (autoloads (align-newline-and-indent align-unhighlight-rule
390;;;;;; align-highlight-rule align-current align-entire align-regexp 390;;;;;; align-highlight-rule align-current align-entire align-regexp
391;;;;;; align) "align" "align.el" (16780 55376)) 391;;;;;; align) "align" "align.el" (16942 52925))
392;;; Generated autoloads from align.el 392;;; Generated autoloads from align.el
393 393
394(autoload (quote align) "align" "\ 394(autoload (quote align) "align" "\
@@ -477,7 +477,7 @@ A replacement function for `newline-and-indent', aligning as it goes.
477 477
478;;;*** 478;;;***
479 479
480;;;### (autoloads (allout-init) "allout" "allout.el" (16775 26705)) 480;;;### (autoloads (allout-init) "allout" "allout.el" (16908 33360))
481;;; Generated autoloads from allout.el 481;;; Generated autoloads from allout.el
482 482
483(autoload (quote allout-init) "allout" "\ 483(autoload (quote allout-init) "allout" "\
@@ -513,7 +513,7 @@ the following two lines in your Emacs init file:
513;;;*** 513;;;***
514 514
515;;;### (autoloads (ange-ftp-hook-function ange-ftp-reread-dir) "ange-ftp" 515;;;### (autoloads (ange-ftp-hook-function ange-ftp-reread-dir) "ange-ftp"
516;;;;;; "net/ange-ftp.el" (16746 18215)) 516;;;;;; "net/ange-ftp.el" (16908 33362))
517;;; Generated autoloads from net/ange-ftp.el 517;;; Generated autoloads from net/ange-ftp.el
518 518
519(defalias (quote ange-ftp-re-read-dir) (quote ange-ftp-reread-dir)) 519(defalias (quote ange-ftp-re-read-dir) (quote ange-ftp-reread-dir))
@@ -535,7 +535,7 @@ Not documented
535;;;*** 535;;;***
536 536
537;;;### (autoloads (animate-birthday-present animate-sequence animate-string) 537;;;### (autoloads (animate-birthday-present animate-sequence animate-string)
538;;;;;; "animate" "play/animate.el" (16442 4954)) 538;;;;;; "animate" "play/animate.el" (16944 24675))
539;;; Generated autoloads from play/animate.el 539;;; Generated autoloads from play/animate.el
540 540
541(autoload (quote animate-string) "animate" "\ 541(autoload (quote animate-string) "animate" "\
@@ -563,7 +563,7 @@ You can specify the one's name by NAME; the default value is \"Sarah\".
563;;;*** 563;;;***
564 564
565;;;### (autoloads (ansi-color-process-output ansi-color-for-comint-mode-on) 565;;;### (autoloads (ansi-color-process-output ansi-color-for-comint-mode-on)
566;;;;;; "ansi-color" "ansi-color.el" (16213 43266)) 566;;;;;; "ansi-color" "ansi-color.el" (16858 50906))
567;;; Generated autoloads from ansi-color.el 567;;; Generated autoloads from ansi-color.el
568 568
569(autoload (quote ansi-color-for-comint-mode-on) "ansi-color" "\ 569(autoload (quote ansi-color-for-comint-mode-on) "ansi-color" "\
@@ -589,7 +589,7 @@ This is a good function to put in `comint-output-filter-functions'.
589;;;*** 589;;;***
590 590
591;;;### (autoloads (antlr-set-tabs antlr-mode antlr-show-makefile-rules) 591;;;### (autoloads (antlr-set-tabs antlr-mode antlr-show-makefile-rules)
592;;;;;; "antlr-mode" "progmodes/antlr-mode.el" (16377 12872)) 592;;;;;; "antlr-mode" "progmodes/antlr-mode.el" (16858 50933))
593;;; Generated autoloads from progmodes/antlr-mode.el 593;;; Generated autoloads from progmodes/antlr-mode.el
594 594
595(autoload (quote antlr-show-makefile-rules) "antlr-mode" "\ 595(autoload (quote antlr-show-makefile-rules) "antlr-mode" "\
@@ -628,7 +628,7 @@ Used in `antlr-mode'. Also a useful function in `java-mode-hook'.
628;;;### (autoloads (appt-activate appt-make-list appt-delete appt-add 628;;;### (autoloads (appt-activate appt-make-list appt-delete appt-add
629;;;;;; appt-display-diary appt-display-duration appt-display-mode-line 629;;;;;; appt-display-diary appt-display-duration appt-display-mode-line
630;;;;;; appt-msg-window appt-visible appt-audible appt-message-warning-time 630;;;;;; appt-msg-window appt-visible appt-audible appt-message-warning-time
631;;;;;; appt-issue-message) "appt" "calendar/appt.el" (16547 17258)) 631;;;;;; appt-issue-message) "appt" "calendar/appt.el" (16925 43112))
632;;; Generated autoloads from calendar/appt.el 632;;; Generated autoloads from calendar/appt.el
633 633
634(defvar appt-issue-message t "\ 634(defvar appt-issue-message t "\
@@ -690,13 +690,16 @@ Delete an appointment from the list of appointments.
690\(fn)" t nil) 690\(fn)" t nil)
691 691
692(autoload (quote appt-make-list) "appt" "\ 692(autoload (quote appt-make-list) "appt" "\
693Create the appointments list from today's diary buffer. 693Update the appointments list from today's diary buffer.
694The time must be at the beginning of a line for it to be 694The time must be at the beginning of a line for it to be
695put in the appointments list (see examples in documentation of 695put in the appointments list (see examples in documentation of
696the function `appt-check'). We assume that the variables DATE and 696the function `appt-check'). We assume that the variables DATE and
697NUMBER hold the arguments that `list-diary-entries' received. 697NUMBER hold the arguments that `list-diary-entries' received.
698They specify the range of dates that the diary is being processed for. 698They specify the range of dates that the diary is being processed for.
699 699
700Any appointments made with `appt-add' are not affected by this
701function.
702
700\(fn)" nil nil) 703\(fn)" nil nil)
701 704
702(autoload (quote appt-activate) "appt" "\ 705(autoload (quote appt-activate) "appt" "\
@@ -710,7 +713,7 @@ ARG is positive, otherwise off.
710 713
711;;;### (autoloads (apropos-documentation apropos-value apropos apropos-documentation-property 714;;;### (autoloads (apropos-documentation apropos-value apropos apropos-documentation-property
712;;;;;; apropos-command apropos-variable) "apropos" "apropos.el" 715;;;;;; apropos-command apropos-variable) "apropos" "apropos.el"
713;;;;;; (16768 48631)) 716;;;;;; (16942 52925))
714;;; Generated autoloads from apropos.el 717;;; Generated autoloads from apropos.el
715 718
716(autoload (quote apropos-variable) "apropos" "\ 719(autoload (quote apropos-variable) "apropos" "\
@@ -856,8 +859,8 @@ Entering array mode calls the function `array-mode-hook'.
856 859
857;;;*** 860;;;***
858 861
859;;;### (autoloads (artist-mode) "artist" "textmodes/artist.el" (16572 862;;;### (autoloads (artist-mode) "artist" "textmodes/artist.el" (16858
860;;;;;; 19411)) 863;;;;;; 50939))
861;;; Generated autoloads from textmodes/artist.el 864;;; Generated autoloads from textmodes/artist.el
862 865
863(autoload (quote artist-mode) "artist" "\ 866(autoload (quote artist-mode) "artist" "\
@@ -1062,8 +1065,8 @@ Keymap summary
1062 1065
1063;;;*** 1066;;;***
1064 1067
1065;;;### (autoloads (asm-mode) "asm-mode" "progmodes/asm-mode.el" (16764 1068;;;### (autoloads (asm-mode) "asm-mode" "progmodes/asm-mode.el" (16908
1066;;;;;; 51521)) 1069;;;;;; 33362))
1067;;; Generated autoloads from progmodes/asm-mode.el 1070;;; Generated autoloads from progmodes/asm-mode.el
1068 1071
1069(autoload (quote asm-mode) "asm-mode" "\ 1072(autoload (quote asm-mode) "asm-mode" "\
@@ -1211,7 +1214,7 @@ insert a template for the file depending on the mode of the buffer.
1211 1214
1212;;;### (autoloads (batch-update-autoloads update-directory-autoloads 1215;;;### (autoloads (batch-update-autoloads update-directory-autoloads
1213;;;;;; update-file-autoloads) "autoload" "emacs-lisp/autoload.el" 1216;;;;;; update-file-autoloads) "autoload" "emacs-lisp/autoload.el"
1214;;;;;; (16775 26709)) 1217;;;;;; (16866 20010))
1215;;; Generated autoloads from emacs-lisp/autoload.el 1218;;; Generated autoloads from emacs-lisp/autoload.el
1216 1219
1217(autoload (quote update-file-autoloads) "autoload" "\ 1220(autoload (quote update-file-autoloads) "autoload" "\
@@ -1246,7 +1249,7 @@ Calls `update-directory-autoloads' on the command line arguments.
1246 1249
1247;;;### (autoloads (global-auto-revert-mode turn-on-auto-revert-tail-mode 1250;;;### (autoloads (global-auto-revert-mode turn-on-auto-revert-tail-mode
1248;;;;;; auto-revert-tail-mode turn-on-auto-revert-mode auto-revert-mode) 1251;;;;;; auto-revert-tail-mode turn-on-auto-revert-mode auto-revert-mode)
1249;;;;;; "autorevert" "autorevert.el" (16775 26705)) 1252;;;;;; "autorevert" "autorevert.el" (16923 3604))
1250;;; Generated autoloads from autorevert.el 1253;;; Generated autoloads from autorevert.el
1251 1254
1252(autoload (quote auto-revert-mode) "autorevert" "\ 1255(autoload (quote auto-revert-mode) "autorevert" "\
@@ -1379,9 +1382,10 @@ Vectors work just like lists. Nested backquotes are permitted.
1379 1382
1380;;;*** 1383;;;***
1381 1384
1382;;;### (autoloads (display-battery battery) "battery" "battery.el" 1385;;;### (autoloads (display-battery-mode battery) "battery" "battery.el"
1383;;;;;; (16718 40975)) 1386;;;;;; (16861 9525))
1384;;; Generated autoloads from battery.el 1387;;; Generated autoloads from battery.el
1388 (put 'battery-mode-line-string 'risky-local-variable t)
1385 1389
1386(autoload (quote battery) "battery" "\ 1390(autoload (quote battery) "battery" "\
1387Display battery status information in the echo area. 1391Display battery status information in the echo area.
@@ -1390,14 +1394,22 @@ The text being displayed in the echo area is controlled by the variables
1390 1394
1391\(fn)" t nil) 1395\(fn)" t nil)
1392 1396
1393(autoload (quote display-battery) "battery" "\ 1397(defvar display-battery-mode nil "\
1398Non-nil if Display-Battery mode is enabled.
1399See the command `display-battery-mode' for a description of this minor-mode.
1400Setting this variable directly does not take effect;
1401use either \\[customize] or the function `display-battery-mode'.")
1402
1403(custom-autoload (quote display-battery-mode) "battery")
1404
1405(autoload (quote display-battery-mode) "battery" "\
1394Display battery status information in the mode line. 1406Display battery status information in the mode line.
1395The text being displayed in the mode line is controlled by the variables 1407The text being displayed in the mode line is controlled by the variables
1396`battery-mode-line-format' and `battery-status-function'. 1408`battery-mode-line-format' and `battery-status-function'.
1397The mode line will be updated automatically every `battery-update-interval' 1409The mode line will be updated automatically every `battery-update-interval'
1398seconds. 1410seconds.
1399 1411
1400\(fn)" t nil) 1412\(fn &optional ARG)" t nil)
1401 1413
1402;;;*** 1414;;;***
1403 1415
@@ -1434,8 +1446,8 @@ non-interactive use see also `benchmark-run' and
1434 1446
1435;;;*** 1447;;;***
1436 1448
1437;;;### (autoloads (bibtex-mode) "bibtex" "textmodes/bibtex.el" (16820 1449;;;### (autoloads (bibtex-mode) "bibtex" "textmodes/bibtex.el" (16887
1438;;;;;; 16328)) 1450;;;;;; 27628))
1439;;; Generated autoloads from textmodes/bibtex.el 1451;;; Generated autoloads from textmodes/bibtex.el
1440 1452
1441(autoload (quote bibtex-mode) "bibtex" "\ 1453(autoload (quote bibtex-mode) "bibtex" "\
@@ -1497,7 +1509,7 @@ if that value is non-nil.
1497 1509
1498;;;### (autoloads (binhex-decode-region binhex-decode-region-external 1510;;;### (autoloads (binhex-decode-region binhex-decode-region-external
1499;;;;;; binhex-decode-region-internal) "binhex" "gnus/binhex.el" 1511;;;;;; binhex-decode-region-internal) "binhex" "gnus/binhex.el"
1500;;;;;; (16719 60883)) 1512;;;;;; (16908 33361))
1501;;; Generated autoloads from gnus/binhex.el 1513;;; Generated autoloads from gnus/binhex.el
1502 1514
1503(defconst binhex-begin-line "^:...............................................................$") 1515(defconst binhex-begin-line "^:...............................................................$")
@@ -1643,7 +1655,7 @@ a reflection.
1643;;;### (autoloads (bookmark-bmenu-list bookmark-load bookmark-save 1655;;;### (autoloads (bookmark-bmenu-list bookmark-load bookmark-save
1644;;;;;; bookmark-write bookmark-delete bookmark-insert bookmark-rename 1656;;;;;; bookmark-write bookmark-delete bookmark-insert bookmark-rename
1645;;;;;; bookmark-insert-location bookmark-relocate bookmark-jump 1657;;;;;; bookmark-insert-location bookmark-relocate bookmark-jump
1646;;;;;; bookmark-set) "bookmark" "bookmark.el" (16588 19249)) 1658;;;;;; bookmark-set) "bookmark" "bookmark.el" (16858 50906))
1647;;; Generated autoloads from bookmark.el 1659;;; Generated autoloads from bookmark.el
1648 (define-key ctl-x-map "rb" 'bookmark-jump) 1660 (define-key ctl-x-map "rb" 'bookmark-jump)
1649 (define-key ctl-x-map "rm" 'bookmark-set) 1661 (define-key ctl-x-map "rm" 'bookmark-set)
@@ -1831,8 +1843,9 @@ deletion, or > if it is flagged for displaying.
1831;;;;;; browse-url-galeon browse-url-mozilla browse-url-netscape 1843;;;;;; browse-url-galeon browse-url-mozilla browse-url-netscape
1832;;;;;; browse-url-default-browser browse-url-at-mouse browse-url-at-point 1844;;;;;; browse-url-default-browser browse-url-at-mouse browse-url-at-point
1833;;;;;; browse-url browse-url-of-region browse-url-of-dired-file 1845;;;;;; browse-url browse-url-of-region browse-url-of-dired-file
1834;;;;;; browse-url-of-buffer browse-url-of-file browse-url-browser-function) 1846;;;;;; browse-url-of-buffer browse-url-of-file browse-url-url-at-point
1835;;;;;; "browse-url" "net/browse-url.el" (16783 21522)) 1847;;;;;; browse-url-browser-function) "browse-url" "net/browse-url.el"
1848;;;;;; (16944 24675))
1836;;; Generated autoloads from net/browse-url.el 1849;;; Generated autoloads from net/browse-url.el
1837 1850
1838(defvar browse-url-browser-function (cond ((memq system-type (quote (windows-nt ms-dos cygwin))) (quote browse-url-default-windows-browser)) ((memq system-type (quote (darwin))) (quote browse-url-default-macosx-browser)) (t (quote browse-url-default-browser))) "\ 1851(defvar browse-url-browser-function (cond ((memq system-type (quote (windows-nt ms-dos cygwin))) (quote browse-url-default-windows-browser)) ((memq system-type (quote (darwin))) (quote browse-url-default-macosx-browser)) (t (quote browse-url-default-browser))) "\
@@ -1848,6 +1861,11 @@ regexp should probably be \".\" to specify a default browser.")
1848 1861
1849(custom-autoload (quote browse-url-browser-function) "browse-url") 1862(custom-autoload (quote browse-url-browser-function) "browse-url")
1850 1863
1864(autoload (quote browse-url-url-at-point) "browse-url" "\
1865Not documented
1866
1867\(fn)" nil nil)
1868
1851(autoload (quote browse-url-of-file) "browse-url" "\ 1869(autoload (quote browse-url-of-file) "browse-url" "\
1852Ask a WWW browser to display FILE. 1870Ask a WWW browser to display FILE.
1853Display the current buffer's file if FILE is nil or if called 1871Display the current buffer's file if FILE is nil or if called
@@ -1910,8 +1928,9 @@ the effect of `browse-url-new-window-flag'.
1910When called non-interactively, optional second argument NEW-WINDOW is 1928When called non-interactively, optional second argument NEW-WINDOW is
1911used instead of `browse-url-new-window-flag'. 1929used instead of `browse-url-new-window-flag'.
1912 1930
1913The order attempted is gnome-moz-remote, Mozilla, Galeon, Netscape, 1931The order attempted is gnome-moz-remote, Mozilla, Galeon,
1914Mosaic, IXI Mosaic, Lynx in an xterm, MMM, Konqueror, and then W3. 1932Konqueror, Netscape, Mosaic, IXI Mosaic, Lynx in an xterm, MMM,
1933and then W3.
1915 1934
1916\(fn URL &rest ARGS)" nil nil) 1935\(fn URL &rest ARGS)" nil nil)
1917 1936
@@ -1925,6 +1944,10 @@ non-nil, load the document in a new Netscape window, otherwise use a
1925random existing one. A non-nil interactive prefix argument reverses 1944random existing one. A non-nil interactive prefix argument reverses
1926the effect of `browse-url-new-window-flag'. 1945the effect of `browse-url-new-window-flag'.
1927 1946
1947If `browse-url-netscape-new-window-is-tab' is non-nil, then
1948whenever a document would otherwise be loaded in a new window, it
1949is loaded in a new tab in an existing window instead.
1950
1928When called non-interactively, optional second argument NEW-WINDOW is 1951When called non-interactively, optional second argument NEW-WINDOW is
1929used instead of `browse-url-new-window-flag'. 1952used instead of `browse-url-new-window-flag'.
1930 1953
@@ -2173,8 +2196,8 @@ name of buffer configuration.
2173;;;*** 2196;;;***
2174 2197
2175;;;### (autoloads (insert-text-button make-text-button insert-button 2198;;;### (autoloads (insert-text-button make-text-button insert-button
2176;;;;;; make-button define-button-type) "button" "button.el" (16750 2199;;;;;; make-button define-button-type) "button" "button.el" (16934
2177;;;;;; 18527)) 2200;;;;;; 57456))
2178;;; Generated autoloads from button.el 2201;;; Generated autoloads from button.el
2179 2202
2180(defvar button-map (let ((map (make-sparse-keymap))) (define-key map " " (quote push-button)) (define-key map [mouse-2] (quote push-button)) map) "\ 2203(defvar button-map (let ((map (make-sparse-keymap))) (define-key map " " (quote push-button)) (define-key map [mouse-2] (quote push-button)) map) "\
@@ -2262,7 +2285,7 @@ Also see `make-text-button'.
2262;;;;;; batch-byte-compile-if-not-done display-call-tree byte-compile 2285;;;;;; batch-byte-compile-if-not-done display-call-tree byte-compile
2263;;;;;; compile-defun byte-compile-file byte-recompile-directory 2286;;;;;; compile-defun byte-compile-file byte-recompile-directory
2264;;;;;; byte-force-recompile) "bytecomp" "emacs-lisp/bytecomp.el" 2287;;;;;; byte-force-recompile) "bytecomp" "emacs-lisp/bytecomp.el"
2265;;;;;; (16801 58026)) 2288;;;;;; (16942 52931))
2266;;; Generated autoloads from emacs-lisp/bytecomp.el 2289;;; Generated autoloads from emacs-lisp/bytecomp.el
2267 2290
2268(autoload (quote byte-force-recompile) "bytecomp" "\ 2291(autoload (quote byte-force-recompile) "bytecomp" "\
@@ -2378,12 +2401,12 @@ from the cursor position.
2378 2401
2379;;;### (autoloads (defmath calc-embedded-activate calc-embedded calc-grab-rectangle 2402;;;### (autoloads (defmath calc-embedded-activate calc-embedded calc-grab-rectangle
2380;;;;;; calc-grab-region full-calc-keypad calc-keypad calc-eval quick-calc 2403;;;;;; calc-grab-region full-calc-keypad calc-keypad calc-eval quick-calc
2381;;;;;; full-calc calc calc-dispatch) "calc" "calc/calc.el" (16816 2404;;;;;; full-calc calc calc-dispatch) "calc" "calc/calc.el" (16949
2382;;;;;; 23730)) 2405;;;;;; 24050))
2383;;; Generated autoloads from calc/calc.el 2406;;; Generated autoloads from calc/calc.el
2384 2407
2385(defvar calc-settings-file user-init-file "\ 2408(defvar calc-settings-file (convert-standard-filename "~/.calc.el") "\
2386*File in which to record permanent settings; default is `user-init-file'.") 2409*File in which to record permanent settings.")
2387 (global-set-key "\e#" 'calc-dispatch) 2410 (global-set-key "\e#" 'calc-dispatch)
2388 2411
2389(autoload (quote calc-dispatch) "calc" "\ 2412(autoload (quote calc-dispatch) "calc" "\
@@ -2455,8 +2478,8 @@ Not documented
2455 2478
2456;;;*** 2479;;;***
2457 2480
2458;;;### (autoloads (calculator) "calculator" "calculator.el" (16213 2481;;;### (autoloads (calculator) "calculator" "calculator.el" (16858
2459;;;;;; 43267)) 2482;;;;;; 50907))
2460;;; Generated autoloads from calculator.el 2483;;; Generated autoloads from calculator.el
2461 2484
2462(autoload (quote calculator) "calculator" "\ 2485(autoload (quote calculator) "calculator" "\
@@ -2467,12 +2490,12 @@ See the documentation for `calculator-mode' for more information.
2467 2490
2468;;;*** 2491;;;***
2469 2492
2470;;;### (autoloads (calendar calendar-setup solar-holidays bahai-holidays 2493;;;### (autoloads (calendar-week-start-day calendar calendar-setup
2471;;;;;; islamic-holidays christian-holidays hebrew-holidays other-holidays 2494;;;;;; solar-holidays bahai-holidays islamic-holidays christian-holidays
2472;;;;;; local-holidays oriental-holidays general-holidays holidays-in-diary-buffer 2495;;;;;; hebrew-holidays other-holidays local-holidays oriental-holidays
2473;;;;;; diary-list-include-blanks nongregorian-diary-marking-hook 2496;;;;;; general-holidays holidays-in-diary-buffer diary-list-include-blanks
2474;;;;;; mark-diary-entries-hook nongregorian-diary-listing-hook diary-display-hook 2497;;;;;; nongregorian-diary-marking-hook mark-diary-entries-hook nongregorian-diary-listing-hook
2475;;;;;; diary-hook list-diary-entries-hook print-diary-entries-hook 2498;;;;;; diary-display-hook diary-hook list-diary-entries-hook print-diary-entries-hook
2476;;;;;; american-calendar-display-form european-calendar-display-form 2499;;;;;; american-calendar-display-form european-calendar-display-form
2477;;;;;; european-date-diary-pattern american-date-diary-pattern european-calendar-style 2500;;;;;; european-date-diary-pattern american-date-diary-pattern european-calendar-style
2478;;;;;; abbreviated-calendar-year sexp-diary-entry-symbol diary-include-string 2501;;;;;; abbreviated-calendar-year sexp-diary-entry-symbol diary-include-string
@@ -2483,17 +2506,10 @@ See the documentation for `calculator-mode' for more information.
2483;;;;;; all-christian-calendar-holidays all-hebrew-calendar-holidays 2506;;;;;; all-christian-calendar-holidays all-hebrew-calendar-holidays
2484;;;;;; mark-holidays-in-calendar view-calendar-holidays-initially 2507;;;;;; mark-holidays-in-calendar view-calendar-holidays-initially
2485;;;;;; calendar-remove-frame-by-deleting mark-diary-entries-in-calendar 2508;;;;;; calendar-remove-frame-by-deleting mark-diary-entries-in-calendar
2486;;;;;; number-of-diary-entries view-diary-entries-initially calendar-offset 2509;;;;;; number-of-diary-entries view-diary-entries-initially calendar-offset)
2487;;;;;; calendar-week-start-day) "calendar" "calendar/calendar.el" 2510;;;;;; "calendar" "calendar/calendar.el" (16953 20625))
2488;;;;;; (16738 29931))
2489;;; Generated autoloads from calendar/calendar.el 2511;;; Generated autoloads from calendar/calendar.el
2490 2512
2491(defvar calendar-week-start-day 0 "\
2492*The day of the week on which a week in the calendar begins.
24930 means Sunday (default), 1 means Monday, and so on.")
2494
2495(custom-autoload (quote calendar-week-start-day) "calendar")
2496
2497(defvar calendar-offset 0 "\ 2513(defvar calendar-offset 0 "\
2498*The offset of the principal month from the center of the calendar window. 2514*The offset of the principal month from the center of the calendar window.
24990 means the principal month is in the center (default), -1 means on the left, 25150 means the principal month is in the center (default), -1 means on the left,
@@ -3068,10 +3084,21 @@ See the documentation of that function for more information.
3068 3084
3069\(fn &optional ARG)" t nil) 3085\(fn &optional ARG)" t nil)
3070 3086
3087(defvar calendar-week-start-day 0 "\
3088*The day of the week on which a week in the calendar begins.
30890 means Sunday (default), 1 means Monday, and so on.
3090
3091If you change this variable directly (without using customize)
3092after starting `calendar', you should call `redraw-calendar' to
3093update the calendar display to reflect the change, otherwise
3094movement commands will not work correctly.")
3095
3096(custom-autoload (quote calendar-week-start-day) "calendar")
3097
3071;;;*** 3098;;;***
3072 3099
3073;;;### (autoloads (canlock-verify canlock-insert-header) "canlock" 3100;;;### (autoloads (canlock-verify canlock-insert-header) "canlock"
3074;;;;;; "gnus/canlock.el" (16697 49031)) 3101;;;;;; "gnus/canlock.el" (16822 52985))
3075;;; Generated autoloads from gnus/canlock.el 3102;;; Generated autoloads from gnus/canlock.el
3076 3103
3077(autoload (quote canlock-insert-header) "canlock" "\ 3104(autoload (quote canlock-insert-header) "canlock" "\
@@ -3090,7 +3117,7 @@ it fails.
3090 3117
3091;;;### (autoloads (pike-mode idl-mode java-mode objc-mode c++-mode 3118;;;### (autoloads (pike-mode idl-mode java-mode objc-mode c++-mode
3092;;;;;; c-mode c-initialize-cc-mode) "cc-mode" "progmodes/cc-mode.el" 3119;;;;;; c-mode c-initialize-cc-mode) "cc-mode" "progmodes/cc-mode.el"
3093;;;;;; (16816 23740)) 3120;;;;;; (16858 50934))
3094;;; Generated autoloads from progmodes/cc-mode.el 3121;;; Generated autoloads from progmodes/cc-mode.el
3095 3122
3096(autoload (quote c-initialize-cc-mode) "cc-mode" "\ 3123(autoload (quote c-initialize-cc-mode) "cc-mode" "\
@@ -3305,7 +3332,7 @@ and exists only for compatibility reasons.
3305 3332
3306;;;### (autoloads (ccl-execute-with-args check-ccl-program define-ccl-program 3333;;;### (autoloads (ccl-execute-with-args check-ccl-program define-ccl-program
3307;;;;;; declare-ccl-program ccl-dump ccl-compile) "ccl" "international/ccl.el" 3334;;;;;; declare-ccl-program ccl-dump ccl-compile) "ccl" "international/ccl.el"
3308;;;;;; (16585 28856)) 3335;;;;;; (16942 52931))
3309;;; Generated autoloads from international/ccl.el 3336;;; Generated autoloads from international/ccl.el
3310 3337
3311(autoload (quote ccl-compile) "ccl" "\ 3338(autoload (quote ccl-compile) "ccl" "\
@@ -3341,7 +3368,9 @@ CCL-PROGRAM has this form:
3341 3368
3342BUFFER_MAGNIFICATION is an integer value specifying the approximate 3369BUFFER_MAGNIFICATION is an integer value specifying the approximate
3343output buffer magnification size compared with the bytes of input data 3370output buffer magnification size compared with the bytes of input data
3344text. If the value is zero, the CCL program can't execute `read' and 3371text. It is assured that the actual output buffer has 256 bytes
3372more than the size calculated by BUFFER_MAGNIFICATION.
3373If the value is zero, the CCL program can't execute `read' and
3345`write' commands. 3374`write' commands.
3346 3375
3347CCL_MAIN_CODE and CCL_EOF_CODE are CCL program codes. CCL_MAIN_CODE 3376CCL_MAIN_CODE and CCL_EOF_CODE are CCL program codes. CCL_MAIN_CODE
@@ -3562,7 +3591,7 @@ See the documentation of `define-ccl-program' for the detail of CCL program.
3562;;;*** 3591;;;***
3563 3592
3564;;;### (autoloads (cfengine-mode) "cfengine" "progmodes/cfengine.el" 3593;;;### (autoloads (cfengine-mode) "cfengine" "progmodes/cfengine.el"
3565;;;;;; (16534 3809)) 3594;;;;;; (16908 33362))
3566;;; Generated autoloads from progmodes/cfengine.el 3595;;; Generated autoloads from progmodes/cfengine.el
3567 3596
3568(autoload (quote cfengine-mode) "cfengine" "\ 3597(autoload (quote cfengine-mode) "cfengine" "\
@@ -3584,7 +3613,7 @@ to the action header.
3584;;;;;; checkdoc-comments checkdoc-continue checkdoc-start checkdoc-current-buffer 3613;;;;;; checkdoc-comments checkdoc-continue checkdoc-start checkdoc-current-buffer
3585;;;;;; checkdoc-eval-current-buffer checkdoc-message-interactive 3614;;;;;; checkdoc-eval-current-buffer checkdoc-message-interactive
3586;;;;;; checkdoc-interactive checkdoc) "checkdoc" "emacs-lisp/checkdoc.el" 3615;;;;;; checkdoc-interactive checkdoc) "checkdoc" "emacs-lisp/checkdoc.el"
3587;;;;;; (16709 44237)) 3616;;;;;; (16829 43426))
3588;;; Generated autoloads from emacs-lisp/checkdoc.el 3617;;; Generated autoloads from emacs-lisp/checkdoc.el
3589 3618
3590(autoload (quote checkdoc) "checkdoc" "\ 3619(autoload (quote checkdoc) "checkdoc" "\
@@ -3899,7 +3928,7 @@ of `scheme-program-name'). Runs the hooks `inferior-scheme-mode-hook'
3899;;;*** 3928;;;***
3900 3929
3901;;;### (autoloads (cp-make-coding-system) "code-pages" "international/code-pages.el" 3930;;;### (autoloads (cp-make-coding-system) "code-pages" "international/code-pages.el"
3902;;;;;; (16589 26258)) 3931;;;;;; (16939 44105))
3903;;; Generated autoloads from international/code-pages.el 3932;;; Generated autoloads from international/code-pages.el
3904 3933
3905(autoload (quote cp-make-coding-system) "code-pages" "\ 3934(autoload (quote cp-make-coding-system) "code-pages" "\
@@ -3911,6 +3940,17 @@ corresponding args of `make-coding-system'. If MNEMONIC isn't given,
3911Return an updated `non-iso-charset-alist'. 3940Return an updated `non-iso-charset-alist'.
3912 3941
3913\(fn NAME V &optional DOC-STRING MNEMONIC)" nil (quote macro)) 3942\(fn NAME V &optional DOC-STRING MNEMONIC)" nil (quote macro))
3943(autoload-coding-system 'windows-1250 '(require 'code-pages))
3944(autoload-coding-system 'windows-1253 '(require 'code-pages))
3945(autoload-coding-system 'windows-1254 '(require 'code-pages))
3946(autoload-coding-system 'windows-1255 '(require 'code-pages))
3947(autoload-coding-system 'windows-1256 '(require 'code-pages))
3948(autoload-coding-system 'windows-1257 '(require 'code-pages))
3949(autoload-coding-system 'windows-1258 '(require 'code-pages))
3950(autoload-coding-system 'iso-8859-16 '(require 'code-pages))
3951(autoload-coding-system 'iso-8859-10 '(require 'code-pages))
3952(autoload-coding-system 'iso-8859-13 '(require 'code-pages))
3953(autoload-coding-system 'georgian-ps '(require 'code-pages))
3914(autoload-coding-system 'pt154 '(require 'code-pages)) 3954(autoload-coding-system 'pt154 '(require 'code-pages))
3915(autoload-coding-system 'iso-8859-11 '(require 'code-pages)) 3955(autoload-coding-system 'iso-8859-11 '(require 'code-pages))
3916 3956
@@ -3977,7 +4017,7 @@ read/written by MS-DOS software, or for display on the MS-DOS terminal.
3977;;;### (autoloads (comint-redirect-results-list-from-process comint-redirect-results-list 4017;;;### (autoloads (comint-redirect-results-list-from-process comint-redirect-results-list
3978;;;;;; comint-redirect-send-command-to-process comint-redirect-send-command 4018;;;;;; comint-redirect-send-command-to-process comint-redirect-send-command
3979;;;;;; comint-run make-comint make-comint-in-buffer) "comint" "comint.el" 4019;;;;;; comint-run make-comint make-comint-in-buffer) "comint" "comint.el"
3980;;;;;; (16810 63790)) 4020;;;;;; (16908 33360))
3981;;; Generated autoloads from comint.el 4021;;; Generated autoloads from comint.el
3982 4022
3983(autoload (quote make-comint-in-buffer) "comint" "\ 4023(autoload (quote make-comint-in-buffer) "comint" "\
@@ -4084,7 +4124,7 @@ on third call it again advances points to the next difference and so on.
4084;;;### (autoloads (compilation-next-error-function compilation-minor-mode 4124;;;### (autoloads (compilation-next-error-function compilation-minor-mode
4085;;;;;; compilation-shell-minor-mode compilation-mode compile compilation-search-path 4125;;;;;; compilation-shell-minor-mode compilation-mode compile compilation-search-path
4086;;;;;; compilation-ask-about-save compilation-window-height compilation-mode-hook) 4126;;;;;; compilation-ask-about-save compilation-window-height compilation-mode-hook)
4087;;;;;; "compile" "progmodes/compile.el" (16805 44924)) 4127;;;;;; "compile" "progmodes/compile.el" (16939 44105))
4088;;; Generated autoloads from progmodes/compile.el 4128;;; Generated autoloads from progmodes/compile.el
4089 4129
4090(defvar compilation-mode-hook nil "\ 4130(defvar compilation-mode-hook nil "\
@@ -4470,7 +4510,7 @@ Optional 3rd arg WITH-COMPOSITION-RULE is ignored.
4470 4510
4471;;;### (autoloads (conf-xdefaults-mode conf-ppd-mode conf-colon-mode 4511;;;### (autoloads (conf-xdefaults-mode conf-ppd-mode conf-colon-mode
4472;;;;;; conf-space-mode conf-javaprop-mode conf-windows-mode conf-unix-mode 4512;;;;;; conf-space-mode conf-javaprop-mode conf-windows-mode conf-unix-mode
4473;;;;;; conf-mode) "conf-mode" "textmodes/conf-mode.el" (16813 38253)) 4513;;;;;; conf-mode) "conf-mode" "textmodes/conf-mode.el" (16908 33363))
4474;;; Generated autoloads from textmodes/conf-mode.el 4514;;; Generated autoloads from textmodes/conf-mode.el
4475 4515
4476(autoload (quote conf-mode) "conf-mode" "\ 4516(autoload (quote conf-mode) "conf-mode" "\
@@ -4651,8 +4691,8 @@ Randomly permute the elements of VECTOR (all permutations equally likely).
4651 4691
4652;;;*** 4692;;;***
4653 4693
4654;;;### (autoloads (copyright copyright-update) "copyright" "emacs-lisp/copyright.el" 4694;;;### (autoloads (copyright copyright-fix-years copyright-update)
4655;;;;;; (16675 7397)) 4695;;;;;; "copyright" "emacs-lisp/copyright.el" (16932 19775))
4656;;; Generated autoloads from emacs-lisp/copyright.el 4696;;; Generated autoloads from emacs-lisp/copyright.el
4657 4697
4658(autoload (quote copyright-update) "copyright" "\ 4698(autoload (quote copyright-update) "copyright" "\
@@ -4666,6 +4706,12 @@ interactively.
4666 4706
4667\(fn &optional ARG INTERACTIVEP)" t nil) 4707\(fn &optional ARG INTERACTIVEP)" t nil)
4668 4708
4709(autoload (quote copyright-fix-years) "copyright" "\
4710Convert 2 digit years to 4 digit years.
4711Uses heuristic: year >= 50 means 19xx, < 50 means 20xx.
4712
4713\(fn)" t nil)
4714
4669(autoload (quote copyright) "copyright" "\ 4715(autoload (quote copyright) "copyright" "\
4670Insert a copyright by $ORGANIZATION notice at cursor. 4716Insert a copyright by $ORGANIZATION notice at cursor.
4671 4717
@@ -4674,7 +4720,7 @@ Insert a copyright by $ORGANIZATION notice at cursor.
4674;;;*** 4720;;;***
4675 4721
4676;;;### (autoloads (cperl-mode) "cperl-mode" "progmodes/cperl-mode.el" 4722;;;### (autoloads (cperl-mode) "cperl-mode" "progmodes/cperl-mode.el"
4677;;;;;; (16805 44924)) 4723;;;;;; (16858 50935))
4678;;; Generated autoloads from progmodes/cperl-mode.el 4724;;; Generated autoloads from progmodes/cperl-mode.el
4679 4725
4680(autoload (quote cperl-mode) "cperl-mode" "\ 4726(autoload (quote cperl-mode) "cperl-mode" "\
@@ -4925,8 +4971,8 @@ INHERIT-INPUT-METHOD.
4925 4971
4926;;;*** 4972;;;***
4927 4973
4928;;;### (autoloads (cua-mode) "cua-base" "emulation/cua-base.el" (16775 4974;;;### (autoloads (cua-mode) "cua-base" "emulation/cua-base.el" (16942
4929;;;;;; 26710)) 4975;;;;;; 52931))
4930;;; Generated autoloads from emulation/cua-base.el 4976;;; Generated autoloads from emulation/cua-base.el
4931 4977
4932(defvar cua-mode nil "\ 4978(defvar cua-mode nil "\
@@ -4964,7 +5010,7 @@ paste (in addition to the normal emacs bindings).
4964;;;;;; customize-face customize-changed-options customize-option-other-window 5010;;;;;; customize-face customize-changed-options customize-option-other-window
4965;;;;;; customize-option customize-group-other-window customize-group 5011;;;;;; customize-option customize-group-other-window customize-group
4966;;;;;; customize-mode customize customize-save-variable customize-set-variable 5012;;;;;; customize-mode customize customize-save-variable customize-set-variable
4967;;;;;; customize-set-value) "cus-edit" "cus-edit.el" (16820 16328)) 5013;;;;;; customize-set-value) "cus-edit" "cus-edit.el" (16930 25645))
4968;;; Generated autoloads from cus-edit.el 5014;;; Generated autoloads from cus-edit.el
4969 (add-hook 'same-window-regexps "\\`\\*Customiz.*\\*\\'") 5015 (add-hook 'same-window-regexps "\\`\\*Customiz.*\\*\\'")
4970 5016
@@ -5158,16 +5204,35 @@ Create a tree browser for the customize hierarchy.
5158(defvar custom-file nil "\ 5204(defvar custom-file nil "\
5159File used for storing customization information. 5205File used for storing customization information.
5160The default is nil, which means to use your init file 5206The default is nil, which means to use your init file
5161as specified by `user-init-file'. To make this feature work, 5207as specified by `user-init-file'. If the value is not nil,
5162you'll need to put something in your init file to specify 5208it should be an absolute file name.
5163the value of `custom-file'. Just customizing the variable 5209
5164won't suffice, because Emacs won't know which file to load 5210You can set this option through Custom, if you carefully read the
5165unless the init file sets `custom-file'. 5211last paragraph below. However, usually it is simpler to write
5166 5212something like the following in your init file:
5167When you change this variable, look in the previous custom file 5213
5168\(usually your init file) for the forms `(custom-set-variables ...)' 5214\(setq custom-file \"~/.emacs-custom.el\")
5169and `(custom-set-faces ...)', and copy them (whichever ones you find) 5215\(load custom-file)
5170to the new custom file. This will preserve your existing customizations.") 5216
5217Note that both lines are necessary: the first line tells Custom to
5218save all customizations in this file, but does not load it.
5219
5220When you change this variable outside Custom, look in the
5221previous custom file (usually your init file) for the
5222forms `(custom-set-variables ...)' and `(custom-set-faces ...)',
5223and copy them (whichever ones you find) to the new custom file.
5224This will preserve your existing customizations.
5225
5226If you save this option using Custom, Custom will write all
5227currently saved customizations, including the new one for this
5228option itself, into the file you specify, overwriting any
5229`custom-set-variables' and `custom-set-faces' forms already
5230present in that file. It will not delete any customizations from
5231the old custom file. You should do that manually if that is what you
5232want. You also have to put something like `(load \"CUSTOM-FILE\")
5233in your init file, where CUSTOM-FILE is the actual name of the
5234file. Otherwise, Emacs will not load the file when it starts up,
5235and hence will not set `custom-file' to that file either.")
5171 5236
5172(custom-autoload (quote custom-file) "cus-edit") 5237(custom-autoload (quote custom-file) "cus-edit")
5173 5238
@@ -5199,7 +5264,7 @@ The format is suitable for use with `easy-menu-define'.
5199 5264
5200;;;### (autoloads (custom-reset-faces custom-theme-reset-faces custom-theme-face-value 5265;;;### (autoloads (custom-reset-faces custom-theme-reset-faces custom-theme-face-value
5201;;;;;; custom-set-faces custom-declare-face) "cus-face" "cus-face.el" 5266;;;;;; custom-set-faces custom-declare-face) "cus-face" "cus-face.el"
5202;;;;;; (16589 26258)) 5267;;;;;; (16861 9526))
5203;;; Generated autoloads from cus-face.el 5268;;; Generated autoloads from cus-face.el
5204 5269
5205(autoload (quote custom-declare-face) "cus-face" "\ 5270(autoload (quote custom-declare-face) "cus-face" "\
@@ -5350,7 +5415,7 @@ If the argument is nil, we return the display table to its standard state.
5350;;;*** 5415;;;***
5351 5416
5352;;;### (autoloads (dabbrev-expand dabbrev-completion) "dabbrev" "dabbrev.el" 5417;;;### (autoloads (dabbrev-expand dabbrev-completion) "dabbrev" "dabbrev.el"
5353;;;;;; (16795 7139)) 5418;;;;;; (16908 33360))
5354;;; Generated autoloads from dabbrev.el 5419;;; Generated autoloads from dabbrev.el
5355 (define-key esc-map "/" 'dabbrev-expand) 5420 (define-key esc-map "/" 'dabbrev-expand)
5356 (define-key esc-map [?\C-/] 'dabbrev-completion) 5421 (define-key esc-map [?\C-/] 'dabbrev-completion)
@@ -5397,8 +5462,8 @@ See also `dabbrev-abbrev-char-regexp' and \\[dabbrev-completion].
5397 5462
5398;;;*** 5463;;;***
5399 5464
5400;;;### (autoloads (dcl-mode) "dcl-mode" "progmodes/dcl-mode.el" (16213 5465;;;### (autoloads (dcl-mode) "dcl-mode" "progmodes/dcl-mode.el" (16958
5401;;;;;; 43281)) 5466;;;;;; 58759))
5402;;; Generated autoloads from progmodes/dcl-mode.el 5467;;; Generated autoloads from progmodes/dcl-mode.el
5403 5468
5404(autoload (quote dcl-mode) "dcl-mode" "\ 5469(autoload (quote dcl-mode) "dcl-mode" "\
@@ -5525,7 +5590,7 @@ There is some minimal font-lock support (see vars
5525;;;*** 5590;;;***
5526 5591
5527;;;### (autoloads (cancel-debug-on-entry debug-on-entry debug) "debug" 5592;;;### (autoloads (cancel-debug-on-entry debug-on-entry debug) "debug"
5528;;;;;; "emacs-lisp/debug.el" (16213 43273)) 5593;;;;;; "emacs-lisp/debug.el" (16953 20625))
5529;;; Generated autoloads from emacs-lisp/debug.el 5594;;; Generated autoloads from emacs-lisp/debug.el
5530 5595
5531(setq debugger (quote debug)) 5596(setq debugger (quote debug))
@@ -5560,7 +5625,7 @@ If argument is nil or an empty string, cancel for all functions.
5560;;;*** 5625;;;***
5561 5626
5562;;;### (autoloads (decipher-mode decipher) "decipher" "play/decipher.el" 5627;;;### (autoloads (decipher-mode decipher) "decipher" "play/decipher.el"
5563;;;;;; (16213 43281)) 5628;;;;;; (16876 58220))
5564;;; Generated autoloads from play/decipher.el 5629;;; Generated autoloads from play/decipher.el
5565 5630
5566(autoload (quote decipher) "decipher" "\ 5631(autoload (quote decipher) "decipher" "\
@@ -5694,7 +5759,7 @@ any selection.
5694;;;*** 5759;;;***
5695 5760
5696;;;### (autoloads (derived-mode-init-mode-variables define-derived-mode) 5761;;;### (autoloads (derived-mode-init-mode-variables define-derived-mode)
5697;;;;;; "derived" "emacs-lisp/derived.el" (16213 43273)) 5762;;;;;; "derived" "emacs-lisp/derived.el" (16908 33361))
5698;;; Generated autoloads from emacs-lisp/derived.el 5763;;; Generated autoloads from emacs-lisp/derived.el
5699 5764
5700(autoload (quote define-derived-mode) "derived" "\ 5765(autoload (quote define-derived-mode) "derived" "\
@@ -5756,7 +5821,7 @@ the first time the mode is used.
5756;;;*** 5821;;;***
5757 5822
5758;;;### (autoloads (describe-char describe-text-properties) "descr-text" 5823;;;### (autoloads (describe-char describe-text-properties) "descr-text"
5759;;;;;; "descr-text.el" (16801 58019)) 5824;;;;;; "descr-text.el" (16908 33360))
5760;;; Generated autoloads from descr-text.el 5825;;; Generated autoloads from descr-text.el
5761 5826
5762(autoload (quote describe-text-properties) "descr-text" "\ 5827(autoload (quote describe-text-properties) "descr-text" "\
@@ -5781,7 +5846,7 @@ as well as widgets, buttons, overlays, and text properties.
5781 5846
5782;;;### (autoloads (desktop-revert desktop-save-in-desktop-dir desktop-change-dir 5847;;;### (autoloads (desktop-revert desktop-save-in-desktop-dir desktop-change-dir
5783;;;;;; desktop-load-default desktop-read desktop-save-mode) "desktop" 5848;;;;;; desktop-load-default desktop-read desktop-save-mode) "desktop"
5784;;;;;; "desktop.el" (16808 48569)) 5849;;;;;; "desktop.el" (16908 33360))
5785;;; Generated autoloads from desktop.el 5850;;; Generated autoloads from desktop.el
5786 5851
5787(defvar desktop-save-mode nil "\ 5852(defvar desktop-save-mode nil "\
@@ -5856,7 +5921,7 @@ Revert to the last loaded desktop.
5856;;;;;; gnus-article-outlook-repair-attribution gnus-article-outlook-unwrap-lines 5921;;;;;; gnus-article-outlook-repair-attribution gnus-article-outlook-unwrap-lines
5857;;;;;; gnus-outlook-display-hook gnus-outlook-deuglify-unwrap-max 5922;;;;;; gnus-outlook-display-hook gnus-outlook-deuglify-unwrap-max
5858;;;;;; gnus-outlook-deuglify-unwrap-min) "deuglify" "gnus/deuglify.el" 5923;;;;;; gnus-outlook-deuglify-unwrap-min) "deuglify" "gnus/deuglify.el"
5859;;;;;; (16775 26711)) 5924;;;;;; (16908 33361))
5860;;; Generated autoloads from gnus/deuglify.el 5925;;; Generated autoloads from gnus/deuglify.el
5861 5926
5862(defvar gnus-outlook-deuglify-unwrap-min 45 "\ 5927(defvar gnus-outlook-deuglify-unwrap-min 45 "\
@@ -5923,7 +5988,7 @@ Not documented
5923;;;*** 5988;;;***
5924 5989
5925;;;### (autoloads (diary-mode diary-mail-entries diary) "diary-lib" 5990;;;### (autoloads (diary-mode diary-mail-entries diary) "diary-lib"
5926;;;;;; "calendar/diary-lib.el" (16785 59559)) 5991;;;;;; "calendar/diary-lib.el" (16953 20625))
5927;;; Generated autoloads from calendar/diary-lib.el 5992;;; Generated autoloads from calendar/diary-lib.el
5928 5993
5929(autoload (quote diary) "diary-lib" "\ 5994(autoload (quote diary) "diary-lib" "\
@@ -6032,7 +6097,7 @@ Minor mode for viewing/editing context diffs.
6032;;;;;; dired-other-window dired dired-copy-preserve-time dired-dwim-target 6097;;;;;; dired-other-window dired dired-copy-preserve-time dired-dwim-target
6033;;;;;; dired-keep-marker-symlink dired-keep-marker-hardlink dired-keep-marker-copy 6098;;;;;; dired-keep-marker-symlink dired-keep-marker-hardlink dired-keep-marker-copy
6034;;;;;; dired-keep-marker-rename dired-trivial-filenames dired-ls-F-marks-symlinks 6099;;;;;; dired-keep-marker-rename dired-trivial-filenames dired-ls-F-marks-symlinks
6035;;;;;; dired-listing-switches) "dired" "dired.el" (16804 23129)) 6100;;;;;; dired-listing-switches) "dired" "dired.el" (16915 11400))
6036;;; Generated autoloads from dired.el 6101;;; Generated autoloads from dired.el
6037 6102
6038(defvar dired-listing-switches "-al" "\ 6103(defvar dired-listing-switches "-al" "\
@@ -6762,7 +6827,7 @@ Switch to *doctor* buffer and start giving psychotherapy.
6762;;;*** 6827;;;***
6763 6828
6764;;;### (autoloads (double-mode double-mode) "double" "double.el" 6829;;;### (autoloads (double-mode double-mode) "double" "double.el"
6765;;;;;; (16213 43267)) 6830;;;;;; (16932 19773))
6766;;; Generated autoloads from double.el 6831;;; Generated autoloads from double.el
6767 6832
6768(defvar double-mode nil "\ 6833(defvar double-mode nil "\
@@ -7286,8 +7351,8 @@ See `ebnf-style-database' documentation.
7286;;;;;; ebrowse-tags-find-declaration-other-window ebrowse-tags-find-definition 7351;;;;;; ebrowse-tags-find-declaration-other-window ebrowse-tags-find-definition
7287;;;;;; ebrowse-tags-view-definition ebrowse-tags-find-declaration 7352;;;;;; ebrowse-tags-view-definition ebrowse-tags-find-declaration
7288;;;;;; ebrowse-tags-view-declaration ebrowse-member-mode ebrowse-electric-choose-tree 7353;;;;;; ebrowse-tags-view-declaration ebrowse-member-mode ebrowse-electric-choose-tree
7289;;;;;; ebrowse-tree-mode) "ebrowse" "progmodes/ebrowse.el" (16234 7354;;;;;; ebrowse-tree-mode) "ebrowse" "progmodes/ebrowse.el" (16875
7290;;;;;; 50257)) 7355;;;;;; 35928))
7291;;; Generated autoloads from progmodes/ebrowse.el 7356;;; Generated autoloads from progmodes/ebrowse.el
7292 7357
7293(autoload (quote ebrowse-tree-mode) "ebrowse" "\ 7358(autoload (quote ebrowse-tree-mode) "ebrowse" "\
@@ -7438,7 +7503,7 @@ Display statistics for a class tree.
7438;;;*** 7503;;;***
7439 7504
7440;;;### (autoloads (electric-buffer-list) "ebuff-menu" "ebuff-menu.el" 7505;;;### (autoloads (electric-buffer-list) "ebuff-menu" "ebuff-menu.el"
7441;;;;;; (16787 16350)) 7506;;;;;; (16868 63463))
7442;;; Generated autoloads from ebuff-menu.el 7507;;; Generated autoloads from ebuff-menu.el
7443 7508
7444(autoload (quote electric-buffer-list) "ebuff-menu" "\ 7509(autoload (quote electric-buffer-list) "ebuff-menu" "\
@@ -7538,7 +7603,7 @@ already is one.)
7538;;;;;; ediff-merge-directory-revisions ediff-merge-directories-with-ancestor 7603;;;;;; ediff-merge-directory-revisions ediff-merge-directories-with-ancestor
7539;;;;;; ediff-merge-directories ediff-directories3 ediff-directory-revisions 7604;;;;;; ediff-merge-directories ediff-directories3 ediff-directory-revisions
7540;;;;;; ediff-directories ediff-buffers3 ediff-buffers ediff-backup 7605;;;;;; ediff-directories ediff-buffers3 ediff-buffers ediff-backup
7541;;;;;; ediff-files3 ediff-files) "ediff" "ediff.el" (16580 11202)) 7606;;;;;; ediff-files3 ediff-files) "ediff" "ediff.el" (16923 3605))
7542;;; Generated autoloads from ediff.el 7607;;; Generated autoloads from ediff.el
7543 7608
7544(autoload (quote ediff-files) "ediff" "\ 7609(autoload (quote ediff-files) "ediff" "\
@@ -7797,7 +7862,7 @@ Not documented
7797;;;*** 7862;;;***
7798 7863
7799;;;### (autoloads (ediff-show-registry) "ediff-mult" "ediff-mult.el" 7864;;;### (autoloads (ediff-show-registry) "ediff-mult" "ediff-mult.el"
7800;;;;;; (16626 19946)) 7865;;;;;; (16923 3605))
7801;;; Generated autoloads from ediff-mult.el 7866;;; Generated autoloads from ediff-mult.el
7802 7867
7803(autoload (quote ediff-show-registry) "ediff-mult" "\ 7868(autoload (quote ediff-show-registry) "ediff-mult" "\
@@ -7831,7 +7896,7 @@ To change the default, set the variable `ediff-use-toolbar-p', which see.
7831 7896
7832;;;### (autoloads (format-kbd-macro read-kbd-macro edit-named-kbd-macro 7897;;;### (autoloads (format-kbd-macro read-kbd-macro edit-named-kbd-macro
7833;;;;;; edit-last-kbd-macro edit-kbd-macro) "edmacro" "edmacro.el" 7898;;;;;; edit-last-kbd-macro edit-kbd-macro) "edmacro" "edmacro.el"
7834;;;;;; (16733 11795)) 7899;;;;;; (16822 52984))
7835;;; Generated autoloads from edmacro.el 7900;;; Generated autoloads from edmacro.el
7836 7901
7837(defvar edmacro-eight-bits nil "\ 7902(defvar edmacro-eight-bits nil "\
@@ -7989,7 +8054,7 @@ This is suitable as an entry on `find-file-hook' or appropriate mode hooks.
7989;;;*** 8054;;;***
7990 8055
7991;;;### (autoloads (elint-initialize) "elint" "emacs-lisp/elint.el" 8056;;;### (autoloads (elint-initialize) "elint" "emacs-lisp/elint.el"
7992;;;;;; (16816 23731)) 8057;;;;;; (16870 21079))
7993;;; Generated autoloads from emacs-lisp/elint.el 8058;;; Generated autoloads from emacs-lisp/elint.el
7994 8059
7995(autoload (quote elint-initialize) "elint" "\ 8060(autoload (quote elint-initialize) "elint" "\
@@ -8128,7 +8193,7 @@ Not documented
8128;;;*** 8193;;;***
8129 8194
8130;;;### (autoloads (encoded-kbd-mode) "encoded-kb" "international/encoded-kb.el" 8195;;;### (autoloads (encoded-kbd-mode) "encoded-kb" "international/encoded-kb.el"
8131;;;;;; (16657 61756)) 8196;;;;;; (16884 52115))
8132;;; Generated autoloads from international/encoded-kb.el 8197;;; Generated autoloads from international/encoded-kb.el
8133 8198
8134(defvar encoded-kbd-mode nil "\ 8199(defvar encoded-kbd-mode nil "\
@@ -8199,8 +8264,8 @@ Emacs shell interactive mode.
8199 8264
8200;;;*** 8265;;;***
8201 8266
8202;;;### (autoloads (eshell-test) "esh-test" "eshell/esh-test.el" (16548 8267;;;### (autoloads (eshell-test) "esh-test" "eshell/esh-test.el" (16858
8203;;;;;; 34615)) 8268;;;;;; 50924))
8204;;; Generated autoloads from eshell/esh-test.el 8269;;; Generated autoloads from eshell/esh-test.el
8205 8270
8206(autoload (quote eshell-test) "esh-test" "\ 8271(autoload (quote eshell-test) "esh-test" "\
@@ -8554,7 +8619,7 @@ for \\[find-tag] (which see).
8554;;;;;; ethio-fidel-to-sera-buffer ethio-fidel-to-sera-region ethio-sera-to-fidel-marker 8619;;;;;; ethio-fidel-to-sera-buffer ethio-fidel-to-sera-region ethio-sera-to-fidel-marker
8555;;;;;; ethio-sera-to-fidel-mail ethio-sera-to-fidel-mail-or-marker 8620;;;;;; ethio-sera-to-fidel-mail ethio-sera-to-fidel-mail-or-marker
8556;;;;;; ethio-sera-to-fidel-buffer ethio-sera-to-fidel-region setup-ethiopic-environment-internal) 8621;;;;;; ethio-sera-to-fidel-buffer ethio-sera-to-fidel-region setup-ethiopic-environment-internal)
8557;;;;;; "ethio-util" "language/ethio-util.el" (16498 35858)) 8622;;;;;; "ethio-util" "language/ethio-util.el" (16953 20625))
8558;;; Generated autoloads from language/ethio-util.el 8623;;; Generated autoloads from language/ethio-util.el
8559 8624
8560(autoload (quote setup-ethiopic-environment-internal) "ethio-util" "\ 8625(autoload (quote setup-ethiopic-environment-internal) "ethio-util" "\
@@ -8749,7 +8814,7 @@ Transcribe Ethiopic characters in ASCII depending on the file extension.
8749 8814
8750;;;### (autoloads (eudc-load-eudc eudc-query-form eudc-expand-inline 8815;;;### (autoloads (eudc-load-eudc eudc-query-form eudc-expand-inline
8751;;;;;; eudc-get-phone eudc-get-email eudc-set-server) "eudc" "net/eudc.el" 8816;;;;;; eudc-get-phone eudc-get-email eudc-set-server) "eudc" "net/eudc.el"
8752;;;;;; (16775 26715)) 8817;;;;;; (16884 52115))
8753;;; Generated autoloads from net/eudc.el 8818;;; Generated autoloads from net/eudc.el
8754 8819
8755(autoload (quote eudc-set-server) "eudc" "\ 8820(autoload (quote eudc-set-server) "eudc" "\
@@ -8869,9 +8934,9 @@ Edit the hotlist of directory servers in a specialized buffer.
8869;;;*** 8934;;;***
8870 8935
8871;;;### (autoloads (executable-make-buffer-file-executable-if-script-p 8936;;;### (autoloads (executable-make-buffer-file-executable-if-script-p
8872;;;;;; executable-self-display executable-set-magic executable-find 8937;;;;;; executable-self-display executable-set-magic executable-interpret
8873;;;;;; executable-command-find-posix-p) "executable" "progmodes/executable.el" 8938;;;;;; executable-find executable-command-find-posix-p) "executable"
8874;;;;;; (16435 60138)) 8939;;;;;; "progmodes/executable.el" (16858 50935))
8875;;; Generated autoloads from progmodes/executable.el 8940;;; Generated autoloads from progmodes/executable.el
8876 8941
8877(autoload (quote executable-command-find-posix-p) "executable" "\ 8942(autoload (quote executable-command-find-posix-p) "executable" "\
@@ -8886,6 +8951,14 @@ Return nil if COMMAND is not found anywhere in `exec-path'.
8886 8951
8887\(fn COMMAND)" nil nil) 8952\(fn COMMAND)" nil nil)
8888 8953
8954(autoload (quote executable-interpret) "executable" "\
8955Run script with user-specified args, and collect output in a buffer.
8956While script runs asynchronously, you can use the \\[next-error]
8957command to find the next error. The buffer is also in `comint-mode' and
8958`compilation-shell-minor-mode', so that you can answer any prompts.
8959
8960\(fn COMMAND)" t nil)
8961
8889(autoload (quote executable-set-magic) "executable" "\ 8962(autoload (quote executable-set-magic) "executable" "\
8890Set this buffer's interpreter to INTERPRETER with optional ARGUMENT. 8963Set this buffer's interpreter to INTERPRETER with optional ARGUMENT.
8891The variables `executable-magicless-file-regexp', `executable-prefix', 8964The variables `executable-magicless-file-regexp', `executable-prefix',
@@ -8954,7 +9027,7 @@ This is used only in conjunction with `expand-add-abbrevs'.
8954 9027
8955;;;*** 9028;;;***
8956 9029
8957;;;### (autoloads (f90-mode) "f90" "progmodes/f90.el" (16805 44924)) 9030;;;### (autoloads (f90-mode) "f90" "progmodes/f90.el" (16858 50935))
8958;;; Generated autoloads from progmodes/f90.el 9031;;; Generated autoloads from progmodes/f90.el
8959 9032
8960(autoload (quote f90-mode) "f90" "\ 9033(autoload (quote f90-mode) "f90" "\
@@ -9023,9 +9096,9 @@ with no args, if that value is non-nil.
9023;;;;;; facemenu-remove-all facemenu-remove-face-props facemenu-set-read-only 9096;;;;;; facemenu-remove-all facemenu-remove-face-props facemenu-set-read-only
9024;;;;;; facemenu-set-intangible facemenu-set-invisible facemenu-set-face-from-menu 9097;;;;;; facemenu-set-intangible facemenu-set-invisible facemenu-set-face-from-menu
9025;;;;;; facemenu-set-background facemenu-set-foreground facemenu-set-face) 9098;;;;;; facemenu-set-background facemenu-set-foreground facemenu-set-face)
9026;;;;;; "facemenu" "facemenu.el" (16698 21925)) 9099;;;;;; "facemenu" "facemenu.el" (16942 52929))
9027;;; Generated autoloads from facemenu.el 9100;;; Generated autoloads from facemenu.el
9028 (define-key global-map "\M-g" 'facemenu-keymap) 9101 (define-key global-map "\M-o" 'facemenu-keymap)
9029 (autoload 'facemenu-keymap "facemenu" "Keymap for face-changing commands." t 'keymap) 9102 (autoload 'facemenu-keymap "facemenu" "Keymap for face-changing commands." t 'keymap)
9030 9103
9031(defvar facemenu-face-menu (let ((map (make-sparse-keymap "Face"))) (define-key map "o" (cons "Other..." (quote facemenu-set-face))) map) "\ 9104(defvar facemenu-face-menu (let ((map (make-sparse-keymap "Face"))) (define-key map "o" (cons "Other..." (quote facemenu-set-face))) map) "\
@@ -9174,10 +9247,11 @@ Read a color using the minibuffer.
9174(autoload (quote list-colors-display) "facemenu" "\ 9247(autoload (quote list-colors-display) "facemenu" "\
9175Display names of defined colors, and show what they look like. 9248Display names of defined colors, and show what they look like.
9176If the optional argument LIST is non-nil, it should be a list of 9249If the optional argument LIST is non-nil, it should be a list of
9177colors to display. Otherwise, this command computes a list 9250colors to display. Otherwise, this command computes a list of
9178of colors that the current display can handle. 9251colors that the current display can handle. If the optional
9252argument BUFFER-NAME is nil, it defaults to *Colors*.
9179 9253
9180\(fn &optional LIST)" t nil) 9254\(fn &optional LIST BUFFER-NAME)" t nil)
9181 9255
9182;;;*** 9256;;;***
9183 9257
@@ -9277,7 +9351,7 @@ you can set feedmail-queue-reminder-alist to nil.
9277;;;*** 9351;;;***
9278 9352
9279;;;### (autoloads (ffap-bindings dired-at-point ffap-at-mouse ffap-menu 9353;;;### (autoloads (ffap-bindings dired-at-point ffap-at-mouse ffap-menu
9280;;;;;; find-file-at-point ffap-next) "ffap" "ffap.el" (16585 28850)) 9354;;;;;; find-file-at-point ffap-next) "ffap" "ffap.el" (16858 50909))
9281;;; Generated autoloads from ffap.el 9355;;; Generated autoloads from ffap.el
9282 9356
9283(autoload (quote ffap-next) "ffap" "\ 9357(autoload (quote ffap-next) "ffap" "\
@@ -9336,7 +9410,7 @@ Evaluate the forms in variable `ffap-bindings'.
9336;;;*** 9410;;;***
9337 9411
9338;;;### (autoloads (file-cache-minibuffer-complete) "filecache" "filecache.el" 9412;;;### (autoloads (file-cache-minibuffer-complete) "filecache" "filecache.el"
9339;;;;;; (16435 26305)) 9413;;;;;; (16830 50347))
9340;;; Generated autoloads from filecache.el 9414;;; Generated autoloads from filecache.el
9341 9415
9342(autoload (quote file-cache-minibuffer-complete) "filecache" "\ 9416(autoload (quote file-cache-minibuffer-complete) "filecache" "\
@@ -9356,7 +9430,7 @@ the name is considered already unique; only the second substitution
9356 9430
9357;;;### (autoloads (find-grep-dired find-name-dired find-dired find-grep-options 9431;;;### (autoloads (find-grep-dired find-name-dired find-dired find-grep-options
9358;;;;;; find-ls-subdir-switches find-ls-option) "find-dired" "find-dired.el" 9432;;;;;; find-ls-subdir-switches find-ls-option) "find-dired" "find-dired.el"
9359;;;;;; (16580 11202)) 9433;;;;;; (16908 33360))
9360;;; Generated autoloads from find-dired.el 9434;;; Generated autoloads from find-dired.el
9361 9435
9362(defvar find-ls-option (if (eq system-type (quote berkeley-unix)) (quote ("-ls" . "-gilsb")) (quote ("-exec ls -ld {} \\;" . "-ld"))) "\ 9436(defvar find-ls-option (if (eq system-type (quote berkeley-unix)) (quote ("-ls" . "-gilsb")) (quote ("-exec ls -ld {} \\;" . "-ld"))) "\
@@ -9504,11 +9578,12 @@ Visit the file you click on in another window.
9504;;;*** 9578;;;***
9505 9579
9506;;;### (autoloads (find-function-setup-keys find-variable-at-point 9580;;;### (autoloads (find-function-setup-keys find-variable-at-point
9507;;;;;; find-function-at-point find-function-on-key find-variable-other-frame 9581;;;;;; find-function-at-point find-function-on-key find-face-definition
9508;;;;;; find-variable-other-window find-variable find-variable-noselect 9582;;;;;; find-definition-noselect find-variable-other-frame find-variable-other-window
9509;;;;;; find-function-other-frame find-function-other-window find-function 9583;;;;;; find-variable find-variable-noselect find-function-other-frame
9510;;;;;; find-function-noselect find-function-search-for-symbol find-library) 9584;;;;;; find-function-other-window find-function find-function-noselect
9511;;;;;; "find-func" "emacs-lisp/find-func.el" (16795 7139)) 9585;;;;;; find-function-search-for-symbol find-library) "find-func"
9586;;;;;; "emacs-lisp/find-func.el" (16953 20625))
9512;;; Generated autoloads from emacs-lisp/find-func.el 9587;;; Generated autoloads from emacs-lisp/find-func.el
9513 9588
9514(autoload (quote find-library) "find-func" "\ 9589(autoload (quote find-library) "find-func" "\
@@ -9517,11 +9592,13 @@ Find the elisp source of LIBRARY.
9517\(fn LIBRARY)" t nil) 9592\(fn LIBRARY)" t nil)
9518 9593
9519(autoload (quote find-function-search-for-symbol) "find-func" "\ 9594(autoload (quote find-function-search-for-symbol) "find-func" "\
9520Search for SYMBOL. 9595Search for SYMBOL's definition of type TYPE in LIBRARY.
9521If VARIABLE-P is nil, `find-function-regexp' is used, otherwise 9596If TYPE is nil, look for a function definition.
9522`find-variable-regexp' is used. The search is done in library LIBRARY. 9597Otherwise, TYPE specifies the kind of definition,
9598and it is interpreted via `find-function-regexp-alist'.
9599The search is done in the source for library LIBRARY.
9523 9600
9524\(fn SYMBOL VARIABLE-P LIBRARY)" nil nil) 9601\(fn SYMBOL TYPE LIBRARY)" nil nil)
9525 9602
9526(autoload (quote find-function-noselect) "find-func" "\ 9603(autoload (quote find-function-noselect) "find-func" "\
9527Return a pair (BUFFER . POINT) pointing to the definition of FUNCTION. 9604Return a pair (BUFFER . POINT) pointing to the definition of FUNCTION.
@@ -9540,9 +9617,9 @@ in `load-path'.
9540Find the definition of the FUNCTION near point. 9617Find the definition of the FUNCTION near point.
9541 9618
9542Finds the Emacs Lisp library containing the definition of the function 9619Finds the Emacs Lisp library containing the definition of the function
9543near point (selected by `function-at-point') in a buffer and 9620near point (selected by `function-called-at-point') in a buffer and
9544places point before the definition. Point is saved in the buffer if 9621places point before the definition.
9545it is one of the current buffers. 9622Set mark before moving, if the buffer already existed.
9546 9623
9547The library where FUNCTION is defined is searched for in 9624The library where FUNCTION is defined is searched for in
9548`find-function-source-path', if non nil, otherwise in `load-path'. 9625`find-function-source-path', if non nil, otherwise in `load-path'.
@@ -9568,8 +9645,8 @@ See `find-function' for more details.
9568Return a pair `(BUFFER . POINT)' pointing to the definition of SYMBOL. 9645Return a pair `(BUFFER . POINT)' pointing to the definition of SYMBOL.
9569 9646
9570Finds the Emacs Lisp library containing the definition of SYMBOL 9647Finds the Emacs Lisp library containing the definition of SYMBOL
9571in a buffer and the point of the definition. The buffer is 9648in a buffer, and the point of the definition. It does not switch
9572not selected. 9649to the buffer or display it.
9573 9650
9574The library where VARIABLE is defined is searched for in FILE or 9651The library where VARIABLE is defined is searched for in FILE or
9575`find-function-source-path', if non nil, otherwise in `load-path'. 9652`find-function-source-path', if non nil, otherwise in `load-path'.
@@ -9581,8 +9658,9 @@ Find the definition of the VARIABLE near point.
9581 9658
9582Finds the Emacs Lisp library containing the definition of the variable 9659Finds the Emacs Lisp library containing the definition of the variable
9583near point (selected by `variable-at-point') in a buffer and 9660near point (selected by `variable-at-point') in a buffer and
9584places point before the definition. Point is saved in the buffer if 9661places point before the definition.
9585it is one of the current buffers. 9662
9663Set mark before moving, if the buffer already existed.
9586 9664
9587The library where VARIABLE is defined is searched for in 9665The library where VARIABLE is defined is searched for in
9588`find-function-source-path', if non nil, otherwise in `load-path'. 9666`find-function-source-path', if non nil, otherwise in `load-path'.
@@ -9604,9 +9682,35 @@ See `find-variable' for more details.
9604 9682
9605\(fn VARIABLE)" t nil) 9683\(fn VARIABLE)" t nil)
9606 9684
9685(autoload (quote find-definition-noselect) "find-func" "\
9686Return a pair `(BUFFER . POINT)' pointing to the definition of SYMBOL.
9687TYPE says what type of definition: nil for a function,
9688`defvar' or `defface' for a variable or face. This functoin
9689does not switch to the buffer or display it.
9690
9691The library where SYMBOL is defined is searched for in FILE or
9692`find-function-source-path', if non nil, otherwise in `load-path'.
9693
9694\(fn SYMBOL TYPE &optional FILE)" nil nil)
9695
9696(autoload (quote find-face-definition) "find-func" "\
9697Find the definition of FACE. FACE defaults to the name near point.
9698
9699Finds the Emacs Lisp library containing the definition of the face
9700near point (selected by `variable-at-point') in a buffer and
9701places point before the definition.
9702
9703Set mark before moving, if the buffer already existed.
9704
9705The library where FACE is defined is searched for in
9706`find-function-source-path', if non nil, otherwise in `load-path'.
9707See also `find-function-recenter-line' and `find-function-after-hook'.
9708
9709\(fn FACE)" t nil)
9710
9607(autoload (quote find-function-on-key) "find-func" "\ 9711(autoload (quote find-function-on-key) "find-func" "\
9608Find the function that KEY invokes. KEY is a string. 9712Find the function that KEY invokes. KEY is a string.
9609Point is saved if FUNCTION is in the current buffer. 9713Set mark before moving, if the buffer already existed.
9610 9714
9611\(fn KEY)" t nil) 9715\(fn KEY)" t nil)
9612 9716
@@ -9649,7 +9753,7 @@ Change the filter on a find-lisp-find-dired buffer to REGEXP.
9649;;;*** 9753;;;***
9650 9754
9651;;;### (autoloads (finder-by-keyword finder-commentary finder-list-keywords) 9755;;;### (autoloads (finder-by-keyword finder-commentary finder-list-keywords)
9652;;;;;; "finder" "finder.el" (16488 3556)) 9756;;;;;; "finder" "finder.el" (16958 58756))
9653;;; Generated autoloads from finder.el 9757;;; Generated autoloads from finder.el
9654 9758
9655(autoload (quote finder-list-keywords) "finder" "\ 9759(autoload (quote finder-list-keywords) "finder" "\
@@ -9693,7 +9797,7 @@ to get the effect of a C-q.
9693;;;*** 9797;;;***
9694 9798
9695;;;### (autoloads (fill-flowed fill-flowed-encode) "flow-fill" "gnus/flow-fill.el" 9799;;;### (autoloads (fill-flowed fill-flowed-encode) "flow-fill" "gnus/flow-fill.el"
9696;;;;;; (16727 56924)) 9800;;;;;; (16908 33361))
9697;;; Generated autoloads from gnus/flow-fill.el 9801;;; Generated autoloads from gnus/flow-fill.el
9698 9802
9699(autoload (quote fill-flowed-encode) "flow-fill" "\ 9803(autoload (quote fill-flowed-encode) "flow-fill" "\
@@ -9728,7 +9832,7 @@ Turn flymake mode off.
9728 9832
9729;;;### (autoloads (flyspell-buffer flyspell-region flyspell-mode-off 9833;;;### (autoloads (flyspell-buffer flyspell-region flyspell-mode-off
9730;;;;;; flyspell-version flyspell-mode flyspell-prog-mode flyspell-mode-line-string) 9834;;;;;; flyspell-version flyspell-mode flyspell-prog-mode flyspell-mode-line-string)
9731;;;;;; "flyspell" "textmodes/flyspell.el" (16795 7139)) 9835;;;;;; "flyspell" "textmodes/flyspell.el" (16939 44105))
9732;;; Generated autoloads from textmodes/flyspell.el 9836;;; Generated autoloads from textmodes/flyspell.el
9733 9837
9734(defvar flyspell-mode-line-string " Fly" "\ 9838(defvar flyspell-mode-line-string " Fly" "\
@@ -9878,7 +9982,7 @@ in your `~/.emacs' file, replacing [f7] by your favourite key:
9878 9982
9879;;;### (autoloads (font-lock-fontify-buffer font-lock-remove-keywords 9983;;;### (autoloads (font-lock-fontify-buffer font-lock-remove-keywords
9880;;;;;; font-lock-add-keywords font-lock-mode-internal) "font-lock" 9984;;;;;; font-lock-add-keywords font-lock-mode-internal) "font-lock"
9881;;;;;; "font-lock.el" (16808 48569)) 9985;;;;;; "font-lock.el" (16960 18194))
9882;;; Generated autoloads from font-lock.el 9986;;; Generated autoloads from font-lock.el
9883 9987
9884(autoload (quote font-lock-mode-internal) "font-lock" "\ 9988(autoload (quote font-lock-mode-internal) "font-lock" "\
@@ -9934,8 +10038,8 @@ Fontify the current buffer the way the function `font-lock-mode' would.
9934 10038
9935;;;*** 10039;;;***
9936 10040
9937;;;### (autoloads (footnote-mode) "footnote" "mail/footnote.el" (16635 10041;;;### (autoloads (footnote-mode) "footnote" "mail/footnote.el" (16908
9938;;;;;; 35910)) 10042;;;;;; 33362))
9939;;; Generated autoloads from mail/footnote.el 10043;;; Generated autoloads from mail/footnote.el
9940 10044
9941(autoload (quote footnote-mode) "footnote" "\ 10045(autoload (quote footnote-mode) "footnote" "\
@@ -9993,7 +10097,7 @@ Visit a file in Forms mode in other window.
9993;;;*** 10097;;;***
9994 10098
9995;;;### (autoloads (fortran-mode fortran-tab-mode-default) "fortran" 10099;;;### (autoloads (fortran-mode fortran-tab-mode-default) "fortran"
9996;;;;;; "progmodes/fortran.el" (16534 3809)) 10100;;;;;; "progmodes/fortran.el" (16908 33362))
9997;;; Generated autoloads from progmodes/fortran.el 10101;;; Generated autoloads from progmodes/fortran.el
9998 10102
9999(defvar fortran-tab-mode-default nil "\ 10103(defvar fortran-tab-mode-default nil "\
@@ -10129,7 +10233,7 @@ and choose the directory as the fortune-file.
10129;;;*** 10233;;;***
10130 10234
10131;;;### (autoloads (fringe-indicators set-fringe-style fringe-mode 10235;;;### (autoloads (fringe-indicators set-fringe-style fringe-mode
10132;;;;;; fringe-mode) "fringe" "fringe.el" (16810 63790)) 10236;;;;;; fringe-mode) "fringe" "fringe.el" (16908 33360))
10133;;; Generated autoloads from fringe.el 10237;;; Generated autoloads from fringe.el
10134 10238
10135(defvar fringe-mode nil "\ 10239(defvar fringe-mode nil "\
@@ -10205,7 +10309,7 @@ Setting this variable, changes `default-indicate-buffer-boundaries'.")
10205 10309
10206;;;*** 10310;;;***
10207 10311
10208;;;### (autoloads (gdba) "gdb-ui" "progmodes/gdb-ui.el" (16808 48570)) 10312;;;### (autoloads (gdba) "gdb-ui" "progmodes/gdb-ui.el" (16960 18194))
10209;;; Generated autoloads from progmodes/gdb-ui.el 10313;;; Generated autoloads from progmodes/gdb-ui.el
10210 10314
10211(autoload (quote gdba) "gdb-ui" "\ 10315(autoload (quote gdba) "gdb-ui" "\
@@ -10262,50 +10366,66 @@ detailed description of this mode.
10262 10366
10263;;;*** 10367;;;***
10264 10368
10265;;;### (autoloads (generic-mode define-generic-mode) "generic" "generic.el" 10369;;;### (autoloads (generic-mode generic-mode-internal define-generic-mode)
10266;;;;;; (16810 63790)) 10370;;;;;; "generic" "generic.el" (16960 18194))
10267;;; Generated autoloads from generic.el 10371;;; Generated autoloads from generic.el
10268 10372
10373(defvar generic-mode-list nil "\
10374A list of mode names for `generic-mode'.
10375Do not add entries to this list directly; use `define-generic-mode'
10376instead (which see).")
10377
10269(autoload (quote define-generic-mode) "generic" "\ 10378(autoload (quote define-generic-mode) "generic" "\
10270Create a new generic mode with NAME. 10379Create a new generic mode MODE.
10271 10380
10272NAME should be a symbol; its string representation is used as the function 10381MODE is the name of the command for the generic mode; it need not
10273name. If DESCRIPTION is provided, it is used as the docstring for the new 10382be quoted. The optional DOCSTRING is the documentation for the
10274function. 10383mode command. If you do not supply it, a default documentation
10384string will be used instead.
10275 10385
10276COMMENT-LIST is a list, whose entries are either a single character, 10386COMMENT-LIST is a list, whose entries are either a single
10277a one or two character string or a cons pair. If the entry is a character 10387character, a one or two character string or a cons pair. If the
10278or a one-character string, it is added to the mode's syntax table with 10388entry is a character or a string, it is added to the mode's
10279`comment-start' syntax. If the entry is a cons pair, the elements of the 10389syntax table with `comment-start' syntax. If the entry is a cons
10280pair are considered to be `comment-start' and `comment-end' respectively. 10390pair, the elements of the pair are considered to be
10281\(The latter should be nil if you want comments to end at end of line.) 10391`comment-start' and `comment-end' respectively. (The latter
10282Note that Emacs has limitations regarding comment characters. 10392should be nil if you want comments to end at end of line.) Note
10393that Emacs has limitations regarding comment characters.
10283 10394
10284KEYWORD-LIST is a list of keywords to highlight with `font-lock-keyword-face'. 10395KEYWORD-LIST is a list of keywords to highlight with
10285Each keyword should be a string. 10396`font-lock-keyword-face'. Each keyword should be a string.
10286 10397
10287FONT-LOCK-LIST is a list of additional expressions to highlight. Each entry 10398FONT-LOCK-LIST is a list of additional expressions to highlight.
10288in the list should have the same form as an entry in `font-lock-keywords'. 10399Each entry in the list should have the same form as an entry in
10400`font-lock-keywords'.
10289 10401
10290AUTO-MODE-LIST is a list of regular expressions to add to `auto-mode-alist'. 10402AUTO-MODE-LIST is a list of regular expressions to add to
10291These regexps are added to `auto-mode-alist' as soon as `define-generic-mode' 10403`auto-mode-alist'. These regexps are added to `auto-mode-alist'
10292is called; any old regexps with the same name are removed. 10404as soon as `define-generic-mode' is called.
10293 10405
10294FUNCTION-LIST is a list of functions to call to do some additional setup. 10406FUNCTION-LIST is a list of functions to call to do some
10407additional setup.
10295 10408
10296See the file generic-x.el for some examples of `define-generic-mode'. 10409See the file generic-x.el for some examples of `define-generic-mode'.
10297 10410
10298\(fn NAME COMMENT-LIST KEYWORD-LIST FONT-LOCK-LIST AUTO-MODE-LIST FUNCTION-LIST &optional DESCRIPTION)" nil nil) 10411\(fn MODE COMMENT-LIST KEYWORD-LIST FONT-LOCK-LIST AUTO-MODE-LIST FUNCTION-LIST &optional DOCSTRING)" nil (quote macro))
10412
10413(autoload (quote generic-mode-internal) "generic" "\
10414Go into the generic mode MODE.
10415
10416\(fn MODE COMMENTS KEYWORDS FONT-LOCK-LIST FUNS)" nil nil)
10299 10417
10300(autoload (quote generic-mode) "generic" "\ 10418(autoload (quote generic-mode) "generic" "\
10301Basic comment and font-lock functionality for `generic' files. 10419Enter generic mode MODE.
10302\(Files which are too small to warrant their own mode, but have 10420
10303comment characters, keywords, and the like.) 10421Generic modes provide basic comment and font-lock functionality
10422for \"generic\" files. (Files which are too small to warrant their
10423own mode, but have comment characters, keywords, and the like.)
10304 10424
10305To define a generic-mode, use the function `define-generic-mode'. 10425To define a generic-mode, use the function `define-generic-mode'.
10306Some generic modes are defined in `generic-x.el'. 10426Some generic modes are defined in `generic-x.el'.
10307 10427
10308\(fn TYPE)" t nil) 10428\(fn MODE)" t nil)
10309 10429
10310;;;*** 10430;;;***
10311 10431
@@ -10323,7 +10443,7 @@ at places they belong to.
10323;;;*** 10443;;;***
10324 10444
10325;;;### (autoloads (gnus gnus-other-frame gnus-slave gnus-no-server 10445;;;### (autoloads (gnus gnus-other-frame gnus-slave gnus-no-server
10326;;;;;; gnus-slave-no-server) "gnus" "gnus/gnus.el" (16775 26712)) 10446;;;;;; gnus-slave-no-server) "gnus" "gnus/gnus.el" (16954 46150))
10327;;; Generated autoloads from gnus/gnus.el 10447;;; Generated autoloads from gnus/gnus.el
10328 10448
10329(autoload (quote gnus-slave-no-server) "gnus" "\ 10449(autoload (quote gnus-slave-no-server) "gnus" "\
@@ -10374,7 +10494,7 @@ prompt the user for the name of an NNTP server to use.
10374;;;;;; gnus-agent-get-undownloaded-list gnus-agent-delete-group 10494;;;;;; gnus-agent-get-undownloaded-list gnus-agent-delete-group
10375;;;;;; gnus-agent-rename-group gnus-agent-possibly-save-gcc gnus-agentize 10495;;;;;; gnus-agent-rename-group gnus-agent-possibly-save-gcc gnus-agentize
10376;;;;;; gnus-slave-unplugged gnus-plugged gnus-unplugged) "gnus-agent" 10496;;;;;; gnus-slave-unplugged gnus-plugged gnus-unplugged) "gnus-agent"
10377;;;;;; "gnus/gnus-agent.el" (16775 26712)) 10497;;;;;; "gnus/gnus-agent.el" (16908 33361))
10378;;; Generated autoloads from gnus/gnus-agent.el 10498;;; Generated autoloads from gnus/gnus-agent.el
10379 10499
10380(autoload (quote gnus-unplugged) "gnus-agent" "\ 10500(autoload (quote gnus-unplugged) "gnus-agent" "\
@@ -10461,7 +10581,7 @@ If CLEAN, obsolete (ignore).
10461;;;*** 10581;;;***
10462 10582
10463;;;### (autoloads (gnus-article-prepare-display) "gnus-art" "gnus/gnus-art.el" 10583;;;### (autoloads (gnus-article-prepare-display) "gnus-art" "gnus/gnus-art.el"
10464;;;;;; (16788 34909)) 10584;;;;;; (16954 46150))
10465;;; Generated autoloads from gnus/gnus-art.el 10585;;; Generated autoloads from gnus/gnus-art.el
10466 10586
10467(autoload (quote gnus-article-prepare-display) "gnus-art" "\ 10587(autoload (quote gnus-article-prepare-display) "gnus-art" "\
@@ -10484,8 +10604,8 @@ Play a sound FILE through the speaker.
10484 10604
10485;;;### (autoloads (gnus-cache-delete-group gnus-cache-rename-group 10605;;;### (autoloads (gnus-cache-delete-group gnus-cache-rename-group
10486;;;;;; gnus-cache-generate-nov-databases gnus-cache-generate-active 10606;;;;;; gnus-cache-generate-nov-databases gnus-cache-generate-active
10487;;;;;; gnus-jog-cache) "gnus-cache" "gnus/gnus-cache.el" (16764 10607;;;;;; gnus-jog-cache) "gnus-cache" "gnus/gnus-cache.el" (16858
10488;;;;;; 51520)) 10608;;;;;; 50925))
10489;;; Generated autoloads from gnus/gnus-cache.el 10609;;; Generated autoloads from gnus/gnus-cache.el
10490 10610
10491(autoload (quote gnus-jog-cache) "gnus-cache" "\ 10611(autoload (quote gnus-jog-cache) "gnus-cache" "\
@@ -10523,7 +10643,7 @@ next enabled. Depends upon the caller to determine whether group deletion is sup
10523;;;*** 10643;;;***
10524 10644
10525;;;### (autoloads (gnus-delay-initialize gnus-delay-send-queue gnus-delay-article) 10645;;;### (autoloads (gnus-delay-initialize gnus-delay-send-queue gnus-delay-article)
10526;;;;;; "gnus-delay" "gnus/gnus-delay.el" (16775 26712)) 10646;;;;;; "gnus-delay" "gnus/gnus-delay.el" (16908 33361))
10527;;; Generated autoloads from gnus/gnus-delay.el 10647;;; Generated autoloads from gnus/gnus-delay.el
10528 10648
10529(defgroup gnus-delay nil "Arrange for sending postings later." :version "22.1" :group (quote gnus)) 10649(defgroup gnus-delay nil "Arrange for sending postings later." :version "22.1" :group (quote gnus))
@@ -10584,8 +10704,8 @@ Reminder user if there are unsent drafts.
10584 10704
10585;;;### (autoloads (gnus-convert-png-to-face gnus-convert-face-to-png 10705;;;### (autoloads (gnus-convert-png-to-face gnus-convert-face-to-png
10586;;;;;; gnus-face-from-file gnus-x-face-from-file gnus-insert-random-x-face-header 10706;;;;;; gnus-face-from-file gnus-x-face-from-file gnus-insert-random-x-face-header
10587;;;;;; gnus-random-x-face) "gnus-fun" "gnus/gnus-fun.el" (16730 10707;;;;;; gnus-random-x-face) "gnus-fun" "gnus/gnus-fun.el" (16908
10588;;;;;; 31107)) 10708;;;;;; 33361))
10589;;; Generated autoloads from gnus/gnus-fun.el 10709;;; Generated autoloads from gnus/gnus-fun.el
10590 10710
10591(autoload (quote gnus-random-x-face) "gnus-fun" "\ 10711(autoload (quote gnus-random-x-face) "gnus-fun" "\
@@ -10624,7 +10744,7 @@ FILE should be a PNG file that's 48x48 and smaller than or equal to
10624;;;*** 10744;;;***
10625 10745
10626;;;### (autoloads (gnus-fetch-group-other-frame gnus-fetch-group) 10746;;;### (autoloads (gnus-fetch-group-other-frame gnus-fetch-group)
10627;;;;;; "gnus-group" "gnus/gnus-group.el" (16770 10720)) 10747;;;;;; "gnus-group" "gnus/gnus-group.el" (16927 493))
10628;;; Generated autoloads from gnus/gnus-group.el 10748;;; Generated autoloads from gnus/gnus-group.el
10629 10749
10630(autoload (quote gnus-fetch-group) "gnus-group" "\ 10750(autoload (quote gnus-fetch-group) "gnus-group" "\
@@ -10794,7 +10914,7 @@ Update the .newsrc.eld file to reflect the change of nntp server.
10794;;;*** 10914;;;***
10795 10915
10796;;;### (autoloads (gnus-button-reply gnus-button-mailto gnus-msg-mail) 10916;;;### (autoloads (gnus-button-reply gnus-button-mailto gnus-msg-mail)
10797;;;;;; "gnus-msg" "gnus/gnus-msg.el" (16784 39521)) 10917;;;;;; "gnus-msg" "gnus/gnus-msg.el" (16923 3623))
10798;;; Generated autoloads from gnus/gnus-msg.el 10918;;; Generated autoloads from gnus/gnus-msg.el
10799 10919
10800(autoload (quote gnus-msg-mail) "gnus-msg" "\ 10920(autoload (quote gnus-msg-mail) "gnus-msg" "\
@@ -10915,7 +11035,7 @@ Add NUM into sorted LIST by side effect.
10915;;;*** 11035;;;***
10916 11036
10917;;;### (autoloads (gnus-registry-install-hooks gnus-registry-initialize) 11037;;;### (autoloads (gnus-registry-install-hooks gnus-registry-initialize)
10918;;;;;; "gnus-registry" "gnus/gnus-registry.el" (16775 26712)) 11038;;;;;; "gnus-registry" "gnus/gnus-registry.el" (16923 3623))
10919;;; Generated autoloads from gnus/gnus-registry.el 11039;;; Generated autoloads from gnus/gnus-registry.el
10920 11040
10921(autoload (quote gnus-registry-initialize) "gnus-registry" "\ 11041(autoload (quote gnus-registry-initialize) "gnus-registry" "\
@@ -10980,7 +11100,7 @@ Note -- this function hasn't been implemented yet.
10980;;;*** 11100;;;***
10981 11101
10982;;;### (autoloads (gnus-update-format) "gnus-spec" "gnus/gnus-spec.el" 11102;;;### (autoloads (gnus-update-format) "gnus-spec" "gnus/gnus-spec.el"
10983;;;;;; (16775 26712)) 11103;;;;;; (16908 33361))
10984;;; Generated autoloads from gnus/gnus-spec.el 11104;;; Generated autoloads from gnus/gnus-spec.el
10985 11105
10986(autoload (quote gnus-update-format) "gnus-spec" "\ 11106(autoload (quote gnus-update-format) "gnus-spec" "\
@@ -10991,8 +11111,8 @@ Update the format specification near point.
10991;;;*** 11111;;;***
10992 11112
10993;;;### (autoloads (gnus-fixup-nnimap-unread-after-getting-new-news 11113;;;### (autoloads (gnus-fixup-nnimap-unread-after-getting-new-news
10994;;;;;; gnus-declare-backend) "gnus-start" "gnus/gnus-start.el" (16792 11114;;;;;; gnus-declare-backend) "gnus-start" "gnus/gnus-start.el" (16908
10995;;;;;; 36614)) 11115;;;;;; 33361))
10996;;; Generated autoloads from gnus/gnus-start.el 11116;;; Generated autoloads from gnus/gnus-start.el
10997 11117
10998(autoload (quote gnus-declare-backend) "gnus-start" "\ 11118(autoload (quote gnus-declare-backend) "gnus-start" "\
@@ -11008,7 +11128,7 @@ Not documented
11008;;;*** 11128;;;***
11009 11129
11010;;;### (autoloads (gnus-add-configuration) "gnus-win" "gnus/gnus-win.el" 11130;;;### (autoloads (gnus-add-configuration) "gnus-win" "gnus/gnus-win.el"
11011;;;;;; (16775 26712)) 11131;;;;;; (16908 33361))
11012;;; Generated autoloads from gnus/gnus-win.el 11132;;; Generated autoloads from gnus/gnus-win.el
11013 11133
11014(autoload (quote gnus-add-configuration) "gnus-win" "\ 11134(autoload (quote gnus-add-configuration) "gnus-win" "\
@@ -11045,7 +11165,7 @@ Use \\[describe-mode] for more info.
11045;;;*** 11165;;;***
11046 11166
11047;;;### (autoloads (goto-address goto-address-at-point goto-address-at-mouse) 11167;;;### (autoloads (goto-address goto-address-at-point goto-address-at-mouse)
11048;;;;;; "goto-addr" "net/goto-addr.el" (16602 38814)) 11168;;;;;; "goto-addr" "net/goto-addr.el" (16858 50931))
11049;;; Generated autoloads from net/goto-addr.el 11169;;; Generated autoloads from net/goto-addr.el
11050 11170
11051(autoload (quote goto-address-at-mouse) "goto-addr" "\ 11171(autoload (quote goto-address-at-mouse) "goto-addr" "\
@@ -11079,7 +11199,7 @@ Also fontifies the buffer appropriately (see `goto-address-fontify-p' and
11079 11199
11080;;;### (autoloads (grep-tree grep-find grep grep-compute-defaults 11200;;;### (autoloads (grep-tree grep-find grep grep-compute-defaults
11081;;;;;; grep-process-setup grep-setup-hook grep-find-command grep-command 11201;;;;;; grep-process-setup grep-setup-hook grep-find-command grep-command
11082;;;;;; grep-window-height) "grep" "progmodes/grep.el" (16805 44924)) 11202;;;;;; grep-window-height) "grep" "progmodes/grep.el" (16908 33362))
11083;;; Generated autoloads from progmodes/grep.el 11203;;; Generated autoloads from progmodes/grep.el
11084 11204
11085(defvar grep-window-height nil "\ 11205(defvar grep-window-height nil "\
@@ -11110,7 +11230,7 @@ List of hook functions run by `grep-process-setup' (see `run-hooks').")
11110 11230
11111(custom-autoload (quote grep-setup-hook) "grep") 11231(custom-autoload (quote grep-setup-hook) "grep")
11112 11232
11113(defvar grep-regexp-alist (quote (("^\\(.+?\\)[: ]+\\([0-9]+\\)\\([.:]?\\)\\([0-9]+\\)?\\(?:-\\(?:\\([0-9]+\\)\\3\\)?\\.?\\([0-9]+\\)?\\)?[: ]" 1 (2 . 5) (4 . 6)) ("^\\(.+?\\)[:(]+\\([0-9]+\\)\\([:)]\\).*?\\(\\[01;41m\\)\\(.*?\\)\\(\\[00m\\)" 1 2 ((lambda nil (setq compilation-error-screen-columns nil) (- (match-beginning 5) (match-end 3) 8)) lambda nil (- (match-end 5) (match-end 3) 8))) ("^Binary file \\(.+\\) matches$" 1 nil nil 1))) "\ 11233(defvar grep-regexp-alist (quote (("^\\(.+?\\)[: ]+\\([0-9]+\\)\\([.:]?\\)\\([0-9]+\\)?\\(?:-\\(?:\\([0-9]+\\)\\3\\)?\\.?\\([0-9]+\\)?\\)?[: ]" 1 (2 . 5) (4 . 6)) ("^\\(.+?\\)[:(]+\\([0-9]+\\)\\([:)]\\).*?\\(\\[01;41m\\)\\(.*?\\)\\(\\[00m\\(\\[K\\)?\\)" 1 2 ((lambda nil (setq compilation-error-screen-columns nil) (- (match-beginning 5) (match-end 3) 8)) lambda nil (- (match-end 5) (match-end 3) 8))) ("^Binary file \\(.+\\) matches$" 1 nil nil 1))) "\
11114Regexp used to match grep hits. See `compilation-error-regexp-alist'.") 11234Regexp used to match grep hits. See `compilation-error-regexp-alist'.")
11115 11235
11116(defvar grep-program "grep" "\ 11236(defvar grep-program "grep" "\
@@ -11174,6 +11294,8 @@ easily repeat a find command.
11174 11294
11175\(fn COMMAND-ARGS)" t nil) 11295\(fn COMMAND-ARGS)" t nil)
11176 11296
11297(defalias (quote find-grep) (quote grep-find))
11298
11177(autoload (quote grep-tree) "grep" "\ 11299(autoload (quote grep-tree) "grep" "\
11178Grep for REGEXP in FILES in directory tree rooted at DIR. 11300Grep for REGEXP in FILES in directory tree rooted at DIR.
11179Collect output in a buffer. 11301Collect output in a buffer.
@@ -11210,7 +11332,7 @@ the form \"WINDOW-ID PIXMAP-ID\". Value is non-nil if successful.
11210;;;*** 11332;;;***
11211 11333
11212;;;### (autoloads (gdb-script-mode bashdb jdb pdb perldb xdb dbx 11334;;;### (autoloads (gdb-script-mode bashdb jdb pdb perldb xdb dbx
11213;;;;;; sdb gdb) "gud" "progmodes/gud.el" (16808 48570)) 11335;;;;;; sdb gdb) "gud" "progmodes/gud.el" (16896 54110))
11214;;; Generated autoloads from progmodes/gud.el 11336;;; Generated autoloads from progmodes/gud.el
11215 11337
11216(autoload (quote gdb) "gud" "\ 11338(autoload (quote gdb) "gud" "\
@@ -11338,9 +11460,9 @@ to be updated.
11338;;;*** 11460;;;***
11339 11461
11340;;;### (autoloads (scan-buf-previous-region scan-buf-next-region 11462;;;### (autoloads (scan-buf-previous-region scan-buf-next-region
11341;;;;;; scan-buf-move-to-region help-at-pt-set-timer help-at-pt-cancel-timer 11463;;;;;; scan-buf-move-to-region help-at-pt-display-when-idle help-at-pt-set-timer
11342;;;;;; display-local-help help-at-pt-kbd-string help-at-pt-string) 11464;;;;;; help-at-pt-cancel-timer display-local-help help-at-pt-kbd-string
11343;;;;;; "help-at-pt" "help-at-pt.el" (16775 26706)) 11465;;;;;; help-at-pt-string) "help-at-pt" "help-at-pt.el" (16908 33360))
11344;;; Generated autoloads from help-at-pt.el 11466;;; Generated autoloads from help-at-pt.el
11345 11467
11346(autoload (quote help-at-pt-string) "help-at-pt" "\ 11468(autoload (quote help-at-pt-string) "help-at-pt" "\
@@ -11386,6 +11508,35 @@ This is done by setting a timer, if none is currently active.
11386 11508
11387\(fn)" t nil) 11509\(fn)" t nil)
11388 11510
11511(defvar help-at-pt-display-when-idle (quote never) "\
11512*Automatically show local help on point-over.
11513If the value is t, the string obtained from any `kbd-help' or
11514`help-echo' property at point is automatically printed in the
11515echo area, if nothing else is already displayed there, or after a
11516quit. If both `kbd-help' and `help-echo' produce help strings,
11517`kbd-help' is used. If the value is a list, the help only gets
11518printed if there is a text or overlay property at point that is
11519included in this list. Suggested properties are `keymap',
11520`local-map', `button' and `kbd-help'. Any value other than t or
11521a non-empty list disables the feature.
11522
11523This variable only takes effect after a call to
11524`help-at-pt-set-timer'. The help gets printed after Emacs has
11525been idle for `help-at-pt-timer-delay' seconds. You can call
11526`help-at-pt-cancel-timer' to cancel the timer set by, and the
11527effect of, `help-at-pt-set-timer'.
11528
11529When this variable is set through Custom, `help-at-pt-set-timer'
11530is called automatically, unless the value is `never', in which
11531case `help-at-pt-cancel-timer' is called. Specifying an empty
11532list of properties through Custom will set the timer, thus
11533enabling buffer local values. It sets the actual value to nil.
11534Thus, Custom distinguishes between a nil value and other values
11535that disable the feature, which Custom identifies with `never'.
11536The default is `never'.")
11537
11538(custom-autoload (quote help-at-pt-display-when-idle) "help-at-pt")
11539
11389(autoload (quote scan-buf-move-to-region) "help-at-pt" "\ 11540(autoload (quote scan-buf-move-to-region) "help-at-pt" "\
11390Go to the start of the next region with non-nil PROP property. 11541Go to the start of the next region with non-nil PROP property.
11391Then run HOOK, which should be a quoted symbol that is a normal 11542Then run HOOK, which should be a quoted symbol that is a normal
@@ -11440,7 +11591,7 @@ different regions. With numeric argument ARG, behaves like
11440 11591
11441;;;### (autoloads (describe-categories describe-syntax describe-variable 11592;;;### (autoloads (describe-categories describe-syntax describe-variable
11442;;;;;; variable-at-point describe-function-1 describe-function locate-library 11593;;;;;; variable-at-point describe-function-1 describe-function locate-library
11443;;;;;; help-with-tutorial) "help-fns" "help-fns.el" (16784 39521)) 11594;;;;;; help-with-tutorial) "help-fns" "help-fns.el" (16899 17454))
11444;;; Generated autoloads from help-fns.el 11595;;; Generated autoloads from help-fns.el
11445 11596
11446(autoload (quote help-with-tutorial) "help-fns" "\ 11597(autoload (quote help-with-tutorial) "help-fns" "\
@@ -11483,8 +11634,9 @@ Not documented
11483(autoload (quote variable-at-point) "help-fns" "\ 11634(autoload (quote variable-at-point) "help-fns" "\
11484Return the bound variable symbol found around point. 11635Return the bound variable symbol found around point.
11485Return 0 if there is no such symbol. 11636Return 0 if there is no such symbol.
11637If ANY-SYMBOL is non-nil, don't insist the symbol be bound.
11486 11638
11487\(fn)" nil nil) 11639\(fn &optional ANY-SYMBOL)" nil nil)
11488 11640
11489(autoload (quote describe-variable) "help-fns" "\ 11641(autoload (quote describe-variable) "help-fns" "\
11490Display the full documentation of VARIABLE (a symbol). 11642Display the full documentation of VARIABLE (a symbol).
@@ -11512,7 +11664,7 @@ BUFFER should be a buffer or a buffer name.
11512;;;*** 11664;;;***
11513 11665
11514;;;### (autoloads (three-step-help) "help-macro" "help-macro.el" 11666;;;### (autoloads (three-step-help) "help-macro" "help-macro.el"
11515;;;;;; (16213 43268)) 11667;;;;;; (16875 35928))
11516;;; Generated autoloads from help-macro.el 11668;;; Generated autoloads from help-macro.el
11517 11669
11518(defvar three-step-help nil "\ 11670(defvar three-step-help nil "\
@@ -11528,7 +11680,7 @@ A value of nil means skip the middle step, so that
11528 11680
11529;;;### (autoloads (help-xref-on-pp help-insert-xref-button help-xref-button 11681;;;### (autoloads (help-xref-on-pp help-insert-xref-button help-xref-button
11530;;;;;; help-make-xrefs help-setup-xref help-mode-finish help-mode-setup 11682;;;;;; help-make-xrefs help-setup-xref help-mode-finish help-mode-setup
11531;;;;;; help-mode) "help-mode" "help-mode.el" (16654 2763)) 11683;;;;;; help-mode) "help-mode" "help-mode.el" (16939 44104))
11532;;; Generated autoloads from help-mode.el 11684;;; Generated autoloads from help-mode.el
11533 11685
11534(autoload (quote help-mode) "help-mode" "\ 11686(autoload (quote help-mode) "help-mode" "\
@@ -11627,7 +11779,7 @@ Provide help for current mode.
11627;;;*** 11779;;;***
11628 11780
11629;;;### (autoloads (hexlify-buffer hexl-find-file hexl-mode) "hexl" 11781;;;### (autoloads (hexlify-buffer hexl-find-file hexl-mode) "hexl"
11630;;;;;; "hexl.el" (16801 58021)) 11782;;;;;; "hexl.el" (16858 50912))
11631;;; Generated autoloads from hexl.el 11783;;; Generated autoloads from hexl.el
11632 11784
11633(autoload (quote hexl-mode) "hexl" "\ 11785(autoload (quote hexl-mode) "hexl" "\
@@ -11722,8 +11874,8 @@ This discards the buffer's undo information.
11722 11874
11723;;;### (autoloads (hi-lock-write-interactive-patterns hi-lock-unface-buffer 11875;;;### (autoloads (hi-lock-write-interactive-patterns hi-lock-unface-buffer
11724;;;;;; hi-lock-face-phrase-buffer hi-lock-face-buffer hi-lock-line-face-buffer 11876;;;;;; hi-lock-face-phrase-buffer hi-lock-face-buffer hi-lock-line-face-buffer
11725;;;;;; hi-lock-mode hi-lock-mode) "hi-lock" "hi-lock.el" (16219 11877;;;;;; hi-lock-mode hi-lock-mode) "hi-lock" "hi-lock.el" (16898
11726;;;;;; 35448)) 11878;;;;;; 6195))
11727;;; Generated autoloads from hi-lock.el 11879;;; Generated autoloads from hi-lock.el
11728 11880
11729(defvar hi-lock-mode nil "\ 11881(defvar hi-lock-mode nil "\
@@ -11834,7 +11986,7 @@ be found in variable `hi-lock-interactive-patterns'.
11834;;;*** 11986;;;***
11835 11987
11836;;;### (autoloads (hide-ifdef-lines hide-ifdef-read-only hide-ifdef-initially 11988;;;### (autoloads (hide-ifdef-lines hide-ifdef-read-only hide-ifdef-initially
11837;;;;;; hide-ifdef-mode) "hideif" "progmodes/hideif.el" (16213 43281)) 11989;;;;;; hide-ifdef-mode) "hideif" "progmodes/hideif.el" (16924 23221))
11838;;; Generated autoloads from progmodes/hideif.el 11990;;; Generated autoloads from progmodes/hideif.el
11839 11991
11840(autoload (quote hide-ifdef-mode) "hideif" "\ 11992(autoload (quote hide-ifdef-mode) "hideif" "\
@@ -11889,7 +12041,7 @@ how the hiding is done:
11889;;;*** 12041;;;***
11890 12042
11891;;;### (autoloads (hs-minor-mode hs-hide-comments-when-hiding-all) 12043;;;### (autoloads (hs-minor-mode hs-hide-comments-when-hiding-all)
11892;;;;;; "hideshow" "progmodes/hideshow.el" (16275 41871)) 12044;;;;;; "hideshow" "progmodes/hideshow.el" (16858 50936))
11893;;; Generated autoloads from progmodes/hideshow.el 12045;;; Generated autoloads from progmodes/hideshow.el
11894 12046
11895(defvar hs-hide-comments-when-hiding-all t "\ 12047(defvar hs-hide-comments-when-hiding-all t "\
@@ -11952,11 +12104,9 @@ Key bindings:
11952;;;;;; highlight-compare-buffers highlight-changes-rotate-faces 12104;;;;;; highlight-compare-buffers highlight-changes-rotate-faces
11953;;;;;; highlight-changes-previous-change highlight-changes-next-change 12105;;;;;; highlight-changes-previous-change highlight-changes-next-change
11954;;;;;; highlight-changes-mode highlight-changes-remove-highlight) 12106;;;;;; highlight-changes-mode highlight-changes-remove-highlight)
11955;;;;;; "hilit-chg" "hilit-chg.el" (16435 26305)) 12107;;;;;; "hilit-chg" "hilit-chg.el" (16876 58220))
11956;;; Generated autoloads from hilit-chg.el 12108;;; Generated autoloads from hilit-chg.el
11957 12109
11958(defvar highlight-changes-mode nil)
11959
11960(autoload (quote highlight-changes-remove-highlight) "hilit-chg" "\ 12110(autoload (quote highlight-changes-remove-highlight) "hilit-chg" "\
11961Remove the change face from the region between BEG and END. 12111Remove the change face from the region between BEG and END.
11962This allows you to manually remove highlighting from uninteresting changes. 12112This allows you to manually remove highlighting from uninteresting changes.
@@ -12157,7 +12307,7 @@ argument VERBOSE non-nil makes the function verbose.
12157;;;*** 12307;;;***
12158 12308
12159;;;### (autoloads (global-hl-line-mode hl-line-mode) "hl-line" "hl-line.el" 12309;;;### (autoloads (global-hl-line-mode hl-line-mode) "hl-line" "hl-line.el"
12160;;;;;; (16469 33009)) 12310;;;;;; (16908 33360))
12161;;; Generated autoloads from hl-line.el 12311;;; Generated autoloads from hl-line.el
12162 12312
12163(autoload (quote hl-line-mode) "hl-line" "\ 12313(autoload (quote hl-line-mode) "hl-line" "\
@@ -12197,7 +12347,7 @@ Global-Hl-Line mode uses the functions `global-hl-line-unhighlight' and
12197;;;*** 12347;;;***
12198 12348
12199;;;### (autoloads (list-holidays holidays) "holidays" "calendar/holidays.el" 12349;;;### (autoloads (list-holidays holidays) "holidays" "calendar/holidays.el"
12200;;;;;; (16722 36135)) 12350;;;;;; (16822 52985))
12201;;; Generated autoloads from calendar/holidays.el 12351;;; Generated autoloads from calendar/holidays.el
12202 12352
12203(autoload (quote holidays) "holidays" "\ 12353(autoload (quote holidays) "holidays" "\
@@ -12279,7 +12429,7 @@ Convert HTML to plain text in the current buffer.
12279;;;;;; ibuffer-backward-filter-group ibuffer-forward-filter-group 12429;;;;;; ibuffer-backward-filter-group ibuffer-forward-filter-group
12280;;;;;; ibuffer-toggle-filter-group ibuffer-mouse-toggle-filter-group 12430;;;;;; ibuffer-toggle-filter-group ibuffer-mouse-toggle-filter-group
12281;;;;;; ibuffer-interactive-filter-by-mode ibuffer-mouse-filter-by-mode 12431;;;;;; ibuffer-interactive-filter-by-mode ibuffer-mouse-filter-by-mode
12282;;;;;; ibuffer-auto-mode) "ibuf-ext" "ibuf-ext.el" (16764 51518)) 12432;;;;;; ibuffer-auto-mode) "ibuf-ext" "ibuf-ext.el" (16934 57456))
12283;;; Generated autoloads from ibuf-ext.el 12433;;; Generated autoloads from ibuf-ext.el
12284 12434
12285(autoload (quote ibuffer-auto-mode) "ibuf-ext" "\ 12435(autoload (quote ibuffer-auto-mode) "ibuf-ext" "\
@@ -12727,7 +12877,7 @@ bound to the current value of the filter.
12727;;;*** 12877;;;***
12728 12878
12729;;;### (autoloads (ibuffer ibuffer-other-window ibuffer-list-buffers) 12879;;;### (autoloads (ibuffer ibuffer-other-window ibuffer-list-buffers)
12730;;;;;; "ibuffer" "ibuffer.el" (16775 26706)) 12880;;;;;; "ibuffer" "ibuffer.el" (16908 33360))
12731;;; Generated autoloads from ibuffer.el 12881;;; Generated autoloads from ibuffer.el
12732 12882
12733(autoload (quote ibuffer-list-buffers) "ibuffer" "\ 12883(autoload (quote ibuffer-list-buffers) "ibuffer" "\
@@ -12766,25 +12916,81 @@ locally in this buffer.
12766 12916
12767;;;*** 12917;;;***
12768 12918
12769;;;### (autoloads (icomplete-minibuffer-setup icomplete-mode) "icomplete" 12919;;;### (autoloads (icalendar-import-buffer icalendar-import-file
12770;;;;;; "icomplete.el" (16213 43269)) 12920;;;;;; icalendar-export-region icalendar-export-file) "icalendar"
12921;;;;;; "calendar/icalendar.el" (16939 44105))
12922;;; Generated autoloads from calendar/icalendar.el
12923
12924(autoload (quote icalendar-export-file) "icalendar" "\
12925Export diary file to iCalendar format.
12926All diary entries in the file DIARY-FILENAME are converted to iCalendar
12927format. The result is appended to the file ICAL-FILENAME.
12928
12929\(fn DIARY-FILENAME ICAL-FILENAME)" t nil)
12930
12931(autoload (quote icalendar-export-region) "icalendar" "\
12932Export region in diary file to iCalendar format.
12933All diary entries in the region from MIN to MAX in the current buffer are
12934converted to iCalendar format. The result is appended to the file
12935ICAL-FILENAME.
12936This function attempts to return t if something goes wrong. In this
12937case an error string which describes all the errors and problems is
12938written into the buffer `*icalendar-errors*'.
12939
12940\(fn MIN MAX ICAL-FILENAME)" t nil)
12941
12942(autoload (quote icalendar-import-file) "icalendar" "\
12943Import a iCalendar file and append to a diary file.
12944Argument ICAL-FILENAME output iCalendar file.
12945Argument DIARY-FILENAME input `diary-file'.
12946Optional argument NON-MARKING determines whether events are created as
12947non-marking or not.
12948
12949\(fn ICAL-FILENAME DIARY-FILENAME &optional NON-MARKING)" t nil)
12950
12951(autoload (quote icalendar-import-buffer) "icalendar" "\
12952Extract iCalendar events from current buffer.
12953
12954This function searches the current buffer for the first iCalendar
12955object, reads it and adds all VEVENT elements to the diary
12956DIARY-FILE.
12957
12958It will ask for each appointment whether to add it to the diary
12959when DO-NOT-ASK is non-nil. When called interactively,
12960DO-NOT-ASK is set to t, so that you are asked fore each event.
12961
12962NON-MARKING determines whether diary events are created as
12963non-marking.
12964
12965Return code t means that importing worked well, return code nil
12966means that an error has occured. Error messages will be in the
12967buffer `*icalendar-errors*'.
12968
12969\(fn &optional DIARY-FILE DO-NOT-ASK NON-MARKING)" t nil)
12970
12971;;;***
12972
12973;;;### (autoloads (icomplete-mode) "icomplete" "icomplete.el" (16960
12974;;;;;; 18194))
12771;;; Generated autoloads from icomplete.el 12975;;; Generated autoloads from icomplete.el
12772 12976
12977(defvar icomplete-mode nil "\
12978Non-nil if Icomplete mode is enabled.
12979See the command `icomplete-mode' for a description of this minor-mode.
12980Setting this variable directly does not take effect;
12981use either \\[customize] or the function `icomplete-mode'.")
12982
12983(custom-autoload (quote icomplete-mode) "icomplete")
12984
12773(autoload (quote icomplete-mode) "icomplete" "\ 12985(autoload (quote icomplete-mode) "icomplete" "\
12774Toggle incremental minibuffer completion for this Emacs session. 12986Toggle incremental minibuffer completion for this Emacs session.
12775With a numeric argument, turn Icomplete mode on iff ARG is positive. 12987With a numeric argument, turn Icomplete mode on iff ARG is positive.
12776 12988
12777\(fn &optional ARG)" t nil) 12989\(fn &optional ARG)" t nil)
12778 12990
12779(autoload (quote icomplete-minibuffer-setup) "icomplete" "\
12780Run in minibuffer on activation to establish incremental completion.
12781Usually run by inclusion in `minibuffer-setup-hook'.
12782
12783\(fn)" nil nil)
12784
12785;;;*** 12991;;;***
12786 12992
12787;;;### (autoloads (icon-mode) "icon" "progmodes/icon.el" (16435 26306)) 12993;;;### (autoloads (icon-mode) "icon" "progmodes/icon.el" (16858 50936))
12788;;; Generated autoloads from progmodes/icon.el 12994;;; Generated autoloads from progmodes/icon.el
12789 12995
12790(autoload (quote icon-mode) "icon" "\ 12996(autoload (quote icon-mode) "icon" "\
@@ -12825,7 +13031,7 @@ with no args, if that value is non-nil.
12825;;;*** 13031;;;***
12826 13032
12827;;;### (autoloads (idlwave-shell) "idlw-shell" "progmodes/idlw-shell.el" 13033;;;### (autoloads (idlwave-shell) "idlw-shell" "progmodes/idlw-shell.el"
12828;;;;;; (16796 28018)) 13034;;;;;; (16830 50350))
12829;;; Generated autoloads from progmodes/idlw-shell.el 13035;;; Generated autoloads from progmodes/idlw-shell.el
12830 13036
12831(autoload (quote idlwave-shell) "idlw-shell" "\ 13037(autoload (quote idlwave-shell) "idlw-shell" "\
@@ -12851,7 +13057,7 @@ See also the variable `idlwave-shell-prompt-pattern'.
12851;;;*** 13057;;;***
12852 13058
12853;;;### (autoloads (idlwave-mode) "idlwave" "progmodes/idlwave.el" 13059;;;### (autoloads (idlwave-mode) "idlwave" "progmodes/idlwave.el"
12854;;;;;; (16796 28018)) 13060;;;;;; (16958 58759))
12855;;; Generated autoloads from progmodes/idlwave.el 13061;;; Generated autoloads from progmodes/idlwave.el
12856 13062
12857(autoload (quote idlwave-mode) "idlwave" "\ 13063(autoload (quote idlwave-mode) "idlwave" "\
@@ -12935,7 +13141,7 @@ The main features of this mode are
12935 \\i IF statement template 13141 \\i IF statement template
12936 \\elif IF-ELSE statement template 13142 \\elif IF-ELSE statement template
12937 \\b BEGIN 13143 \\b BEGIN
12938 13144
12939 For a full list, use \\[idlwave-list-abbrevs]. Some templates also 13145 For a full list, use \\[idlwave-list-abbrevs]. Some templates also
12940 have direct keybindings - see the list of keybindings below. 13146 have direct keybindings - see the list of keybindings below.
12941 13147
@@ -12987,8 +13193,8 @@ The main features of this mode are
12987;;;;;; ido-find-alternate-file ido-find-file-other-window ido-find-file 13193;;;;;; ido-find-alternate-file ido-find-file-other-window ido-find-file
12988;;;;;; ido-find-file-in-dir ido-switch-buffer-other-frame ido-insert-buffer 13194;;;;;; ido-find-file-in-dir ido-switch-buffer-other-frame ido-insert-buffer
12989;;;;;; ido-kill-buffer ido-display-buffer ido-switch-buffer-other-window 13195;;;;;; ido-kill-buffer ido-display-buffer ido-switch-buffer-other-window
12990;;;;;; ido-switch-buffer ido-mode ido-mode) "ido" "ido.el" (16804 13196;;;;;; ido-switch-buffer ido-mode ido-mode) "ido" "ido.el" (16916
12991;;;;;; 23129)) 13197;;;;;; 30957))
12992;;; Generated autoloads from ido.el 13198;;; Generated autoloads from ido.el
12993 13199
12994(defvar ido-mode nil "\ 13200(defvar ido-mode nil "\
@@ -13249,7 +13455,7 @@ DEF, if non-nil, is the default value.
13249 13455
13250;;;*** 13456;;;***
13251 13457
13252;;;### (autoloads (ielm) "ielm" "ielm.el" (16686 1588)) 13458;;;### (autoloads (ielm) "ielm" "ielm.el" (16908 33360))
13253;;; Generated autoloads from ielm.el 13459;;; Generated autoloads from ielm.el
13254 (add-hook 'same-window-buffer-names "*ielm*") 13460 (add-hook 'same-window-buffer-names "*ielm*")
13255 13461
@@ -13277,9 +13483,10 @@ Toggle inline image minor mode.
13277 13483
13278;;;*** 13484;;;***
13279 13485
13280;;;### (autoloads (defimage find-image remove-images insert-image 13486;;;### (autoloads (defimage find-image remove-images insert-sliced-image
13281;;;;;; put-image create-image image-type-available-p image-type-from-file-header 13487;;;;;; insert-image put-image create-image image-type-available-p
13282;;;;;; image-type-from-data) "image" "image.el" (16722 36133)) 13488;;;;;; image-type-from-file-header image-type-from-data) "image"
13489;;;;;; "image.el" (16954 46150))
13283;;; Generated autoloads from image.el 13490;;; Generated autoloads from image.el
13284 13491
13285(defvar image-library-alist nil "\ 13492(defvar image-library-alist nil "\
@@ -13360,6 +13567,19 @@ height of the image; integer values are taken as pixel values.
13360 13567
13361\(fn IMAGE &optional STRING AREA SLICE)" nil nil) 13568\(fn IMAGE &optional STRING AREA SLICE)" nil nil)
13362 13569
13570(autoload (quote insert-sliced-image) "image" "\
13571Insert IMAGE into current buffer at point.
13572IMAGE is displayed by inserting STRING into the current buffer
13573with a `display' property whose value is the image. STRING is
13574defaulted if you omit it.
13575AREA is where to display the image. AREA nil or omitted means
13576display it in the text area, a value of `left-margin' means
13577display it in the left marginal area, a value of `right-margin'
13578means display it in the right marginal area.
13579The image is automatically split into ROW x COLS slices.
13580
13581\(fn IMAGE &optional STRING AREA ROWS COLS)" nil nil)
13582
13363(autoload (quote remove-images) "image" "\ 13583(autoload (quote remove-images) "image" "\
13364Remove images between START and END in BUFFER. 13584Remove images between START and END in BUFFER.
13365Remove only images that were put in BUFFER with calls to `put-image'. 13585Remove only images that were put in BUFFER with calls to `put-image'.
@@ -13412,7 +13632,7 @@ Example:
13412 13632
13413;;;### (autoloads (auto-image-file-mode insert-image-file image-file-name-regexp 13633;;;### (autoloads (auto-image-file-mode insert-image-file image-file-name-regexp
13414;;;;;; image-file-name-regexps image-file-name-extensions) "image-file" 13634;;;;;; image-file-name-regexps image-file-name-extensions) "image-file"
13415;;;;;; "image-file.el" (16213 43269)) 13635;;;;;; "image-file.el" (16942 52930))
13416;;; Generated autoloads from image-file.el 13636;;; Generated autoloads from image-file.el
13417 13637
13418(defvar image-file-name-extensions (quote ("png" "jpeg" "jpg" "gif" "tiff" "tif" "xbm" "xpm" "pbm" "pgm" "ppm" "pnm")) "\ 13638(defvar image-file-name-extensions (quote ("png" "jpeg" "jpg" "gif" "tiff" "tif" "xbm" "xpm" "pbm" "pgm" "ppm" "pnm")) "\
@@ -13472,8 +13692,33 @@ Image files are those whose name has an extension in
13472 13692
13473;;;*** 13693;;;***
13474 13694
13695;;;### (autoloads (image-mode) "image-mode" "image-mode.el" (16960
13696;;;;;; 18194))
13697;;; Generated autoloads from image-mode.el
13698 (push '("\\.jpg\\'" . image-mode) auto-mode-alist)
13699 (push '("\\.jpeg\\'" . image-mode) auto-mode-alist)
13700 (push '("\\.gif\\'" . image-mode) auto-mode-alist)
13701 (push '("\\.png\\'" . image-mode) auto-mode-alist)
13702 (push '("\\.tiff\\'" . image-mode) auto-mode-alist)
13703 (push '("\\.tif\\'" . image-mode) auto-mode-alist)
13704 (push '("\\.xbm\\'" . image-mode) auto-mode-alist)
13705 (push '("\\.xpm\\'" . image-mode) auto-mode-alist)
13706 (push '("\\.pbm\\'" . image-mode) auto-mode-alist)
13707 (push '("\\.pgm\\'" . image-mode) auto-mode-alist)
13708 (push '("\\.ppm\\'" . image-mode) auto-mode-alist)
13709 (push '("\\.pnm\\'" . image-mode) auto-mode-alist)
13710
13711(autoload (quote image-mode) "image-mode" "\
13712Major mode for image files.
13713You can use \\<image-mode-map>\\[image-toggle-display]
13714to toggle between display as an image and display as text.
13715
13716\(fn)" t nil)
13717
13718;;;***
13719
13475;;;### (autoloads (imenu imenu-add-menubar-index imenu-add-to-menubar 13720;;;### (autoloads (imenu imenu-add-menubar-index imenu-add-to-menubar
13476;;;;;; imenu-sort-function) "imenu" "imenu.el" (16816 23724)) 13721;;;;;; imenu-sort-function) "imenu" "imenu.el" (16908 33360))
13477;;; Generated autoloads from imenu.el 13722;;; Generated autoloads from imenu.el
13478 13723
13479(defvar imenu-sort-function nil "\ 13724(defvar imenu-sort-function nil "\
@@ -13718,7 +13963,7 @@ of `inferior-lisp-program'). Runs the hooks from
13718;;;;;; Info-goto-emacs-key-command-node Info-goto-emacs-command-node 13963;;;;;; Info-goto-emacs-key-command-node Info-goto-emacs-command-node
13719;;;;;; info-apropos Info-index Info-directory Info-goto-node info-standalone 13964;;;;;; info-apropos Info-index Info-directory Info-goto-node info-standalone
13720;;;;;; info-emacs-manual info info-other-window) "info" "info.el" 13965;;;;;; info-emacs-manual info info-other-window) "info" "info.el"
13721;;;;;; (16810 63790)) 13966;;;;;; (16953 20624))
13722;;; Generated autoloads from info.el 13967;;; Generated autoloads from info.el
13723 13968
13724(autoload (quote info-other-window) "info" "\ 13969(autoload (quote info-other-window) "info" "\
@@ -13830,7 +14075,7 @@ Restore an info buffer specified in a desktop file.
13830 14075
13831;;;### (autoloads (info-complete-file info-complete-symbol info-lookup-file 14076;;;### (autoloads (info-complete-file info-complete-symbol info-lookup-file
13832;;;;;; info-lookup-symbol info-lookup-reset) "info-look" "info-look.el" 14077;;;;;; info-lookup-symbol info-lookup-reset) "info-look" "info-look.el"
13833;;;;;; (16783 21520)) 14078;;;;;; (16875 35928))
13834;;; Generated autoloads from info-look.el 14079;;; Generated autoloads from info-look.el
13835 14080
13836(autoload (quote info-lookup-reset) "info-look" "\ 14081(autoload (quote info-lookup-reset) "info-look" "\
@@ -13946,7 +14191,7 @@ For example, invoke \"emacs -batch -f batch-info-validate $info/ ~/*.info\"
13946 14191
13947;;;### (autoloads (isearch-process-search-multibyte-characters isearch-toggle-input-method 14192;;;### (autoloads (isearch-process-search-multibyte-characters isearch-toggle-input-method
13948;;;;;; isearch-toggle-specified-input-method) "isearch-x" "international/isearch-x.el" 14193;;;;;; isearch-toggle-specified-input-method) "isearch-x" "international/isearch-x.el"
13949;;;;;; (16213 43274)) 14194;;;;;; (16829 43426))
13950;;; Generated autoloads from international/isearch-x.el 14195;;; Generated autoloads from international/isearch-x.el
13951 14196
13952(autoload (quote isearch-toggle-specified-input-method) "isearch-x" "\ 14197(autoload (quote isearch-toggle-specified-input-method) "isearch-x" "\
@@ -13981,7 +14226,7 @@ accessed via isearchb.
13981;;;*** 14226;;;***
13982 14227
13983;;;### (autoloads (iso-accents-mode) "iso-acc" "international/iso-acc.el" 14228;;;### (autoloads (iso-accents-mode) "iso-acc" "international/iso-acc.el"
13984;;;;;; (16213 43274)) 14229;;;;;; (16927 496))
13985;;; Generated autoloads from international/iso-acc.el 14230;;; Generated autoloads from international/iso-acc.el
13986 14231
13987(autoload (quote iso-accents-mode) "iso-acc" "\ 14232(autoload (quote iso-accents-mode) "iso-acc" "\
@@ -14109,9 +14354,9 @@ Add submenus to the File menu, to convert to and from various formats.
14109;;;### (autoloads (ispell-message ispell-minor-mode ispell ispell-complete-word-interior-frag 14354;;;### (autoloads (ispell-message ispell-minor-mode ispell ispell-complete-word-interior-frag
14110;;;;;; ispell-complete-word ispell-continue ispell-buffer ispell-comments-and-strings 14355;;;;;; ispell-complete-word ispell-continue ispell-buffer ispell-comments-and-strings
14111;;;;;; ispell-region ispell-change-dictionary ispell-kill-ispell 14356;;;;;; ispell-region ispell-change-dictionary ispell-kill-ispell
14112;;;;;; ispell-help ispell-pdict-save ispell-word ispell-dictionary-alist 14357;;;;;; ispell-help ispell-pdict-save ispell-word ispell-local-dictionary-alist
14113;;;;;; ispell-local-dictionary-alist ispell-personal-dictionary) 14358;;;;;; ispell-personal-dictionary) "ispell" "textmodes/ispell.el"
14114;;;;;; "ispell" "textmodes/ispell.el" (16805 44925)) 14359;;;;;; (16954 46151))
14115;;; Generated autoloads from textmodes/ispell.el 14360;;; Generated autoloads from textmodes/ispell.el
14116 14361
14117(defvar ispell-personal-dictionary nil "\ 14362(defvar ispell-personal-dictionary nil "\
@@ -14122,14 +14367,12 @@ where DICTNAME is the name of your default dictionary.")
14122(custom-autoload (quote ispell-personal-dictionary) "ispell") 14367(custom-autoload (quote ispell-personal-dictionary) "ispell")
14123 14368
14124(defvar ispell-local-dictionary-alist nil "\ 14369(defvar ispell-local-dictionary-alist nil "\
14125*Contains local or customized dictionary definitions. 14370*List of local or customized dictionary definitions.
14371These can override the values in `ispell-dictionary-alist'.
14126 14372
14127These will override the values in `ispell-dictionary-alist'. 14373To make permanent changes to your dictionary definitions, you
14128 14374will need to make your changes in this variable, save, and then
14129Customization changes made to `ispell-dictionary-alist' will not operate 14375re-start emacs.")
14130over emacs sessions. To make permanent changes to your dictionary
14131definitions, you will need to make your changes in this variable, save,
14132and then re-start emacs.")
14133 14376
14134(custom-autoload (quote ispell-local-dictionary-alist) "ispell") 14377(custom-autoload (quote ispell-local-dictionary-alist) "ispell")
14135 14378
@@ -14139,13 +14382,13 @@ and then re-start emacs.")
14139 14382
14140(setq ispell-dictionary-alist-3 (quote (("esperanto" "[A-Za-z\246\254\266\274\306\330\335\336\346\370\375\376]" "[^A-Za-z\246\254\266\274\306\330\335\336\346\370\375\376]" "[-']" t ("-C") "~latin3" iso-8859-1) ("esperanto-tex" "[A-Za-z^\\]" "[^A-Za-z^\\]" "[-'`\"]" t ("-C" "-d" "esperanto") "~tex" iso-8859-1) ("francais7" "[A-Za-z]" "[^A-Za-z]" "[`'^---]" t nil nil iso-8859-1) ("francais" "[A-Za-z\300\302\306\307\310\311\312\313\316\317\324\331\333\334\340\342\347\350\351\352\353\356\357\364\371\373\374]" "[^A-Za-z\300\302\306\307\310\311\312\313\316\317\324\331\333\334\340\342\347\350\351\352\353\356\357\364\371\373\374]" "[-']" t nil "~list" iso-8859-1) ("francais-tex" "[A-Za-z\300\302\306\307\310\311\312\313\316\317\324\331\333\334\340\342\347\350\351\352\353\356\357\364\371\373\374\\]" "[^A-Za-z\300\302\306\307\310\311\312\313\316\317\324\331\333\334\340\342\347\350\351\352\353\356\357\364\371\373\374\\]" "[-'^`\"]" t nil "~tex" iso-8859-1)))) 14383(setq ispell-dictionary-alist-3 (quote (("esperanto" "[A-Za-z\246\254\266\274\306\330\335\336\346\370\375\376]" "[^A-Za-z\246\254\266\274\306\330\335\336\346\370\375\376]" "[-']" t ("-C") "~latin3" iso-8859-1) ("esperanto-tex" "[A-Za-z^\\]" "[^A-Za-z^\\]" "[-'`\"]" t ("-C" "-d" "esperanto") "~tex" iso-8859-1) ("francais7" "[A-Za-z]" "[^A-Za-z]" "[`'^---]" t nil nil iso-8859-1) ("francais" "[A-Za-z\300\302\306\307\310\311\312\313\316\317\324\331\333\334\340\342\347\350\351\352\353\356\357\364\371\373\374]" "[^A-Za-z\300\302\306\307\310\311\312\313\316\317\324\331\333\334\340\342\347\350\351\352\353\356\357\364\371\373\374]" "[-']" t nil "~list" iso-8859-1) ("francais-tex" "[A-Za-z\300\302\306\307\310\311\312\313\316\317\324\331\333\334\340\342\347\350\351\352\353\356\357\364\371\373\374\\]" "[^A-Za-z\300\302\306\307\310\311\312\313\316\317\324\331\333\334\340\342\347\350\351\352\353\356\357\364\371\373\374\\]" "[-'^`\"]" t nil "~tex" iso-8859-1))))
14141 14384
14142(setq ispell-dictionary-alist-4 (quote (("german" "[a-zA-Z\"]" "[^a-zA-Z\"]" "[']" t ("-C") "~tex" iso-8859-1) ("german8" "[a-zA-Z\304\326\334\344\366\337\374]" "[^a-zA-Z\304\326\334\344\366\337\374]" "[']" t ("-C" "-d" "german") "~latin1" iso-8859-1) ("italiano" "[A-Z\300\301\310\311\314\315\322\323\331\332a-z\340\341\350\351\354\355\363\371\372]" "[^A-Z\300\301\310\311\314\315\322\323\331\332a-z\340\341\350\351\354\355\363\371\372]" "[-]" nil ("-B" "-d" "italian") "~tex" iso-8859-1) ("nederlands" "[A-Za-z\300-\305\307\310-\317\322-\326\331-\334\340-\345\347\350-\357\361\362-\366\371-\374]" "[^A-Za-z\300-\305\307\310-\317\322-\326\331-\334\340-\345\347\350-\357\361\362-\366\371-\374]" "[']" t ("-C") nil iso-8859-1) ("nederlands8" "[A-Za-z\300-\305\307\310-\317\322-\326\331-\334\340-\345\347\350-\357\361\362-\366\371-\374]" "[^A-Za-z\300-\305\307\310-\317\322-\326\331-\334\340-\345\347\350-\357\361\362-\366\371-\374]" "[']" t ("-C") nil iso-8859-1)))) 14385(setq ispell-dictionary-alist-4 (quote (("german" "[a-zA-Z\"]" "[^a-zA-Z\"]" "[']" t ("-C") "~tex" iso-8859-1) ("german8" "[a-zA-Z\304\326\334\344\366\337\374]" "[^a-zA-Z\304\326\334\344\366\337\374]" "[']" t ("-C" "-d" "german") "~latin1" iso-8859-1) ("italiano" "[A-Z\300\301\310\311\314\315\322\323\331\332a-z\340\341\350\351\354\355\363\371\372]" "[^A-Z\300\301\310\311\314\315\322\323\331\332a-z\340\341\350\351\354\355\363\371\372]" "[-]" nil ("-B" "-d" "italian") "~tex" iso-8859-1) ("nederlands" "[A-Za-z\300\301\302\303\304\305\307\310\311\312\313\314\315\316\317\322\323\324\325\326\331\332\333\334\340\341\342\343\344\345\347\350\351\352\353\354\355\356\357\361\362\363\364\365\366\371\372\373\374]" "[^A-Za-z\300\301\302\303\304\305\307\310\311\312\313\314\315\316\317\322\323\324\325\326\331\332\333\334\340\341\342\343\344\345\347\350\351\352\353\354\355\356\357\361\362\363\364\365\366\371\372\373\374]" "[']" t ("-C") nil iso-8859-1) ("nederlands8" "[A-Za-z\300\301\302\303\304\305\307\310\311\312\313\314\315\316\317\322\323\324\325\326\331\332\333\334\340\341\342\343\344\345\347\350\351\352\353\354\355\356\357\361\362\363\364\365\366\371\372\373\374]" "[^A-Za-z\300\301\302\303\304\305\307\310\311\312\313\314\315\316\317\322\323\324\325\326\331\332\333\334\340\341\342\343\344\345\347\350\351\352\353\354\355\356\357\361\362\363\364\365\366\371\372\373\374]" "[']" t ("-C") nil iso-8859-1))))
14143 14386
14144(setq ispell-dictionary-alist-5 (quote (("norsk" "[A-Za-z\305\306\307\310\311\322\324\330\345\346\347\350\351\362\364\370]" "[^A-Za-z\305\306\307\310\311\322\324\330\345\346\347\350\351\362\364\370]" "[\"]" nil nil "~list" iso-8859-1) ("norsk7-tex" "[A-Za-z{}\\'^`]" "[^A-Za-z{}\\'^`]" "[\"]" nil ("-d" "norsk") "~plaintex" iso-8859-1) ("polish" "[A-Za-z\241\243\246\254\257\261\263\266\274\277\306\312\321\323\346\352\361\363]" "[^A-Za-z\241\243\246\254\257\261\263\266\274\277\306\312\321\323\346\352\361\363]" "" nil nil nil iso-8859-2) ("portugues" "[a-zA-Z\301\302\311\323\340\341\342\351\352\355\363\343\372]" "[^a-zA-Z\301\302\311\323\340\341\342\351\352\355\363\343\372]" "[']" t ("-C") "~latin1" iso-8859-1)))) 14387(setq ispell-dictionary-alist-5 (quote (("norsk" "[A-Za-z\305\306\307\310\311\322\324\330\345\346\347\350\351\362\364\370]" "[^A-Za-z\305\306\307\310\311\322\324\330\345\346\347\350\351\362\364\370]" "[\"]" nil nil "~list" iso-8859-1) ("norsk7-tex" "[A-Za-z{}\\'^`]" "[^A-Za-z{}\\'^`]" "[\"]" nil ("-d" "norsk") "~plaintex" iso-8859-1) ("polish" "[A-Za-z\241\243\246\254\257\261\263\266\274\277\306\312\321\323\346\352\361\363]" "[^A-Za-z\241\243\246\254\257\261\263\266\274\277\306\312\321\323\346\352\361\363]" "" nil nil nil iso-8859-2) ("portugues" "[a-zA-Z\301\302\311\323\340\341\342\351\352\355\363\343\372]" "[^a-zA-Z\301\302\311\323\340\341\342\351\352\355\363\343\372]" "[']" t ("-C") "~latin1" iso-8859-1))))
14145 14388
14146(setq ispell-dictionary-alist-6 (quote (("russian" "[\341\342\367\347\344\345\263\366\372\351\352\353\354\355\356\357\360\362\363\364\365\346\350\343\376\373\375\370\371\377\374\340\361\301\302\327\307\304\305\243\326\332\311\312\313\314\315\316\317\320\322\323\324\325\306\310\303\336\333\335\330\331\337\334\300\321]" "[^\341\342\367\347\344\345\263\366\372\351\352\353\354\355\356\357\360\362\363\364\365\346\350\343\376\373\375\370\371\377\374\340\361\301\302\327\307\304\305\243\326\332\311\312\313\314\315\316\317\320\322\323\324\325\306\310\303\336\333\335\330\331\337\334\300\321]" "" nil nil nil koi8-r) ("russianw" "[\300\301\302\303\304\305\250\306\307\310\311\312\313\314\315\316\317\320\321\322\323\324\325\326\327\330\331\334\333\332\335\336\337\340\341\342\343\344\345\270\346\347\350\351\352\353\354\355\356\357\360\361\362\363\364\365\366\367\370\371\374\373\372\375\376\377]" "[^\300\301\302\303\304\305\250\306\307\310\311\312\313\314\315\316\317\320\321\322\323\324\325\326\327\330\331\334\333\332\335\336\337\340\341\342\343\344\345\270\346\347\350\351\352\353\354\355\356\357\360\361\362\363\364\365\366\367\370\371\374\373\372\375\376\377]" "" nil nil nil windows-1251) ("slovak" "[A-Za-z\301\304\311\315\323\332\324\300\305\245\335\256\251\310\317\253\322\341\344\351\355\363\372\364\340\345\265\375\276\271\350\357\273\362]" "[^A-Za-z\301\304\311\315\323\332\324\300\305\245\335\256\251\310\317\253\322\341\344\351\355\363\372\364\340\345\265\375\276\271\350\357\273\362]" "" nil ("-B") nil iso-8859-2) ("svenska" "[A-Za-z\345\344\366\351\340\374\350\346\370\347\305\304\326\311\300\334\310\306\330\307]" "[^A-Za-z\345\344\366\351\340\374\350\346\370\347\305\304\326\311\300\334\310\306\330\307]" "[']" nil ("-C") "~list" iso-8859-1)))) 14389(setq ispell-dictionary-alist-6 (quote (("russian" "[\341\342\367\347\344\345\263\366\372\351\352\353\354\355\356\357\360\362\363\364\365\346\350\343\376\373\375\370\371\377\374\340\361\301\302\327\307\304\305\243\326\332\311\312\313\314\315\316\317\320\322\323\324\325\306\310\303\336\333\335\330\331\337\334\300\321]" "[^\341\342\367\347\344\345\263\366\372\351\352\353\354\355\356\357\360\362\363\364\365\346\350\343\376\373\375\370\371\377\374\340\361\301\302\327\307\304\305\243\326\332\311\312\313\314\315\316\317\320\322\323\324\325\306\310\303\336\333\335\330\331\337\334\300\321]" "" nil nil nil koi8-r) ("russianw" "[\300\301\302\303\304\305\250\306\307\310\311\312\313\314\315\316\317\320\321\322\323\324\325\326\327\330\331\334\333\332\335\336\337\340\341\342\343\344\345\270\346\347\350\351\352\353\354\355\356\357\360\361\362\363\364\365\366\367\370\371\374\373\372\375\376\377]" "[^\300\301\302\303\304\305\250\306\307\310\311\312\313\314\315\316\317\320\321\322\323\324\325\326\327\330\331\334\333\332\335\336\337\340\341\342\343\344\345\270\346\347\350\351\352\353\354\355\356\357\360\361\362\363\364\365\366\367\370\371\374\373\372\375\376\377]" "" nil nil nil windows-1251) ("slovak" "[A-Za-z\301\304\311\315\323\332\324\300\305\245\335\256\251\310\317\253\322\341\344\351\355\363\372\364\340\345\265\375\276\271\350\357\273\362]" "[^A-Za-z\301\304\311\315\323\332\324\300\305\245\335\256\251\310\317\253\322\341\344\351\355\363\372\364\340\345\265\375\276\271\350\357\273\362]" "" nil ("-B") nil iso-8859-2) ("svenska" "[A-Za-z\345\344\366\351\340\374\350\346\370\347\305\304\326\311\300\334\310\306\330\307]" "[^A-Za-z\345\344\366\351\340\374\350\346\370\347\305\304\326\311\300\334\310\306\330\307]" "[']" nil ("-C") "~list" iso-8859-1))))
14147 14390
14148(defvar ispell-dictionary-alist (append ispell-local-dictionary-alist ispell-dictionary-alist-1 ispell-dictionary-alist-2 ispell-dictionary-alist-3 ispell-dictionary-alist-4 ispell-dictionary-alist-5 ispell-dictionary-alist-6) "\ 14391(defvar ispell-dictionary-alist (append ispell-dictionary-alist-1 ispell-dictionary-alist-2 ispell-dictionary-alist-3 ispell-dictionary-alist-4 ispell-dictionary-alist-5 ispell-dictionary-alist-6) "\
14149An alist of dictionaries and their associated parameters. 14392An alist of dictionaries and their associated parameters.
14150 14393
14151Each element of this list is also a list: 14394Each element of this list is also a list:
@@ -14171,6 +14414,12 @@ regular expression \"[']\" for OTHERCHARS. Then \"they're\" and
14171If you want OTHERCHARS to be empty, use the empty string. 14414If you want OTHERCHARS to be empty, use the empty string.
14172Hint: regexp syntax requires the hyphen to be declared first here. 14415Hint: regexp syntax requires the hyphen to be declared first here.
14173 14416
14417CASECHAS, NOT-CASECHARS, and OTHERCHARS must be a unibyte string
14418containing bytes of CHARACTER-SET. In addition, if they contain
14419a non-ASCII byte, the regular expression must be a single
14420`character set' construct that doesn't specify a character range
14421for non-ASCII bytes.
14422
14174MANY-OTHERCHARS-P is non-nil when multiple OTHERCHARS are allowed in a word. 14423MANY-OTHERCHARS-P is non-nil when multiple OTHERCHARS are allowed in a word.
14175Otherwise only a single OTHERCHARS character is allowed to be part of any 14424Otherwise only a single OTHERCHARS character is allowed to be part of any
14176single word. 14425single word.
@@ -14193,8 +14442,6 @@ Note that the CASECHARS and OTHERCHARS slots of the alist should
14193contain the same character set as casechars and otherchars in the 14442contain the same character set as casechars and otherchars in the
14194LANGUAGE.aff file (e.g., english.aff).") 14443LANGUAGE.aff file (e.g., english.aff).")
14195 14444
14196(custom-autoload (quote ispell-dictionary-alist) "ispell")
14197
14198(defvar ispell-menu-map nil "\ 14445(defvar ispell-menu-map nil "\
14199Key map for ispell menu.") 14446Key map for ispell menu.")
14200 14447
@@ -14251,7 +14498,8 @@ when called interactively, non-corrective messages are suppressed.
14251With a prefix argument (or if CONTINUE is non-nil), 14498With a prefix argument (or if CONTINUE is non-nil),
14252resume interrupted spell-checking of a buffer or region. 14499resume interrupted spell-checking of a buffer or region.
14253 14500
14254Word syntax described by `ispell-dictionary-alist' (which see). 14501Word syntax is controlled by the definition of the chosen dictionary,
14502which is in `ispell-local-dictionary-alist' or `ispell-dictionary-alist'.
14255 14503
14256This will check or reload the dictionary. Use \\[ispell-change-dictionary] 14504This will check or reload the dictionary. Use \\[ispell-change-dictionary]
14257or \\[ispell-region] to update the Ispell process. 14505or \\[ispell-region] to update the Ispell process.
@@ -14304,13 +14552,12 @@ With NO-ERROR, just return non-nil if there was no Ispell running.
14304\(fn &optional NO-ERROR)" t nil) 14552\(fn &optional NO-ERROR)" t nil)
14305 14553
14306(autoload (quote ispell-change-dictionary) "ispell" "\ 14554(autoload (quote ispell-change-dictionary) "ispell" "\
14307Change `ispell-dictionary' (q.v.) to DICT and kill old Ispell process. 14555Change to dictionary DICT for Ispell.
14308A new one will be started as soon as necessary. 14556With a prefix arg, set it \"globally\", for all buffers.
14557Without a prefix arg, set it \"locally\", just for this buffer.
14309 14558
14310By just answering RET you can find out what the current dictionary is. 14559By just answering RET you can find out what the current dictionary is.
14311 14560
14312With prefix argument, set the default dictionary.
14313
14314\(fn DICT &optional ARG)" t nil) 14561\(fn DICT &optional ARG)" t nil)
14315 14562
14316(autoload (quote ispell-region) "ispell" "\ 14563(autoload (quote ispell-region) "ispell" "\
@@ -14499,8 +14746,8 @@ If non-nil, second arg INITIAL-INPUT is a string to insert before reading.
14499 14746
14500;;;*** 14747;;;***
14501 14748
14502;;;### (autoloads (jit-lock-register) "jit-lock" "jit-lock.el" (16484 14749;;;### (autoloads (jit-lock-register) "jit-lock" "jit-lock.el" (16939
14503;;;;;; 6598)) 14750;;;;;; 44104))
14504;;; Generated autoloads from jit-lock.el 14751;;; Generated autoloads from jit-lock.el
14505 14752
14506(autoload (quote jit-lock-register) "jit-lock" "\ 14753(autoload (quote jit-lock-register) "jit-lock" "\
@@ -14514,7 +14761,7 @@ If non-nil, CONTEXTUAL means that a contextual fontification would be useful.
14514;;;*** 14761;;;***
14515 14762
14516;;;### (autoloads (with-auto-compression-mode auto-compression-mode) 14763;;;### (autoloads (with-auto-compression-mode auto-compression-mode)
14517;;;;;; "jka-compr" "jka-compr.el" (16484 6598)) 14764;;;;;; "jka-compr" "jka-compr.el" (16960 18194))
14518;;; Generated autoloads from jka-compr.el 14765;;; Generated autoloads from jka-compr.el
14519 14766
14520(defvar auto-compression-mode nil "\ 14767(defvar auto-compression-mode nil "\
@@ -14541,7 +14788,7 @@ Evalute BODY with automatic file compression and uncompression enabled.
14541 14788
14542;;;### (autoloads (keypad-setup keypad-numlock-shifted-setup keypad-shifted-setup 14789;;;### (autoloads (keypad-setup keypad-numlock-shifted-setup keypad-shifted-setup
14543;;;;;; keypad-numlock-setup keypad-setup) "keypad" "emulation/keypad.el" 14790;;;;;; keypad-numlock-setup keypad-setup) "keypad" "emulation/keypad.el"
14544;;;;;; (16213 43273)) 14791;;;;;; (16908 33361))
14545;;; Generated autoloads from emulation/keypad.el 14792;;; Generated autoloads from emulation/keypad.el
14546 14793
14547(defvar keypad-setup nil "\ 14794(defvar keypad-setup nil "\
@@ -14644,7 +14891,7 @@ and the return value is the length of the conversion.
14644;;;### (autoloads (kmacro-end-call-mouse kmacro-end-and-call-macro 14891;;;### (autoloads (kmacro-end-call-mouse kmacro-end-and-call-macro
14645;;;;;; kmacro-end-or-call-macro kmacro-start-macro-or-insert-counter 14892;;;;;; kmacro-end-or-call-macro kmacro-start-macro-or-insert-counter
14646;;;;;; kmacro-call-macro kmacro-end-macro kmacro-start-macro) "kmacro" 14893;;;;;; kmacro-call-macro kmacro-end-macro kmacro-start-macro) "kmacro"
14647;;;;;; "kmacro.el" (16814 63075)) 14894;;;;;; "kmacro.el" (16908 33360))
14648;;; Generated autoloads from kmacro.el 14895;;; Generated autoloads from kmacro.el
14649 (global-set-key "\C-x(" 'kmacro-start-macro) 14896 (global-set-key "\C-x(" 'kmacro-start-macro)
14650 (global-set-key "\C-x)" 'kmacro-end-macro) 14897 (global-set-key "\C-x)" 'kmacro-end-macro)
@@ -14872,7 +15119,7 @@ Not documented
14872;;;*** 15119;;;***
14873 15120
14874;;;### (autoloads (latin1-display-ucs-per-lynx latin1-display latin1-display) 15121;;;### (autoloads (latin1-display-ucs-per-lynx latin1-display latin1-display)
14875;;;;;; "latin1-disp" "international/latin1-disp.el" (16680 26004)) 15122;;;;;; "latin1-disp" "international/latin1-disp.el" (16908 33362))
14876;;; Generated autoloads from international/latin1-disp.el 15123;;; Generated autoloads from international/latin1-disp.el
14877 15124
14878(defvar latin1-display nil "\ 15125(defvar latin1-display nil "\
@@ -15044,8 +15291,8 @@ generations (this defaults to 1).
15044 15291
15045;;;*** 15292;;;***
15046 15293
15047;;;### (autoloads (unload-feature) "loadhist" "loadhist.el" (16435 15294;;;### (autoloads (unload-feature) "loadhist" "loadhist.el" (16858
15048;;;;;; 26305)) 15295;;;;;; 50917))
15049;;; Generated autoloads from loadhist.el 15296;;; Generated autoloads from loadhist.el
15050 15297
15051(autoload (quote unload-feature) "loadhist" "\ 15298(autoload (quote unload-feature) "loadhist" "\
@@ -15068,7 +15315,7 @@ such as redefining an Emacs function.
15068;;;*** 15315;;;***
15069 15316
15070;;;### (autoloads (locate-with-filter locate locate-ls-subdir-switches) 15317;;;### (autoloads (locate-with-filter locate locate-ls-subdir-switches)
15071;;;;;; "locate" "locate.el" (16580 11202)) 15318;;;;;; "locate" "locate.el" (16908 33360))
15072;;; Generated autoloads from locate.el 15319;;; Generated autoloads from locate.el
15073 15320
15074(defvar locate-ls-subdir-switches "-al" "\ 15321(defvar locate-ls-subdir-switches "-al" "\
@@ -15093,7 +15340,7 @@ shown; this is often useful to constrain a big search.
15093 15340
15094;;;*** 15341;;;***
15095 15342
15096;;;### (autoloads (log-edit) "log-edit" "log-edit.el" (16680 26002)) 15343;;;### (autoloads (log-edit) "log-edit" "log-edit.el" (16908 33360))
15097;;; Generated autoloads from log-edit.el 15344;;; Generated autoloads from log-edit.el
15098 15345
15099(autoload (quote log-edit) "log-edit" "\ 15346(autoload (quote log-edit) "log-edit" "\
@@ -15114,8 +15361,8 @@ If BUFFER is non-nil `log-edit' will jump to that buffer, use it to edit the
15114 15361
15115;;;*** 15362;;;***
15116 15363
15117;;;### (autoloads (log-view-mode) "log-view" "log-view.el" (16534 15364;;;### (autoloads (log-view-mode) "log-view" "log-view.el" (16923
15118;;;;;; 3808)) 15365;;;;;; 3606))
15119;;; Generated autoloads from log-view.el 15366;;; Generated autoloads from log-view.el
15120 15367
15121(autoload (quote log-view-mode) "log-view" "\ 15368(autoload (quote log-view-mode) "log-view" "\
@@ -15362,7 +15609,7 @@ and then select the region of un-tablified names and use
15362;;;*** 15609;;;***
15363 15610
15364;;;### (autoloads (what-domain mail-extract-address-components) "mail-extr" 15611;;;### (autoloads (what-domain mail-extract-address-components) "mail-extr"
15365;;;;;; "mail/mail-extr.el" (16746 18215)) 15612;;;;;; "mail/mail-extr.el" (16908 33362))
15366;;; Generated autoloads from mail/mail-extr.el 15613;;; Generated autoloads from mail/mail-extr.el
15367 15614
15368(autoload (quote mail-extract-address-components) "mail-extr" "\ 15615(autoload (quote mail-extract-address-components) "mail-extr" "\
@@ -15477,7 +15724,7 @@ If 4th arg LIST is non-nil, return a list of all such fields.
15477;;;*** 15724;;;***
15478 15725
15479;;;### (autoloads (define-mail-abbrev build-mail-abbrevs mail-abbrevs-setup) 15726;;;### (autoloads (define-mail-abbrev build-mail-abbrevs mail-abbrevs-setup)
15480;;;;;; "mailabbrev" "mail/mailabbrev.el" (16250 35353)) 15727;;;;;; "mailabbrev" "mail/mailabbrev.el" (16858 50930))
15481;;; Generated autoloads from mail/mailabbrev.el 15728;;; Generated autoloads from mail/mailabbrev.el
15482 15729
15483(autoload (quote mail-abbrevs-setup) "mailabbrev" "\ 15730(autoload (quote mail-abbrevs-setup) "mailabbrev" "\
@@ -15640,7 +15887,7 @@ Previous contents of that buffer are killed first.
15640 15887
15641;;;*** 15888;;;***
15642 15889
15643;;;### (autoloads (man-follow man) "man" "man.el" (16816 23724)) 15890;;;### (autoloads (man-follow man) "man" "man.el" (16958 58756))
15644;;; Generated autoloads from man.el 15891;;; Generated autoloads from man.el
15645 15892
15646(defalias (quote manual-entry) (quote man)) 15893(defalias (quote manual-entry) (quote man))
@@ -15689,8 +15936,8 @@ yourself the value of `master-of' by calling `master-show-slave'.
15689 15936
15690;;;*** 15937;;;***
15691 15938
15692;;;### (autoloads (menu-bar-mode) "menu-bar" "menu-bar.el" (16810 15939;;;### (autoloads (menu-bar-mode) "menu-bar" "menu-bar.el" (16939
15693;;;;;; 63790)) 15940;;;;;; 44104))
15694;;; Generated autoloads from menu-bar.el 15941;;; Generated autoloads from menu-bar.el
15695 15942
15696(put (quote menu-bar-mode) (quote standard-value) (quote (t))) 15943(put (quote menu-bar-mode) (quote standard-value) (quote (t)))
@@ -15727,10 +15974,7 @@ turn on menu bars; otherwise, turn off menu bars.
15727;;;;;; message-signature message-indent-citation-function message-cite-function 15974;;;;;; message-signature message-indent-citation-function message-cite-function
15728;;;;;; message-yank-prefix message-citation-line-function message-send-mail-function 15975;;;;;; message-yank-prefix message-citation-line-function message-send-mail-function
15729;;;;;; message-user-organization-file message-signature-separator 15976;;;;;; message-user-organization-file message-signature-separator
15730;;;;;; message-cross-post-note-function message-followup-to-note 15977;;;;;; message-from-style) "message" "gnus/message.el" (16953 20625))
15731;;;;;; message-cross-post-note message-cross-post-default message-archive-note
15732;;;;;; message-archive-header message-mark-insert-end message-mark-insert-begin
15733;;;;;; message-from-style) "message" "gnus/message.el" (16775 26713))
15734;;; Generated autoloads from gnus/message.el 15978;;; Generated autoloads from gnus/message.el
15735 15979
15736(defvar message-from-style (quote default) "\ 15980(defvar message-from-style (quote default) "\
@@ -15748,54 +15992,6 @@ Otherwise, most addresses look like `angles', but they look like
15748 15992
15749(custom-autoload (quote message-from-style) "message") 15993(custom-autoload (quote message-from-style) "message")
15750 15994
15751(defvar message-mark-insert-begin "--8<---------------cut here---------------start------------->8---\n" "\
15752How to mark the beginning of some inserted text.")
15753
15754(custom-autoload (quote message-mark-insert-begin) "message")
15755
15756(defvar message-mark-insert-end "--8<---------------cut here---------------end--------------->8---\n" "\
15757How to mark the end of some inserted text.")
15758
15759(custom-autoload (quote message-mark-insert-end) "message")
15760
15761(defvar message-archive-header "X-No-Archive: Yes\n" "\
15762Header to insert when you don't want your article to be archived.
15763Archives (such as groups.google.com) respect this header.")
15764
15765(custom-autoload (quote message-archive-header) "message")
15766
15767(defvar message-archive-note "X-No-Archive: Yes - save http://groups.google.com/" "\
15768Note to insert why you wouldn't want this posting archived.
15769If nil, don't insert any text in the body.")
15770
15771(custom-autoload (quote message-archive-note) "message")
15772
15773(defvar message-cross-post-default t "\
15774When non-nil `message-cross-post-followup-to' will perform a crosspost.
15775If nil, `message-cross-post-followup-to' will only do a followup. Note that
15776you can explicitly override this setting by calling
15777`message-cross-post-followup-to' with a prefix.")
15778
15779(custom-autoload (quote message-cross-post-default) "message")
15780
15781(defvar message-cross-post-note "Crosspost & Followup-To: " "\
15782Note to insert before signature to notify of cross-post and follow-up.")
15783
15784(custom-autoload (quote message-cross-post-note) "message")
15785
15786(defvar message-followup-to-note "Followup-To: " "\
15787Note to insert before signature to notify of follow-up only.")
15788
15789(custom-autoload (quote message-followup-to-note) "message")
15790
15791(defvar message-cross-post-note-function (quote message-cross-post-insert-note) "\
15792Function to use to insert note about Crosspost or Followup-To.
15793The function will be called with four arguments. The function should not only
15794insert a note, but also ensure old notes are deleted. See the documentation
15795for `message-cross-post-insert-note'.")
15796
15797(custom-autoload (quote message-cross-post-note-function) "message")
15798
15799(defvar message-signature-separator "^-- *$" "\ 15995(defvar message-signature-separator "^-- *$" "\
15800Regexp matching the signature separator.") 15996Regexp matching the signature separator.")
15801 15997
@@ -16084,7 +16280,7 @@ which specify the range to operate on.
16084;;;*** 16280;;;***
16085 16281
16086;;;### (autoloads (metapost-mode metafont-mode) "meta-mode" "progmodes/meta-mode.el" 16282;;;### (autoloads (metapost-mode metafont-mode) "meta-mode" "progmodes/meta-mode.el"
16087;;;;;; (16681 45593)) 16283;;;;;; (16923 3630))
16088;;; Generated autoloads from progmodes/meta-mode.el 16284;;; Generated autoloads from progmodes/meta-mode.el
16089 16285
16090(autoload (quote metafont-mode) "meta-mode" "\ 16286(autoload (quote metafont-mode) "meta-mode" "\
@@ -16331,7 +16527,7 @@ Returns non-nil if the new state is enabled.
16331;;;*** 16527;;;***
16332 16528
16333;;;### (autoloads (mixal-mode) "mixal-mode" "progmodes/mixal-mode.el" 16529;;;### (autoloads (mixal-mode) "mixal-mode" "progmodes/mixal-mode.el"
16334;;;;;; (16213 43282)) 16530;;;;;; (16858 50936))
16335;;; Generated autoloads from progmodes/mixal-mode.el 16531;;; Generated autoloads from progmodes/mixal-mode.el
16336 16532
16337(autoload (quote mixal-mode) "mixal-mode" "\ 16533(autoload (quote mixal-mode) "mixal-mode" "\
@@ -16397,7 +16593,7 @@ If NO-DISPLAY is nil, display it. Otherwise, do nothing after replacing.
16397;;;*** 16593;;;***
16398 16594
16399;;;### (autoloads (mm-url-insert-file-contents-external mm-url-insert-file-contents) 16595;;;### (autoloads (mm-url-insert-file-contents-external mm-url-insert-file-contents)
16400;;;;;; "mm-url" "gnus/mm-url.el" (16775 26713)) 16596;;;;;; "mm-url" "gnus/mm-url.el" (16954 46150))
16401;;; Generated autoloads from gnus/mm-url.el 16597;;; Generated autoloads from gnus/mm-url.el
16402 16598
16403(autoload (quote mm-url-insert-file-contents) "mm-url" "\ 16599(autoload (quote mm-url-insert-file-contents) "mm-url" "\
@@ -16413,8 +16609,8 @@ Insert file contents of URL using `mm-url-program'.
16413 16609
16414;;;*** 16610;;;***
16415 16611
16416;;;### (autoloads (mm-uu-dissect) "mm-uu" "gnus/mm-uu.el" (16775 16612;;;### (autoloads (mm-uu-dissect) "mm-uu" "gnus/mm-uu.el" (16908
16417;;;;;; 26713)) 16613;;;;;; 33361))
16418;;; Generated autoloads from gnus/mm-uu.el 16614;;; Generated autoloads from gnus/mm-uu.el
16419 16615
16420(autoload (quote mm-uu-dissect) "mm-uu" "\ 16616(autoload (quote mm-uu-dissect) "mm-uu" "\
@@ -16442,7 +16638,7 @@ Not documented
16442 16638
16443;;;### (autoloads (mml2015-self-encrypt mml2015-sign mml2015-encrypt 16639;;;### (autoloads (mml2015-self-encrypt mml2015-sign mml2015-encrypt
16444;;;;;; mml2015-verify-test mml2015-verify mml2015-decrypt-test mml2015-decrypt) 16640;;;;;; mml2015-verify-test mml2015-verify mml2015-decrypt-test mml2015-decrypt)
16445;;;;;; "mml2015" "gnus/mml2015.el" (16775 26713)) 16641;;;;;; "mml2015" "gnus/mml2015.el" (16908 33361))
16446;;; Generated autoloads from gnus/mml2015.el 16642;;; Generated autoloads from gnus/mml2015.el
16447 16643
16448(autoload (quote mml2015-decrypt) "mml2015" "\ 16644(autoload (quote mml2015-decrypt) "mml2015" "\
@@ -16483,7 +16679,7 @@ Not documented
16483;;;*** 16679;;;***
16484 16680
16485;;;### (autoloads (modula-2-mode) "modula2" "progmodes/modula2.el" 16681;;;### (autoloads (modula-2-mode) "modula2" "progmodes/modula2.el"
16486;;;;;; (16213 43282)) 16682;;;;;; (16858 50936))
16487;;; Generated autoloads from progmodes/modula2.el 16683;;; Generated autoloads from progmodes/modula2.el
16488 16684
16489(autoload (quote modula-2-mode) "modula2" "\ 16685(autoload (quote modula-2-mode) "modula2" "\
@@ -16791,7 +16987,7 @@ system which uses fontsets).
16791;;;;;; coding-system-translation-table-for-decode coding-system-pre-write-conversion 16987;;;;;; coding-system-translation-table-for-decode coding-system-pre-write-conversion
16792;;;;;; coding-system-post-read-conversion lookup-nested-alist set-nested-alist 16988;;;;;; coding-system-post-read-conversion lookup-nested-alist set-nested-alist
16793;;;;;; truncate-string-to-width store-substring string-to-sequence) 16989;;;;;; truncate-string-to-width store-substring string-to-sequence)
16794;;;;;; "mule-util" "international/mule-util.el" (16747 61767)) 16990;;;;;; "mule-util" "international/mule-util.el" (16908 33362))
16795;;; Generated autoloads from international/mule-util.el 16991;;; Generated autoloads from international/mule-util.el
16796 16992
16797(autoload (quote string-to-sequence) "mule-util" "\ 16993(autoload (quote string-to-sequence) "mule-util" "\
@@ -17230,7 +17426,7 @@ unless optional argument SOFT is non-nil.
17230;;;*** 17426;;;***
17231 17427
17232;;;### (autoloads (nndiary-generate-nov-databases) "nndiary" "gnus/nndiary.el" 17428;;;### (autoloads (nndiary-generate-nov-databases) "nndiary" "gnus/nndiary.el"
17233;;;;;; (16775 26713)) 17429;;;;;; (16908 33361))
17234;;; Generated autoloads from gnus/nndiary.el 17430;;; Generated autoloads from gnus/nndiary.el
17235 17431
17236(autoload (quote nndiary-generate-nov-databases) "nndiary" "\ 17432(autoload (quote nndiary-generate-nov-databases) "nndiary" "\
@@ -17256,7 +17452,7 @@ symbol in the alist.
17256;;;*** 17452;;;***
17257 17453
17258;;;### (autoloads (nnfolder-generate-active-file) "nnfolder" "gnus/nnfolder.el" 17454;;;### (autoloads (nnfolder-generate-active-file) "nnfolder" "gnus/nnfolder.el"
17259;;;;;; (16792 36614)) 17455;;;;;; (16927 494))
17260;;; Generated autoloads from gnus/nnfolder.el 17456;;; Generated autoloads from gnus/nnfolder.el
17261 17457
17262(autoload (quote nnfolder-generate-active-file) "nnfolder" "\ 17458(autoload (quote nnfolder-generate-active-file) "nnfolder" "\
@@ -17312,13 +17508,16 @@ Revert posting and mailing methods to the standard Emacs methods.
17312;;;*** 17508;;;***
17313 17509
17314;;;### (autoloads (disable-command enable-command disabled-command-function) 17510;;;### (autoloads (disable-command enable-command disabled-command-function)
17315;;;;;; "novice" "novice.el" (16710 51031)) 17511;;;;;; "novice" "novice.el" (16939 44104))
17316;;; Generated autoloads from novice.el 17512;;; Generated autoloads from novice.el
17317 17513
17318(defvar disabled-command-function (quote disabled-command-function) "\ 17514(defvar disabled-command-function (quote disabled-command-function) "\
17319Function to call to handle disabled commands. 17515Function to call to handle disabled commands.
17320If nil, the feature is disabled, i.e., all commands work normally.") 17516If nil, the feature is disabled, i.e., all commands work normally.")
17321 17517
17518(defvaralias (quote disabled-command-hook) (quote disabled-command-function))
17519 (make-obsolete-variable 'disabled-command-hook 'disabled-command-function "22.1")
17520
17322(autoload (quote disabled-command-function) "novice" "\ 17521(autoload (quote disabled-command-function) "novice" "\
17323Not documented 17522Not documented
17324 17523
@@ -17515,13 +17714,14 @@ The Custom feature is intended to make this obsolete.
17515 17714
17516;;;*** 17715;;;***
17517 17716
17518;;;### (autoloads (org-remember-handler org-remember-annotation org-store-link 17717;;;### (autoloads (orgtbl-mode turn-on-orgtbl org-remember-handler
17519;;;;;; org-diary org-agenda org-agenda-mode org-mode) "org" "textmodes/org.el" 17718;;;;;; org-remember-annotation org-store-link org-diary org-agenda
17520;;;;;; (16819 61740)) 17719;;;;;; org-agenda-mode org-mode) "org" "textmodes/org.el" (16876
17720;;;;;; 58220))
17521;;; Generated autoloads from textmodes/org.el 17721;;; Generated autoloads from textmodes/org.el
17522 17722
17523(autoload (quote org-mode) "org" "\ 17723(autoload (quote org-mode) "org" "\
17524Outline-based notes management and organizer, alias 17724Outline-based notes management and organizer, alias
17525\"Carstens outline-mode for keeping track of everything.\" 17725\"Carstens outline-mode for keeping track of everything.\"
17526 17726
17527Org-mode develops organizational tasks around a NOTES file which 17727Org-mode develops organizational tasks around a NOTES file which
@@ -17535,7 +17735,7 @@ messages (Gnus), BBDB entries, and any files related to the project.
17535For printing and sharing of notes, an Org-mode file (or a part of it) 17735For printing and sharing of notes, an Org-mode file (or a part of it)
17536can be exported as a well-structured ASCII or HTML file. 17736can be exported as a well-structured ASCII or HTML file.
17537 17737
17538+ The following commands are available: 17738The following commands are available:
17539 17739
17540\\{org-mode-map} 17740\\{org-mode-map}
17541 17741
@@ -17544,6 +17744,10 @@ can be exported as a well-structured ASCII or HTML file.
17544(autoload (quote org-agenda-mode) "org" "\ 17744(autoload (quote org-agenda-mode) "org" "\
17545Mode for time-sorted view on action items in Org-mode files. 17745Mode for time-sorted view on action items in Org-mode files.
17546 17746
17747The following commands are available:
17748
17749\\{org-agenda-mode-map}
17750
17547\(fn)" t nil) 17751\(fn)" t nil)
17548 17752
17549(autoload (quote org-agenda) "org" "\ 17753(autoload (quote org-agenda) "org" "\
@@ -17658,6 +17862,16 @@ See also the variable `org-reverse-note-order'.
17658 17862
17659\(fn)" nil nil) 17863\(fn)" nil nil)
17660 17864
17865(autoload (quote turn-on-orgtbl) "org" "\
17866Unconditionally turn on orgtbl-mode.
17867
17868\(fn)" nil nil)
17869
17870(autoload (quote orgtbl-mode) "org" "\
17871The org-mode table editor as a minor mode for use in other modes.
17872
17873\(fn &optional ARG)" t nil)
17874
17661;;;*** 17875;;;***
17662 17876
17663;;;### (autoloads (outline-minor-mode outline-mode) "outline" "outline.el" 17877;;;### (autoloads (outline-minor-mode outline-mode) "outline" "outline.el"
@@ -17716,7 +17930,7 @@ See the command `outline-mode' for more information on this mode.
17716 17930
17717;;;*** 17931;;;***
17718 17932
17719;;;### (autoloads (show-paren-mode) "paren" "paren.el" (16816 23724)) 17933;;;### (autoloads (show-paren-mode) "paren" "paren.el" (16821 35887))
17720;;; Generated autoloads from paren.el 17934;;; Generated autoloads from paren.el
17721 17935
17722(defvar show-paren-mode nil "\ 17936(defvar show-paren-mode nil "\
@@ -18022,8 +18236,8 @@ Completion for the `chgrp' command.
18022 18236
18023;;;### (autoloads (pcomplete-shell-setup pcomplete-comint-setup pcomplete-list 18237;;;### (autoloads (pcomplete-shell-setup pcomplete-comint-setup pcomplete-list
18024;;;;;; pcomplete-help pcomplete-expand pcomplete-continue pcomplete-expand-and-complete 18238;;;;;; pcomplete-help pcomplete-expand pcomplete-continue pcomplete-expand-and-complete
18025;;;;;; pcomplete-reverse pcomplete) "pcomplete" "pcomplete.el" (16768 18239;;;;;; pcomplete-reverse pcomplete) "pcomplete" "pcomplete.el" (16880
18026;;;;;; 48631)) 18240;;;;;; 58563))
18027;;; Generated autoloads from pcomplete.el 18241;;; Generated autoloads from pcomplete.el
18028 18242
18029(autoload (quote pcomplete) "pcomplete" "\ 18243(autoload (quote pcomplete) "pcomplete" "\
@@ -18082,7 +18296,7 @@ Setup shell-mode to use pcomplete.
18082 18296
18083;;;### (autoloads (cvs-dired-use-hook cvs-dired-action cvs-status 18297;;;### (autoloads (cvs-dired-use-hook cvs-dired-action cvs-status
18084;;;;;; cvs-update cvs-examine cvs-quickdir cvs-checkout) "pcvs" 18298;;;;;; cvs-update cvs-examine cvs-quickdir cvs-checkout) "pcvs"
18085;;;;;; "pcvs.el" (16814 63075)) 18299;;;;;; "pcvs.el" (16953 20624))
18086;;; Generated autoloads from pcvs.el 18300;;; Generated autoloads from pcvs.el
18087 18301
18088(autoload (quote cvs-checkout) "pcvs" "\ 18302(autoload (quote cvs-checkout) "pcvs" "\
@@ -18159,7 +18373,7 @@ The exact behavior is determined also by `cvs-dired-use-hook'." (when (stringp d
18159 18373
18160;;;*** 18374;;;***
18161 18375
18162;;;### (autoloads nil "pcvs-defs" "pcvs-defs.el" (16764 51518)) 18376;;;### (autoloads nil "pcvs-defs" "pcvs-defs.el" (16858 50918))
18163;;; Generated autoloads from pcvs-defs.el 18377;;; Generated autoloads from pcvs-defs.el
18164 18378
18165(defvar cvs-global-menu (let ((m (make-sparse-keymap "PCL-CVS"))) (define-key m [status] (quote (menu-item "Directory Status" cvs-status :help "A more verbose status of a workarea"))) (define-key m [checkout] (quote (menu-item "Checkout Module" cvs-checkout :help "Check out a module from the repository"))) (define-key m [update] (quote (menu-item "Update Directory" cvs-update :help "Fetch updates from the repository"))) (define-key m [examine] (quote (menu-item "Examine Directory" cvs-examine :help "Examine the current state of a workarea"))) (fset (quote cvs-global-menu) m))) 18379(defvar cvs-global-menu (let ((m (make-sparse-keymap "PCL-CVS"))) (define-key m [status] (quote (menu-item "Directory Status" cvs-status :help "A more verbose status of a workarea"))) (define-key m [checkout] (quote (menu-item "Checkout Module" cvs-checkout :help "Check out a module from the repository"))) (define-key m [update] (quote (menu-item "Update Directory" cvs-update :help "Fetch updates from the repository"))) (define-key m [examine] (quote (menu-item "Examine Directory" cvs-examine :help "Examine the current state of a workarea"))) (fset (quote cvs-global-menu) m)))
@@ -18167,7 +18381,7 @@ The exact behavior is determined also by `cvs-dired-use-hook'." (when (stringp d
18167;;;*** 18381;;;***
18168 18382
18169;;;### (autoloads (perl-mode) "perl-mode" "progmodes/perl-mode.el" 18383;;;### (autoloads (perl-mode) "perl-mode" "progmodes/perl-mode.el"
18170;;;;;; (16213 43282)) 18384;;;;;; (16958 58759))
18171;;; Generated autoloads from progmodes/perl-mode.el 18385;;; Generated autoloads from progmodes/perl-mode.el
18172 18386
18173(autoload (quote perl-mode) "perl-mode" "\ 18387(autoload (quote perl-mode) "perl-mode" "\
@@ -19135,10 +19349,10 @@ Typing \\<ps-run-mode-map>\\[ps-run-goto-error] when the cursor is at the number
19135 19349
19136;;;*** 19350;;;***
19137 19351
19138;;;### (autoloads (ps-mule-begin-page ps-mule-begin-job ps-mule-header-string-charsets 19352;;;### (autoloads (ps-mule-begin-page ps-mule-begin-job ps-mule-encode-header-string
19139;;;;;; ps-mule-encode-header-string ps-mule-initialize ps-mule-plot-composition 19353;;;;;; ps-mule-initialize ps-mule-plot-composition ps-mule-plot-string
19140;;;;;; ps-mule-plot-string ps-mule-set-ascii-font ps-mule-prepare-ascii-font 19354;;;;;; ps-mule-set-ascii-font ps-mule-prepare-ascii-font ps-multibyte-buffer)
19141;;;;;; ps-multibyte-buffer) "ps-mule" "ps-mule.el" (16702 49514)) 19355;;;;;; "ps-mule" "ps-mule.el" (16923 3608))
19142;;; Generated autoloads from ps-mule.el 19356;;; Generated autoloads from ps-mule.el
19143 19357
19144(defvar ps-multibyte-buffer nil "\ 19358(defvar ps-multibyte-buffer nil "\
@@ -19241,11 +19455,6 @@ FONTTAG should be a string \"/h0\" or \"/h1\".
19241 19455
19242\(fn STRING FONTTAG)" nil nil) 19456\(fn STRING FONTTAG)" nil nil)
19243 19457
19244(autoload (quote ps-mule-header-string-charsets) "ps-mule" "\
19245Return a list of character sets that appears in header strings.
19246
19247\(fn)" nil nil)
19248
19249(autoload (quote ps-mule-begin-job) "ps-mule" "\ 19458(autoload (quote ps-mule-begin-job) "ps-mule" "\
19250Start printing job for multi-byte chars between FROM and TO. 19459Start printing job for multi-byte chars between FROM and TO.
19251This checks if all multi-byte characters in the region are printable or not. 19460This checks if all multi-byte characters in the region are printable or not.
@@ -19264,8 +19473,8 @@ Not documented
19264;;;;;; ps-spool-region ps-spool-buffer-with-faces ps-spool-buffer 19473;;;;;; ps-spool-region ps-spool-buffer-with-faces ps-spool-buffer
19265;;;;;; ps-print-region-with-faces ps-print-region ps-print-buffer-with-faces 19474;;;;;; ps-print-region-with-faces ps-print-region ps-print-buffer-with-faces
19266;;;;;; ps-print-buffer ps-print-customize ps-print-color-p ps-paper-type 19475;;;;;; ps-print-buffer ps-print-customize ps-print-color-p ps-paper-type
19267;;;;;; ps-page-dimensions-database) "ps-print" "ps-print.el" (16801 19476;;;;;; ps-page-dimensions-database) "ps-print" "ps-print.el" (16958
19268;;;;;; 58023)) 19477;;;;;; 58756))
19269;;; Generated autoloads from ps-print.el 19478;;; Generated autoloads from ps-print.el
19270 19479
19271(defvar ps-page-dimensions-database (list (list (quote a4) (/ (* 72 21.0) 2.54) (/ (* 72 29.7) 2.54) "A4") (list (quote a3) (/ (* 72 29.7) 2.54) (/ (* 72 42.0) 2.54) "A3") (list (quote letter) (* 72 8.5) (* 72 11.0) "Letter") (list (quote legal) (* 72 8.5) (* 72 14.0) "Legal") (list (quote letter-small) (* 72 7.68) (* 72 10.16) "LetterSmall") (list (quote tabloid) (* 72 11.0) (* 72 17.0) "Tabloid") (list (quote ledger) (* 72 17.0) (* 72 11.0) "Ledger") (list (quote statement) (* 72 5.5) (* 72 8.5) "Statement") (list (quote executive) (* 72 7.5) (* 72 10.0) "Executive") (list (quote a4small) (* 72 7.47) (* 72 10.85) "A4Small") (list (quote b4) (* 72 10.125) (* 72 14.33) "B4") (list (quote b5) (* 72 7.16) (* 72 10.125) "B5")) "\ 19480(defvar ps-page-dimensions-database (list (list (quote a4) (/ (* 72 21.0) 2.54) (/ (* 72 29.7) 2.54) "A4") (list (quote a3) (/ (* 72 29.7) 2.54) (/ (* 72 42.0) 2.54) "A3") (list (quote letter) (* 72 8.5) (* 72 11.0) "Letter") (list (quote legal) (* 72 8.5) (* 72 14.0) "Legal") (list (quote letter-small) (* 72 7.68) (* 72 10.16) "LetterSmall") (list (quote tabloid) (* 72 11.0) (* 72 17.0) "Tabloid") (list (quote ledger) (* 72 17.0) (* 72 11.0) "Ledger") (list (quote statement) (* 72 5.5) (* 72 8.5) "Statement") (list (quote executive) (* 72 7.5) (* 72 10.0) "Executive") (list (quote a4small) (* 72 7.47) (* 72 10.85) "A4Small") (list (quote b4) (* 72 10.125) (* 72 14.33) "B4") (list (quote b5) (* 72 7.16) (* 72 10.125) "B5")) "\
@@ -19462,7 +19671,7 @@ If EXTENSION is any other symbol, it is ignored.
19462;;;*** 19671;;;***
19463 19672
19464;;;### (autoloads (jython-mode python-mode run-python) "python" "progmodes/python.el" 19673;;;### (autoloads (jython-mode python-mode run-python) "python" "progmodes/python.el"
19465;;;;;; (16816 23742)) 19674;;;;;; (16908 33362))
19466;;; Generated autoloads from progmodes/python.el 19675;;; Generated autoloads from progmodes/python.el
19467 19676
19468(add-to-list (quote interpreter-mode-alist) (quote ("jython" . jython-mode))) 19677(add-to-list (quote interpreter-mode-alist) (quote ("jython" . jython-mode)))
@@ -19549,7 +19758,7 @@ them into characters should be done separately.
19549;;;;;; quail-defrule quail-install-decode-map quail-install-map 19758;;;;;; quail-defrule quail-install-decode-map quail-install-map
19550;;;;;; quail-define-rules quail-show-keyboard-layout quail-set-keyboard-layout 19759;;;;;; quail-define-rules quail-show-keyboard-layout quail-set-keyboard-layout
19551;;;;;; quail-define-package quail-use-package quail-title) "quail" 19760;;;;;; quail-define-package quail-use-package quail-title) "quail"
19552;;;;;; "international/quail.el" (16547 17258)) 19761;;;;;; "international/quail.el" (16954 46150))
19553;;; Generated autoloads from international/quail.el 19762;;; Generated autoloads from international/quail.el
19554 19763
19555(autoload (quote quail-title) "quail" "\ 19764(autoload (quote quail-title) "quail" "\
@@ -19864,18 +20073,23 @@ See \\[compile].
19864 20073
19865;;;*** 20074;;;***
19866 20075
19867;;;### (autoloads (re-builder) "re-builder" "emacs-lisp/re-builder.el" 20076;;;### (autoloads (re-builder regexp-builder) "re-builder" "emacs-lisp/re-builder.el"
19868;;;;;; (16675 7397)) 20077;;;;;; (16930 25649))
19869;;; Generated autoloads from emacs-lisp/re-builder.el 20078;;; Generated autoloads from emacs-lisp/re-builder.el
19870 20079
20080(autoload (quote regexp-builder) "re-builder" "\
20081Alias for `re-builder': Construct a regexp interactively.
20082
20083\(fn)" t nil)
20084
19871(autoload (quote re-builder) "re-builder" "\ 20085(autoload (quote re-builder) "re-builder" "\
19872Call up the RE Builder for the current window. 20086Construct a regexp interactively.
19873 20087
19874\(fn)" t nil) 20088\(fn)" t nil)
19875 20089
19876;;;*** 20090;;;***
19877 20091
19878;;;### (autoloads (recentf-mode) "recentf" "recentf.el" (16783 21521)) 20092;;;### (autoloads (recentf-mode) "recentf" "recentf.el" (16958 58756))
19879;;; Generated autoloads from recentf.el 20093;;; Generated autoloads from recentf.el
19880 20094
19881(defvar recentf-mode nil "\ 20095(defvar recentf-mode nil "\
@@ -19901,8 +20115,8 @@ that were operated on recently.
19901;;;### (autoloads (clear-rectangle string-insert-rectangle string-rectangle 20115;;;### (autoloads (clear-rectangle string-insert-rectangle string-rectangle
19902;;;;;; delete-whitespace-rectangle open-rectangle insert-rectangle 20116;;;;;; delete-whitespace-rectangle open-rectangle insert-rectangle
19903;;;;;; yank-rectangle kill-rectangle extract-rectangle delete-extract-rectangle 20117;;;;;; yank-rectangle kill-rectangle extract-rectangle delete-extract-rectangle
19904;;;;;; delete-rectangle move-to-column-force) "rect" "rect.el" (16213 20118;;;;;; delete-rectangle move-to-column-force) "rect" "rect.el" (16894
19905;;;;;; 43271)) 20119;;;;;; 3339))
19906;;; Generated autoloads from rect.el 20120;;; Generated autoloads from rect.el
19907 20121
19908(autoload (quote move-to-column-force) "rect" "\ 20122(autoload (quote move-to-column-force) "rect" "\
@@ -20024,8 +20238,8 @@ rectangle which were empty.
20024 20238
20025;;;*** 20239;;;***
20026 20240
20027;;;### (autoloads (refill-mode) "refill" "textmodes/refill.el" (16213 20241;;;### (autoloads (refill-mode) "refill" "textmodes/refill.el" (16884
20028;;;;;; 43283)) 20242;;;;;; 52115))
20029;;; Generated autoloads from textmodes/refill.el 20243;;; Generated autoloads from textmodes/refill.el
20030 20244
20031(autoload (quote refill-mode) "refill" "\ 20245(autoload (quote refill-mode) "refill" "\
@@ -20041,7 +20255,7 @@ refilling if they would cause auto-filling.
20041;;;*** 20255;;;***
20042 20256
20043;;;### (autoloads (reftex-reset-scanning-information reftex-mode 20257;;;### (autoloads (reftex-reset-scanning-information reftex-mode
20044;;;;;; turn-on-reftex) "reftex" "textmodes/reftex.el" (16213 43284)) 20258;;;;;; turn-on-reftex) "reftex" "textmodes/reftex.el" (16896 54112))
20045;;; Generated autoloads from textmodes/reftex.el 20259;;; Generated autoloads from textmodes/reftex.el
20046 20260
20047(autoload (quote turn-on-reftex) "reftex" "\ 20261(autoload (quote turn-on-reftex) "reftex" "\
@@ -20091,7 +20305,7 @@ This enforces rescanning the buffer on next use.
20091;;;*** 20305;;;***
20092 20306
20093;;;### (autoloads (reftex-citation) "reftex-cite" "textmodes/reftex-cite.el" 20307;;;### (autoloads (reftex-citation) "reftex-cite" "textmodes/reftex-cite.el"
20094;;;;;; (16213 43283)) 20308;;;;;; (16913 6364))
20095;;; Generated autoloads from textmodes/reftex-cite.el 20309;;; Generated autoloads from textmodes/reftex-cite.el
20096 20310
20097(autoload (quote reftex-citation) "reftex-cite" "\ 20311(autoload (quote reftex-citation) "reftex-cite" "\
@@ -20103,12 +20317,13 @@ to `reftex-cite-format' and inserted into the buffer.
20103 20317
20104If NO-INSERT is non-nil, nothing is inserted, only the selected key returned. 20318If NO-INSERT is non-nil, nothing is inserted, only the selected key returned.
20105 20319
20106FORAT-KEY can be used to pre-select a citation format. 20320FORMAT-KEY can be used to pre-select a citation format.
20107 20321
20108When called with one or two `C-u' prefixes, first rescans the document. 20322When called with a `C-u' prefix, prompt for optional arguments in
20109When called with a numeric prefix, make that many citations. When 20323cite macros. When called with a numeric prefix, make that many
20110called with point inside the braces of a `\\cite' command, it will 20324citations. When called with point inside the braces of a `\\cite'
20111add another key, ignoring the value of `reftex-cite-format'. 20325command, it will add another key, ignoring the value of
20326`reftex-cite-format'.
20112 20327
20113The regular expression uses an expanded syntax: && is interpreted as `and'. 20328The regular expression uses an expanded syntax: && is interpreted as `and'.
20114Thus, `aaaa&&bbb' matches entries which contain both `aaaa' and `bbb'. 20329Thus, `aaaa&&bbb' matches entries which contain both `aaaa' and `bbb'.
@@ -20119,8 +20334,27 @@ While entering the regexp, completion on knows citation keys is possible.
20119 20334
20120;;;*** 20335;;;***
20121 20336
20337;;;### (autoloads (reftex-isearch-minor-mode) "reftex-global" "textmodes/reftex-global.el"
20338;;;;;; (16887 27629))
20339;;; Generated autoloads from textmodes/reftex-global.el
20340
20341(defvar reftex-isearch-minor-mode nil)
20342
20343(autoload (quote reftex-isearch-minor-mode) "reftex-global" "\
20344When on, isearch searches the whole document, not only the current file.
20345This minor mode allows isearch to search through all the files of
20346the current TeX document.
20347
20348With no argument, this command toggles
20349`reftex-isearch-minor-mode'. With a prefix argument ARG, turn
20350`reftex-isearch-minor-mode' on iff ARG is positive.
20351
20352\(fn &optional ARG)" t nil)
20353
20354;;;***
20355
20122;;;### (autoloads (reftex-index-phrases-mode) "reftex-index" "textmodes/reftex-index.el" 20356;;;### (autoloads (reftex-index-phrases-mode) "reftex-index" "textmodes/reftex-index.el"
20123;;;;;; (16213 43283)) 20357;;;;;; (16875 35929))
20124;;; Generated autoloads from textmodes/reftex-index.el 20358;;; Generated autoloads from textmodes/reftex-index.el
20125 20359
20126(autoload (quote reftex-index-phrases-mode) "reftex-index" "\ 20360(autoload (quote reftex-index-phrases-mode) "reftex-index" "\
@@ -20153,7 +20387,7 @@ Here are all local bindings.
20153;;;*** 20387;;;***
20154 20388
20155;;;### (autoloads (reftex-all-document-files) "reftex-parse" "textmodes/reftex-parse.el" 20389;;;### (autoloads (reftex-all-document-files) "reftex-parse" "textmodes/reftex-parse.el"
20156;;;;;; (16213 43283)) 20390;;;;;; (16875 35929))
20157;;; Generated autoloads from textmodes/reftex-parse.el 20391;;; Generated autoloads from textmodes/reftex-parse.el
20158 20392
20159(autoload (quote reftex-all-document-files) "reftex-parse" "\ 20393(autoload (quote reftex-all-document-files) "reftex-parse" "\
@@ -20166,7 +20400,7 @@ of master file.
20166;;;*** 20400;;;***
20167 20401
20168;;;### (autoloads (regexp-opt-depth regexp-opt) "regexp-opt" "emacs-lisp/regexp-opt.el" 20402;;;### (autoloads (regexp-opt-depth regexp-opt) "regexp-opt" "emacs-lisp/regexp-opt.el"
20169;;;;;; (16213 43273)) 20403;;;;;; (16821 35887))
20170;;; Generated autoloads from emacs-lisp/regexp-opt.el 20404;;; Generated autoloads from emacs-lisp/regexp-opt.el
20171 20405
20172(autoload (quote regexp-opt) "regexp-opt" "\ 20406(autoload (quote regexp-opt) "regexp-opt" "\
@@ -20186,8 +20420,8 @@ by \\=\\< and \\>.
20186 20420
20187(autoload (quote regexp-opt-depth) "regexp-opt" "\ 20421(autoload (quote regexp-opt-depth) "regexp-opt" "\
20188Return the depth of REGEXP. 20422Return the depth of REGEXP.
20189This means the number of regexp grouping constructs (parenthesised expressions) 20423This means the number of non-shy regexp grouping constructs
20190in REGEXP. 20424\(parenthesised expressions) in REGEXP.
20191 20425
20192\(fn REGEXP)" nil nil) 20426\(fn REGEXP)" nil nil)
20193 20427
@@ -20282,7 +20516,7 @@ Clear out the file used for transmitting args when Emacs resumes.
20282;;;*** 20516;;;***
20283 20517
20284;;;### (autoloads (global-reveal-mode reveal-mode) "reveal" "reveal.el" 20518;;;### (autoloads (global-reveal-mode reveal-mode) "reveal" "reveal.el"
20285;;;;;; (16804 23129)) 20519;;;;;; (16942 52930))
20286;;; Generated autoloads from reveal.el 20520;;; Generated autoloads from reveal.el
20287 20521
20288(autoload (quote reveal-mode) "reveal" "\ 20522(autoload (quote reveal-mode) "reveal" "\
@@ -20420,15 +20654,22 @@ variable.
20420 20654
20421;;;*** 20655;;;***
20422 20656
20423;;;### (autoloads (rmail-restore-desktop-buffer rmail-set-pop-password 20657;;;### (autoloads (rmail-restore-desktop-buffer rmail-set-remote-password
20424;;;;;; rmail-input rmail-mode rmail rmail-enable-mime rmail-show-message-hook 20658;;;;;; rmail-input rmail-mode rmail rmail-enable-mime rmail-show-message-hook
20425;;;;;; rmail-confirm-expunge rmail-secondary-file-regexp rmail-secondary-file-directory 20659;;;;;; rmail-confirm-expunge rmail-secondary-file-regexp rmail-secondary-file-directory
20426;;;;;; rmail-mail-new-frame rmail-primary-inbox-list rmail-delete-after-output 20660;;;;;; rmail-mail-new-frame rmail-primary-inbox-list rmail-delete-after-output
20427;;;;;; rmail-highlight-face rmail-highlighted-headers rmail-retry-ignored-headers 20661;;;;;; rmail-highlight-face rmail-highlighted-headers rmail-retry-ignored-headers
20428;;;;;; rmail-displayed-headers rmail-ignored-headers rmail-dont-reply-to-names) 20662;;;;;; rmail-displayed-headers rmail-ignored-headers rmail-dont-reply-to-names
20429;;;;;; "rmail" "mail/rmail.el" (16792 36615)) 20663;;;;;; rmail-movemail-variant-p) "rmail" "mail/rmail.el" (16954
20664;;;;;; 46150))
20430;;; Generated autoloads from mail/rmail.el 20665;;; Generated autoloads from mail/rmail.el
20431 20666
20667(autoload (quote rmail-movemail-variant-p) "rmail" "\
20668Return t if the current movemail variant is any of VARIANTS.
20669Currently known variants are 'emacs and 'mailutils.
20670
20671\(fn &rest VARIANTS)" nil nil)
20672
20432(defvar rmail-dont-reply-to-names nil "\ 20673(defvar rmail-dont-reply-to-names nil "\
20433*A regexp specifying addresses to prune from a reply message. 20674*A regexp specifying addresses to prune from a reply message.
20434A value of nil means exclude your own email address as an address 20675A value of nil means exclude your own email address as an address
@@ -20668,8 +20909,8 @@ Run Rmail on file FILENAME.
20668 20909
20669\(fn FILENAME)" t nil) 20910\(fn FILENAME)" t nil)
20670 20911
20671(autoload (quote rmail-set-pop-password) "rmail" "\ 20912(autoload (quote rmail-set-remote-password) "rmail" "\
20672Set PASSWORD to be used for retrieving mail from a POP server. 20913Set PASSWORD to be used for retrieving mail from a POP or IMAP server.
20673 20914
20674\(fn PASSWORD)" t nil) 20915\(fn PASSWORD)" t nil)
20675 20916
@@ -21042,8 +21283,8 @@ This function is obsolete.
21042 21283
21043;;;*** 21284;;;***
21044 21285
21045;;;### (autoloads (ruler-mode) "ruler-mode" "ruler-mode.el" (16478 21286;;;### (autoloads (ruler-mode) "ruler-mode" "ruler-mode.el" (16908
21046;;;;;; 51572)) 21287;;;;;; 33360))
21047;;; Generated autoloads from ruler-mode.el 21288;;; Generated autoloads from ruler-mode.el
21048 21289
21049(autoload (quote ruler-mode) "ruler-mode" "\ 21290(autoload (quote ruler-mode) "ruler-mode" "\
@@ -21362,7 +21603,7 @@ enclosed in `(and ...)'.
21362;;;*** 21603;;;***
21363 21604
21364;;;### (autoloads (dsssl-mode scheme-mode) "scheme" "progmodes/scheme.el" 21605;;;### (autoloads (dsssl-mode scheme-mode) "scheme" "progmodes/scheme.el"
21365;;;;;; (16391 49851)) 21606;;;;;; (16923 3630))
21366;;; Generated autoloads from progmodes/scheme.el 21607;;; Generated autoloads from progmodes/scheme.el
21367 21608
21368(autoload (quote scheme-mode) "scheme" "\ 21609(autoload (quote scheme-mode) "scheme" "\
@@ -21464,12 +21705,13 @@ apply to all visible windows in the same frame.
21464 21705
21465;;;*** 21706;;;***
21466 21707
21467;;;### (autoloads (mail-other-frame mail-other-window mail mail-mode 21708;;;### (autoloads (mail-other-frame mail-other-window mail mail-mailing-lists
21468;;;;;; mail-default-directory mail-signature mail-personal-alias-file 21709;;;;;; mail-mode mail-default-directory mail-signature mail-citation-hook
21469;;;;;; mail-alias-file mail-default-reply-to mail-archive-file-name 21710;;;;;; mail-personal-alias-file mail-alias-file mail-default-reply-to
21470;;;;;; mail-header-separator send-mail-function mail-yank-ignored-headers 21711;;;;;; mail-archive-file-name mail-header-separator send-mail-function
21471;;;;;; mail-interactive mail-self-blind mail-specify-envelope-from 21712;;;;;; mail-yank-ignored-headers mail-interactive mail-self-blind
21472;;;;;; mail-from-style) "sendmail" "mail/sendmail.el" (16534 3809)) 21713;;;;;; mail-specify-envelope-from mail-from-style) "sendmail" "mail/sendmail.el"
21714;;;;;; (16954 46150))
21473;;; Generated autoloads from mail/sendmail.el 21715;;; Generated autoloads from mail/sendmail.el
21474 21716
21475(defvar mail-from-style (quote angles) "\ 21717(defvar mail-from-style (quote angles) "\
@@ -21516,7 +21758,7 @@ nil means let mailer mail back a message to report errors.")
21516 21758
21517(custom-autoload (quote mail-interactive) "sendmail") 21759(custom-autoload (quote mail-interactive) "sendmail")
21518 21760
21519(defvar mail-yank-ignored-headers "^via:\\|^mail-from:\\|^origin:\\|^status:\\|^remailed\\|^received:\\|^message-id:\\|^summary-line:\\|^to:\\|^subject:\\|^in-reply-to:\\|^return-path:" "\ 21761(defvar mail-yank-ignored-headers "^via:\\|^mail-from:\\|^origin:\\|^status:\\|^remailed\\|^received:\\|^message-id:\\|^summary-line:\\|^to:\\|^subject:\\|^in-reply-to:\\|^return-path:\\|^mail-reply-to:\\|^mail-followup-to:" "\
21520*Delete these headers from old message when it's inserted in a reply.") 21762*Delete these headers from old message when it's inserted in a reply.")
21521 21763
21522(custom-autoload (quote mail-yank-ignored-headers) "sendmail") 21764(custom-autoload (quote mail-yank-ignored-headers) "sendmail")
@@ -21565,6 +21807,19 @@ This file need not actually exist.")
21565 21807
21566(custom-autoload (quote mail-personal-alias-file) "sendmail") 21808(custom-autoload (quote mail-personal-alias-file) "sendmail")
21567 21809
21810(defvar mail-citation-hook nil "\
21811*Hook for modifying a citation just inserted in the mail buffer.
21812Each hook function can find the citation between (point) and (mark t),
21813and should leave point and mark around the citation text as modified.
21814The hook functions can find the header of the cited message
21815in the variable `mail-citation-header', whether or not this is included
21816in the cited portion of the message.
21817
21818If this hook is entirely empty (nil), a default action is taken
21819instead of no action.")
21820
21821(custom-autoload (quote mail-citation-hook) "sendmail")
21822
21568(defvar mail-signature nil "\ 21823(defvar mail-signature nil "\
21569*Text inserted at end of mail buffer when a message is initialized. 21824*Text inserted at end of mail buffer when a message is initialized.
21570If t, it means to insert the contents of the file `mail-signature-file'. 21825If t, it means to insert the contents of the file `mail-signature-file'.
@@ -21591,6 +21846,8 @@ Here are commands that move to a header field (and create it if there isn't):
21591 \\[mail-to] move to To: \\[mail-subject] move to Subject: 21846 \\[mail-to] move to To: \\[mail-subject] move to Subject:
21592 \\[mail-cc] move to CC: \\[mail-bcc] move to BCC: 21847 \\[mail-cc] move to CC: \\[mail-bcc] move to BCC:
21593 \\[mail-fcc] move to FCC: \\[mail-reply-to] move to Reply-To: 21848 \\[mail-fcc] move to FCC: \\[mail-reply-to] move to Reply-To:
21849 \\[mail-mail-reply-to] move to Mail-Reply-To:
21850 \\[mail-mail-followup-to] move to Mail-Followup-To:
21594\\[mail-text] mail-text (move to beginning of message text). 21851\\[mail-text] mail-text (move to beginning of message text).
21595\\[mail-signature] mail-signature (insert `mail-signature-file' file). 21852\\[mail-signature] mail-signature (insert `mail-signature-file' file).
21596\\[mail-yank-original] mail-yank-original (insert current message, in Rmail). 21853\\[mail-yank-original] mail-yank-original (insert current message, in Rmail).
@@ -21601,6 +21858,14 @@ Turning on Mail mode runs the normal hooks `text-mode-hook' and
21601 21858
21602\(fn)" t nil) 21859\(fn)" t nil)
21603 21860
21861(defvar mail-mailing-lists nil "\
21862*List of mailing list addresses the user is subscribed to.
21863
21864The variable is used to trigger insertion of the \"Mail-Followup-To\"
21865header when sending a message to a mailing list.")
21866
21867(custom-autoload (quote mail-mailing-lists) "sendmail")
21868
21604(defvar sendmail-coding-system nil "\ 21869(defvar sendmail-coding-system nil "\
21605*Coding system for encoding the outgoing mail. 21870*Coding system for encoding the outgoing mail.
21606This has higher priority than `default-buffer-file-coding-system' 21871This has higher priority than `default-buffer-file-coding-system'
@@ -21677,7 +21942,7 @@ Like `mail' command, but display mail buffer in another frame.
21677;;;*** 21942;;;***
21678 21943
21679;;;### (autoloads (server-mode server-start) "server" "server.el" 21944;;;### (autoloads (server-mode server-start) "server" "server.el"
21680;;;;;; (16764 51518)) 21945;;;;;; (16908 33360))
21681;;; Generated autoloads from server.el 21946;;; Generated autoloads from server.el
21682 21947
21683(autoload (quote server-start) "server" "\ 21948(autoload (quote server-start) "server" "\
@@ -21709,7 +21974,7 @@ Server mode runs a process that accepts commands from the
21709 21974
21710;;;*** 21975;;;***
21711 21976
21712;;;### (autoloads (ses-mode) "ses" "ses.el" (16801 58023)) 21977;;;### (autoloads (ses-mode) "ses" "ses.el" (16923 3608))
21713;;; Generated autoloads from ses.el 21978;;; Generated autoloads from ses.el
21714 21979
21715(autoload (quote ses-mode) "ses" "\ 21980(autoload (quote ses-mode) "ses" "\
@@ -21728,7 +21993,7 @@ These are active only in the minibuffer, when entering or editing a formula:
21728;;;*** 21993;;;***
21729 21994
21730;;;### (autoloads (html-mode sgml-mode) "sgml-mode" "textmodes/sgml-mode.el" 21995;;;### (autoloads (html-mode sgml-mode) "sgml-mode" "textmodes/sgml-mode.el"
21731;;;;;; (16787 16350)) 21996;;;;;; (16942 52931))
21732;;; Generated autoloads from textmodes/sgml-mode.el 21997;;; Generated autoloads from textmodes/sgml-mode.el
21733 21998
21734(autoload (quote sgml-mode) "sgml-mode" "\ 21999(autoload (quote sgml-mode) "sgml-mode" "\
@@ -21796,7 +22061,7 @@ To work around that, do:
21796;;;*** 22061;;;***
21797 22062
21798;;;### (autoloads (sh-mode) "sh-script" "progmodes/sh-script.el" 22063;;;### (autoloads (sh-mode) "sh-script" "progmodes/sh-script.el"
21799;;;;;; (16820 16328)) 22064;;;;;; (16878 27292))
21800;;; Generated autoloads from progmodes/sh-script.el 22065;;; Generated autoloads from progmodes/sh-script.el
21801 22066
21802(autoload (quote sh-mode) "sh-script" "\ 22067(autoload (quote sh-mode) "sh-script" "\
@@ -21859,7 +22124,7 @@ with your script for an edit-interpret-debug cycle.
21859 22124
21860;;;*** 22125;;;***
21861 22126
21862;;;### (autoloads (sha1) "sha1" "gnus/sha1.el" (16775 26713)) 22127;;;### (autoloads (sha1) "sha1" "gnus/sha1.el" (16908 33361))
21863;;; Generated autoloads from gnus/sha1.el 22128;;; Generated autoloads from gnus/sha1.el
21864 22129
21865(autoload (quote sha1) "sha1" "\ 22130(autoload (quote sha1) "sha1" "\
@@ -22008,7 +22273,7 @@ Otherwise, one argument `-i' is passed to the shell.
22008;;;*** 22273;;;***
22009 22274
22010;;;### (autoloads (sieve-upload-and-bury sieve-upload sieve-manage) 22275;;;### (autoloads (sieve-upload-and-bury sieve-upload sieve-manage)
22011;;;;;; "sieve" "gnus/sieve.el" (16775 26714)) 22276;;;;;; "sieve" "gnus/sieve.el" (16908 33361))
22012;;; Generated autoloads from gnus/sieve.el 22277;;; Generated autoloads from gnus/sieve.el
22013 22278
22014(autoload (quote sieve-manage) "sieve" "\ 22279(autoload (quote sieve-manage) "sieve" "\
@@ -22044,8 +22309,8 @@ Turning on Sieve mode runs `sieve-mode-hook'.
22044 22309
22045;;;*** 22310;;;***
22046 22311
22047;;;### (autoloads (simula-mode) "simula" "progmodes/simula.el" (16213 22312;;;### (autoloads (simula-mode) "simula" "progmodes/simula.el" (16858
22048;;;;;; 43282)) 22313;;;;;; 50937))
22049;;; Generated autoloads from progmodes/simula.el 22314;;; Generated autoloads from progmodes/simula.el
22050 22315
22051(autoload (quote simula-mode) "simula" "\ 22316(autoload (quote simula-mode) "simula" "\
@@ -22223,7 +22488,7 @@ Minor mode to simplify editing output from the diff3 program.
22223;;;*** 22488;;;***
22224 22489
22225;;;### (autoloads (smiley-buffer smiley-region) "smiley" "gnus/smiley.el" 22490;;;### (autoloads (smiley-buffer smiley-region) "smiley" "gnus/smiley.el"
22226;;;;;; (16719 60886)) 22491;;;;;; (16912 31021))
22227;;; Generated autoloads from gnus/smiley.el 22492;;; Generated autoloads from gnus/smiley.el
22228 22493
22229(autoload (quote smiley-region) "smiley" "\ 22494(autoload (quote smiley-region) "smiley" "\
@@ -22241,7 +22506,7 @@ interactively. If there's no argument, do it at the current buffer
22241;;;*** 22506;;;***
22242 22507
22243;;;### (autoloads (smtpmail-send-queued-mail smtpmail-send-it) "smtpmail" 22508;;;### (autoloads (smtpmail-send-queued-mail smtpmail-send-it) "smtpmail"
22244;;;;;; "mail/smtpmail.el" (16747 61767)) 22509;;;;;; "mail/smtpmail.el" (16908 33362))
22245;;; Generated autoloads from mail/smtpmail.el 22510;;; Generated autoloads from mail/smtpmail.el
22246 22511
22247(autoload (quote smtpmail-send-it) "smtpmail" "\ 22512(autoload (quote smtpmail-send-it) "smtpmail" "\
@@ -22280,7 +22545,7 @@ Snake mode keybindings:
22280;;;*** 22545;;;***
22281 22546
22282;;;### (autoloads (snmpv2-mode snmp-mode) "snmp-mode" "net/snmp-mode.el" 22547;;;### (autoloads (snmpv2-mode snmp-mode) "snmp-mode" "net/snmp-mode.el"
22283;;;;;; (16213 43280)) 22548;;;;;; (16858 50931))
22284;;; Generated autoloads from net/snmp-mode.el 22549;;; Generated autoloads from net/snmp-mode.el
22285 22550
22286(autoload (quote snmp-mode) "snmp-mode" "\ 22551(autoload (quote snmp-mode) "snmp-mode" "\
@@ -22602,8 +22867,8 @@ From a program takes two point or marker arguments, BEG and END.
22602 22867
22603;;;*** 22868;;;***
22604 22869
22605;;;### (autoloads (spam-initialize) "spam" "gnus/spam.el" (16777 22870;;;### (autoloads (spam-initialize) "spam" "gnus/spam.el" (16908
22606;;;;;; 65418)) 22871;;;;;; 33362))
22607;;; Generated autoloads from gnus/spam.el 22872;;; Generated autoloads from gnus/spam.el
22608 22873
22609(autoload (quote spam-initialize) "spam" "\ 22874(autoload (quote spam-initialize) "spam" "\
@@ -22614,7 +22879,7 @@ Install the spam.el hooks and do other initialization
22614;;;*** 22879;;;***
22615 22880
22616;;;### (autoloads (speedbar-get-focus speedbar-frame-mode) "speedbar" 22881;;;### (autoloads (speedbar-get-focus speedbar-frame-mode) "speedbar"
22617;;;;;; "speedbar.el" (16775 26708)) 22882;;;;;; "speedbar.el" (16931 6984))
22618;;; Generated autoloads from speedbar.el 22883;;; Generated autoloads from speedbar.el
22619 22884
22620(defalias (quote speedbar) (quote speedbar-frame-mode)) 22885(defalias (quote speedbar) (quote speedbar-frame-mode))
@@ -22694,8 +22959,8 @@ Return a vector containing the lines from `spook-phrases-file'.
22694;;;### (autoloads (sql-linter sql-db2 sql-interbase sql-postgres 22959;;;### (autoloads (sql-linter sql-db2 sql-interbase sql-postgres
22695;;;;;; sql-ms sql-ingres sql-solid sql-mysql sql-sqlite sql-informix 22960;;;;;; sql-ms sql-ingres sql-solid sql-mysql sql-sqlite sql-informix
22696;;;;;; sql-sybase sql-oracle sql-product-interactive sql-mode sql-help 22961;;;;;; sql-sybase sql-oracle sql-product-interactive sql-mode sql-help
22697;;;;;; sql-add-product-keywords) "sql" "progmodes/sql.el" (16536 22962;;;;;; sql-add-product-keywords) "sql" "progmodes/sql.el" (16908
22698;;;;;; 52890)) 22963;;;;;; 33362))
22699;;; Generated autoloads from progmodes/sql.el 22964;;; Generated autoloads from progmodes/sql.el
22700 22965
22701(autoload (quote sql-add-product-keywords) "sql" "\ 22966(autoload (quote sql-add-product-keywords) "sql" "\
@@ -23257,7 +23522,7 @@ Studlify-case the current buffer.
23257;;;*** 23522;;;***
23258 23523
23259;;;### (autoloads (sc-cite-original) "supercite" "mail/supercite.el" 23524;;;### (autoloads (sc-cite-original) "supercite" "mail/supercite.el"
23260;;;;;; (16808 48569)) 23525;;;;;; (16830 50349))
23261;;; Generated autoloads from mail/supercite.el 23526;;; Generated autoloads from mail/supercite.el
23262 23527
23263(autoload (quote sc-cite-original) "supercite" "\ 23528(autoload (quote sc-cite-original) "supercite" "\
@@ -23338,7 +23603,7 @@ The variable `tab-width' controls the spacing of tab stops.
23338;;;;;; table-recognize table-insert-row-column table-insert-column 23603;;;;;; table-recognize table-insert-row-column table-insert-column
23339;;;;;; table-insert-row table-insert table-point-left-cell-hook 23604;;;;;; table-insert-row table-insert table-point-left-cell-hook
23340;;;;;; table-point-entered-cell-hook table-load-hook table-cell-map-hook) 23605;;;;;; table-point-entered-cell-hook table-load-hook table-cell-map-hook)
23341;;;;;; "table" "textmodes/table.el" (16779 20952)) 23606;;;;;; "table" "textmodes/table.el" (16958 58759))
23342;;; Generated autoloads from textmodes/table.el 23607;;; Generated autoloads from textmodes/table.el
23343 23608
23344(defvar table-cell-map-hook nil "\ 23609(defvar table-cell-map-hook nil "\
@@ -23936,7 +24201,7 @@ Connect to display DISPLAY for the Emacs talk group.
23936 24201
23937;;;*** 24202;;;***
23938 24203
23939;;;### (autoloads (tar-mode) "tar-mode" "tar-mode.el" (16768 48632)) 24204;;;### (autoloads (tar-mode) "tar-mode" "tar-mode.el" (16954 46150))
23940;;; Generated autoloads from tar-mode.el 24205;;; Generated autoloads from tar-mode.el
23941 24206
23942(autoload (quote tar-mode) "tar-mode" "\ 24207(autoload (quote tar-mode) "tar-mode" "\
@@ -24038,8 +24303,8 @@ Normally input is edited in Emacs and sent a line at a time.
24038 24303
24039;;;*** 24304;;;***
24040 24305
24041;;;### (autoloads (ansi-term term make-term) "term" "term.el" (16805 24306;;;### (autoloads (ansi-term term make-term) "term" "term.el" (16829
24042;;;;;; 44920)) 24307;;;;;; 43426))
24043;;; Generated autoloads from term.el 24308;;; Generated autoloads from term.el
24044 24309
24045(autoload (quote make-term) "term" "\ 24310(autoload (quote make-term) "term" "\
@@ -24146,7 +24411,7 @@ tetris-mode keybindings:
24146;;;;;; tex-start-commands tex-start-options slitex-run-command latex-run-command 24411;;;;;; tex-start-commands tex-start-options slitex-run-command latex-run-command
24147;;;;;; tex-run-command tex-offer-save tex-main-file tex-first-line-header-regexp 24412;;;;;; tex-run-command tex-offer-save tex-main-file tex-first-line-header-regexp
24148;;;;;; tex-directory tex-shell-file-name) "tex-mode" "textmodes/tex-mode.el" 24413;;;;;; tex-directory tex-shell-file-name) "tex-mode" "textmodes/tex-mode.el"
24149;;;;;; (16820 16329)) 24414;;;;;; (16958 58759))
24150;;; Generated autoloads from textmodes/tex-mode.el 24415;;; Generated autoloads from textmodes/tex-mode.el
24151 24416
24152(defvar tex-shell-file-name nil "\ 24417(defvar tex-shell-file-name nil "\
@@ -24448,7 +24713,7 @@ Major mode to edit DocTeX files.
24448;;;*** 24713;;;***
24449 24714
24450;;;### (autoloads (texi2info texinfo-format-region texinfo-format-buffer) 24715;;;### (autoloads (texi2info texinfo-format-region texinfo-format-buffer)
24451;;;;;; "texinfmt" "textmodes/texinfmt.el" (16565 48737)) 24716;;;;;; "texinfmt" "textmodes/texinfmt.el" (16939 44105))
24452;;; Generated autoloads from textmodes/texinfmt.el 24717;;; Generated autoloads from textmodes/texinfmt.el
24453 24718
24454(autoload (quote texinfo-format-buffer) "texinfmt" "\ 24719(autoload (quote texinfo-format-buffer) "texinfmt" "\
@@ -24488,7 +24753,7 @@ if large. You can use Info-split to do this manually.
24488;;;*** 24753;;;***
24489 24754
24490;;;### (autoloads (texinfo-mode texinfo-close-quote texinfo-open-quote) 24755;;;### (autoloads (texinfo-mode texinfo-close-quote texinfo-open-quote)
24491;;;;;; "texinfo" "textmodes/texinfo.el" (16777 65419)) 24756;;;;;; "texinfo" "textmodes/texinfo.el" (16858 50941))
24492;;; Generated autoloads from textmodes/texinfo.el 24757;;; Generated autoloads from textmodes/texinfo.el
24493 24758
24494(defvar texinfo-open-quote "``" "\ 24759(defvar texinfo-open-quote "``" "\
@@ -24572,9 +24837,10 @@ value of `texinfo-mode-hook'.
24572 24837
24573;;;*** 24838;;;***
24574 24839
24575;;;### (autoloads (thai-composition-function thai-post-read-conversion 24840;;;### (autoloads (thai-auto-composition-mode thai-composition-function
24576;;;;;; thai-compose-buffer thai-compose-string thai-compose-region) 24841;;;;;; thai-post-read-conversion thai-compose-buffer thai-compose-string
24577;;;;;; "thai-util" "language/thai-util.el" (16213 43280)) 24842;;;;;; thai-compose-region) "thai-util" "language/thai-util.el"
24843;;;;;; (16954 46150))
24578;;; Generated autoloads from language/thai-util.el 24844;;; Generated autoloads from language/thai-util.el
24579 24845
24580(autoload (quote thai-compose-region) "thai-util" "\ 24846(autoload (quote thai-compose-region) "thai-util" "\
@@ -24609,6 +24875,11 @@ The return value is number of composed characters.
24609 24875
24610\(fn FROM TO PATTERN &optional STRING)" nil nil) 24876\(fn FROM TO PATTERN &optional STRING)" nil nil)
24611 24877
24878(autoload (quote thai-auto-composition-mode) "thai-util" "\
24879Minor mode for automatically correct Thai character composition.
24880
24881\(fn &optional ARG)" t nil)
24882
24612;;;*** 24883;;;***
24613 24884
24614;;;### (autoloads (list-at-point number-at-point symbol-at-point 24885;;;### (autoloads (list-at-point number-at-point symbol-at-point
@@ -24670,7 +24941,7 @@ Not documented
24670 24941
24671;;;### (autoloads (thumbs-dired-setroot thumbs-dired-show-all thumbs-dired-show-marked 24942;;;### (autoloads (thumbs-dired-setroot thumbs-dired-show-all thumbs-dired-show-marked
24672;;;;;; thumbs-show-all-from-dir thumbs-find-thumb) "thumbs" "thumbs.el" 24943;;;;;; thumbs-show-all-from-dir thumbs-find-thumb) "thumbs" "thumbs.el"
24673;;;;;; (16775 26708)) 24944;;;;;; (16908 33361))
24674;;; Generated autoloads from thumbs.el 24945;;; Generated autoloads from thumbs.el
24675 24946
24676(autoload (quote thumbs-find-thumb) "thumbs" "\ 24947(autoload (quote thumbs-find-thumb) "thumbs" "\
@@ -24812,7 +25083,7 @@ This function performs no refilling of the changed text.
24812;;;*** 25083;;;***
24813 25084
24814;;;### (autoloads (display-time-mode display-time display-time-day-and-date) 25085;;;### (autoloads (display-time-mode display-time display-time-day-and-date)
24815;;;;;; "time" "time.el" (16484 6599)) 25086;;;;;; "time" "time.el" (16908 33361))
24816;;; Generated autoloads from time.el 25087;;; Generated autoloads from time.el
24817 25088
24818(defvar display-time-day-and-date nil "\ 25089(defvar display-time-day-and-date nil "\
@@ -25076,7 +25347,7 @@ relative only to the time worked today, and not to past time.
25076 25347
25077;;;### (autoloads (with-timeout run-with-idle-timer add-timeout run-with-timer 25348;;;### (autoloads (with-timeout run-with-idle-timer add-timeout run-with-timer
25078;;;;;; run-at-time cancel-function-timers cancel-timer) "timer" 25349;;;;;; run-at-time cancel-function-timers cancel-timer) "timer"
25079;;;;;; "emacs-lisp/timer.el" (16552 32697)) 25350;;;;;; "emacs-lisp/timer.el" (16908 33361))
25080;;; Generated autoloads from emacs-lisp/timer.el 25351;;; Generated autoloads from emacs-lisp/timer.el
25081 25352
25082(defalias (quote disable-timeout) (quote cancel-timer)) 25353(defalias (quote disable-timeout) (quote cancel-timer))
@@ -25380,23 +25651,23 @@ MAP must contain appropriate binding for `[menu-bar]' which holds a keymap.
25380 25651
25381;;;*** 25652;;;***
25382 25653
25383;;;### (autoloads (tooltip-mode tooltip-mode) "tooltip" "tooltip.el" 25654;;;### (autoloads (tooltip-mode) "tooltip" "tooltip.el" (16960 18194))
25384;;;;;; (16805 44920))
25385;;; Generated autoloads from tooltip.el 25655;;; Generated autoloads from tooltip.el
25386 25656
25387(autoload (quote tooltip-mode) "tooltip" "\
25388Mode for tooltip display.
25389With ARG, turn tooltip mode on if and only if ARG is positive.
25390
25391\(fn &optional ARG)" t nil)
25392
25393(defvar tooltip-mode nil "\ 25657(defvar tooltip-mode nil "\
25394Non-nil if Tooltip mode is enabled. 25658Non-nil if Tooltip mode is enabled.
25659See the command `tooltip-mode' for a description of this minor-mode.
25395Setting this variable directly does not take effect; 25660Setting this variable directly does not take effect;
25396use either \\[customize] or the function `tooltip-mode'.") 25661use either \\[customize] or the function `tooltip-mode'.")
25397 25662
25398(custom-autoload (quote tooltip-mode) "tooltip") 25663(custom-autoload (quote tooltip-mode) "tooltip")
25399 25664
25665(autoload (quote tooltip-mode) "tooltip" "\
25666Toggle Tooltip display.
25667With ARG, turn tooltip mode on if and only if ARG is positive.
25668
25669\(fn &optional ARG)" t nil)
25670
25400;;;*** 25671;;;***
25401 25672
25402;;;### (autoloads (tpu-edt-on) "tpu-edt" "emulation/tpu-edt.el" (16812 25673;;;### (autoloads (tpu-edt-on) "tpu-edt" "emulation/tpu-edt.el" (16812
@@ -25449,7 +25720,7 @@ to a tcp server on another machine.
25449;;;*** 25720;;;***
25450 25721
25451;;;### (autoloads (trace-function-background trace-function trace-buffer) 25722;;;### (autoloads (trace-function-background trace-function trace-buffer)
25452;;;;;; "trace" "emacs-lisp/trace.el" (16213 43273)) 25723;;;;;; "trace" "emacs-lisp/trace.el" (16930 25650))
25453;;; Generated autoloads from emacs-lisp/trace.el 25724;;; Generated autoloads from emacs-lisp/trace.el
25454 25725
25455(defvar trace-buffer "*trace-output*" "\ 25726(defvar trace-buffer "*trace-output*" "\
@@ -25482,7 +25753,7 @@ the window or buffer configuration at all.
25482 25753
25483;;;### (autoloads (tramp-completion-file-name-handler tramp-file-name-handler 25754;;;### (autoloads (tramp-completion-file-name-handler tramp-file-name-handler
25484;;;;;; tramp-completion-file-name-regexp tramp-file-name-regexp) 25755;;;;;; tramp-completion-file-name-regexp tramp-file-name-regexp)
25485;;;;;; "tramp" "net/tramp.el" (16820 16328)) 25756;;;;;; "tramp" "net/tramp.el" (16958 58758))
25486;;; Generated autoloads from net/tramp.el 25757;;; Generated autoloads from net/tramp.el
25487 25758
25488(defvar tramp-unified-filenames (not (featurep (quote xemacs))) "\ 25759(defvar tramp-unified-filenames (not (featurep (quote xemacs))) "\
@@ -25610,7 +25881,7 @@ First column's text sSs Second column's text
25610;;;;;; type-break type-break-mode type-break-keystroke-threshold 25881;;;;;; type-break type-break-mode type-break-keystroke-threshold
25611;;;;;; type-break-good-break-interval type-break-good-rest-interval 25882;;;;;; type-break-good-break-interval type-break-good-rest-interval
25612;;;;;; type-break-interval type-break-mode) "type-break" "type-break.el" 25883;;;;;; type-break-interval type-break-mode) "type-break" "type-break.el"
25613;;;;;; (16768 48632)) 25884;;;;;; (16884 52115))
25614;;; Generated autoloads from type-break.el 25885;;; Generated autoloads from type-break.el
25615 25886
25616(defvar type-break-mode nil "\ 25887(defvar type-break-mode nil "\
@@ -25865,7 +26136,7 @@ of symbols with local bindings.
25865 26136
25866;;;*** 26137;;;***
25867 26138
25868;;;### (autoloads nil "url" "url/url.el" (16801 58038)) 26139;;;### (autoloads nil "url" "url/url.el" (16875 35929))
25869;;; Generated autoloads from url/url.el 26140;;; Generated autoloads from url/url.el
25870 26141
25871(defvar url-configuration-directory "~/.url") 26142(defvar url-configuration-directory "~/.url")
@@ -26130,8 +26401,8 @@ Will not make a connexion if `url-gateway-unplugged' is non-nil.
26130;;;*** 26401;;;***
26131 26402
26132;;;### (autoloads (url-insert-file-contents url-file-local-copy url-copy-file 26403;;;### (autoloads (url-insert-file-contents url-file-local-copy url-copy-file
26133;;;;;; url-handler-mode) "url-handlers" "url/url-handlers.el" (16746 26404;;;;;; url-handler-mode) "url-handlers" "url/url-handlers.el" (16829
26134;;;;;; 18215)) 26405;;;;;; 43427))
26135;;; Generated autoloads from url/url-handlers.el 26406;;; Generated autoloads from url/url-handlers.el
26136 26407
26137(defvar url-handler-mode nil "\ 26408(defvar url-handler-mode nil "\
@@ -26175,7 +26446,7 @@ Not documented
26175 26446
26176;;;### (autoloads (url-history-save-history url-history-parse-history 26447;;;### (autoloads (url-history-save-history url-history-parse-history
26177;;;;;; url-history-setup-save-timer) "url-history" "url/url-history.el" 26448;;;;;; url-history-setup-save-timer) "url-history" "url/url-history.el"
26178;;;;;; (16746 18215)) 26449;;;;;; (16930 25655))
26179;;; Generated autoloads from url/url-history.el 26450;;; Generated autoloads from url/url-history.el
26180 26451
26181(autoload (quote url-history-setup-save-timer) "url-history" "\ 26452(autoload (quote url-history-setup-save-timer) "url-history" "\
@@ -26199,7 +26470,7 @@ user for what type to save as.
26199;;;*** 26470;;;***
26200 26471
26201;;;### (autoloads (url-http-options url-http-file-attributes url-http-file-exists-p 26472;;;### (autoloads (url-http-options url-http-file-attributes url-http-file-exists-p
26202;;;;;; url-http) "url-http" "url/url-http.el" (16812 58719)) 26473;;;;;; url-http) "url-http" "url/url-http.el" (16912 31025))
26203;;; Generated autoloads from url/url-http.el 26474;;; Generated autoloads from url/url-http.el
26204 26475
26205(autoload (quote url-http) "url-http" "\ 26476(autoload (quote url-http) "url-http" "\
@@ -26569,7 +26840,7 @@ The buffer in question is current when this function is called.
26569 26840
26570;;;### (autoloads (uudecode-decode-region uudecode-decode-region-internal 26841;;;### (autoloads (uudecode-decode-region uudecode-decode-region-internal
26571;;;;;; uudecode-decode-region-external) "uudecode" "gnus/uudecode.el" 26842;;;;;; uudecode-decode-region-external) "uudecode" "gnus/uudecode.el"
26572;;;;;; (16719 60886)) 26843;;;;;; (16908 33362))
26573;;; Generated autoloads from gnus/uudecode.el 26844;;; Generated autoloads from gnus/uudecode.el
26574 26845
26575(autoload (quote uudecode-decode-region-external) "uudecode" "\ 26846(autoload (quote uudecode-decode-region-external) "uudecode" "\
@@ -26599,7 +26870,7 @@ If FILE-NAME is non-nil, save the result to FILE-NAME.
26599;;;;;; vc-directory vc-merge vc-insert-headers vc-version-other-window 26870;;;;;; vc-directory vc-merge vc-insert-headers vc-version-other-window
26600;;;;;; vc-diff vc-register vc-next-action vc-do-command edit-vc-file 26871;;;;;; vc-diff vc-register vc-next-action vc-do-command edit-vc-file
26601;;;;;; with-vc-file vc-branch-part vc-before-checkin-hook vc-checkin-hook 26872;;;;;; with-vc-file vc-branch-part vc-before-checkin-hook vc-checkin-hook
26602;;;;;; vc-checkout-hook) "vc" "vc.el" (16812 26771)) 26873;;;;;; vc-checkout-hook) "vc" "vc.el" (16930 4639))
26603;;; Generated autoloads from vc.el 26874;;; Generated autoloads from vc.el
26604 26875
26605(defvar vc-checkout-hook nil "\ 26876(defvar vc-checkout-hook nil "\
@@ -26881,7 +27152,7 @@ colors. `vc-annotate-background' specifies the background color.
26881 27152
26882;;;*** 27153;;;***
26883 27154
26884;;;### (autoloads nil "vc-arch" "vc-arch.el" (16764 51519)) 27155;;;### (autoloads nil "vc-arch" "vc-arch.el" (16866 20008))
26885;;; Generated autoloads from vc-arch.el 27156;;; Generated autoloads from vc-arch.el
26886 (defun vc-arch-registered (file) 27157 (defun vc-arch-registered (file)
26887 (if (vc-find-root file "{arch}/=tagging-method") 27158 (if (vc-find-root file "{arch}/=tagging-method")
@@ -26891,7 +27162,7 @@ colors. `vc-annotate-background' specifies the background color.
26891 27162
26892;;;*** 27163;;;***
26893 27164
26894;;;### (autoloads nil "vc-cvs" "vc-cvs.el" (16812 26771)) 27165;;;### (autoloads nil "vc-cvs" "vc-cvs.el" (16908 33361))
26895;;; Generated autoloads from vc-cvs.el 27166;;; Generated autoloads from vc-cvs.el
26896 (defun vc-cvs-registered (f) 27167 (defun vc-cvs-registered (f)
26897 (when (file-readable-p (expand-file-name 27168 (when (file-readable-p (expand-file-name
@@ -26901,7 +27172,7 @@ colors. `vc-annotate-background' specifies the background color.
26901 27172
26902;;;*** 27173;;;***
26903 27174
26904;;;### (autoloads nil "vc-mcvs" "vc-mcvs.el" (16777 65418)) 27175;;;### (autoloads nil "vc-mcvs" "vc-mcvs.el" (16908 33361))
26905;;; Generated autoloads from vc-mcvs.el 27176;;; Generated autoloads from vc-mcvs.el
26906 (defun vc-mcvs-registered (file) 27177 (defun vc-mcvs-registered (file)
26907 (if (vc-find-root file "MCVS/CVS") 27178 (if (vc-find-root file "MCVS/CVS")
@@ -26912,7 +27183,7 @@ colors. `vc-annotate-background' specifies the background color.
26912;;;*** 27183;;;***
26913 27184
26914;;;### (autoloads (vc-rcs-master-templates) "vc-rcs" "vc-rcs.el" 27185;;;### (autoloads (vc-rcs-master-templates) "vc-rcs" "vc-rcs.el"
26915;;;;;; (16801 58024)) 27186;;;;;; (16858 50920))
26916;;; Generated autoloads from vc-rcs.el 27187;;; Generated autoloads from vc-rcs.el
26917 27188
26918(defvar vc-rcs-master-templates (quote ("%sRCS/%s,v" "%s%s,v" "%sRCS/%s")) "\ 27189(defvar vc-rcs-master-templates (quote ("%sRCS/%s,v" "%s%s,v" "%sRCS/%s")) "\
@@ -26942,7 +27213,7 @@ find any project directory." (let ((project-dir (getenv "PROJECTDIR")) dirs dir)
26942 27213
26943;;;*** 27214;;;***
26944 27215
26945;;;### (autoloads nil "vc-svn" "vc-svn.el" (16683 1170)) 27216;;;### (autoloads nil "vc-svn" "vc-svn.el" (16908 33361))
26946;;; Generated autoloads from vc-svn.el 27217;;; Generated autoloads from vc-svn.el
26947 (defun vc-svn-registered (f) 27218 (defun vc-svn-registered (f)
26948 (when (file-readable-p (expand-file-name 27219 (when (file-readable-p (expand-file-name
@@ -26955,7 +27226,7 @@ find any project directory." (let ((project-dir (getenv "PROJECTDIR")) dirs dir)
26955;;;*** 27226;;;***
26956 27227
26957;;;### (autoloads (vhdl-mode) "vhdl-mode" "progmodes/vhdl-mode.el" 27228;;;### (autoloads (vhdl-mode) "vhdl-mode" "progmodes/vhdl-mode.el"
26958;;;;;; (16775 26717)) 27229;;;;;; (16858 50937))
26959;;; Generated autoloads from progmodes/vhdl-mode.el 27230;;; Generated autoloads from progmodes/vhdl-mode.el
26960 27231
26961(autoload (quote vhdl-mode) "vhdl-mode" "\ 27232(autoload (quote vhdl-mode) "vhdl-mode" "\
@@ -27806,7 +28077,7 @@ Turn on VIP emulation of VI.
27806;;;*** 28077;;;***
27807 28078
27808;;;### (autoloads (viper-mode toggle-viper-mode) "viper" "emulation/viper.el" 28079;;;### (autoloads (viper-mode toggle-viper-mode) "viper" "emulation/viper.el"
27809;;;;;; (16213 43273)) 28080;;;;;; (16923 3621))
27810;;; Generated autoloads from emulation/viper.el 28081;;; Generated autoloads from emulation/viper.el
27811 28082
27812(autoload (quote toggle-viper-mode) "viper" "\ 28083(autoload (quote toggle-viper-mode) "viper" "\
@@ -27823,7 +28094,7 @@ Turn on Viper emulation of Vi.
27823;;;*** 28094;;;***
27824 28095
27825;;;### (autoloads (warn lwarn display-warning) "warnings" "emacs-lisp/warnings.el" 28096;;;### (autoloads (warn lwarn display-warning) "warnings" "emacs-lisp/warnings.el"
27826;;;;;; (16478 51573)) 28097;;;;;; (16908 33361))
27827;;; Generated autoloads from emacs-lisp/warnings.el 28098;;; Generated autoloads from emacs-lisp/warnings.el
27828 28099
27829(defvar warning-prefix-function nil "\ 28100(defvar warning-prefix-function nil "\
@@ -27906,7 +28177,7 @@ this is equivalent to `display-warning', using
27906;;;*** 28177;;;***
27907 28178
27908;;;### (autoloads (wdired-change-to-wdired-mode) "wdired" "wdired.el" 28179;;;### (autoloads (wdired-change-to-wdired-mode) "wdired" "wdired.el"
27909;;;;;; (16644 49446)) 28180;;;;;; (16923 3610))
27910;;; Generated autoloads from wdired.el 28181;;; Generated autoloads from wdired.el
27911 28182
27912(autoload (quote wdired-change-to-wdired-mode) "wdired" "\ 28183(autoload (quote wdired-change-to-wdired-mode) "wdired" "\
@@ -28086,8 +28357,8 @@ With arg, turn widget mode on if and only if arg is positive.
28086;;;*** 28357;;;***
28087 28358
28088;;;### (autoloads (widget-setup widget-insert widget-delete widget-create 28359;;;### (autoloads (widget-setup widget-insert widget-delete widget-create
28089;;;;;; widget-prompt-value widgetp) "wid-edit" "wid-edit.el" (16820 28360;;;;;; widget-prompt-value widgetp) "wid-edit" "wid-edit.el" (16894
28090;;;;;; 16328)) 28361;;;;;; 3340))
28091;;; Generated autoloads from wid-edit.el 28362;;; Generated autoloads from wid-edit.el
28092 28363
28093(autoload (quote widgetp) "wid-edit" "\ 28364(autoload (quote widgetp) "wid-edit" "\
@@ -28202,7 +28473,7 @@ With arg, turn Winner mode on if and only if arg is positive.
28202;;;*** 28473;;;***
28203 28474
28204;;;### (autoloads (woman-find-file woman-dired-find-file woman) "woman" 28475;;;### (autoloads (woman-find-file woman-dired-find-file woman) "woman"
28205;;;;;; "woman.el" (16767 25304)) 28476;;;;;; "woman.el" (16875 35928))
28206;;; Generated autoloads from woman.el 28477;;; Generated autoloads from woman.el
28207 28478
28208(autoload (quote woman) "woman" "\ 28479(autoload (quote woman) "woman" "\
@@ -28351,7 +28622,7 @@ The key bindings are:
28351;;;*** 28622;;;***
28352 28623
28353;;;### (autoloads (xml-parse-region xml-parse-file) "xml" "xml.el" 28624;;;### (autoloads (xml-parse-region xml-parse-file) "xml" "xml.el"
28354;;;;;; (16814 63075)) 28625;;;;;; (16830 50347))
28355;;; Generated autoloads from xml.el 28626;;; Generated autoloads from xml.el
28356 28627
28357(autoload (quote xml-parse-file) "xml" "\ 28628(autoload (quote xml-parse-file) "xml" "\
@@ -28376,8 +28647,8 @@ If PARSE-NS is non-nil, then QNAMES are expanded.
28376 28647
28377;;;*** 28648;;;***
28378 28649
28379;;;### (autoloads (xterm-mouse-mode) "xt-mouse" "xt-mouse.el" (16213 28650;;;### (autoloads (xterm-mouse-mode) "xt-mouse" "xt-mouse.el" (16875
28380;;;;;; 43272)) 28651;;;;;; 35928))
28381;;; Generated autoloads from xt-mouse.el 28652;;; Generated autoloads from xt-mouse.el
28382 28653
28383(defvar xterm-mouse-mode nil "\ 28654(defvar xterm-mouse-mode nil "\
@@ -28441,7 +28712,7 @@ Zippy goes to the analyst.
28441 28712
28442;;;*** 28713;;;***
28443 28714
28444;;;### (autoloads (zone) "zone" "play/zone.el" (16423 23573)) 28715;;;### (autoloads (zone) "zone" "play/zone.el" (16858 50933))
28445;;; Generated autoloads from play/zone.el 28716;;; Generated autoloads from play/zone.el
28446 28717
28447(autoload (quote zone) "zone" "\ 28718(autoload (quote zone) "zone" "\
@@ -28492,11 +28763,11 @@ Zone-mode does two things:
28492;;;;;; "calendar/cal-coptic.el" "calendar/cal-french.el" "calendar/cal-islam.el" 28763;;;;;; "calendar/cal-coptic.el" "calendar/cal-french.el" "calendar/cal-islam.el"
28493;;;;;; "calendar/cal-iso.el" "calendar/cal-julian.el" "calendar/cal-mayan.el" 28764;;;;;; "calendar/cal-iso.el" "calendar/cal-julian.el" "calendar/cal-mayan.el"
28494;;;;;; "calendar/cal-menu.el" "calendar/cal-move.el" "calendar/cal-persia.el" 28765;;;;;; "calendar/cal-menu.el" "calendar/cal-move.el" "calendar/cal-persia.el"
28495;;;;;; "calendar/cal-tex.el" "calendar/cal-x.el" "calendar/icalendar.el" 28766;;;;;; "calendar/cal-tex.el" "calendar/cal-x.el" "case-table.el"
28496;;;;;; "case-table.el" "cdl.el" "cus-dep.el" "cus-load.el" "cus-start.el" 28767;;;;;; "cdl.el" "cus-dep.el" "cus-start.el" "custom.el" "dos-fns.el"
28497;;;;;; "custom.el" "dos-fns.el" "dos-vars.el" "dos-w32.el" "ediff-diff.el" 28768;;;;;; "dos-vars.el" "dos-w32.el" "ediff-diff.el" "ediff-init.el"
28498;;;;;; "ediff-init.el" "ediff-merg.el" "ediff-ptch.el" "ediff-vers.el" 28769;;;;;; "ediff-merg.el" "ediff-ptch.el" "ediff-vers.el" "ediff-wind.el"
28499;;;;;; "ediff-wind.el" "electric.el" "emacs-lisp/assoc.el" "emacs-lisp/authors.el" 28770;;;;;; "electric.el" "emacs-lisp/assoc.el" "emacs-lisp/authors.el"
28500;;;;;; "emacs-lisp/bindat.el" "emacs-lisp/byte-opt.el" "emacs-lisp/byte-run.el" 28771;;;;;; "emacs-lisp/bindat.el" "emacs-lisp/byte-opt.el" "emacs-lisp/byte-run.el"
28501;;;;;; "emacs-lisp/cl-compat.el" "emacs-lisp/cl-extra.el" "emacs-lisp/cl-macs.el" 28772;;;;;; "emacs-lisp/cl-compat.el" "emacs-lisp/cl-extra.el" "emacs-lisp/cl-macs.el"
28502;;;;;; "emacs-lisp/cl-seq.el" "emacs-lisp/cl-specs.el" "emacs-lisp/cust-print.el" 28773;;;;;; "emacs-lisp/cl-seq.el" "emacs-lisp/cl-specs.el" "emacs-lisp/cust-print.el"
@@ -28516,28 +28787,28 @@ Zone-mode does two things:
28516;;;;;; "eshell/em-pred.el" "eshell/em-prompt.el" "eshell/em-rebind.el" 28787;;;;;; "eshell/em-pred.el" "eshell/em-prompt.el" "eshell/em-rebind.el"
28517;;;;;; "eshell/em-script.el" "eshell/em-smart.el" "eshell/em-term.el" 28788;;;;;; "eshell/em-script.el" "eshell/em-smart.el" "eshell/em-term.el"
28518;;;;;; "eshell/em-unix.el" "eshell/em-xtra.el" "eshell/esh-arg.el" 28789;;;;;; "eshell/em-unix.el" "eshell/em-xtra.el" "eshell/esh-arg.el"
28519;;;;;; "eshell/esh-cmd.el" "eshell/esh-ext.el" "eshell/esh-groups.el" 28790;;;;;; "eshell/esh-cmd.el" "eshell/esh-ext.el" "eshell/esh-io.el"
28520;;;;;; "eshell/esh-io.el" "eshell/esh-maint.el" "eshell/esh-module.el" 28791;;;;;; "eshell/esh-maint.el" "eshell/esh-module.el" "eshell/esh-opt.el"
28521;;;;;; "eshell/esh-opt.el" "eshell/esh-proc.el" "eshell/esh-util.el" 28792;;;;;; "eshell/esh-proc.el" "eshell/esh-util.el" "eshell/esh-var.el"
28522;;;;;; "eshell/esh-var.el" "faces.el" "files.el" "filesets.el" "finder-inf.el" 28793;;;;;; "faces.el" "files.el" "filesets.el" "foldout.el" "font-core.el"
28523;;;;;; "foldout.el" "font-core.el" "format.el" "forms-d2.el" "forms-pass.el" 28794;;;;;; "format.el" "forms-d2.el" "forms-pass.el" "frame.el" "generic-x.el"
28524;;;;;; "frame.el" "generic-x.el" "gnus/compface.el" "gnus/dig.el" 28795;;;;;; "gnus/compface.el" "gnus/dig.el" "gnus/dns.el" "gnus/format-spec.el"
28525;;;;;; "gnus/dns.el" "gnus/format-spec.el" "gnus/gnus-async.el" 28796;;;;;; "gnus/gnus-async.el" "gnus/gnus-bcklg.el" "gnus/gnus-cite.el"
28526;;;;;; "gnus/gnus-bcklg.el" "gnus/gnus-cite.el" "gnus/gnus-cus.el" 28797;;;;;; "gnus/gnus-cus.el" "gnus/gnus-demon.el" "gnus/gnus-diary.el"
28527;;;;;; "gnus/gnus-demon.el" "gnus/gnus-diary.el" "gnus/gnus-dup.el" 28798;;;;;; "gnus/gnus-dup.el" "gnus/gnus-eform.el" "gnus/gnus-ems.el"
28528;;;;;; "gnus/gnus-eform.el" "gnus/gnus-ems.el" "gnus/gnus-gl.el" 28799;;;;;; "gnus/gnus-gl.el" "gnus/gnus-int.el" "gnus/gnus-logic.el"
28529;;;;;; "gnus/gnus-int.el" "gnus/gnus-logic.el" "gnus/gnus-mh.el" 28800;;;;;; "gnus/gnus-mh.el" "gnus/gnus-nocem.el" "gnus/gnus-salt.el"
28530;;;;;; "gnus/gnus-nocem.el" "gnus/gnus-salt.el" "gnus/gnus-score.el" 28801;;;;;; "gnus/gnus-score.el" "gnus/gnus-setup.el" "gnus/gnus-srvr.el"
28531;;;;;; "gnus/gnus-setup.el" "gnus/gnus-srvr.el" "gnus/gnus-sum.el" 28802;;;;;; "gnus/gnus-sum.el" "gnus/gnus-topic.el" "gnus/gnus-undo.el"
28532;;;;;; "gnus/gnus-topic.el" "gnus/gnus-undo.el" "gnus/gnus-util.el" 28803;;;;;; "gnus/gnus-util.el" "gnus/gnus-uu.el" "gnus/gnus-vm.el" "gnus/hex-util.el"
28533;;;;;; "gnus/gnus-uu.el" "gnus/gnus-vm.el" "gnus/hex-util.el" "gnus/ietf-drums.el" 28804;;;;;; "gnus/ietf-drums.el" "gnus/imap.el" "gnus/legacy-gnus-agent.el"
28534;;;;;; "gnus/imap.el" "gnus/legacy-gnus-agent.el" "gnus/mail-parse.el" 28805;;;;;; "gnus/mail-parse.el" "gnus/mail-prsvr.el" "gnus/mail-source.el"
28535;;;;;; "gnus/mail-prsvr.el" "gnus/mail-source.el" "gnus/mailcap.el" 28806;;;;;; "gnus/mailcap.el" "gnus/messcompat.el" "gnus/mm-bodies.el"
28536;;;;;; "gnus/messcompat.el" "gnus/mm-bodies.el" "gnus/mm-decode.el" 28807;;;;;; "gnus/mm-decode.el" "gnus/mm-encode.el" "gnus/mm-util.el"
28537;;;;;; "gnus/mm-encode.el" "gnus/mm-util.el" "gnus/mm-view.el" "gnus/mml-sec.el" 28808;;;;;; "gnus/mm-view.el" "gnus/mml-sec.el" "gnus/mml-smime.el" "gnus/mml.el"
28538;;;;;; "gnus/mml-smime.el" "gnus/mml.el" "gnus/nnagent.el" "gnus/nnbabyl.el" 28809;;;;;; "gnus/nnagent.el" "gnus/nnbabyl.el" "gnus/nndb.el" "gnus/nndir.el"
28539;;;;;; "gnus/nndb.el" "gnus/nndir.el" "gnus/nndraft.el" "gnus/nneething.el" 28810;;;;;; "gnus/nndraft.el" "gnus/nneething.el" "gnus/nngateway.el"
28540;;;;;; "gnus/nngateway.el" "gnus/nnheader.el" "gnus/nnimap.el" "gnus/nnlistserv.el" 28811;;;;;; "gnus/nnheader.el" "gnus/nnimap.el" "gnus/nnlistserv.el"
28541;;;;;; "gnus/nnmail.el" "gnus/nnmaildir.el" "gnus/nnmbox.el" "gnus/nnmh.el" 28812;;;;;; "gnus/nnmail.el" "gnus/nnmaildir.el" "gnus/nnmbox.el" "gnus/nnmh.el"
28542;;;;;; "gnus/nnnil.el" "gnus/nnoo.el" "gnus/nnrss.el" "gnus/nnslashdot.el" 28813;;;;;; "gnus/nnnil.el" "gnus/nnoo.el" "gnus/nnrss.el" "gnus/nnslashdot.el"
28543;;;;;; "gnus/nnspool.el" "gnus/nntp.el" "gnus/nnultimate.el" "gnus/nnvirtual.el" 28814;;;;;; "gnus/nnspool.el" "gnus/nntp.el" "gnus/nnultimate.el" "gnus/nnvirtual.el"
@@ -28565,10 +28836,10 @@ Zone-mode does two things:
28565;;;;;; "language/japanese.el" "language/kannada.el" "language/korean.el" 28836;;;;;; "language/japanese.el" "language/kannada.el" "language/korean.el"
28566;;;;;; "language/lao.el" "language/malayalam.el" "language/misc-lang.el" 28837;;;;;; "language/lao.el" "language/malayalam.el" "language/misc-lang.el"
28567;;;;;; "language/romanian.el" "language/slovak.el" "language/tamil.el" 28838;;;;;; "language/romanian.el" "language/slovak.el" "language/tamil.el"
28568;;;;;; "language/thai.el" "language/tibetan.el" "language/utf-8-lang.el" 28839;;;;;; "language/thai-word.el" "language/thai.el" "language/tibetan.el"
28569;;;;;; "language/vietnamese.el" "ldefs-boot.el" "loadup.el" "mail/blessmail.el" 28840;;;;;; "language/utf-8-lang.el" "language/vietnamese.el" "ldefs-boot.el"
28570;;;;;; "mail/mailheader.el" "mail/mailpost.el" "mail/mspools.el" 28841;;;;;; "loadup.el" "mail/blessmail.el" "mail/mailheader.el" "mail/mailpost.el"
28571;;;;;; "mail/rfc2368.el" "mail/rfc822.el" "mail/rmail-spam-filter.el" 28842;;;;;; "mail/mspools.el" "mail/rfc2368.el" "mail/rfc822.el" "mail/rmail-spam-filter.el"
28572;;;;;; "mail/uce.el" "mail/vms-pmail.el" "mh-e/mh-acros.el" "mh-e/mh-alias.el" 28843;;;;;; "mail/uce.el" "mail/vms-pmail.el" "mh-e/mh-acros.el" "mh-e/mh-alias.el"
28573;;;;;; "mh-e/mh-customize.el" "mh-e/mh-funcs.el" "mh-e/mh-gnus.el" 28844;;;;;; "mh-e/mh-customize.el" "mh-e/mh-funcs.el" "mh-e/mh-gnus.el"
28574;;;;;; "mh-e/mh-identity.el" "mh-e/mh-inc.el" "mh-e/mh-index.el" 28845;;;;;; "mh-e/mh-identity.el" "mh-e/mh-inc.el" "mh-e/mh-index.el"
@@ -28579,27 +28850,27 @@ Zone-mode does two things:
28579;;;;;; "net/eudcb-ph.el" "net/ldap.el" "net/netrc.el" "net/tls.el" 28850;;;;;; "net/eudcb-ph.el" "net/ldap.el" "net/netrc.el" "net/tls.el"
28580;;;;;; "net/tramp-ftp.el" "net/tramp-smb.el" "net/tramp-util.el" 28851;;;;;; "net/tramp-ftp.el" "net/tramp-smb.el" "net/tramp-util.el"
28581;;;;;; "net/tramp-uu.el" "net/tramp-vc.el" "net/trampver.el" "obsolete/awk-mode.el" 28852;;;;;; "net/tramp-uu.el" "net/tramp-vc.el" "net/trampver.el" "obsolete/awk-mode.el"
28582;;;;;; "obsolete/float.el" "obsolete/hilit19.el" "obsolete/mlsupport.el" 28853;;;;;; "obsolete/float.el" "obsolete/hilit19.el" "obsolete/keyswap.el"
28583;;;;;; "obsolete/ooutline.el" "obsolete/profile.el" "obsolete/rnews.el" 28854;;;;;; "obsolete/mlsupport.el" "obsolete/ooutline.el" "obsolete/profile.el"
28584;;;;;; "obsolete/sc.el" "obsolete/sun-curs.el" "obsolete/sun-fns.el" 28855;;;;;; "obsolete/rnews.el" "obsolete/sc.el" "obsolete/sun-curs.el"
28585;;;;;; "obsolete/uncompress.el" "obsolete/x-apollo.el" "obsolete/x-menu.el" 28856;;;;;; "obsolete/sun-fns.el" "obsolete/uncompress.el" "obsolete/x-apollo.el"
28586;;;;;; "patcomp.el" "paths.el" "pcvs-info.el" "pcvs-parse.el" "pcvs-util.el" 28857;;;;;; "obsolete/x-menu.el" "patcomp.el" "paths.el" "pcvs-info.el"
28587;;;;;; "play/gamegrid.el" "play/gametree.el" "play/meese.el" "progmodes/ada-prj.el" 28858;;;;;; "pcvs-parse.el" "pcvs-util.el" "play/gamegrid.el" "play/gametree.el"
28588;;;;;; "progmodes/cc-align.el" "progmodes/cc-awk.el" "progmodes/cc-bytecomp.el" 28859;;;;;; "play/meese.el" "progmodes/ada-prj.el" "progmodes/cc-align.el"
28589;;;;;; "progmodes/cc-cmds.el" "progmodes/cc-compat.el" "progmodes/cc-defs.el" 28860;;;;;; "progmodes/cc-awk.el" "progmodes/cc-bytecomp.el" "progmodes/cc-cmds.el"
28590;;;;;; "progmodes/cc-engine.el" "progmodes/cc-fonts.el" "progmodes/cc-langs.el" 28861;;;;;; "progmodes/cc-compat.el" "progmodes/cc-defs.el" "progmodes/cc-engine.el"
28591;;;;;; "progmodes/cc-menus.el" "progmodes/cc-vars.el" "progmodes/ebnf-abn.el" 28862;;;;;; "progmodes/cc-fonts.el" "progmodes/cc-langs.el" "progmodes/cc-menus.el"
28592;;;;;; "progmodes/ebnf-bnf.el" "progmodes/ebnf-dtd.el" "progmodes/ebnf-ebx.el" 28863;;;;;; "progmodes/cc-vars.el" "progmodes/ebnf-abn.el" "progmodes/ebnf-bnf.el"
28593;;;;;; "progmodes/ebnf-iso.el" "progmodes/ebnf-otz.el" "progmodes/ebnf-yac.el" 28864;;;;;; "progmodes/ebnf-dtd.el" "progmodes/ebnf-ebx.el" "progmodes/ebnf-iso.el"
28594;;;;;; "progmodes/idlw-help.el" "progmodes/idlw-rinfo.el" "progmodes/idlw-toolbar.el" 28865;;;;;; "progmodes/ebnf-otz.el" "progmodes/ebnf-yac.el" "progmodes/idlw-help.el"
28595;;;;;; "progmodes/mantemp.el" "progmodes/xscheme.el" "register.el" 28866;;;;;; "progmodes/idlw-rinfo.el" "progmodes/idlw-toolbar.el" "progmodes/mantemp.el"
28596;;;;;; "replace.el" "s-region.el" "saveplace.el" "scroll-bar.el" 28867;;;;;; "progmodes/xscheme.el" "register.el" "replace.el" "s-region.el"
28597;;;;;; "select.el" "simple.el" "soundex.el" "startup.el" "subdirs.el" 28868;;;;;; "saveplace.el" "scroll-bar.el" "select.el" "simple.el" "soundex.el"
28598;;;;;; "subr.el" "tempo.el" "term/AT386.el" "term/apollo.el" "term/bg-mouse.el" 28869;;;;;; "startup.el" "subdirs.el" "subr.el" "tempo.el" "term/AT386.el"
28599;;;;;; "term/bobcat.el" "term/internal.el" "term/iris-ansi.el" "term/keyswap.el" 28870;;;;;; "term/apollo.el" "term/bg-mouse.el" "term/bobcat.el" "term/internal.el"
28600;;;;;; "term/linux.el" "term/lk201.el" "term/mac-win.el" "term/news.el" 28871;;;;;; "term/iris-ansi.el" "term/linux.el" "term/lk201.el" "term/mac-win.el"
28601;;;;;; "term/pc-win.el" "term/rxvt.el" "term/sun-mouse.el" "term/sun.el" 28872;;;;;; "term/news.el" "term/pc-win.el" "term/rxvt.el" "term/sun-mouse.el"
28602;;;;;; "term/sup-mouse.el" "term/tty-colors.el" "term/tvi970.el" 28873;;;;;; "term/sun.el" "term/sup-mouse.el" "term/tty-colors.el" "term/tvi970.el"
28603;;;;;; "term/vt100.el" "term/vt102.el" "term/vt125.el" "term/vt200.el" 28874;;;;;; "term/vt100.el" "term/vt102.el" "term/vt125.el" "term/vt200.el"
28604;;;;;; "term/vt201.el" "term/vt220.el" "term/vt240.el" "term/vt300.el" 28875;;;;;; "term/vt201.el" "term/vt220.el" "term/vt240.el" "term/vt300.el"
28605;;;;;; "term/vt320.el" "term/vt400.el" "term/vt420.el" "term/w32-win.el" 28876;;;;;; "term/vt320.el" "term/vt400.el" "term/vt420.el" "term/w32-win.el"
@@ -28607,15 +28878,15 @@ Zone-mode does two things:
28607;;;;;; "textmodes/fill.el" "textmodes/makeinfo.el" "textmodes/page-ext.el" 28878;;;;;; "textmodes/fill.el" "textmodes/makeinfo.el" "textmodes/page-ext.el"
28608;;;;;; "textmodes/page.el" "textmodes/paragraphs.el" "textmodes/refbib.el" 28879;;;;;; "textmodes/page.el" "textmodes/paragraphs.el" "textmodes/refbib.el"
28609;;;;;; "textmodes/refer.el" "textmodes/reftex-auc.el" "textmodes/reftex-dcr.el" 28880;;;;;; "textmodes/refer.el" "textmodes/reftex-auc.el" "textmodes/reftex-dcr.el"
28610;;;;;; "textmodes/reftex-global.el" "textmodes/reftex-ref.el" "textmodes/reftex-sel.el" 28881;;;;;; "textmodes/reftex-ref.el" "textmodes/reftex-sel.el" "textmodes/reftex-toc.el"
28611;;;;;; "textmodes/reftex-toc.el" "textmodes/reftex-vars.el" "textmodes/texnfo-upd.el" 28882;;;;;; "textmodes/reftex-vars.el" "textmodes/texnfo-upd.el" "textmodes/text-mode.el"
28612;;;;;; "textmodes/text-mode.el" "timezone.el" "tree-widget.el" "uniquify.el" 28883;;;;;; "timezone.el" "tree-widget.el" "uniquify.el" "url/url-about.el"
28613;;;;;; "url/url-about.el" "url/url-dired.el" "url/url-expand.el" 28884;;;;;; "url/url-dired.el" "url/url-expand.el" "url/url-ftp.el" "url/url-https.el"
28614;;;;;; "url/url-ftp.el" "url/url-https.el" "url/url-imap.el" "url/url-methods.el" 28885;;;;;; "url/url-imap.el" "url/url-methods.el" "url/url-nfs.el" "url/url-proxy.el"
28615;;;;;; "url/url-nfs.el" "url/url-proxy.el" "url/url-vars.el" "url/vc-dav.el" 28886;;;;;; "url/url-vars.el" "url/vc-dav.el" "vc-hooks.el" "vcursor.el"
28616;;;;;; "vc-hooks.el" "vcursor.el" "version.el" "vms-patch.el" "vmsproc.el" 28887;;;;;; "version.el" "vms-patch.el" "vmsproc.el" "vt-control.el"
28617;;;;;; "vt-control.el" "vt100-led.el" "w32-fns.el" "w32-vars.el" 28888;;;;;; "vt100-led.el" "w32-fns.el" "w32-vars.el" "widget.el" "window.el"
28618;;;;;; "widget.el" "window.el" "x-dnd.el") (16820 23750 66854)) 28889;;;;;; "x-dnd.el") (16960 18483 123965))
28619 28890
28620;;;*** 28891;;;***
28621 28892
diff --git a/lisp/man.el b/lisp/man.el
index 02661c55517..8c384028e17 100644
--- a/lisp/man.el
+++ b/lisp/man.el
@@ -1305,7 +1305,9 @@ Specify which REFERENCE to use; default is based on word at point."
1305 (error "There are no references in the current man page") 1305 (error "There are no references in the current man page")
1306 (list (let* ((default (or 1306 (list (let* ((default (or
1307 (car (all-completions 1307 (car (all-completions
1308 (let ((word (Man-possibly-hyphenated-word))) 1308 (let ((word
1309 (or (Man-possibly-hyphenated-word)
1310 "")))
1309 ;; strip a trailing '-': 1311 ;; strip a trailing '-':
1310 (if (string-match "-$" word) 1312 (if (string-match "-$" word)
1311 (substring word 0 1313 (substring word 0
diff --git a/lisp/menu-bar.el b/lisp/menu-bar.el
index 8dfb6a792df..d988cae1260 100644
--- a/lisp/menu-bar.el
+++ b/lisp/menu-bar.el
@@ -1,6 +1,7 @@
1;;; menu-bar.el --- define a default menu bar 1;;; menu-bar.el --- define a default menu bar
2 2
3;; Copyright (C) 1993,94,1995,2000,01,02,2003 Free Software Foundation, Inc. 3;; Copyright (C) 1993, 1994, 1995, 2000, 2001, 2002, 2003, 2005
4;; Free Software Foundation, Inc.
4 5
5;; Author: RMS 6;; Author: RMS
6;; Maintainer: FSF 7;; Maintainer: FSF
@@ -596,7 +597,7 @@ DOC is the text to use for the menu entry.
596HELP is the text to use for the tooltip. 597HELP is the text to use for the tooltip.
597PROPS are additional properties." 598PROPS are additional properties."
598 `'(menu-item ,doc ,fname 599 `'(menu-item ,doc ,fname
599 ,@(if props props) 600 ,@props
600 :help ,help 601 :help ,help
601 :button (:toggle . (and (default-boundp ',fname) 602 :button (:toggle . (and (default-boundp ',fname)
602 (default-value ',fname))))) 603 (default-value ',fname)))))
@@ -693,18 +694,10 @@ by \"Save Options\" in Custom buffers.")
693(define-key menu-bar-showhide-menu [linecolumn-separator] 694(define-key menu-bar-showhide-menu [linecolumn-separator]
694 '("--")) 695 '("--"))
695 696
696(defun showhide-date-time ()
697 "Toggle whether to show date and time in the mode-line."
698 (interactive)
699 (if (display-time-mode)
700 (message "Display-time mode enabled.")
701 (message "Display-time mode disabled."))
702 (customize-mark-as-set 'display-time-mode))
703
704(define-key menu-bar-showhide-menu [showhide-date-time] 697(define-key menu-bar-showhide-menu [showhide-date-time]
705 '(menu-item "Date, Time and Mail" showhide-date-time 698 (menu-bar-make-mm-toggle display-time-mode
706 :help "Display date, time, mail status in mode line" 699 "Date, Time and Mail"
707 :button (:toggle . display-time-mode))) 700 "Display date, time, mail status in mode line"))
708 701
709(define-key menu-bar-showhide-menu [datetime-separator] 702(define-key menu-bar-showhide-menu [datetime-separator]
710 '("--")) 703 '("--"))
diff --git a/lisp/net/tramp-smb.el b/lisp/net/tramp-smb.el
index 55ab9e693f1..ebdbc354ec4 100644
--- a/lisp/net/tramp-smb.el
+++ b/lisp/net/tramp-smb.el
@@ -1,8 +1,8 @@
1;;; tramp-smb.el --- Tramp access functions for SMB servers -*- coding: iso-8859-1; -*- 1;;; tramp-smb.el --- Tramp access functions for SMB servers -*- coding: iso-8859-1; -*-
2 2
3;; Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc. 3;; Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
4 4
5;; Author: Michael Albinus <Michael.Albinus@alcatel.de> 5;; Author: Michael Albinus <michael.albinus@gmx.de>
6;; Keywords: comm, processes 6;; Keywords: comm, processes
7 7
8;; This file is part of GNU Emacs. 8;; This file is part of GNU Emacs.
@@ -75,7 +75,7 @@
75 :group 'tramp 75 :group 'tramp
76 :type 'string) 76 :type 'string)
77 77
78(defconst tramp-smb-prompt "^smb: \\S-+> \\|^\\s-+Server\\s-+Comment$" 78(defconst tramp-smb-prompt "^smb: .+> \\|^\\s-+Server\\s-+Comment$"
79 "Regexp used as prompt in smbclient.") 79 "Regexp used as prompt in smbclient.")
80 80
81(defconst tramp-smb-errors 81(defconst tramp-smb-errors
@@ -235,10 +235,7 @@ KEEP-DATE is not handled in case NEWNAME resides on an SMB server."
235 (file-exists-p newname)) 235 (file-exists-p newname))
236 (error "copy-file: file %s already exists" newname)) 236 (error "copy-file: file %s already exists" newname))
237 237
238; (with-parsed-tramp-file-name newname nil 238 (with-parsed-tramp-file-name newname nil
239 (let (user host localname)
240 (with-parsed-tramp-file-name newname l
241 (setq user l-user host l-host localname l-localname))
242 (save-excursion 239 (save-excursion
243 (let ((share (tramp-smb-get-share localname)) 240 (let ((share (tramp-smb-get-share localname))
244 (file (tramp-smb-get-localname localname t))) 241 (file (tramp-smb-get-localname localname t)))
@@ -258,59 +255,46 @@ KEEP-DATE is not handled in case NEWNAME resides on an SMB server."
258(defun tramp-smb-handle-delete-directory (directory) 255(defun tramp-smb-handle-delete-directory (directory)
259 "Like `delete-directory' for tramp files." 256 "Like `delete-directory' for tramp files."
260 (setq directory (directory-file-name (expand-file-name directory))) 257 (setq directory (directory-file-name (expand-file-name directory)))
261 (unless (file-exists-p directory) 258 (when (file-exists-p directory)
262 (error "Cannot delete non-existing directory `%s'" directory)) 259 (with-parsed-tramp-file-name directory nil
263; (with-parsed-tramp-file-name directory nil 260 (save-excursion
264 (let (user host localname) 261 (let ((share (tramp-smb-get-share localname))
265 (with-parsed-tramp-file-name directory l 262 (dir (tramp-smb-get-localname (file-name-directory localname) t))
266 (setq user l-user host l-host localname l-localname)) 263 (file (file-name-nondirectory localname)))
267 (save-excursion 264 (tramp-smb-maybe-open-connection user host share)
268 (let ((share (tramp-smb-get-share localname)) 265 (if (and
269 (dir (tramp-smb-get-localname (file-name-directory localname) t)) 266 (tramp-smb-send-command user host (format "cd \"%s\"" dir))
270 (file (file-name-nondirectory localname))) 267 (tramp-smb-send-command user host (format "rmdir \"%s\"" file)))
271 (tramp-smb-maybe-open-connection user host share) 268 ;; Go Home
272 (if (and 269 (tramp-smb-send-command user host (format "cd \\"))
273 (tramp-smb-send-command user host (format "cd \"%s\"" dir)) 270 ;; Error
274 (tramp-smb-send-command user host (format "rmdir \"%s\"" file)))
275 ;; Go Home
276 (tramp-smb-send-command user host (format "cd \\")) 271 (tramp-smb-send-command user host (format "cd \\"))
277 ;; Error 272 (error "Cannot delete directory `%s'" directory)))))))
278 (tramp-smb-send-command user host (format "cd \\"))
279 (error "Cannot delete directory `%s'" directory))))))
280 273
281(defun tramp-smb-handle-delete-file (filename) 274(defun tramp-smb-handle-delete-file (filename)
282 "Like `delete-file' for tramp files." 275 "Like `delete-file' for tramp files."
283 (setq filename (expand-file-name filename)) 276 (setq filename (expand-file-name filename))
284 (unless (file-exists-p filename) 277 (when (file-exists-p filename)
285 (error "Cannot delete non-existing file `%s'" filename)) 278 (with-parsed-tramp-file-name filename nil
286; (with-parsed-tramp-file-name filename nil 279 (save-excursion
287 (let (user host localname) 280 (let ((share (tramp-smb-get-share localname))
288 (with-parsed-tramp-file-name filename l 281 (dir (tramp-smb-get-localname (file-name-directory localname) t))
289 (setq user l-user host l-host localname l-localname)) 282 (file (file-name-nondirectory localname)))
290 (save-excursion 283 (tramp-smb-maybe-open-connection user host share)
291 (let ((share (tramp-smb-get-share localname)) 284 (if (and
292 (dir (tramp-smb-get-localname (file-name-directory localname) t)) 285 (tramp-smb-send-command user host (format "cd \"%s\"" dir))
293 (file (file-name-nondirectory localname))) 286 (tramp-smb-send-command user host (format "rm \"%s\"" file)))
294 (unless (file-exists-p filename) 287 ;; Go Home
295 (error "Cannot delete non-existing file `%s'" filename)) 288 (tramp-smb-send-command user host (format "cd \\"))
296 (tramp-smb-maybe-open-connection user host share) 289 ;; Error
297 (if (and
298 (tramp-smb-send-command user host (format "cd \"%s\"" dir))
299 (tramp-smb-send-command user host (format "rm \"%s\"" file)))
300 ;; Go Home
301 (tramp-smb-send-command user host (format "cd \\")) 290 (tramp-smb-send-command user host (format "cd \\"))
302 ;; Error 291 (error "Cannot delete file `%s'" filename)))))))
303 (tramp-smb-send-command user host (format "cd \\"))
304 (error "Cannot delete file `%s'" filename))))))
305 292
306(defun tramp-smb-handle-directory-files 293(defun tramp-smb-handle-directory-files
307 (directory &optional full match nosort) 294 (directory &optional full match nosort)
308 "Like `directory-files' for tramp files." 295 "Like `directory-files' for tramp files."
309 (setq directory (directory-file-name (expand-file-name directory))) 296 (setq directory (directory-file-name (expand-file-name directory)))
310; (with-parsed-tramp-file-name directory nil 297 (with-parsed-tramp-file-name directory nil
311 (let (user host localname)
312 (with-parsed-tramp-file-name directory l
313 (setq user l-user host l-host localname l-localname))
314 (save-excursion 298 (save-excursion
315 (let* ((share (tramp-smb-get-share localname)) 299 (let* ((share (tramp-smb-get-share localname))
316 (file (tramp-smb-get-localname localname nil)) 300 (file (tramp-smb-get-localname localname nil))
@@ -340,17 +324,14 @@ KEEP-DATE is not handled in case NEWNAME resides on an SMB server."
340 (mapcar 324 (mapcar
341 (lambda (x) 325 (lambda (x)
342 ;; We cannot call `file-attributes' for backward compatibility reasons. 326 ;; We cannot call `file-attributes' for backward compatibility reasons.
343 ;; Its optional parameter ID-FORMAT is introduced with Emacs 22.1. 327 ;; Its optional parameter ID-FORMAT is introduced with Emacs 22.
344 (cons x (tramp-smb-handle-file-attributes 328 (cons x (tramp-smb-handle-file-attributes
345 (if full x (concat (file-name-as-directory directory) x)) id-format))) 329 (if full x (concat (file-name-as-directory directory) x)) id-format)))
346 (directory-files directory full match nosort))) 330 (directory-files directory full match nosort)))
347 331
348(defun tramp-smb-handle-file-attributes (filename &optional id-format) 332(defun tramp-smb-handle-file-attributes (filename &optional id-format)
349 "Like `file-attributes' for tramp files." 333 "Like `file-attributes' for tramp files."
350; (with-parsed-tramp-file-name filename nil 334 (with-parsed-tramp-file-name filename nil
351 (let (user host localname)
352 (with-parsed-tramp-file-name filename l
353 (setq user l-user host l-host localname l-localname))
354 (save-excursion 335 (save-excursion
355 (let* ((share (tramp-smb-get-share localname)) 336 (let* ((share (tramp-smb-get-share localname))
356 (file (tramp-smb-get-localname localname nil)) 337 (file (tramp-smb-get-localname localname nil))
@@ -380,10 +361,7 @@ KEEP-DATE is not handled in case NEWNAME resides on an SMB server."
380 361
381(defun tramp-smb-handle-file-directory-p (filename) 362(defun tramp-smb-handle-file-directory-p (filename)
382 "Like `file-directory-p' for tramp files." 363 "Like `file-directory-p' for tramp files."
383; (with-parsed-tramp-file-name filename nil 364 (with-parsed-tramp-file-name filename nil
384 (let (user host localname)
385 (with-parsed-tramp-file-name filename l
386 (setq user l-user host l-host localname l-localname))
387 (save-excursion 365 (save-excursion
388 (let* ((share (tramp-smb-get-share localname)) 366 (let* ((share (tramp-smb-get-share localname))
389 (file (tramp-smb-get-localname localname nil)) 367 (file (tramp-smb-get-localname localname nil))
@@ -396,10 +374,7 @@ KEEP-DATE is not handled in case NEWNAME resides on an SMB server."
396 374
397(defun tramp-smb-handle-file-exists-p (filename) 375(defun tramp-smb-handle-file-exists-p (filename)
398 "Like `file-exists-p' for tramp files." 376 "Like `file-exists-p' for tramp files."
399; (with-parsed-tramp-file-name filename nil 377 (with-parsed-tramp-file-name filename nil
400 (let (user host localname)
401 (with-parsed-tramp-file-name filename l
402 (setq user l-user host l-host localname l-localname))
403 (save-excursion 378 (save-excursion
404 (let* ((share (tramp-smb-get-share localname)) 379 (let* ((share (tramp-smb-get-share localname))
405 (file (tramp-smb-get-localname localname nil)) 380 (file (tramp-smb-get-localname localname nil))
@@ -433,10 +408,7 @@ KEEP-DATE is not handled in case NEWNAME resides on an SMB server."
433;; files. 408;; files.
434(defun tramp-smb-handle-file-name-all-completions (filename directory) 409(defun tramp-smb-handle-file-name-all-completions (filename directory)
435 "Like `file-name-all-completions' for tramp files." 410 "Like `file-name-all-completions' for tramp files."
436; (with-parsed-tramp-file-name directory nil 411 (with-parsed-tramp-file-name directory nil
437 (let (user host localname)
438 (with-parsed-tramp-file-name directory l
439 (setq user l-user host l-host localname l-localname))
440 (save-match-data 412 (save-match-data
441 (save-excursion 413 (save-excursion
442 (let* ((share (tramp-smb-get-share localname)) 414 (let* ((share (tramp-smb-get-share localname))
@@ -467,10 +439,7 @@ KEEP-DATE is not handled in case NEWNAME resides on an SMB server."
467 (let ((dir (file-name-directory filename))) 439 (let ((dir (file-name-directory filename)))
468 (and (file-exists-p dir) 440 (and (file-exists-p dir)
469 (file-writable-p dir))) 441 (file-writable-p dir)))
470; (with-parsed-tramp-file-name filename nil 442 (with-parsed-tramp-file-name filename nil
471 (let (user host localname)
472 (with-parsed-tramp-file-name filename l
473 (setq user l-user host l-host localname l-localname))
474 (save-excursion 443 (save-excursion
475 (let* ((share (tramp-smb-get-share localname)) 444 (let* ((share (tramp-smb-get-share localname))
476 (file (tramp-smb-get-localname localname nil)) 445 (file (tramp-smb-get-localname localname nil))
@@ -490,10 +459,7 @@ WILDCARD and FULL-DIRECTORY-P are not handled."
490 ;; This check is a little bit strange, but in `dired-add-entry' 459 ;; This check is a little bit strange, but in `dired-add-entry'
491 ;; this function is called with a non-directory ... 460 ;; this function is called with a non-directory ...
492 (setq filename (file-name-as-directory filename))) 461 (setq filename (file-name-as-directory filename)))
493; (with-parsed-tramp-file-name filename nil 462 (with-parsed-tramp-file-name filename nil
494 (let (user host localname)
495 (with-parsed-tramp-file-name filename l
496 (setq user l-user host l-host localname l-localname))
497 (save-match-data 463 (save-match-data
498 (let* ((share (tramp-smb-get-share localname)) 464 (let* ((share (tramp-smb-get-share localname))
499 (file (tramp-smb-get-localname localname nil)) 465 (file (tramp-smb-get-localname localname nil))
@@ -543,10 +509,7 @@ WILDCARD and FULL-DIRECTORY-P are not handled."
543 (setq dir (directory-file-name (expand-file-name dir))) 509 (setq dir (directory-file-name (expand-file-name dir)))
544 (unless (file-name-absolute-p dir) 510 (unless (file-name-absolute-p dir)
545 (setq dir (concat default-directory dir))) 511 (setq dir (concat default-directory dir)))
546; (with-parsed-tramp-file-name dir nil 512 (with-parsed-tramp-file-name dir nil
547 (let (user host localname)
548 (with-parsed-tramp-file-name dir l
549 (setq user l-user host l-host localname l-localname))
550 (save-match-data 513 (save-match-data
551 (let* ((share (tramp-smb-get-share localname)) 514 (let* ((share (tramp-smb-get-share localname))
552 (ldir (file-name-directory dir))) 515 (ldir (file-name-directory dir)))
@@ -564,10 +527,7 @@ WILDCARD and FULL-DIRECTORY-P are not handled."
564 (setq directory (directory-file-name (expand-file-name directory))) 527 (setq directory (directory-file-name (expand-file-name directory)))
565 (unless (file-name-absolute-p directory) 528 (unless (file-name-absolute-p directory)
566 (setq directory (concat default-directory directory))) 529 (setq directory (concat default-directory directory)))
567; (with-parsed-tramp-file-name directory nil 530 (with-parsed-tramp-file-name directory nil
568 (let (user host localname)
569 (with-parsed-tramp-file-name directory l
570 (setq user l-user host l-host localname l-localname))
571 (save-match-data 531 (save-match-data
572 (let* ((share (tramp-smb-get-share localname)) 532 (let* ((share (tramp-smb-get-share localname))
573 (file (tramp-smb-get-localname localname nil))) 533 (file (tramp-smb-get-localname localname nil)))
@@ -597,10 +557,7 @@ WILDCARD and FULL-DIRECTORY-P are not handled."
597 (file-exists-p newname)) 557 (file-exists-p newname))
598 (error "rename-file: file %s already exists" newname)) 558 (error "rename-file: file %s already exists" newname))
599 559
600; (with-parsed-tramp-file-name newname nil 560 (with-parsed-tramp-file-name newname nil
601 (let (user host localname)
602 (with-parsed-tramp-file-name newname l
603 (setq user l-user host l-host localname l-localname))
604 (save-excursion 561 (save-excursion
605 (let ((share (tramp-smb-get-share localname)) 562 (let ((share (tramp-smb-get-share localname))
606 (file (tramp-smb-get-localname localname t))) 563 (file (tramp-smb-get-localname localname t)))
@@ -636,10 +593,7 @@ Catches errors for shares like \"C$/\", which are common in Microsoft Windows."
636 (unless (y-or-n-p (format "File %s exists; overwrite anyway? " 593 (unless (y-or-n-p (format "File %s exists; overwrite anyway? "
637 filename)) 594 filename))
638 (error "File not overwritten"))) 595 (error "File not overwritten")))
639; (with-parsed-tramp-file-name filename nil 596 (with-parsed-tramp-file-name filename nil
640 (let (user host localname)
641 (with-parsed-tramp-file-name filename l
642 (setq user l-user host l-host localname l-localname))
643 (save-excursion 597 (save-excursion
644 (let ((share (tramp-smb-get-share localname)) 598 (let ((share (tramp-smb-get-share localname))
645 (file (tramp-smb-get-localname localname t)) 599 (file (tramp-smb-get-localname localname t))
@@ -969,6 +923,10 @@ then sends the password to the remote host.
969 923
970Domain names in USER and port numbers in HOST are acknowledged." 924Domain names in USER and port numbers in HOST are acknowledged."
971 925
926 (when (and (fboundp 'executable-find)
927 (not (funcall 'executable-find tramp-smb-program)))
928 (error "Cannot find command %s in %s" tramp-smb-program exec-path))
929
972 (save-match-data 930 (save-match-data
973 (let* ((buffer (tramp-get-buffer nil tramp-smb-method user host)) 931 (let* ((buffer (tramp-get-buffer nil tramp-smb-method user host))
974 (real-user user) 932 (real-user user)
diff --git a/lisp/net/tramp-util.el b/lisp/net/tramp-util.el
index 8f195fe4ad8..1621c2c818e 100644
--- a/lisp/net/tramp-util.el
+++ b/lisp/net/tramp-util.el
@@ -34,7 +34,7 @@
34 34
35;; Define a Tramp minor mode. It's intention is to redefine some keys for Tramp 35;; Define a Tramp minor mode. It's intention is to redefine some keys for Tramp
36;; specific functions, like compilation. 36;; specific functions, like compilation.
37;; The key remapping works since Emacs 22.1 only. Unknown for XEmacs. 37;; The key remapping works since Emacs 22 only. Unknown for XEmacs.
38 38
39(when (fboundp 'define-minor-mode) 39(when (fboundp 'define-minor-mode)
40 40
@@ -59,10 +59,10 @@ If remapping functionality for keymaps is defined, this happens for all
59bindings. Otherwise, only bindings active during invocation are taken 59bindings. Otherwise, only bindings active during invocation are taken
60into account. XEmacs menubar bindings are not changed by this." 60into account. XEmacs menubar bindings are not changed by this."
61 (if (functionp 'command-remapping) 61 (if (functionp 'command-remapping)
62 ;; Emacs 22.1 62 ;; Emacs 22
63 (eval 63 (eval
64 `(define-key tramp-minor-mode-map [remap ,old-command] new-command)) 64 `(define-key tramp-minor-mode-map [remap ,old-command] new-command))
65 ;; previous Emacs 21 versions. 65 ;; previous Emacs versions.
66 (mapcar 66 (mapcar
67 '(lambda (x) 67 '(lambda (x)
68 (define-key tramp-minor-mode-map x new-command)) 68 (define-key tramp-minor-mode-map x new-command))
diff --git a/lisp/net/tramp-vc.el b/lisp/net/tramp-vc.el
index 7c75b0f01c9..c58d83504c2 100644
--- a/lisp/net/tramp-vc.el
+++ b/lisp/net/tramp-vc.el
@@ -1,6 +1,6 @@
1;;; tramp-vc.el --- Version control integration for TRAMP.el 1;;; tramp-vc.el --- Version control integration for TRAMP.el
2 2
3;; Copyright (C) 2000, 2001, 2002, 2003, 2004 by Free Software Foundation, Inc. 3;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 by Free Software Foundation, Inc.
4 4
5;; Author: Daniel Pittman <daniel@danann.net> 5;; Author: Daniel Pittman <daniel@danann.net>
6;; Keywords: comm, processes 6;; Keywords: comm, processes
@@ -409,7 +409,7 @@ filename we are thinking about..."
409 ;; boundness-checking into this function? 409 ;; boundness-checking into this function?
410 (let* ((file (symbol-value 'file)) 410 (let* ((file (symbol-value 'file))
411 (remote-uid 411 (remote-uid
412 ;; With Emacs 22.1, `file-attributes' has got an optional parameter 412 ;; With Emacs 22, `file-attributes' has got an optional parameter
413 ;; ID-FORMAT. Handle this case backwards compatible. 413 ;; ID-FORMAT. Handle this case backwards compatible.
414 (if (and (functionp 'subr-arity) 414 (if (and (functionp 'subr-arity)
415 (= 2 (cdr (funcall (symbol-function 'subr-arity) 415 (= 2 (cdr (funcall (symbol-function 'subr-arity)
diff --git a/lisp/net/tramp.el b/lisp/net/tramp.el
index 14682975fe9..bfdf7ed067a 100644
--- a/lisp/net/tramp.el
+++ b/lisp/net/tramp.el
@@ -47,16 +47,12 @@
47;; Also see the todo list at the bottom of this file. 47;; Also see the todo list at the bottom of this file.
48;; 48;;
49;; The current version of Tramp can be retrieved from the following URL: 49;; The current version of Tramp can be retrieved from the following URL:
50;; http://savannah.nongnu.org/download/tramp/ 50;; http://ftp.gnu.org/gnu/tramp/
51;; 51;;
52;; There's a mailing list for this, as well. Its name is: 52;; There's a mailing list for this, as well. Its name is:
53;; tramp-devel@mail.freesoftware.fsf.org 53;; tramp-devel@gnu.org
54;; Send a mail with `help' in the subject (!) to the administration 54;; You can use the Web to subscribe, under the following URL:
55;; address for instructions on joining the list. The administration 55;; http://lists.gnu.org/mailman/listinfo/tramp-devel
56;; address is:
57;; tramp-devel-request@mail.freesoftware.fsf.org
58;; You can also use the Web to subscribe, under the following URL:
59;; http://mail.freesoftware.fsf.org/mailman/listinfo/tramp-devel
60;; 56;;
61;; For the adventurous, the current development sources are available 57;; For the adventurous, the current development sources are available
62;; via CVS. You can find instructions about this at the following URL: 58;; via CVS. You can find instructions about this at the following URL:
@@ -3501,7 +3497,7 @@ Used in `tramp-handle-shell-command'")
3501This will break if COMMAND prints a newline, followed by the value of 3497This will break if COMMAND prints a newline, followed by the value of
3502`tramp-end-of-output', followed by another newline." 3498`tramp-end-of-output', followed by another newline."
3503 ;; Asynchronous processes are far from being perfect. But it works at least 3499 ;; Asynchronous processes are far from being perfect. But it works at least
3504 ;; for `find-grep-dired' and `find-name-dired' in Emacs 22.1. 3500 ;; for `find-grep-dired' and `find-name-dired' in Emacs 22.
3505 (if (tramp-tramp-file-p default-directory) 3501 (if (tramp-tramp-file-p default-directory)
3506 (with-parsed-tramp-file-name default-directory nil 3502 (with-parsed-tramp-file-name default-directory nil
3507 (let ((asynchronous (string-match "[ \t]*&[ \t]*\\'" command)) 3503 (let ((asynchronous (string-match "[ \t]*&[ \t]*\\'" command))
@@ -4108,7 +4104,7 @@ ARGS are the arguments OPERATION has been called with."
4108 (list 'dired-call-process 4104 (list 'dired-call-process
4109 ; Emacs only 4105 ; Emacs only
4110 'shell-command 4106 'shell-command
4111 ; Post Emacs 21.3 only 4107 ; Emacs 22 only
4112 'process-file 4108 'process-file
4113 ; XEmacs only 4109 ; XEmacs only
4114 'dired-print-file 'dired-shell-call-process)) 4110 'dired-print-file 'dired-shell-call-process))
@@ -4213,7 +4209,7 @@ Falls back to normal file name handler if no tramp file name handler exists."
4213 4209
4214(defun tramp-repair-jka-compr () 4210(defun tramp-repair-jka-compr ()
4215 "If jka-compr is already loaded, move it to the front of 4211 "If jka-compr is already loaded, move it to the front of
4216`file-name-handler-alist'. On Emacs 22.1 or so this will not be 4212`file-name-handler-alist'. On Emacs 22 or so this will not be
4217necessary anymore." 4213necessary anymore."
4218 (let ((jka (rassoc 'jka-compr-handler file-name-handler-alist))) 4214 (let ((jka (rassoc 'jka-compr-handler file-name-handler-alist)))
4219 (when jka 4215 (when jka
@@ -6937,8 +6933,8 @@ as default."
6937 (tramp-make-auto-save-file-name (buffer-file-name))) 6933 (tramp-make-auto-save-file-name (buffer-file-name)))
6938 ad-do-it)) 6934 ad-do-it))
6939 6935
6940;; In Emacs < 22.1 and XEmacs < 21.5 autosaved remote files have 6936;; In Emacs < 22 and XEmacs < 21.5 autosaved remote files have
6941;; permission 666 minus umask. This is a security threat. 6937;; permission 0666 minus umask. This is a security threat.
6942 6938
6943(defun tramp-set-auto-save-file-modes () 6939(defun tramp-set-auto-save-file-modes ()
6944 "Set permissions of autosaved remote files to the original permissions." 6940 "Set permissions of autosaved remote files to the original permissions."
@@ -6946,20 +6942,18 @@ as default."
6946 (when (and (stringp bfn) 6942 (when (and (stringp bfn)
6947 (tramp-tramp-file-p bfn) 6943 (tramp-tramp-file-p bfn)
6948 (stringp buffer-auto-save-file-name) 6944 (stringp buffer-auto-save-file-name)
6949 (not (equal bfn buffer-auto-save-file-name)) 6945 (not (equal bfn buffer-auto-save-file-name)))
6950 (not (file-exists-p buffer-auto-save-file-name))) 6946 (unless (file-exists-p buffer-auto-save-file-name)
6951 (write-region "" nil buffer-auto-save-file-name) 6947 (write-region "" nil buffer-auto-save-file-name))
6948 ;; Permissions should be set always, because there might be an old
6949 ;; auto-saved file belonging to another original file. This could
6950 ;; be a security threat.
6952 (set-file-modes buffer-auto-save-file-name (file-modes bfn))))) 6951 (set-file-modes buffer-auto-save-file-name (file-modes bfn)))))
6953 6952
6954(unless (or (> emacs-major-version 21) 6953(unless (or (> emacs-major-version 21)
6955 (and (featurep 'xemacs) 6954 (and (featurep 'xemacs)
6956 (= emacs-major-version 21) 6955 (= emacs-major-version 21)
6957 (> emacs-minor-version 4)) 6956 (> emacs-minor-version 4)))
6958 (and (not (featurep 'xemacs))
6959 (= emacs-major-version 21)
6960 (or (> emacs-minor-version 3)
6961 (and (string-match "^21\\.3\\.\\([0-9]+\\)" emacs-version)
6962 (>= (string-to-int (match-string 1 emacs-version)) 50)))))
6963 (add-hook 'auto-save-hook 'tramp-set-auto-save-file-modes)) 6957 (add-hook 'auto-save-hook 'tramp-set-auto-save-file-modes))
6964 6958
6965(defun tramp-subst-strs-in-string (alist string) 6959(defun tramp-subst-strs-in-string (alist string)
@@ -7206,72 +7200,73 @@ Only works for Bourne-like shells."
7206 "Submit a bug report to the TRAMP developers." 7200 "Submit a bug report to the TRAMP developers."
7207 (interactive) 7201 (interactive)
7208 (require 'reporter) 7202 (require 'reporter)
7209 (let ((reporter-prompt-for-summary-p t)) 7203 (catch 'dont-send
7210 (reporter-submit-bug-report 7204 (let ((reporter-prompt-for-summary-p t))
7211 tramp-bug-report-address ; to-address 7205 (reporter-submit-bug-report
7212 (format "tramp (%s)" tramp-version) ; package name and version 7206 tramp-bug-report-address ; to-address
7213 `(;; Current state 7207 (format "tramp (%s)" tramp-version) ; package name and version
7214 tramp-ls-command 7208 `(;; Current state
7215 tramp-test-groks-nt 7209 tramp-ls-command
7216 tramp-file-exists-command 7210 tramp-test-groks-nt
7217 tramp-current-multi-method 7211 tramp-file-exists-command
7218 tramp-current-method 7212 tramp-current-multi-method
7219 tramp-current-user 7213 tramp-current-method
7220 tramp-current-host 7214 tramp-current-user
7221 7215 tramp-current-host
7222 ;; System defaults 7216
7223 tramp-auto-save-directory ; vars to dump 7217 ;; System defaults
7224 tramp-default-method 7218 tramp-auto-save-directory ; vars to dump
7225 tramp-rsh-end-of-line 7219 tramp-default-method
7226 tramp-default-password-end-of-line 7220 tramp-rsh-end-of-line
7227 tramp-remote-path 7221 tramp-default-password-end-of-line
7228 tramp-login-prompt-regexp 7222 tramp-remote-path
7229 tramp-password-prompt-regexp 7223 tramp-login-prompt-regexp
7230 tramp-wrong-passwd-regexp 7224 tramp-password-prompt-regexp
7231 tramp-yesno-prompt-regexp 7225 tramp-wrong-passwd-regexp
7232 tramp-yn-prompt-regexp 7226 tramp-yesno-prompt-regexp
7233 tramp-terminal-prompt-regexp 7227 tramp-yn-prompt-regexp
7234 tramp-out-of-band-prompt-regexp 7228 tramp-terminal-prompt-regexp
7235 tramp-temp-name-prefix 7229 tramp-out-of-band-prompt-regexp
7236 tramp-file-name-structure 7230 tramp-temp-name-prefix
7237 tramp-file-name-regexp 7231 tramp-file-name-structure
7238 tramp-multi-file-name-structure 7232 tramp-file-name-regexp
7239 tramp-multi-file-name-hop-structure 7233 tramp-multi-file-name-structure
7240 tramp-multi-methods 7234 tramp-multi-file-name-hop-structure
7241 tramp-multi-connection-function-alist 7235 tramp-multi-methods
7242 tramp-methods 7236 tramp-multi-connection-function-alist
7243 tramp-end-of-output 7237 tramp-methods
7244 tramp-coding-commands 7238 tramp-end-of-output
7245 tramp-actions-before-shell 7239 tramp-coding-commands
7246 tramp-actions-copy-out-of-band 7240 tramp-actions-before-shell
7247 tramp-multi-actions 7241 tramp-actions-copy-out-of-band
7248 tramp-terminal-type 7242 tramp-multi-actions
7249 tramp-shell-prompt-pattern 7243 tramp-terminal-type
7250 tramp-chunksize 7244 tramp-shell-prompt-pattern
7251 ,(when (boundp 'tramp-backup-directory-alist) 7245 tramp-chunksize
7252 'tramp-backup-directory-alist) 7246 ,(when (boundp 'tramp-backup-directory-alist)
7253 ,(when (boundp 'tramp-bkup-backup-directory-info) 7247 'tramp-backup-directory-alist)
7254 'tramp-bkup-backup-directory-info) 7248 ,(when (boundp 'tramp-bkup-backup-directory-info)
7255 7249 'tramp-bkup-backup-directory-info)
7256 ;; Non-tramp variables of interest 7250
7257 shell-prompt-pattern 7251 ;; Non-tramp variables of interest
7258 backup-by-copying 7252 shell-prompt-pattern
7259 backup-by-copying-when-linked 7253 backup-by-copying
7260 backup-by-copying-when-mismatch 7254 backup-by-copying-when-linked
7261 ,(when (boundp 'backup-by-copying-when-privileged-mismatch) 7255 backup-by-copying-when-mismatch
7262 'backup-by-copying-when-privileged-mismatch) 7256 ,(when (boundp 'backup-by-copying-when-privileged-mismatch)
7263 ,(when (boundp 'password-cache) 7257 'backup-by-copying-when-privileged-mismatch)
7264 'password-cache) 7258 ,(when (boundp 'password-cache)
7265 ,(when (boundp 'password-cache-expiry) 7259 'password-cache)
7266 'password-cache-expiry) 7260 ,(when (boundp 'password-cache-expiry)
7267 ,(when (boundp 'backup-directory-alist) 7261 'password-cache-expiry)
7268 'backup-directory-alist) 7262 ,(when (boundp 'backup-directory-alist)
7269 ,(when (boundp 'bkup-backup-directory-info) 7263 'backup-directory-alist)
7270 'bkup-backup-directory-info) 7264 ,(when (boundp 'bkup-backup-directory-info)
7271 file-name-handler-alist) 7265 'bkup-backup-directory-info)
7272 nil ; pre-hook 7266 file-name-handler-alist)
7273 nil ; post-hook 7267 nil ; pre-hook
7274 "\ 7268 'tramp-append-tramp-buffers ; post-hook
7269 "\
7275Enter your bug report in this message, including as much detail as you 7270Enter your bug report in this message, including as much detail as you
7276possibly can about the problem, what you did to cause it and what the 7271possibly can about the problem, what you did to cause it and what the
7277local and remote machines are. 7272local and remote machines are.
@@ -7286,7 +7281,73 @@ of the *tramp/foo* buffer and the *debug tramp/foo* buffer in your bug
7286report. 7281report.
7287 7282
7288--bug report follows this line-- 7283--bug report follows this line--
7289"))) 7284"))))
7285
7286(defun tramp-append-tramp-buffers ()
7287 "Append Tramp buffers into the bug report."
7288
7289 ;; We load mml.el from Gnus.
7290 (if (featurep 'xemacs)
7291 (load "mml" 'noerror)
7292 (require 'mml nil 'noerror))
7293
7294 (when (and
7295 ;; We don't want to add another dependency.
7296 (functionp 'mml-insert-empty-tag)
7297 ;; 2nd parameter since Emacs 22.
7298 (condition-case nil
7299 (list-buffers-noselect nil nil)
7300 (t nil)))
7301 (let ((buffer-list
7302 (delq nil
7303 (mapcar '(lambda (b)
7304 (when (string-match "^\\*\\(debug \\)?tramp/" (buffer-name b)) b))
7305 (buffer-list))))
7306 (curbuf (current-buffer)))
7307
7308 ;; There is at least one Tramp buffer.
7309 (when buffer-list
7310 (switch-to-buffer (list-buffers-noselect nil buffer-list))
7311 (delete-other-windows)
7312 (setq buffer-read-only nil)
7313 (goto-char (point-max))
7314 (insert "
7315The buffer(s) above will be appended to this message. If you don't want
7316to append a buffer because it contains sensible data, or because the buffer
7317is too large, you should delete the respective buffer. The buffer(s) will
7318contain user and host names. Passwords will never be included there.")
7319
7320 (when (and tramp-debug-buffer (> tramp-verbose 9))
7321 (insert "\n\n")
7322 (let ((start (point)))
7323 (insert "\
7324Please note that you have set `tramp-verbose' to a value greater than 9.
7325Therefore, the contents of files might be included in the debug buffer(s).")
7326 (add-text-properties start (point) (list 'face 'italic))))
7327
7328 (set-buffer-modified-p nil)
7329 (setq buffer-read-only t)
7330 (goto-char (point-min))
7331
7332 (if (y-or-n-p "Do you want to append the buffer(s)? ")
7333 ;; OK, let's send. First we delete the buffer list.
7334 (progn
7335 (kill-buffer nil)
7336 (switch-to-buffer curbuf)
7337 (goto-char (point-max))
7338 (insert "\n\n")
7339 (dolist (buffer buffer-list)
7340 (mml-insert-empty-tag
7341 'part 'type "text/plain" 'encoding "base64"
7342 'disposition "attachment" 'buffer (buffer-name buffer)
7343 'description (buffer-name buffer)))
7344 (set-buffer-modified-p nil))
7345
7346 ;; Don't send. Delete the message buffer.
7347 (set-buffer curbuf)
7348 (set-buffer-modified-p nil)
7349 (kill-buffer nil)
7350 (throw 'dont-send nil))))))
7290 7351
7291(defalias 'tramp-submit-bug 'tramp-bug) 7352(defalias 'tramp-submit-bug 'tramp-bug)
7292 7353
diff --git a/lisp/net/trampver.el b/lisp/net/trampver.el
index a4aced24257..12e56600f00 100644
--- a/lisp/net/trampver.el
+++ b/lisp/net/trampver.el
@@ -30,10 +30,10 @@
30;; are auto-frobbed from configure.ac, so you should edit that file and run 30;; are auto-frobbed from configure.ac, so you should edit that file and run
31;; "autoconf && ./configure" to change them. 31;; "autoconf && ./configure" to change them.
32 32
33(defconst tramp-version "2.0.47" 33(defconst tramp-version "2.0.48"
34 "This version of Tramp.") 34 "This version of Tramp.")
35 35
36(defconst tramp-bug-report-address "tramp-devel@mail.freesoftware.fsf.org" 36(defconst tramp-bug-report-address "tramp-devel@gnu.org"
37 "Email address to send bug reports to.") 37 "Email address to send bug reports to.")
38 38
39(provide 'trampver) 39(provide 'trampver)
diff --git a/lisp/term/keyswap.el b/lisp/obsolete/keyswap.el
index d636a22bb93..d636a22bb93 100644
--- a/lisp/term/keyswap.el
+++ b/lisp/obsolete/keyswap.el
diff --git a/lisp/progmodes/dcl-mode.el b/lisp/progmodes/dcl-mode.el
index 81ed7780a64..b52e004e5bb 100644
--- a/lisp/progmodes/dcl-mode.el
+++ b/lisp/progmodes/dcl-mode.el
@@ -78,7 +78,7 @@
78(defvar dcl-font-lock-keywords 78(defvar dcl-font-lock-keywords
79 '(("\\<\\(if\\|then\\|else\\|endif\\)\\>" 79 '(("\\<\\(if\\|then\\|else\\|endif\\)\\>"
80 1 font-lock-keyword-face) 80 1 font-lock-keyword-face)
81 ("\\<f[$][a-z]+\\>" 81 ("\\<f[$][a-z_]+\\>"
82 0 font-lock-builtin-face) 82 0 font-lock-builtin-face)
83 ("[.]\\(eq\\|not\\|or\\|and\\|lt\\|gt\\|le\\|ge\\|eqs\\|nes\\)[.]" 83 ("[.]\\(eq\\|not\\|or\\|and\\|lt\\|gt\\|le\\|ge\\|eqs\\|nes\\)[.]"
84 0 font-lock-builtin-face)) 84 0 font-lock-builtin-face))
diff --git a/lisp/progmodes/gdb-ui.el b/lisp/progmodes/gdb-ui.el
index 86d0bfaaf4b..c71f067ca2c 100644
--- a/lisp/progmodes/gdb-ui.el
+++ b/lisp/progmodes/gdb-ui.el
@@ -1160,20 +1160,34 @@ static char *magick[] = {
1160 (define-fringe-bitmap 'breakpoint 1160 (define-fringe-bitmap 'breakpoint
1161 "\x3c\x7e\xff\xff\xff\xff\x7e\x3c")) 1161 "\x3c\x7e\xff\xff\xff\xff\x7e\x3c"))
1162 1162
1163(defface breakpoint-enabled-bitmap-face 1163(defface breakpoint-enabled
1164 '((t 1164 '((((type tty))
1165 :inherit fringe 1165 :weight bold
1166 :foreground "red")
1167 (t
1168 :weight bold
1166 :foreground "red")) 1169 :foreground "red"))
1167 "Face for enabled breakpoint icon in fringe." 1170 "Face for enabled breakpoint icon in fringe."
1168 :group 'gud) 1171 :group 'gud)
1169 1172;; compatibility alias for old name
1170(defface breakpoint-disabled-bitmap-face 1173(put 'breakpoint-enabled-bitmap-face 'face-alias 'breakpoint-enabled)
1171 '((t 1174
1172 :inherit fringe 1175(defface breakpoint-disabled
1173 :foreground "grey60")) 1176 ;; We use different values of grey for different background types,
1177 ;; so that on low-color displays it will end up as something visible
1178 ;; if it has to be approximated.
1179 '((((type tty) (background dark))
1180 :foreground "grey60")
1181 (((type tty) (background light))
1182 :foreground "grey40")
1183 (((background dark))
1184 :foreground "grey60")
1185 (((background light))
1186 :foreground "grey40"))
1174 "Face for disabled breakpoint icon in fringe." 1187 "Face for disabled breakpoint icon in fringe."
1175 :group 'gud) 1188 :group 'gud)
1176 1189;; compatibility alias for old name
1190(put 'breakpoint-disabled-bitmap-face 'face-alias 'breakpoint-disabled)
1177 1191
1178;;-put breakpoint icons in relevant margins (even those set in the GUD buffer) 1192;;-put breakpoint icons in relevant margins (even those set in the GUD buffer)
1179(defun gdb-info-breakpoints-custom () 1193(defun gdb-info-breakpoints-custom ()
@@ -2194,8 +2208,8 @@ BUFFER nil or omitted means use the current buffer."
2194 nil (1+ start) 2208 nil (1+ start)
2195 `(left-fringe breakpoint 2209 `(left-fringe breakpoint
2196 ,(if enabled 2210 ,(if enabled
2197 'breakpoint-enabled-bitmap-face 2211 'breakpoint-enabled
2198 'breakpoint-disabled-bitmap-face))) 2212 'breakpoint-disabled)))
2199 (when (< left-margin-width 2) 2213 (when (< left-margin-width 2)
2200 (save-current-buffer 2214 (save-current-buffer
2201 (setq left-margin-width 2) 2215 (setq left-margin-width 2)
@@ -2232,7 +2246,10 @@ BUFFER nil or omitted means use the current buffer."
2232 (set-window-margins 2246 (set-window-margins
2233 (get-buffer-window (current-buffer) 0) 2247 (get-buffer-window (current-buffer) 0)
2234 left-margin-width right-margin-width)))) 2248 left-margin-width right-margin-width))))
2235 (gdb-put-string putstring (1+ start))))) 2249 (gdb-put-string
2250 (propertize putstring
2251 'face (if enabled 'breakpoint-enabled 'breakpoint-disabled))
2252 (1+ start)))))
2236 2253
2237(defun gdb-remove-breakpoint-icons (start end &optional remove-margin) 2254(defun gdb-remove-breakpoint-icons (start end &optional remove-margin)
2238 (gdb-remove-strings start end) 2255 (gdb-remove-strings start end)
diff --git a/lisp/progmodes/idlwave.el b/lisp/progmodes/idlwave.el
index c6a70173e66..8eba3847308 100644
--- a/lisp/progmodes/idlwave.el
+++ b/lisp/progmodes/idlwave.el
@@ -7926,7 +7926,7 @@ If we do not know about MODULE, just return KEYWORD literally."
7926 "\n Source information truncated to %d entries." 7926 "\n Source information truncated to %d entries."
7927 idlwave-rinfo-max-source-lines)) 7927 idlwave-rinfo-max-source-lines))
7928 (setq all nil))) 7928 (setq all nil)))
7929 (beginning-of-buffer) 7929 (goto-char (point-min))
7930 (setq buffer-read-only t)) 7930 (setq buffer-read-only t))
7931 (display-buffer "*Help*") 7931 (display-buffer "*Help*")
7932 (if (and (setq win (get-buffer-window "*Help*")) 7932 (if (and (setq win (get-buffer-window "*Help*"))
diff --git a/lisp/progmodes/perl-mode.el b/lisp/progmodes/perl-mode.el
index 2bd30da0bfd..6fcd16e97c6 100644
--- a/lisp/progmodes/perl-mode.el
+++ b/lisp/progmodes/perl-mode.el
@@ -207,11 +207,11 @@ The expansion is entirely correct because it uses the C preprocessor."
207 '("\\<\\(local\\|my\\)\\>" . font-lock-type-face) 207 '("\\<\\(local\\|my\\)\\>" . font-lock-type-face)
208 ;; 208 ;;
209 ;; Fontify function, variable and file name references. 209 ;; Fontify function, variable and file name references.
210 '("&\\(\\sw+\\)" 1 font-lock-function-name-face) 210 '("&\\(\\sw+\\(::\\sw+\\)*\\)" 1 font-lock-function-name-face)
211 ;; Additionally underline non-scalar variables. Maybe this is a bad idea. 211 ;; Additionally underline non-scalar variables. Maybe this is a bad idea.
212 ;;'("[$@%*][#{]?\\(\\sw+\\)" 1 font-lock-variable-name-face) 212 ;;'("[$@%*][#{]?\\(\\sw+\\)" 1 font-lock-variable-name-face)
213 '("[$*]{?\\(\\sw+\\)" 1 font-lock-variable-name-face) 213 '("[$*]{?\\(\\sw+\\(::\\sw+\\)*\\)" 1 font-lock-variable-name-face)
214 '("\\([@%]\\|\\$#\\)\\(\\sw+\\)" 214 '("\\([@%]\\|\\$#\\)\\(\\sw+\\(::\\sw+\\)*\\)"
215 (2 (cons font-lock-variable-name-face '(underline)))) 215 (2 (cons font-lock-variable-name-face '(underline))))
216 '("<\\(\\sw+\\)>" 1 font-lock-constant-face) 216 '("<\\(\\sw+\\)>" 1 font-lock-constant-face)
217 ;; 217 ;;
@@ -330,30 +330,34 @@ The expansion is entirely correct because it uses the C preprocessor."
330 nil nil state 'syntax-table))) 330 nil nil state 'syntax-table)))
331 ;; The open/close chars are matched like () [] {} and <>. 331 ;; The open/close chars are matched like () [] {} and <>.
332 (let ((parse-sexp-lookup-properties nil)) 332 (let ((parse-sexp-lookup-properties nil))
333 (ignore-errors 333 (condition-case err
334 (with-syntax-table st 334 (progn
335 (goto-char (nth 8 state)) (forward-sexp 1)) 335 (with-syntax-table st
336 (when twoargs 336 (goto-char (nth 8 state)) (forward-sexp 1))
337 (save-excursion 337 (when twoargs
338 ;; Skip whitespace and make sure that font-lock will 338 (save-excursion
339 ;; refontify the second part in the proper context. 339 ;; Skip whitespace and make sure that font-lock will
340 (put-text-property 340 ;; refontify the second part in the proper context.
341 (point) (progn (forward-comment (point-max)) (point)) 341 (put-text-property
342 'font-lock-multiline t) 342 (point) (progn (forward-comment (point-max)) (point))
343 ;; 343 'font-lock-multiline t)
344 (unless 344 ;;
345 (save-excursion 345 (unless
346 (let* ((char2 (char-after)) 346 (save-excursion
347 (st2 (perl-quote-syntax-table char2))) 347 (with-syntax-table
348 (with-syntax-table st2 (forward-sexp 1)) 348 (perl-quote-syntax-table (char-after))
349 (put-text-property pos (line-end-position) 349 (forward-sexp 1))
350 'jit-lock-defer-multiline t) 350 (put-text-property pos (line-end-position)
351 (looking-at "\\s-*\\sw*e"))) 351 'jit-lock-defer-multiline t)
352 (put-text-property (point) (1+ (point)) 352 (looking-at "\\s-*\\sw*e"))
353 'syntax-table 353 (put-text-property (point) (1+ (point))
354 (if (assoc (char-after) 354 'syntax-table
355 perl-quote-like-pairs) 355 (if (assoc (char-after)
356 '(15) '(7))))))))) 356 perl-quote-like-pairs)
357 '(15) '(7)))))))
358 ;; The arg(s) is not terminated, so it extends until EOB.
359 (scan-error (goto-char (point-max))))))
360 ;; Point is now right after the arg(s).
357 ;; Erase any syntactic marks within the quoted text. 361 ;; Erase any syntactic marks within the quoted text.
358 (put-text-property pos (1- (point)) 'syntax-table nil) 362 (put-text-property pos (1- (point)) 'syntax-table nil)
359 (when (eq (char-before (1- (point))) ?$) 363 (when (eq (char-before (1- (point))) ?$)
@@ -649,20 +653,7 @@ changed by, or (parse-state) if line starts in a quoted string."
649 ((looking-at (or nochange perl-nochange)) 0) 653 ((looking-at (or nochange perl-nochange)) 0)
650 (t 654 (t
651 (skip-chars-forward " \t\f") 655 (skip-chars-forward " \t\f")
652 (cond ((looking-at "\\(\\w\\|\\s_\\)+:[^:]") 656 (setq indent (perl-indent-new-calculate nil indent bof))
653 (setq indent (max 1 (+ indent perl-label-offset))))
654 ((= (char-syntax (following-char)) ?\))
655 (setq indent
656 (save-excursion
657 (forward-char 1)
658 (forward-sexp -1)
659 (forward-char 1)
660 (if (perl-hanging-paren-p)
661 (- indent perl-indent-level)
662 (forward-char -1)
663 (current-column)))))
664 ((= (following-char) ?{)
665 (setq indent (+ indent perl-brace-offset))))
666 (- indent (current-column))))) 657 (- indent (current-column)))))
667 (skip-chars-forward " \t\f") 658 (skip-chars-forward " \t\f")
668 (if (and (numberp shift-amt) (/= 0 shift-amt)) 659 (if (and (numberp shift-amt) (/= 0 shift-amt))
@@ -698,13 +689,30 @@ changed by, or (parse-state) if line starts in a quoted string."
698 (save-excursion 689 (save-excursion
699 (skip-syntax-backward " (") (not (bolp))))) 690 (skip-syntax-backward " (") (not (bolp)))))
700 691
692(defun perl-indent-new-calculate (&optional virtual default parse-start)
693 (or
694 (and virtual (save-excursion (skip-chars-backward " \t") (bolp))
695 (current-column))
696 (and (looking-at "\\(\\w\\|\\s_\\)+:[^:]")
697 (max 1 (+ (or default (perl-calculate-indent parse-start))
698 perl-label-offset)))
699 (and (= (char-syntax (following-char)) ?\))
700 (save-excursion
701 (forward-char 1)
702 (forward-sexp -1)
703 (perl-indent-new-calculate 'virtual nil parse-start)))
704 (and (and (= (following-char) ?{)
705 (save-excursion (forward-char) (perl-hanging-paren-p)))
706 (+ (or default (perl-calculate-indent parse-start))
707 perl-brace-offset))
708 (or default (perl-calculate-indent parse-start))))
709
701(defun perl-calculate-indent (&optional parse-start) 710(defun perl-calculate-indent (&optional parse-start)
702 "Return appropriate indentation for current line as Perl code. 711 "Return appropriate indentation for current line as Perl code.
703In usual case returns an integer: the column to indent to. 712In usual case returns an integer: the column to indent to.
704Returns (parse-state) if line starts inside a string. 713Returns (parse-state) if line starts inside a string.
705Optional argument PARSE-START should be the position of `beginning-of-defun'." 714Optional argument PARSE-START should be the position of `beginning-of-defun'."
706 (save-excursion 715 (save-excursion
707 (beginning-of-line)
708 (let ((indent-point (point)) 716 (let ((indent-point (point))
709 (case-fold-search nil) 717 (case-fold-search nil)
710 (colon-line-end 0) 718 (colon-line-end 0)
diff --git a/lisp/ps-print.el b/lisp/ps-print.el
index d8c8f1f6ded..726b0e4402c 100644
--- a/lisp/ps-print.el
+++ b/lisp/ps-print.el
@@ -1,7 +1,7 @@
1;;; ps-print.el --- print text from the buffer as PostScript 1;;; ps-print.el --- print text from the buffer as PostScript
2 2
3;; Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 3;; Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
4;; 2003, 2004 Free Software Foundation, Inc. 4;; 2003, 2004, 2005 Free Software Foundation, Inc.
5 5
6;; Author: Jim Thompson (was <thompson@wg2.waii.com>) 6;; Author: Jim Thompson (was <thompson@wg2.waii.com>)
7;; Jacques Duthen (was <duthen@cegelec-red.fr>) 7;; Jacques Duthen (was <duthen@cegelec-red.fr>)
@@ -10,12 +10,12 @@
10;; Maintainer: Kenichi Handa <handa@etl.go.jp> (multi-byte characters) 10;; Maintainer: Kenichi Handa <handa@etl.go.jp> (multi-byte characters)
11;; Vinicius Jose Latorre <viniciusjl@ig.com.br> 11;; Vinicius Jose Latorre <viniciusjl@ig.com.br>
12;; Keywords: wp, print, PostScript 12;; Keywords: wp, print, PostScript
13;; Time-stamp: <2004/07/21 23:12:05 vinicius> 13;; Time-stamp: <2005/03/19 00:40:12 vinicius>
14;; Version: 6.6.5 14;; Version: 6.6.6
15;; X-URL: http://www.cpqd.com.br/~vinicius/emacs/ 15;; X-URL: http://www.cpqd.com.br/~vinicius/emacs/
16 16
17(defconst ps-print-version "6.6.5" 17(defconst ps-print-version "6.6.6"
18 "ps-print.el, v 6.6.5 <2004/07/21 vinicius> 18 "ps-print.el, v 6.6.6 <2005/03/19 vinicius>
19 19
20Vinicius's last change version -- this file may have been edited as part of 20Vinicius's last change version -- this file may have been edited as part of
21Emacs without changes to the version number. When reporting bugs, please also 21Emacs without changes to the version number. When reporting bugs, please also
@@ -4831,7 +4831,7 @@ page-height == ((floor print-height ((th + ls) * zh)) * ((th + ls) * zh)) - th
4831 ((stringp (car content)) 4831 ((stringp (car content))
4832 (car content)) 4832 (car content))
4833 ;; function symbol 4833 ;; function symbol
4834 ((and (symbolp (car content)) (fboundp (car content))) 4834 ((functionp (car content))
4835 (concat "(" (funcall (car content)) ")")) 4835 (concat "(" (funcall (car content)) ")"))
4836 ;; variable symbol 4836 ;; variable symbol
4837 ((and (symbolp (car content)) (boundp (car content))) 4837 ((and (symbolp (car content)) (boundp (car content)))
@@ -4869,7 +4869,7 @@ page-height == ((floor print-height ((th + ls) * zh)) * ((th + ls) * zh)) - th
4869 4869
4870 ;; Functions are called -- they should return strings; they will be inserted 4870 ;; Functions are called -- they should return strings; they will be inserted
4871 ;; as strings and the PS string delimiters added. 4871 ;; as strings and the PS string delimiters added.
4872 ((and (symbolp content) (fboundp content)) 4872 ((functionp content)
4873 (ps-output-string (ps-mule-encode-header-string (funcall content) 4873 (ps-output-string (ps-mule-encode-header-string (funcall content)
4874 fonttag))) 4874 fonttag)))
4875 4875
diff --git a/lisp/recentf.el b/lisp/recentf.el
index 169fee99529..40a9204267e 100644
--- a/lisp/recentf.el
+++ b/lisp/recentf.el
@@ -1,6 +1,6 @@
1;;; recentf.el --- setup a menu of recently opened files 1;;; recentf.el --- setup a menu of recently opened files
2 2
3;; Copyright (C) 1999, 2000, 2001, 2002, 2003 3;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2005
4;; Free Software Foundation, Inc. 4;; Free Software Foundation, Inc.
5 5
6;; Author: David Ponce <david@dponce.com> 6;; Author: David Ponce <david@dponce.com>
@@ -84,6 +84,22 @@ must return non-nil to exclude it."
84 :group 'recentf 84 :group 'recentf
85 :type '(repeat (choice regexp function))) 85 :type '(repeat (choice regexp function)))
86 86
87(defcustom recentf-keep
88 '(file-readable-p)
89 "*List of regexps and predicates for filenames kept in the recent list.
90Regexps and predicates are tried in the specified order.
91When nil all filenames are kept in the recent list.
92When a filename matches any of the regexps or satisfies any of the
93predicates it is kept in the recent list.
94The default is to keep readable files.
95A predicate is a function that is passed a filename to check and that
96must return non-nil to keep it. For example, you can add the
97`file-remote-p' predicate in front of this list to keep remote file
98names in the recent list without checking their readability through a
99remote access."
100 :group 'recentf
101 :type '(repeat (choice regexp function)))
102
87(defun recentf-menu-customization-changed (variable value) 103(defun recentf-menu-customization-changed (variable value)
88 "Function called when the recentf menu customization has changed. 104 "Function called when the recentf menu customization has changed.
89Set VARIABLE with VALUE, and force a rebuild of the recentf menu." 105Set VARIABLE with VALUE, and force a rebuild of the recentf menu."
@@ -114,9 +130,9 @@ If nil add it at end of menu (see also `easy-menu-add-item')."
114 (const :tag "Last" nil)) 130 (const :tag "Last" nil))
115 :set 'recentf-menu-customization-changed) 131 :set 'recentf-menu-customization-changed)
116 132
117(defcustom recentf-menu-action 'recentf-find-file 133(defcustom recentf-menu-action 'find-file
118 "*Function to invoke with a filename item of the recentf menu. 134 "*Function to invoke with a filename item of the recentf menu.
119The default is to call `recentf-find-file' to edit the selected file." 135The default is to call `find-file' to edit the selected file."
120 :group 'recentf 136 :group 'recentf
121 :type 'function 137 :type 'function
122 :set 'recentf-menu-customization-changed) 138 :set 'recentf-menu-customization-changed)
@@ -194,17 +210,6 @@ elements (see `recentf-make-menu-element' for menu element form)."
194 'recentf-menu-append-commands-flag 210 'recentf-menu-append-commands-flag
195 "22.1") 211 "22.1")
196 212
197(defcustom recentf-keep-non-readable-files-flag nil
198 "*non-nil means to keep non readable files in the recent list."
199 :group 'recentf
200 :type 'boolean)
201
202(defvaralias 'recentf-keep-non-readable-files-p
203 'recentf-keep-non-readable-files-flag)
204(make-obsolete-variable 'recentf-keep-non-readable-files-p
205 'recentf-keep-non-readable-files-flag
206 "22.1")
207
208(defcustom recentf-auto-cleanup 'mode 213(defcustom recentf-auto-cleanup 'mode
209 "*Define when to automatically cleanup the recent list. 214 "*Define when to automatically cleanup the recent list.
210The following values can be set: 215The following values can be set:
@@ -351,56 +356,56 @@ process the canonical name."
351 (funcall recentf-filename-handler filename)) 356 (funcall recentf-filename-handler filename))
352 filename))) 357 filename)))
353 358
354(defsubst recentf-file-readable-p (filename)
355 "Return t if file FILENAME exists and you can read it.
356Like the function `file-readable-p' but return nil on error."
357 (condition-case nil
358 (file-readable-p filename)
359 (error nil)))
360
361(defun recentf-include-p (filename) 359(defun recentf-include-p (filename)
362 "Return non-nil if FILENAME should be included in the recent list. 360 "Return non-nil if FILENAME should be included in the recent list.
363That is, if it doesn't match any of the `recentf-exclude' checks." 361That is, if it doesn't match any of the `recentf-exclude' checks."
364 (let ((case-fold-search recentf-case-fold-search) 362 (let ((case-fold-search recentf-case-fold-search)
365 (checks recentf-exclude) 363 (checks recentf-exclude)
366 (keepit t) 364 (keepit t))
367 check)
368 (while (and checks keepit) 365 (while (and checks keepit)
369 (setq check (car checks) 366 (setq keepit (condition-case nil
370 checks (cdr checks) 367 (not (if (stringp (car checks))
371 keepit (not (if (stringp check) 368 ;; A regexp
372 ;; A regexp 369 (string-match (car checks) filename)
373 (string-match check filename) 370 ;; A predicate
374 ;; A predicate 371 (funcall (car checks) filename)))
375 (funcall check filename))))) 372 (error nil))
373 checks (cdr checks)))
374 keepit))
375
376(defun recentf-keep-p (filename)
377 "Return non-nil if FILENAME should be kept in the recent list.
378That is, if it matches any of the `recentf-keep' checks."
379 (let* ((case-fold-search recentf-case-fold-search)
380 (checks recentf-keep)
381 (keepit (null checks)))
382 (while (and checks (not keepit))
383 (setq keepit (condition-case nil
384 (if (stringp (car checks))
385 ;; A regexp
386 (string-match (car checks) filename)
387 ;; A predicate
388 (funcall (car checks) filename))
389 (error nil))
390 checks (cdr checks)))
376 keepit)) 391 keepit))
377 392
378(defsubst recentf-add-file (filename) 393(defsubst recentf-add-file (filename)
379 "Add or move FILENAME at the beginning of the recent list. 394 "Add or move FILENAME at the beginning of the recent list.
380Does nothing if the name satisfies any of the `recentf-exclude' regexps or 395Does nothing if the name satisfies any of the `recentf-exclude'
381predicates." 396regexps or predicates."
382 (setq filename (recentf-expand-file-name filename)) 397 (setq filename (recentf-expand-file-name filename))
383 (when (recentf-include-p filename) 398 (when (recentf-include-p filename)
384 (recentf-push filename))) 399 (recentf-push filename)))
385 400
386(defsubst recentf-remove-if-non-readable (filename) 401(defsubst recentf-remove-if-non-kept (filename)
387 "Remove FILENAME from the recent list, if file is not readable. 402 "Remove FILENAME from the recent list, if file is not kept.
388Return non-nil if FILENAME has been removed." 403Return non-nil if FILENAME has been removed."
389 (unless (recentf-file-readable-p filename) 404 (unless (recentf-keep-p filename)
390 (let ((m (recentf-string-member 405 (let ((m (recentf-string-member
391 (recentf-expand-file-name filename) recentf-list))) 406 (recentf-expand-file-name filename) recentf-list)))
392 (and m (setq recentf-list (delq (car m) recentf-list)))))) 407 (and m (setq recentf-list (delq (car m) recentf-list))))))
393 408
394(defun recentf-find-file (filename)
395 "Edit file FILENAME using `find-file'.
396If the file does not exist or is non readable, and
397`recentf-keep-non-readable-files-flag' is nil, it is not edited and
398its name is removed from the recent list."
399 (if (and (not recentf-keep-non-readable-files-flag)
400 (recentf-remove-if-non-readable filename))
401 (message "File `%s' not found" filename)
402 (find-file filename)))
403
404(defsubst recentf-directory-compare (f1 f2) 409(defsubst recentf-directory-compare (f1 f2)
405 "Compare absolute filenames F1 and F2. 410 "Compare absolute filenames F1 and F2.
406First compare directories, then filenames sans directory. 411First compare directories, then filenames sans directory.
@@ -417,7 +422,7 @@ Return non-nil if F1 is less than F2."
417(defvar recentf-menu-items-for-commands 422(defvar recentf-menu-items-for-commands
418 (list ["Cleanup list" 423 (list ["Cleanup list"
419 recentf-cleanup 424 recentf-cleanup
420 :help "Remove all non-readable and excluded files from the recent list" 425 :help "Remove all excluded and non-kept files from the recent list"
421 :active t] 426 :active t]
422 ["Edit list..." 427 ["Edit list..."
423 recentf-edit-list 428 recentf-edit-list
@@ -933,11 +938,9 @@ IGNORE arguments."
933 938
934(defun recentf-track-closed-file () 939(defun recentf-track-closed-file ()
935 "Update the recent list when a buffer is killed. 940 "Update the recent list when a buffer is killed.
936That is, remove a non readable file from the recent list, if 941That is, remove a non kept file from the recent list."
937`recentf-keep-non-readable-files-flag' is nil."
938 (and buffer-file-name 942 (and buffer-file-name
939 (not recentf-keep-non-readable-files-flag) 943 (recentf-remove-if-non-kept buffer-file-name)))
940 (recentf-remove-if-non-readable buffer-file-name)))
941 944
942(defun recentf-update-menu () 945(defun recentf-update-menu ()
943 "Update the recentf menu from the current recent list." 946 "Update the recentf menu from the current recent list."
@@ -1164,16 +1167,18 @@ empty `file-name-history' with the recent list."
1164 recentf-list)))))) 1167 recentf-list))))))
1165 1168
1166(defun recentf-cleanup () 1169(defun recentf-cleanup ()
1167 "Remove all excluded or non-readable files from the recent list." 1170 "Remove all non-kept and excluded files from the recent list."
1168 (interactive) 1171 (interactive)
1169 (message "Cleaning up the recentf list...") 1172 (message "Cleaning up the recentf list...")
1170 (let (newlist) 1173 (let ((n 0) newlist)
1171 (dolist (f recentf-list) 1174 (dolist (f recentf-list)
1172 (if (and (recentf-include-p f) (recentf-file-readable-p f)) 1175 (if (and (recentf-include-p f)
1176 (recentf-keep-p f))
1173 (push f newlist) 1177 (push f newlist)
1178 (setq n (1+ n))
1174 (message "File %s removed from the recentf list" f))) 1179 (message "File %s removed from the recentf list" f)))
1175 (setq recentf-list (nreverse newlist)) 1180 (message "Cleaning up the recentf list...done (%d removed)" n)
1176 (message "Cleaning up the recentf list...done"))) 1181 (setq recentf-list (nreverse newlist))))
1177 1182
1178;;;###autoload 1183;;;###autoload
1179(define-minor-mode recentf-mode 1184(define-minor-mode recentf-mode
diff --git a/lisp/simple.el b/lisp/simple.el
index 81c1aba6880..20563dc5433 100644
--- a/lisp/simple.el
+++ b/lisp/simple.el
@@ -735,9 +735,10 @@ that uses or sets the mark."
735 735
736(defun goto-line (arg &optional buffer) 736(defun goto-line (arg &optional buffer)
737 "Goto line ARG, counting from line 1 at beginning of buffer. 737 "Goto line ARG, counting from line 1 at beginning of buffer.
738Normally, move point in the curren buffer. 738Normally, move point in the current buffer.
739With just C-u as argument, move point in the most recently displayed 739With just \\[universal-argument] as argument, move point in the most recently
740other buffer, and switch to it. 740displayed other buffer, and switch to it. When called from Lisp code,
741the optional argument BUFFER specifies a buffer to switch to.
741 742
742If there's a number in the buffer at point, it is the default for ARG." 743If there's a number in the buffer at point, it is the default for ARG."
743 (interactive 744 (interactive
diff --git a/lisp/subr.el b/lisp/subr.el
index 5cabedd0e6a..adaf2f481c9 100644
--- a/lisp/subr.el
+++ b/lisp/subr.el
@@ -2762,7 +2762,9 @@ change the displayed message."
2762 (min-value (aref parameters 1)) 2762 (min-value (aref parameters 1))
2763 (max-value (aref parameters 2)) 2763 (max-value (aref parameters 2))
2764 (one-percent (/ (- max-value min-value) 100.0)) 2764 (one-percent (/ (- max-value min-value) 100.0))
2765 (percentage (truncate (/ (- value min-value) one-percent))) 2765 (percentage (if (= max-value min-value)
2766 0
2767 (truncate (/ (- value min-value) one-percent))))
2766 (update-time (aref parameters 0)) 2768 (update-time (aref parameters 0))
2767 (current-time (float-time)) 2769 (current-time (float-time))
2768 (enough-time-passed 2770 (enough-time-passed
diff --git a/lisp/textmodes/tex-mode.el b/lisp/textmodes/tex-mode.el
index d15b72c98ba..7e5d9fee78b 100644
--- a/lisp/textmodes/tex-mode.el
+++ b/lisp/textmodes/tex-mode.el
@@ -2237,6 +2237,9 @@ because there is no standard value that would generally work."
2237 (interactive) 2237 (interactive)
2238 (or tex-dvi-view-command 2238 (or tex-dvi-view-command
2239 (error "You must set `tex-dvi-view-command'")) 2239 (error "You must set `tex-dvi-view-command'"))
2240 ;; Restart the TeX shell if necessary.
2241 (or (tex-shell-running)
2242 (tex-start-shell))
2240 (let ((tex-dvi-print-command (eval tex-dvi-view-command))) 2243 (let ((tex-dvi-print-command (eval tex-dvi-view-command)))
2241 (tex-print))) 2244 (tex-print)))
2242 2245
diff --git a/lisp/tooltip.el b/lisp/tooltip.el
index e4cab1beba1..6ed93a0e99e 100644
--- a/lisp/tooltip.el
+++ b/lisp/tooltip.el
@@ -454,7 +454,7 @@ This function must return nil if it doesn't handle EVENT."
454 expr))))))) 454 expr)))))))
455 455
456(defun gdb-tooltip-print () 456(defun gdb-tooltip-print ()
457 (tooltip-show 457 (tooltip-show
458 (with-current-buffer (gdb-get-buffer 'gdb-partial-output-buffer) 458 (with-current-buffer (gdb-get-buffer 'gdb-partial-output-buffer)
459 (let ((string (buffer-string))) 459 (let ((string (buffer-string)))
460 ;; remove newline for tooltip-use-echo-area 460 ;; remove newline for tooltip-use-echo-area
@@ -477,6 +477,8 @@ MSG is either a help string to display, or nil to cancel the display."
477 (string-match "^mouse-2" msg)) 477 (string-match "^mouse-2" msg))
478 (setq mp (mouse-pixel-position)) 478 (setq mp (mouse-pixel-position))
479 (consp (setq pos (cdr mp))) 479 (consp (setq pos (cdr mp)))
480 (car pos) (>= (car pos) 0)
481 (cdr pos) (>= (cdr pos) 0)
480 (setq pos (posn-at-x-y (car pos) (cdr pos) (car mp))) 482 (setq pos (posn-at-x-y (car pos) (cdr pos) (car mp)))
481 (windowp (posn-window pos))) 483 (windowp (posn-window pos)))
482 (with-current-buffer (window-buffer (posn-window pos)) 484 (with-current-buffer (window-buffer (posn-window pos))