Osmo Salomaa <otsaloma@cc.hut.fi> writes:
> Now we're making some progress. I now get the png file '1' in my temp
> folder. But still xemacs does not show the picture. I assume this is
> now a problem accessing the png file.
Copy the following expression to the *Scratch* buffer in XEmacs,
substitute an appropriate file name, place the cursor after the last
parenthesis and press `C-j':
(let ((str "foo")
(filename "/tmp/imaxima1542uaQ/1"))
(set-text-properties 0 (length str)
`(begin-glyph
,(make-glyph (vector 'png :file filename)))
str)
str)
What happens?