Navi2ch for Emacs (Part 22)at UNIX
Navi2ch for Emacs (Part 22) - 暇つぶし2ch31:27
20/06/10 15:44:33.30 .net
>>28-29
ありがとう。素人だから即席だけど読めるようになった。
diff --git a/navi2ch-list.el b/navi2ch-list.el
index 4188735..48a19ea 100644
--- a/navi2ch-list.el
+++ b/navi2ch-list.el
@@ -592,6 +592,8 @@ changed-list は '((board-id old-board new-board) ...) な alist。
(when (and (not ignore)
(string-match "href=\\(.+/\\([^/]+\\)/\\)" attr))
(setq url (match-string 1 attr))
+ (when (string-match "^https" url)
+ (setq url (replace-regexp-in-string "^https" "http" url)))
(setq url (or (cdr (assoc
url
navi2ch-list-moved-board-alist))


次ページ
続きを表示
1を表示
最新レス表示
レスジャンプ
類似スレ一覧
スレッドの検索
話題のニュース
おまかせリスト
オプション
しおりを挟む
スレッドに書込
スレッドの一覧
暇つぶし2ch