がーん、3日早く買っちまったい。保証書みたら、見事に 6月7日の日付が。。。
へらへらしていたらパニックに。。。
Received: from qnx.mdrost.com ([60.170.125.79]) Message-ID: <9b9d01c338c7$8afa9070$a77f85fd@fxryqinxl> X-Mailer: Microsoft Outlook Express 5.00.2314.1300な感じ。
(add-hook 'Info-mode-hook (lambda () (when (and (boundp 'Info-isearch-search) (featurep 'migemo)) (set (make-local-variable 'isearch-search-fun-function) 'Info-migemo-isearch-search)))) (defun Info-migemo-isearch-search () (if Info-isearch-search (lambda (string &optional bound noerror count) (cond (migemo-do-isearch (Info-migemo-search string bound noerror count (unless isearch-forward 'backward)) (point)) (isearch-word (Info-search (concat "\\b" (replace-regexp-in-string "\\W+" "\\\\W+" (replace-regexp-in-string "^\\W+\\|\\W+$" "" string)) "\\b") bound noerror count (unless isearch-forward 'backward))) (t (Info-search (if isearch-regexp string (regexp-quote string)) bound noerror count (unless isearch-forward 'backward)) (point)))) (let ((isearch-search-fun-function nil)) (isearch-search-fun)))) (defun Info-migemo-search (regexp &optional bound noerror count direction) (when transient-mark-mode (deactivate-mark)) (let ((backward (eq direction 'backward)) found beg-found give-up (onode Info-current-node) (ofile Info-current-file) (opoint (point)) (opoint-min (point-min)) (opoint-max (point-max)) (ostart (window-start)) (osubfile Info-current-subfile) (migemo-do-isearch nil)) (setq Info-search-case-fold t) (save-excursion (save-restriction (widen) (when backward ;; Hide Info file header for backward search (narrow-to-region (save-excursion (goto-char (point-min)) (search-forward "\n\^_") (1- (point))) (point-max))) (while (and (not give-up) (save-match-data (or (null found) (if backward (isearch-range-invisible found beg-found) (isearch-range-invisible beg-found found)) ;; Skip node header line (and (save-excursion (forward-line -1) (looking-at "\^_")) (forward-line (if backward -1 1))) ;; Skip Tag Table node (save-excursion (and (search-backward "\^_" nil t) (looking-at "\^_\nTag Table")))))) (let (search-spaces-regexp) (if (if backward (migemo-backward regexp bound t) (migemo-forward regexp bound t)) (setq found (point) beg-found (if backward (match-end 0) (match-beginning 0))) (setq give-up t)))))) (when (and isearch-mode Info-isearch-search (not Info-isearch-initial-node) (not bound) (or give-up (and found (not (and (> found opoint-min) (< found opoint-max)))))) (signal 'search-failed (list regexp "initial node"))) ;; If no subfiles, give error now. (if give-up (if (null Info-current-subfile) (let (search-spaces-regexp) (if backward (migemo-backward regexp) (migemo-forward regexp))) (setq found nil))) (if (and bound (not found)) (signal 'search-failed (list regexp))) (unless (or found bound) (unwind-protect ;; Try other subfiles. (let ((list ())) (save-excursion (set-buffer (marker-buffer Info-tag-table-marker)) (goto-char (point-min)) (search-forward "\n\^_\nIndirect:") (save-restriction (narrow-to-region (point) (progn (search-forward "\n\^_") (1- (point)))) (goto-char (point-min)) ;; Find the subfile we just searched. (search-forward (concat "\n" osubfile ": ")) ;; Skip that one. (forward-line (if backward 0 1)) (if backward (forward-char -1)) ;; Make a list of all following subfiles. ;; Each elt has the form (VIRT-POSITION . SUBFILENAME). (while (not (if backward (bobp) (eobp))) (if backward (re-search-backward "\\(^.*\\): [0-9]+$") (re-search-forward "\\(^.*\\): [0-9]+$")) (goto-char (+ (match-end 1) 2)) (setq list (cons (cons (+ (point-min) (read (current-buffer))) (match-string-no-properties 1)) list)) (goto-char (if backward (1- (match-beginning 0)) (1+ (match-end 0))))) ;; Put in forward order (setq list (nreverse list)))) (while list (message "Searching subfile %s..." (cdr (car list))) (Info-read-subfile (car (car list))) (when backward ;; Hide Info file header for backward search (narrow-to-region (save-excursion (goto-char (point-min)) (search-forward "\n\^_") (1- (point))) (point-max)) (goto-char (point-max))) (setq list (cdr list)) (setq give-up nil found nil) (while (and (not give-up) (save-match-data (or (null found) (if backward (isearch-range-invisible found beg-found) (isearch-range-invisible beg-found found)) ;; Skip node header line (and (save-excursion (forward-line -1) (looking-at "\^_")) (forward-line (if backward -1 1))) ;; Skip Tag Table node (save-excursion (and (search-backward "\^_" nil t) (looking-at "\^_\nTag Table")))))) (let ((search-spaces-regexp Info-search-whitespace-regexp)) (if (if backward (migemo-backward regexp nil t) (migemo-forward regexp nil t)) (setq found (point) beg-found (if backward (match-end 0) (match-beginning 0))) (setq give-up t)))) (if give-up (setq found nil)) (if found (setq list nil))) (if found (message "") (signal 'search-failed (list regexp)))) (if (not found) (progn (Info-read-subfile osubfile) (goto-char opoint) (Info-select-node) (set-window-start (selected-window) ostart))))) (if (and (string= osubfile Info-current-subfile) (> found opoint-min) (< found opoint-max)) ;; Search landed in the same node (goto-char found) (widen) (goto-char found) (save-match-data (Info-select-node))) ;; Use string-equal, not equal, to ignore text props. (or (and (string-equal onode Info-current-node) (equal ofile Info-current-file)) (and isearch-mode isearch-wrapped (eq opoint (if isearch-forward opoint-min opoint-max))) (setq Info-history (cons (list ofile onode opoint) Info-history)))))
など書いてみる。
"kj" とかでオリジナルのメッセージに飛ぶときに、リモートフォルダのファイルでもローカルフォルダ形式のままだったので、ちゃんと "%[Gmail]/すべてのメール" に飛ぶようにした。1年と6ヶ月ぶりのアップデート。
5.3 辞書登録機能アップデート 2010年 6月24日版以降の egg-anthy の辞書登録機能は、Anthy-dev ML で大泉さ んが更新した typetab に対応しています。 Subject: [Anthy-dev 3787] Re: anthy-dic-tool From: Jun Oizumi <vagus.xyz@xxxxx.xxxx> To: Anthyの開発 <anthy-dev@xxxx.xxxx.xxxx> 大泉です。 2010/6/21 Hideyuki SHIRAI : > From: NIIBE Yutaka さん曰く [...] >> となります。typetab には #JN がありません。 > > 新部さんの言われているように typetab が古いのかな? typetab だと > JNM ですものね。 typetab を直すだけでいいのなら…という訳で、ざっくり直してみました。 (1) Anthy 本体の typetab がアップデートされるまでは、上記のメールに付属し ている typetab、または、同梱している "typetab-20100524" を (例えば) /usr/local/share/anthy/typetab としてインストールしてください。 (2) 固有名詞:人名を表現する品詞コードが変わりました。従来の egg-anthy で人 名を登録した方は、~/.anthy/private_words_default 中の " #JNM*" を " #JN*" に置換しておかないと、"anthy-dic-tool --dump" 等が正常に動作しません。こっちは、なんと三年ぶりのアップデート。
詳細は Anthy の ML 参照。とりあえず、個人的にはすっかり満足してしまったので、これ以上首を突っ込むかどうかは不明。