Navi2ch for Emacs (Part 22)at UNIXNavi2ch for Emacs (Part 22) - 暇つぶし2ch■コピペモード□スレを通常表示□オプションモード□このスレッドのURL■項目テキスト268:名無しさん@お腹いっぱい。 24/01/14 19:28:13.87 .net 【速報】特定の板で専ブラが閲覧不能に 入力URL http://hayabusa9.5ch.net/test/read.cgi/livemarket1/1705218068 ↓ ジャンプ先 http://hayabusa9.5ch.net/test/read.cgi/c/livemarket1/1705218068 【※注:板名の前の”c”に注目】 殆どの板ではいまだ変更なし 269:名無しさん@お腹いっぱい。 24/01/21 21:27:10.44 .net history の一番最後の行で g を押すとエラーになるようです。 Debugger entered--Lisp error: (wrong-type-argument stringp nil) string-match("^https:\\(.*\\)" nil) navi2ch-history-assoc-item(nil) navi2ch-bm-get-board-internal(nil) navi2ch-bm-goto-board() funcall-interactively(navi2ch-bm-goto-board) call-interactively(navi2ch-bm-goto-board nil nil) command-execute(navi2ch-bm-goto-board) 270:名無しさん@お腹いっぱい。 24/01/23 23:45:05.60 .net 報告どうも。修正しておきます。 diff --git a/navi2ch-history.el b/navi2ch-history.el index 5f64a69..6fa64fe 100644 --- a/navi2ch-history.el +++ b/navi2ch-history.el @@ -78,7 +78,8 @@ key は (concat uri artid)。") (defun navi2ch-history-assoc-item (item) (or (assoc item navi2ch-history-alist) - (and (string-match "^https:\\(.*\\)" item) + (and item + (string-match "^https:\\(.*\\)" item) (assoc (concat (if (string-prefix-p "https:" item) "http:" "https:") (match-string 1 item)) 次ページ最新レス表示レスジャンプ類似スレ一覧スレッドの検索話題のニュースおまかせリストオプションしおりを挟むスレッドに書込スレッドの一覧暇つぶし2ch