[meadow-users-jp:7037]
最近Meadow3を利用しはじめたのですが、lookupで画像が出せませんでした。
Meadow2は以下のパッチで上手くいっているのですが、それもNGっぽかったです。
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