記事一覧

追加: yahtml fiber 経由のブラウジングのショートカットエラーに対応

2002年02月19日(火)21時13分

cygwin-1.3.9-1 にしてから、fiber.exe 経由でブラウザを起動しようとすると、
ショートカットエラーなんて出てしまうので、下記のようにエラー回避してます。
yatex.1.69.2 に同包されている yahtml.el 用ですが、他でも patch はあたると思います。

yahtml.el.origMon Feb 18 23:38:02 2002
  • -- yahtml.elMon Feb 18 23:38:26 2002
************
2302,2308 ****

(if (string-match "^[A-Za-z]:/" file)
(progn
;; (aset file 1 ?|) ;これは要らないらしい…
! (setq file (concat "///" file))))
(while list
(if (string-match (concat "^" (regexp-quote (car (car list)))) file)
(setq url (cdr (car list))

  • -- 2302,2309 ----
  • (if (string-match "^[A-Za-z]:/" file)
    (progn
    ;; (aset file 1 ?|) ;これは要らないらしい…
    ! (setq file (concat "//" file)))) ;fixed by te-kun
    ! ; (setq file (concat "///" file))))
    (while list
    (if (string-match (concat "^" (regexp-quote (car (car list)))) file)
    (setq url (cdr (car list))