hns - 日記自動生成システム - Version 2.19.9

先月 2002年02月 来月
1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28
Namazu for hns による簡易全文検索
詳しくは 詳細指定/ヘルプを参照して下さい
検索式:

2002年02月18日(月) 旧暦 [n年日記]

#1 [Emacs] w3-4.0 cvs 版

かなり速くなっている。使っていて楽しい速さ。 に行くと
error in process filter: set-face-attribute: Invalid face height: -10
error in process filter: Invalid face height: -10
Debugger entered--Lisp error: (error "Invalid face height" -10)
  internal-set-lisp-face-attribute(w3-style-face-00039 :height -10 0)
  set-face-attribute(w3-style-face-00039 nil :height -10)
  font-set-face-font(w3-style-face-00039 
        [:family nil :weight nil :style 0 :size -1 :registry nil :encoding nil])
  w3-display-node((*document nil ((html nil ...))))
  w3-draw-tree(((*document nil (...))))
  w3-prepare-buffer()
  w3-fetch-callback("http://emacs-20.ki.nu/search/?search=%1B%24B05%3DL%1B(B")
  apply(w3-fetch-callback "http://emacs-20.ki.nu/search/?search=%1B%24B05%3DL%1B(B")
  url-http-activate-callback()

Symbol's value as variable is void: url-registered-protocols:

(setq debug-on-error t) 以前の .emacs を見ると
(setq url-registered-protocols nil)
としてしまっているようだ。

error in process filter: url-expand-file-name confused - no default?:

error in process filter: url-expand-file-name: url-expand-file-name confused - no default?
error in process filter: url-expand-file-name confused - no default?

M-x describe-function RET url-expand-file-name RET:

url-expand-file-name is a compiled Lisp function in `url-expand'.
(url-expand-file-name URL &optional DEFAULT)

Convert URL to a fully specified URL, and canonicalize it.
Second arg DEFAULT is a URL to start with if URL is relative.
If DEFAULT is nil or missing, the current buffer's URL is used.
Path components that are `.' are removed, and 
path components followed by `..' are removed, along with the `..' itself.

M-x locate-library url-expand RET:

Library is file /usr/pkg/share/emacs/site-lisp/url-20020214/url-expand.elc

url-expand.el:

  ;; Need to figure out how/where to expand the fragment relative to
  (setq default (cond
		 ((vectorp default)
		  ;; Default URL has already been parsed
		  default)
		 (default
		   ;; They gave us a default URL in non-parsed format
		   (url-generic-parse-url default))
		 (url-current-object
		  ;; We are in a URL-based buffer, use the pre-parsed object
		  url-current-object)
		 ((string-match url-nonrelative-link url)
		  ;; The URL they gave us is absolute, go for it.
		  nil)
		 (t
		  ;; Hmmm - this shouldn't ever happen.
                  (error "url-expand-file-name confused - no default?"))))
viewcvs って annotate がない ?

#2 [CVS] cvsweb

annotate しようとすると
Status: 500 Internal Error
Content-type: text/html
信じられないというか、 google で、これらの文字列で検索 すると、解決方法でなくて、本当にそういう問題が起きている画面が山ほど見つかってしまう。

#3 [Network] ADSL 正しい ADSL 広告の見方


#4 [Emacs] append の引数はいくつか

これがきょうの主題(theme) :-) と書いて見たが、多分答えは、 「いくつでもいい」 しかし、次のことはどう解釈すればいいのだろう ?
(append "a" "b" "c")   ;  評価してから .. 0x61 = 97
(97 98 . "c")

#5 [CVS] pkgsrc/netatalk-asun を tracking

makoto@u 11:27:18/020218(...src/netatalk-1.4b2+asun2.1.3)> mkdir /a/j/tracking
makoto@u 11:28:28/020218(...src/netatalk-1.4b2+asun2.1.3)> cvs -d !$ init
cvs -d /a/j/tracking init
makoto@u 11:28:39/020218(...src/netatalk-1.4b2+asun2.1.3)> cvs -d /a/j/tracking import -m 'netatalk-1.4b2+asun2.1.3' netatalk ASUN asun2_1_3 > & /tmp/2
makoto@u 11:28:58/020218(...src/netatalk-1.4b2+asun2.1.3)> cvs -d /a/j/tracking import -b 1.1.3 -m 'branch for pkgsrc' netatalk NetBSD pkgsrc > & /tmp/3
makoto@u 11:30:00/020218(...src/netatalk-1.4b2+asun2.1.3)> foreach i ( `cd /export/pkgsrc/net/netatalk-asun/patches/; ls patch-*` )
foreach? echo $i
foreach? patch -s -p0 < /export/pkgsrc/net/netatalk-asun/patches/$i
foreach? cvs -d /a/j/tracking import -b 1.1.3 -m "patches/$i applied" netatalk NetBSD $i >& /tmp/$i
foreach? end
patch-aa
patch-ab
...
Re: CRLF fun stuff again... ぼくも Duncan Sinclair と同じ考えだなぁ。

#6 [X] TrueType Font

良く分っていないけれど、こういうのがあるではないか
makoto@u  16:58:54/020218(...share/fonts)# xfstt --sync
xfstt: sync in directory "/usr/X11R6/lib/X11/fonts/TrueType/."
No valid truetype fonts found!
Please put some *.ttf fonts into "/usr/X11R6/lib/X11/fonts/TrueType"
xfstt: sync failed
makoto@u  16:59:06/020218(...share/fonts)# 
makoto@u 16:59:59/020218(...fonts/truetype)# mv /usr/pkg/share/fonts/truetype/kochi-mincho.ttf /usr/X11R6/lib/X11/fonts/TrueType/
makoto@u DING!/020218(...fonts/truetype)# xfstt --sync
xfstt: sync in directory "/usr/X11R6/lib/X11/fonts/TrueType/."
Found 1 fonts.
makoto@u  17:02:33/020218(...work/xfstt-1.1)> xfstt&
[1] 12349
makoto@u  17:02:35/020218(...work/xfstt-1.1)>  xset fp+ unix/:7101
makoto@u  17:02:46/020218(...work/xfstt-1.1)> xlsfonts | grep kochi
-ttf-kochi mincho-medium-r-normal-regular-0-0-0-0-m-0-iso8859-1

#7 [無題] 金目鯉の刺身を作って見る

知り合いにもらったもの。900 g くらいだったか。 冷凍から戻したので、それなりに因難。しかし味は良かった。 (残りはあら汁と、次の日用にすり身の汁 -- 僕が作った訳ではないけれど)



最近の日記
2024年03月10日
停電 (瞬電)
2024年03月03日
the second try on bare-metal
useradd
2024年02月29日
opendkim and senmail
2024年01月24日
chat/iam 0.0.8
2024年01月21日
uselocale vs setlocale (textproc/R-readxl)
以上、1 日分です。
タイトル一覧
カテゴリ分類
Powered by hns-2.19.9, HyperNikkiSystem Project

Count.cgi (since 2000/02/05)