From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.devel Subject: Re: imagemagick patch v3 Date: Wed, 05 Aug 2009 21:49:40 +0200 Message-ID: <87k51i3usr.fsf@thinkpad.tsdh.de> References: <83hbwmnpio.fsf@gnu.org> <87tz0m86p7.fsf@thinkpad.tsdh.de> <83d47anlc2.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1249501797 31164 80.91.229.12 (5 Aug 2009 19:49:57 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 5 Aug 2009 19:49:57 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Aug 05 21:49:50 2009 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 1MYmUf-0003C6-1y for ged-emacs-devel@m.gmane.org; Wed, 05 Aug 2009 21:49:49 +0200 Original-Received: from localhost ([127.0.0.1]:35300 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MYmUe-0002jj-JZ for ged-emacs-devel@m.gmane.org; Wed, 05 Aug 2009 15:49:48 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MYmUX-0002gx-SN for emacs-devel@gnu.org; Wed, 05 Aug 2009 15:49:41 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MYmUS-0002Zr-Pj for emacs-devel@gnu.org; Wed, 05 Aug 2009 15:49:40 -0400 Original-Received: from [199.232.76.173] (port=52253 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MYmUS-0002ZO-Jx for emacs-devel@gnu.org; Wed, 05 Aug 2009 15:49:36 -0400 Original-Received: from out1.smtp.messagingengine.com ([66.111.4.25]:36514) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MYmUQ-0002Fw-AV; Wed, 05 Aug 2009 15:49:34 -0400 Original-Received: from compute2.internal (compute2.internal [10.202.2.42]) by out1.messagingengine.com (Postfix) with ESMTP id 14AF33BD8BF; Wed, 5 Aug 2009 15:49:34 -0400 (EDT) Original-Received: from heartbeat2.messagingengine.com ([10.202.2.161]) by compute2.internal (MEProxy); Wed, 05 Aug 2009 15:49:34 -0400 X-Sasl-enc: LzqNLfDKCtTwG1BI5RV1gSLSeJ7tcJuE/Q7A7TlF4Dne 1249501773 Original-Received: from thinkpad.tsdh.de (p54AF3B9A.dip0.t-ipconnect.de [84.175.59.154]) by mail.messagingengine.com (Postfix) with ESMTPA id F3BEE333D; Wed, 5 Aug 2009 15:49:32 -0400 (EDT) Mail-Copies-To: never In-Reply-To: <83d47anlc2.fsf@gnu.org> (Eli Zaretskii's message of "Wed, 05 Aug 2009 21:53:49 +0300") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:113728 Archived-At: Eli Zaretskii writes: >> Unfortunately, dired doesn't work with those files. Here's a >> "screenshot": >> >> --8<---------------cut here---------------start------------->8--- >> drwxr-xr-x 2 horn horn 4.0K 2009-06-30 22:32 kvm >> drwxr-xr-x 4 horn horn 4.0K 2009-08-05 19:30 Mail >> -rw-r--r-- 1 horn horn 4 2009-08-05 20:05 multi >> line >> file >> drwxr-xr-x 7 horn horn 12K 2009-08-05 20:04 News >> drwxr-xr-x 6 horn horn 4.0K 2009-07-27 20:59 opt >> --8<---------------cut here---------------end--------------->8--- >> >> The listing itself is ok, I'd say. But hitting RET on "multi" says >> "File no longer exists; type `g' to update dired buffer", and RET on >> "line" or "file" say "No file on this line". > > Please file a bug report about these problems in Dired. Done: #4049 Bye, Tassilo