Ticket #66 (closed 不具合: fixed)

Opened 2 years ago

Last modified 2 years ago

lookupで画像のインライン表示

Reported by: kose Assigned to: kose
Priority: normal Milestone: Meadow 3 用パッケージ
Component: パッケージ Version: 3.00
Severity: normal Keywords:
Cc: kose

Description

[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

Attachments

Change History

2006年06月26日 10時27分33秒 changed by kose

  • cc set to kose.
  • status changed from new to closed.
  • resolution set to fixed.

[854]で修正ずみ。


Add/Change #66 (lookupで画像のインライン表示)




Change Properties
Action