From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Lennart Borgman" Newsgroups: gmane.emacs.devel Subject: Re: Isearch in dired Date: Sat, 8 Nov 2008 16:22:25 +0100 Message-ID: References: <87d4h6mphd.fsf@jurta.org> <20081108122354.GB3616@muc.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1226157765 8717 80.91.229.12 (8 Nov 2008 15:22:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 8 Nov 2008 15:22:45 +0000 (UTC) Cc: Juri Linkov , rms@gnu.org, emacs-devel@gnu.org To: "Alan Mackenzie" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Nov 08 16:23:47 2008 connect(): Connection refused 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 1Kypf5-0003ed-Bg for ged-emacs-devel@m.gmane.org; Sat, 08 Nov 2008 16:23:43 +0100 Original-Received: from localhost ([127.0.0.1]:43689 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kypdx-0001ea-QQ for ged-emacs-devel@m.gmane.org; Sat, 08 Nov 2008 10:22:33 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kypdt-0001eT-5C for emacs-devel@gnu.org; Sat, 08 Nov 2008 10:22:29 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kypds-0001eC-9l for emacs-devel@gnu.org; Sat, 08 Nov 2008 10:22:28 -0500 Original-Received: from [199.232.76.173] (port=54652 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kypds-0001e4-0U for emacs-devel@gnu.org; Sat, 08 Nov 2008 10:22:28 -0500 Original-Received: from fg-out-1718.google.com ([72.14.220.155]:10977) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Kypdr-0003eV-78; Sat, 08 Nov 2008 10:22:27 -0500 Original-Received: by fg-out-1718.google.com with SMTP id l26so1598474fgb.30 for ; Sat, 08 Nov 2008 07:22:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; 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=lgoxuMhcqRvleRAv4T92/qAz+ZAFIbwbe97rWgo4NbM=; b=Rzxivw/TQA3Qkd/Ju9nc8IZ0kHs2ZxalJY1e1W/M8VhRtSGUyKMTNPR2Uigj34R3p8 71krLXmEgM7awzc9B7Wa13LyADKRjj94NCcyTgd8ZnVsVZQcr50/CGaGu0aZPtvBXFuJ W40c9P/CfapSJEDPaNX5Zb7T0cNmLUwLk/6CY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=P4hbQsU/js0mtz4qmmh9M5OmhMqNSXE71leRNAQYgS0+KBK88VT7bD+rTL2yFgkR4u /PCsooYmW9zIbS5WIndm5+RHl+reucWvuWHE/mDDHQ4Kj8Av0ddIuQKRXsGTWElllMq0 h0FfPPm2Cd9xY9hA3uUB/19Ch/aqZx+9mpF0E= Original-Received: by 10.86.4.2 with SMTP id 2mr5127443fgd.43.1226157745179; Sat, 08 Nov 2008 07:22:25 -0800 (PST) Original-Received: by 10.86.65.3 with HTTP; Sat, 8 Nov 2008 07:22:25 -0800 (PST) In-Reply-To: <20081108122354.GB3616@muc.de> Content-Disposition: inline X-detected-operating-system: by monty-python.gnu.org: GNU/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:105465 Archived-At: On Sat, Nov 8, 2008 at 1:23 PM, Alan Mackenzie wrote: >> It is a nice idea if you know what is going on, but how do you tell >> the user what is going on? Changing the prompt is one possibility, but >> it is maybe not enough? > > How about highlighting the file column (or lowlighting the rest of the > window) when you press C-\(M-\)?[rs]? Sounds like a good idea.