■掲示板に戻る■ 1- 101- 201- 301- 401- 501- 601- 701- 801- 901- 最新50

レス数が950を超えています。1000を超えると表示できなくなるよ。

2ch専用ブラウザ「Navi2ch」

665 :mami :01/11/05 20:47
>>664
差し替え。
ちゃんと navi2ch-article-kill-buffer できるように。
======
--- navi2ch.el.orig Tue Oct 30 23:18:18 2001
+++ navi2ch.el Mon Nov 5 20:45:09 2001
@@ -169,13 +169,14 @@
(let ((dir (file-name-directory file)))
(unless (file-exists-p dir)
(make-directory dir t)))
+ (when (file-regular-p file)
(let ((coding-system-for-write navi2ch-net-coding-system))
(with-temp-file file
(let ((standard-output (current-buffer)))
- (prin1 info)))))
+ (prin1 info))))))

(defun navi2ch-load-info (file)
- (when (file-exists-p file)
+ (when (file-regular-p file)
(let ((coding-system-for-read navi2ch-net-coding-system))
(with-temp-buffer
(insert-file-contents file)
======


次100 最新50
名前: E-mail (省略可) :

read.cgi ver5.26+ (01/10/21-)