From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: [dooglus@gmail.com: display problem after renaming open image files] Date: Sun, 01 Apr 2007 17:42:43 -0400 Message-ID: Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1175464029 26604 80.91.229.12 (1 Apr 2007 21:47:09 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 1 Apr 2007 21:47:09 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Apr 01 23:47:03 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HY7t9-0002O6-0f for ged-emacs-devel@m.gmane.org; Sun, 01 Apr 2007 23:47:03 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HY7w6-0004k2-A5 for ged-emacs-devel@m.gmane.org; Sun, 01 Apr 2007 17:50:06 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HY7u7-0003iL-DZ for emacs-devel@gnu.org; Sun, 01 Apr 2007 17:48:03 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HY7u6-0003hJ-Ke for emacs-devel@gnu.org; Sun, 01 Apr 2007 17:48:02 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HY7u6-0003h2-4g for emacs-devel@gnu.org; Sun, 01 Apr 2007 17:48:02 -0400 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HY7r8-0001HX-0Q for emacs-devel@gnu.org; Sun, 01 Apr 2007 17:44:58 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1HY7ox-0002jd-Uh; Sun, 01 Apr 2007 17:42:43 -0400 X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:68905 Archived-At: Would someone please DTRT and ack? ------- Start of forwarded message ------- X-Spam-Status: No, score=1.4 required=5.0 tests=SPF_NEUTRAL,UNPARSEABLE_RELAY autolearn=no version=3.1.0 From: Chris Moore To: emacs-pretest-bug@gnu.org Date: Sun, 01 Apr 2007 14:42:47 +0200 Subject: display problem after renaming open image files 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 emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug ------- End of forwarded message -------