std11-lexical-analyze
shuhei @ localhost.localdomain
shuhei @ localhost.localdomain
2001年 4月 15日 (日) 15:24:19 JST
<7te7l0ufy2i.fsf @ puyo.mei9.advantest.co.jp>
BCC: shuhei @ aqua.ocn.ne.jp
From: Shuhei KOBAYASHI <shuhei @ aqua.ocn.ne.jp>
Date: 15 Apr 2001 15:24:19 +0900
Message-ID: <86u23qd6jw.fsf @ aqua.ocn.ne.jp>
Lines: 37
>>>>> In <7te7l0ufy2i.fsf @ puyo.mei9.advantest.co.jp>,
>>>>> ari @ atesoft.advantest.co.jp (Akihiro Arisawa) wrote:
> diff -u -F^( -r1.7.8.4 std11.el
> --- std11.el 2000/12/15 03:42:27 1.7.8.4
> +++ std11.el 2001/04/09 05:18:00
> @@ -396,7 +396,7 @@ (defun std11-lexical-analyze (string &op
> (null (setq r (funcall func string start))))
> (setq rest (cdr rest)))
> (or r
> - (list (cons 'error (substring string start)) (1+ len)))
> + (cons (cons 'error (substring string start)) (1+ len)))
> ))
> (setq dest (cons (car ret) dest)
> start (cdr ret))
[emacs-mime-ja:00425] (Date: Sun, 20 Feb 2000 02:44:14 +0900) にて
eword-decode.el (eword-lexical-analyze-internal) に対する同様の patch
が出されていたのを発掘して flim-1_14, flim-1_14-rfc2231, clime-1_14 に
適用しました.
>>>>> In <200002191744.CAA19653 @ mail.ba2.so-net.ne.jp>,
>>>>> SANETO Takanori <sanewo @ ba2.so-net.ne.jp> wrote:
> diff -u -r1.16 eword-decode.el
> --- eword-decode.el 1999/05/31 09:41:49 1.16
> +++ eword-decode.el 2000/02/19 17:31:18
> @@ -755,7 +755,7 @@
> )
> (setq rest (cdr rest)))
> (or r
> - (list (cons 'error (substring string start)) (1+ len)))
> + (cons (cons 'error (substring string start)) (1+ len)))
> ))
> (setq dest (cons (car ret) dest)
> start (cdr ret))
--
Shuhei KOBAYASHI
More information about the Emacs-mime-ja
mailing list