From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: feature proposal: occur-read-primary-args: (from Xemacs) Date: Thu, 31 Dec 2015 05:34:53 +0200 Message-ID: <83poxnb89u.fsf@gnu.org> References: <87lh8fkfmc.fsf@mat.ucm.es> <87twmzfow4.fsf@mail.linkov.net> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1451532883 18430 80.91.229.3 (31 Dec 2015 03:34:43 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 31 Dec 2015 03:34:43 +0000 (UTC) Cc: emacs-devel@gnu.org To: Juri Linkov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Dec 31 04:34:39 2015 Return-path: Envelope-to: ged-emacs-devel@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 1aEU0Z-0006Ix-2j for ged-emacs-devel@m.gmane.org; Thu, 31 Dec 2015 04:34:35 +0100 Original-Received: from localhost ([::1]:54530 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aEU0U-0001nV-S1 for ged-emacs-devel@m.gmane.org; Wed, 30 Dec 2015 22:34:30 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:60941) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aEU0G-0001nE-8D for emacs-devel@gnu.org; Wed, 30 Dec 2015 22:34:16 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aEU0D-0004Af-2J for emacs-devel@gnu.org; Wed, 30 Dec 2015 22:34:16 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:37807) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aEU0C-0004Ab-VY; Wed, 30 Dec 2015 22:34:12 -0500 Original-Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:1997 helo=HOME-C4E4A596F7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1aEU0C-0003VZ-Bt; Wed, 30 Dec 2015 22:34:12 -0500 In-reply-to: <87twmzfow4.fsf@mail.linkov.net> (message from Juri Linkov on Thu, 31 Dec 2015 02:22:16 +0200) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:197224 Archived-At: > From: Juri Linkov > Date: Thu, 31 Dec 2015 02:22:16 +0200 > > > So the question boils down to this, could this feature be implemented in > > GNU emacs, either by directly using symbol-near-point or a different > > implementation? > > This feature is already implemented in GNU Emacs where you can customize > ‘read-regexp-defaults-function’. I actually wonder whether Uwe knows about a much simpler to use feature: type M-n or arrow at the Occur prompt.