From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Sam Halliday Newsgroups: gmane.emacs.help Subject: customise grep-find Date: Wed, 4 Feb 2015 02:14:07 -0800 (PST) Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1423044920 17757 80.91.229.3 (4 Feb 2015 10:15:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 4 Feb 2015 10:15:20 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Feb 04 11:15:20 2015 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YIwzP-0006EW-S8 for geh-help-gnu-emacs@m.gmane.org; Wed, 04 Feb 2015 11:15:20 +0100 Original-Received: from localhost ([::1]:35428 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YIwzP-0004cO-4x for geh-help-gnu-emacs@m.gmane.org; Wed, 04 Feb 2015 05:15:19 -0500 X-Received: by 10.66.237.173 with SMTP id vd13mr24428500pac.44.1423044847931; Wed, 04 Feb 2015 02:14:07 -0800 (PST) X-Received: by 10.140.31.134 with SMTP id f6mr376950qgf.33.1423044847843; Wed, 04 Feb 2015 02:14:07 -0800 (PST) Original-Path: usenet.stanford.edu!hl2no9427883igb.0!news-out.google.com!q4ni11069qan.0!nntp.google.com!bm13no6003804qab.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=83.244.128.25; posting-account=kRukCAoAAAANs-vsVh9dFwo5kp5pwnPz Original-NNTP-Posting-Host: 83.244.128.25 User-Agent: G2/1.0 Injection-Date: Wed, 04 Feb 2015 10:14:07 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:210189 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:102466 Archived-At: Hi all, I use grep-find a lot[1] but it irks me that: 1. it opens the results in a new window 2. when selecting a result (e.g. with RET), navigation happens in the other window. Ideally I'd like the results buffer to appear in the current window, and for selected entries to open in a new window. Sadly I was unable to find any way to customise this behaviour in the docs[2]. Does anybody have a way to customise either of these two actions? [1] https://github.com/fommil/unix/blob/master/.emacs#L130 [2] http://www.gnu.org/software/emacs/manual/html_node/emacs/Grep-Searching.html Best regards, Sam