From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Mathias Dahl" Newsgroups: gmane.emacs.devel Subject: Re: Small bug in image-dired-track-original-file - suggestions wanted Date: Mon, 31 Mar 2008 15:35:05 +0200 Message-ID: <7dbe73ed0803310635r63cad9b9pdc04c4cf6b105733@mail.gmail.com> References: <7dbe73ed0803291848u41641ea7q1ba2dd15feb156b3@mail.gmail.com> <877ifjrhyv.fsf@jurta.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1206970538 24193 80.91.229.12 (31 Mar 2008 13:35:38 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 31 Mar 2008 13:35:38 +0000 (UTC) Cc: emacs-devel@gnu.org To: "Juri Linkov" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Mar 31 15:36:10 2008 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 1JgKAx-0000TF-Qj for ged-emacs-devel@m.gmane.org; Mon, 31 Mar 2008 15:35:52 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JgKAL-0004jb-Q4 for ged-emacs-devel@m.gmane.org; Mon, 31 Mar 2008 09:35:13 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JgKAH-0004j8-KT for emacs-devel@gnu.org; Mon, 31 Mar 2008 09:35:09 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JgKAF-0004ho-T3 for emacs-devel@gnu.org; Mon, 31 Mar 2008 09:35:09 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JgKAF-0004ha-KM for emacs-devel@gnu.org; Mon, 31 Mar 2008 09:35:07 -0400 Original-Received: from rn-out-0910.google.com ([64.233.170.190]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JgKAF-0003fe-9X for emacs-devel@gnu.org; Mon, 31 Mar 2008 09:35:07 -0400 Original-Received: by rn-out-0910.google.com with SMTP id e21so560518rng.6 for ; Mon, 31 Mar 2008 06:35:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=mlmIQzvCv0bKaltygyny3NYUOUoBmw8NJ/3HdtE7J6A=; b=Qs+CpVb1EhgxuJWeVq1jLHlCMixS5TNrDg3fjs2Y85v1Rz0/xRjiCu8SGCpRsZRlOpq4CYO8I/uGp5mi1myG6Wci3ywMCdJo09ZSVB1HOu6vtbe1HPpAmwLvloQ5iGwtRlINeDz0Ce0T3oNG6zbhl/RkctuSLGOVfijjQVRwxYc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=aSDAy5Qk3JQqiA5t11vpJBVQTWYIZZxdGxuak4yPGnUb+meKNslNhZKrae48AzhiB1C3foQftshBnwETZG7Kk2rV9R4QrV9IRVca4P+F4FeZbzy0Qzy/TyJO4HlXTxpoHllM4zqRIxBDbFxjLnwLSZpglzoM6LQTr7DVZDcIl3E= Original-Received: by 10.115.18.1 with SMTP id v1mr9969149wai.81.1206970505998; Mon, 31 Mar 2008 06:35:05 -0700 (PDT) Original-Received: by 10.114.146.9 with HTTP; Mon, 31 Mar 2008 06:35:05 -0700 (PDT) In-Reply-To: <877ifjrhyv.fsf@jurta.org> Content-Disposition: inline X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) 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:94037 Archived-At: > You can use `dired-goto-file' or `dired-jump'. Thanks! I replaced some code with `dired-goto-file' and it seems to solve the bug and it sems to have acceptable performance.