[Date Prev][Date Next][Thread Prev][][Date Index][Thread Index]

Re: 1st arg of `message' is a control string



At Sun, 11 May 2003 18:49:28 +0900, Yoichi NAKAYAMA wrote:
> --- shimbun/sb-2ch.el	10 Mar 2003 11:18:54 -0000	1.10
> +++ shimbun/sb-2ch.el	11 May 2003 09:47:19 -0000
> @@ -173,7 +173,8 @@
>  	ita sure)
>      (catch 'stop
>        (while indices
> -	(message (concat "Reading " (concat url "/" (car indices) "/")
> +	(message "%s"
> +		 (concat "Reading " (concat url "/" (car indices) "/")
>  			 "..."))

	(message "%s"
		 (concat "Reading " url "/" (car indices) "/..."))

でいいのかも。
-- 
Yoichi Nakayama