[Message Prev][Message Next][Thread Prev][Thread Next][Message Index][Thread Index]
lookupのパッチ
- X-ml-count: 7037
- Subject: lookupのパッチ
- From: Tsuyoshi CHO <mfalcon_sky@xxxxxxxxxxxxx>
- Date: Wed, 14 Jun 2006 21:43:00 +0900
- User-agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (丸岡) LIMIT/1.14.9 (道明寺) APEL/10.6 Emacs/21.4 (i386-mingw-nt5.1.2600) MULE/5.0 (賢木) Meadow/2.10 (朝顔) / FIRE in my heart
ども、長です。
最近Meadow3を利用しはじめたのですが、lookupで画像が出せませんでした。
Meadow2は以下のパッチで上手くいっているのですが、それもNGっぽかったです。
# 詳細はこれから調査...
もしかしたら利用する人がいるかもしれないので、パッチだけ流しておきます。
以上です。
cd c:/tools/Meadow2/packages/lisp/lookup/
diff -c "c:/tools/Meadow2/packages/lisp/lookup/ndeb-binary.el" "c:/tools/Meadow2/packages/lisp/lookup/ndeb-binary.el.old"
*** c:/tools/Meadow2/packages/lisp/lookup/ndeb-binary.el Mon May 2 21:14:02 2005
--- c:/tools/Meadow2/packages/lisp/lookup/ndeb-binary.el.old Wed Jan 28 09:09:34 2004
***************
*** 286,293 ****
;; output file.
(if (string-match "%s" command)
(let (ret)
! ;; (setq command (replace-match file t t command))
! (setq command (format command file)) ;; %s -> filename
(message command)
(setq ret (ndeb-process-require command))
(unless (string-match "^OK" ret)
--- 286,292 ----
;; output file.
(if (string-match "%s" command)
(let (ret)
! (setq command (replace-match file t t command))
(message command)
(setq ret (ndeb-process-require command))
(unless (string-match "^OK" ret)
Diff finished at Wed Jun 14 21:39:35