From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Uwe Brauer Newsgroups: gmane.emacs.devel Subject: Re: feature proposal: occur-read-primary-args: (from Xemacs) Date: Thu, 31 Dec 2015 16:48:42 +0000 Message-ID: <87fuyiva1h.fsf@mat.ucm.es> References: <87lh8fkfmc.fsf@mat.ucm.es> <87twmzfow4.fsf@mail.linkov.net> 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 1451580563 12789 80.91.229.3 (31 Dec 2015 16:49:23 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 31 Dec 2015 16:49:23 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Dec 31 17:49:08 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 1aEgPS-0007yO-Fc for ged-emacs-devel@m.gmane.org; Thu, 31 Dec 2015 17:49:06 +0100 Original-Received: from localhost ([::1]:56178 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aEgPR-0005wo-Rr for ged-emacs-devel@m.gmane.org; Thu, 31 Dec 2015 11:49:05 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:57476) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aEgPF-0005wY-5O for emacs-devel@gnu.org; Thu, 31 Dec 2015 11:48:53 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aEgPB-0003Dn-Va for emacs-devel@gnu.org; Thu, 31 Dec 2015 11:48:53 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]:45405) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aEgPB-0003Db-Oo for emacs-devel@gnu.org; Thu, 31 Dec 2015 11:48:49 -0500 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1aEgPA-0007ga-2J for emacs-devel@gnu.org; Thu, 31 Dec 2015 17:48:48 +0100 Original-Received: from 2.162.24.124 ([2.162.24.124]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 31 Dec 2015 17:48:48 +0100 Original-Received: from oub by 2.162.24.124 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 31 Dec 2015 17:48:48 +0100 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: emacs-devel@gnu.org Original-Lines: 13 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 2.162.24.124 Mail-Copies-To: never User-Agent: Gnus/5.13001 (Ma Gnus v0.10) Emacs/25.0.50 (gnu/linux) Cancel-Lock: sha1:ys/OSVfKcp6zeQrwdkMcWaBxQaI= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 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:197268 Archived-At: >>> "Juri" == Juri Linkov writes: >> 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’. Thanks, this was precisely what I was looking for, the recommended setting to find-tag-default-as-regexp did the job. Why to making this the default?