|
Namazu for hns による簡易全文検索 詳しくは 詳細指定/ヘルプを参照して下さい |
||||||||||||||||||||||||||||||||||||||||||||||||
2008年02月16日(土) 旧暦 [n年日記] [更新:"2008/02/18 13:12:27"]#1 [Emacs] 久振りに Emacs を更新
emacs 本体は wip/emacs-current
に patch を加えたもの。obache さんありがとう。
2007/12/24
hnf-mode jaspace elscreen @ tc-2.3.1:@ emacs-w3m:110 9:17 cd /export/cvs-work/ 111 9:17 cvs -d :pserver:anonymous@cvs.namazu.org:/storage/cvsroot login 112 9:17 cvs -d :pserver:anonymous@cvs.namazu.org:/storage/cvsroot co emacs-w3m 117 9:20 autoconf 118 9:20 ./configure --with-emacs=/usr/pkg/bin/emacs 119 9:20 make 120 9:21 sudo make install 121 9:21 sudo make install-icons @ auc-tex:125 9:22 cvs -d :pserver:anonymous@cvs.savannah.gnu.org:/sources/auctex co auctex 128 9:25 cd ./auctex/ 129 9:25 ./autogen.sh 130 9:25 ./configure --prefix=/usr/pkg 131 9:26 make 132 9:26 sudo make install @ wanderlust:165 10:00 cd /e/bologna/cvs-work/wanderlust/ 166 10:00 cvs update -dP -A 174 10:01 make 176 10:01 sudo make install @ x-face:180 10:09 sudo mkdir /usr/pkg/share/emacs/site-lisp/a-files 181 10:09 cd /export/local-src/ 183 10:09 cp $DISTFILES/x-face-e21.el.gz . 184 10:10 gunzip x-face-e21.el.gz 185 10:10 emacs -batch -f batch-byte-compile x-face-e21.el 186 10:10 sudo cp x-face-e21.el* /usr/pkg/share/emacs/site-lisp/a-files @ riece:104 10:36 cd /e/bologna/cvs-work/riece/ 106 10:36 cvs update -dP -A 107 10:38 autoreconf -f -i 108 10:39 ./configure 111 10:40 sudo env LANG=ja_JP.eucJP make -i install ( つっこみ )
#2 [Emacs] で何故か fontset-14 がないとttyp1:makoto@genova 10:42:15/080216(/export)> emacs Font `fontset-14' is not definedそれで、次のように起動する ttyp1:makoto@genova 10:42:17/080216(~)> emacs -fn fontset-standardその後で shift + 左クリックすると、14-dot medium の書体が選べて、いつもの画面になる。 これは、 ~/.Xdefaults の中を次のように変更すれば直った。 !上に定義した中で次のものを標準とする !Emacs.Font: fontset-14 Emacs.Font: -*-fixed-medium-r-normal--14-*-*-*-*-*-fontset-14どこかで alias が使えなくなっている ? @ w3m はちょっとおかしい ?:
(当然自分の環境または設定がちょっとおかしい)という意味
ucs_conv=1: bad option w3m version w3m/0.5.2, options lang=en,m17n,color,ansi-color,mouse,menu,cookie,ssl,ssl-verify, external-uri-loader,w3mmailer,nntp,ipv6,alarm,mark usage: w3m [options] [URL or filename] options: -t tab set tab width -r ignore backspace effectSee the diary on 2006/02/28 ttyp5:makoto@genova 11:13:09/080216(...wip-jp/w3m)> make make: "/export/pkgsrc/wip-jp/w3m/options.mk" line 47: Malformed conditional (!empty(PKG_OPTIONS:Mm17n) || (defined(W3M_USE_M17N) && !empty(W3M_USE_M17N:M[Yy][Ee][Ss]))) make: "/export/pkgsrc/wip-jp/w3m/options.mk" line 56: Malformed conditional (!empty(PKG_OPTIONS:Municode) || (defined(W3M_USE_UNICODE) && !empty(W3M_USE_UNICODE:M[Yy][Ee][Ss]))) make: Fatal errors encountered -- cannot continue make: stopped in /export/pkgsrc/wip-jp/w3m ttyp5:makoto@genova 11:13:12/080216(...wip-jp/w3m)>instead: 179 11:13 env W3M_USE_M17N=yes W3M_USE_UNICODE=yes make 182 11:16 sudo env W3M_USE_M17N=yes W3M_USE_UNICODE=yes make package @ ちょっと関係ないけれど dvipdfmx:
dvipdfmx
mktexpk: don't know how to create bitmap font for rml.2006/07/27 の日記 、 2006/08/09 の日記 13:25 sudo cp -p /usr/pkg/share/examples/dvipdfmx/dvipdfmx.cfg \ /usr/pkg/share/texmf-local/dvipdfm/ 13:26 sudo vi /usr/pkg/share/texmf-local/dvipdfm/dvipdfmx.cfgstill getting: ** ERROR ** Could not find encoding file "Ryumin-Light-H".update: 149 13:36 sudo updmap 150 13:36 sudo mktexlsr(not fixed yet) @ pkgsrc/wip-jp/dvipdfmx looks greate:
もしかして
wip-jp
の下のものを使えばいいのかな。
pkgsrc/wip-jp/dvipdfmxを入れる ** WARNING ** Could not locate a virtual/physical font for TFM "rml". ... ** WARNING ** Could not locate a virtual/physical font for TFM "gbm". ...modifiy /usr/pkg/etc/dvipdfmx/cid-x.map as: %% This file 'cid-x.map' is read by dvipdfmx for default %% dvipdfmx.cfg setting. Please append fontmap entries here. rml H Ryumin-Light gbm H GothicBBB-Mediumnow problem fixed. Looks greate. これで動いた。 ** WARNING ** No image converter available for converting file "./dot/convert-memory-address.eps" to PDF format. ** WARNING ** >> Please check if you have 'D' option in config file.The line %% GhostScript (Unix/Linux): %D "gs -q -dNOPAUSE -dBATCH -sPAPERSIZE=a0 -sDEVICE=pdfwrite -dCompatibilityLevel=1.3 -dAutoFilterGrayImages=false -dGrayImageFilter=/F lateEncode -dAutoFilterColorImages=false -dColorImageFilter=/FlateEncode -dUseFlateCompression=true -sOutputFile=%o %i -c quit"in following file was NOT activated. /usr/pkg/share/texmf-local/dvipdfm/dvipdfmx.cfg@ -> /usr/pkg/etc/dvipdfmx/dvipdfmx.cfgRemoving the first char % fixed the problem. @ gs also getting error:
The version are:
ghostscript-fonts-8.11nb1 Postscript fonts for Aladdin Ghostscript ghostscript-8.61nb2 Postscript interpreter ttyp6:makoto@genova 14:18:37/080216(..hoge/tex)> gs hoge.ps ... Can't find (or can't open) font file Resource/Font/GothicBBB-Medium-H. Can't find (or can't open) font file GothicBBB-Medium-H. Can't find (or can't open) font file Resource/Font/GothicBBB-Medium-H. Can't find (or can't open) font file GothicBBB-Medium-H. Didn't find this font on the system! Substituting font Courier for GothicBBB-Medium-H. Loading NimbusMonL-Regu font from /usr/pkg/share/ghostscript/fonts/n022003l.pfb... 2818224 1180431 2327416 666095 1 done. Can't find (or can't open) font file Resource/Font/Ryumin-Light-H. Can't find (or can't open) font file Ryumin-Light-H. Didn't find this font on the system! Substituting font Courier for Ryumin-Light-H. >>showpage, press <return> to continue<< ( つっこみ )
|
最近の日記 2024年10月25日 ・Die Frau ohne Schatten 影のない女 2024年07月03日 ・kicad oddity 2024年05月08日 ・comparison on ./buildsh tools 2024年05月06日 ・py-setuptools (python 3.11.9) ・make release took 1 hours and 10 min ・qemu invocation for 10.99.10 2024年05月05日 ・Windows 10 version ・serial connection ・bc bench | |||||||||||||||||||||