Have a PNG image in /tmp/pic.png, then: $ cd /tmp $ mkdir emacs $ cd emacs $ cp ../pic.png pic1.png $ cp ../pic.png pic2.png $ emacs -Q
open the directory using dired: C-x d RET open the first file in the other window, go back to the direct window, go down a line: o C-x o n open the 2nd file in the other window, close that window, leaving only the dired window: o C-x 0 go back to the first file line, rename pic1.png to pic3.png: p R pic3.png RET revisit the first file (now called pic3.png): f The image shows up as a small square rather than the real image. (variations on the above theme, like renaming pic2 instead of pic1, or visiting pic2 after the rename don't seem to cause the problem). In GNU Emacs 22.0.96.22 (i686-pc-linux-gnu, GTK+ Version 2.8.20) of 2007-04-01 on trpaslik Windowing system distributor `The X.Org Foundation', version 11.0.70101000 configured using `configure '--with-gtk' '--prefix' '/usr/local' '--with-xpm' '--with-jpeg' '--with-png' '--with-gif'' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: nil value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: en_GB.UTF-8 locale-coding-system: utf-8 default-enable-multibyte-characters: t _______________________________________________ emacs-pretest-bug mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
