emacs-pretest-bug
[Top][All Lists]
Advanced

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

Re: crash with invalid image map element


From: Kim F. Storm
Subject: Re: crash with invalid image map element
Date: Mon, 15 Nov 2004 01:11:08 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/21.3.50 (gnu/linux)

SAITO Takuya <address@hidden> writes:

> Start emacs -Q, and evaluate below:
>
> (insert-image
>  (create-image
>   "splash.xpm" nil nil
>   :map (list (list
>               (cons 'rect (cons (cons 0 0) (cons 300 300)))
>               'id
>               (list 'help-echo "id")))))
>
> Then, emacs crashes if I move my mouse over the rectangle area.

Thanks for the report.

I will fix this.


>
> lookup-image-map's docstring and NEWS says that
> image map's format is (AREA ID PLIST),
> but isn't it (AREA ID . PLIST) ?
>

Thanks for noticing this.

I will change the code to match the doc.

--
Kim F. Storm  http://www.cua.dk





reply via email to

[Prev in Thread] Current Thread [Next in Thread]