[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: 1st arg of `message' is a control string
- From: Yoichi NAKAYAMA <yoichi@xxxxxxxxx>
- Date: Sun, 11 May 2003 23:20:35 +0900
- X-ml-name: emacs-w3m
- X-mail-count: 04837
- References: <87llxd24pj.wl%yoichi@geiin.org>
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