[Message Prev][Message Next][Thread Prev][Thread Next][Message Index][Thread Index]

lookupのパッチ



ども、長です。

最近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