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

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

crash with invalid image map element


From: SAITO Takuya
Subject: crash with invalid image map element
Date: Sat, 13 Nov 2004 18:30:00 +0900 (JST)

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. 

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



In GNU Emacs 21.3.50.1 (i686-pc-linux-gnu, X toolkit, Xaw3d scroll bars)
 of 2004-11-13 on reed
Distributor `The X.Org Foundation', version 11.0.60700000
configured using `configure '--prefix=/usr' '--libexecdir=/usr/lib' 
'--infodir=/usr/lib/emacs/21.3.50/info' '--with-x-toolkit=athena' 
'--without-xim''

Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: ja_JP.eucJP
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: C
  value of $LANG: ja_JP.eucJP
  locale-coding-system: japanese-iso-8bit
  default-enable-multibyte-characters: t

Major mode: Lisp Interaction

Minor modes in effect:
  mouse-wheel-mode: t
  unify-8859-on-encoding-mode: t
  utf-translate-cjk-mode: t
  line-number-mode: t




reply via email to

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