unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#7480: 24.0.50 no images in Custom
@ 2010-11-25 14:35 Jonas Bernoulli
  2010-12-17 11:06 ` Chong Yidong
  0 siblings, 1 reply; 10+ messages in thread
From: Jonas Bernoulli @ 2010-11-25 14:35 UTC (permalink / raw)
  To: 7480

In Custom buffers no images are shown for widgets that support it;
instead the respective text representations are shown.
`widget-image-enable' is t and the required images can be found.

I verified that `widget-image-insert' actually does get called when
appropriate and likewise calls `image-insert' .

Evaluating (insert-image (widget-image-find "right") "text") in the
scratch buffer does insert the image there. Setting
`before-change-functions' nil an evaluating the same expression in
Custom buffers also works.

In Custom buffers (text-properties-at (point)) returns

(rear-nonsticky
 (display)
 display
 (image :type xpm :file
"/usr/share/emacs/24.0.50/etc/images/custom/right.xpm" :ascent
center))

on "Show Value" as will as the manually inserted "right" image. I
don't understand in what way they differ that makes them be shown as
image resp. text.

Thanks

-- Jonas





^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2010-12-21  2:36 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-25 14:35 bug#7480: 24.0.50 no images in Custom Jonas Bernoulli
2010-12-17 11:06 ` Chong Yidong
2010-12-17 13:24   ` Jonas Bernoulli
2010-12-17 13:29     ` Jonas Bernoulli
2010-12-17 13:41       ` Jonas Bernoulli
2010-12-20 14:59       ` Chong Yidong
2010-12-20 15:21         ` Jonas Bernoulli
2010-12-21  2:36           ` Chong Yidong
2010-12-20 22:46         ` David De La Harpe Golden
2010-12-20 23:49           ` Lennart Borgman

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).