%uname -rs FreeBSD 4.2-STABLE %./configure creating cache ./config.cache checking for a BSD compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking whether make sets ${MAKE}... yes checking for working aclocal... found checking for working autoconf... found checking for working automake... found checking for working autoheader... found checking for working makeinfo... found checking for emacs... no checking for xemacs... /usr/local/bin/xemacs checking where .elc files should go... $(prefix)/lib/xemacs/site-lisp updating cache ./config.cache creating ./config.status creating Makefile %make WARNING: Warnings can be ignored. :-) if test /usr/local/bin/xemacs != no; then EMACS=/usr/local/bin/xemacs /bin/sh ./elisp-comp navi2ch-article.el; fi Compiling /tmp/navi2ch-010109/navi2ch-article.el... While compiling navi2ch-article-parse-message in file /tmp/navi2ch-010109/navi2ch-article.el: ** variable first bound but not referenced ** variable last bound but not referenced While compiling navi2ch-article-insert-messages: ** variable begin bound but not referenced While compiling navi2ch-article-exit: ** reference to free variable navi2ch-board-buffer-name While compiling navi2ch-article-sync: ** reference to free variable navi2ch-net-force-update ** reference to free variable navi2ch-offline ** variable navi2ch-net-force-update bound but not referenced While compiling navi2ch-article-select-view-range: ** read-char called with 1 argument, but accepts only 0 While compiling navi2ch-article-write-message: ** reference to free variable navi2ch-board-current-board While compiling the end of the data: ** The following functions are not known to be defined: navi2ch-expand-file-name, navi2ch-replace-html-tag, navi2ch-insert-file-contents, navi2ch-put-alist, navi2ch-net-update-file, navi2ch-article-add-number, navi2ch-article-open-number, navi2ch-save-info, navi2ch-load-info, navi2ch-2ch-url-p, navi2ch-url-to-board, navi2ch-url-to-article, navi2ch-replace-string, navi2ch-uudecode-region Wrote /tmp/navi2ch-010109/navi2ch-article.elc Done WARNING: Warnings can be ignored. :-) if test /usr/local/bin/xemacs != no; then EMACS=/usr/local/bin/xemacs /bin/sh ./elisp-comp navi2ch-board.el; fi Compiling /tmp/navi2ch-010109/navi2ch-board.el... While compiling navi2ch-board-goto-board in file /tmp/navi2ch-010109/navi2ch-board.el: ** reference to free variable navi2ch-list-board-name-list While compiling navi2ch-board-select-article: ** "can't select this line!" is a malformed function !! error (("Compiler bug: depth conflict at tag 1")) >>Error occurred processing navi2ch-board.el: Compiler bug: depth conflict at tag 1
(defun my-header-function (num name mail date) (if (string-match "(not 1)" name) (progn (setq my-kill-name-p t) " ") (setq my-kill-name-p nil) (navi2ch-article-default-header-format-function num name mail date)))
baord-mode と global bookmark での mark 操作のキーバインドはこんな感じ。 '*' そのスレを mark 'u' そのスレの mark をキャンセル 'm r' region を mark ('C-u' で mark をキャンセル) 'm a' buffer 全体を mark ('C-u' で mark をキャンセル) 'm i' mark したスレを fetch 'm o' mark したスレを表示
global bookmark で 'ma mi' とかすれば巡回っぽい事ができると思います。
article-mode で v で今見てるレスをダイアログ(っていうか menu)で表示です (2ch-mode のパクリ)。 Windows だとこれで結構 AA が見れるみたいです。 でも普通の Unix な Emacsen だとダメかもしれない。 ;; menu のフォントが設定できれば一応大丈夫かも。 ;; でも menu の行間が狭められないとやっぱり見ずらいかな。
〃 (中」中)ノ 失礼しました… XEmacs 用は ./configure --with-xemacs で make しないとだめなんですね。安易に同じファイルを共用しようとしてました。
467 :名無しさん@Emacs :2001/03/24(土) 08:40
ううむ‥‥
Symbol's function definition is void: set-face-property
mona font 入ってんですけど‥‥。 Emacs-Lisp じぇんじぇんわかりません‥‥。
468 :(not 1) :2001/03/24(土) 15:36
・board 系で S でソートできるように ・board 系で g でその位置の板をデフォルトに ・global bookmark の id を 'bmark' に ・mona を直した ・article で v で aa を見る ・article で Q で その板に戻る ・article で L で l したのを戻す
難しいことはよくわからんが、 GNU Emacs 21.0.104.1 に navi2ch-010728 で、 navi2ch-article-select-current-link: Symbol's value as variable is void: browse-url-new-window-p って言われるようになった。