From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Luc Teirlinck Newsgroups: gmane.emacs.devel Subject: Re: Implement new symbol-start and symbol-end regexp operators Date: Wed, 9 Jun 2004 19:32:01 -0500 (CDT) Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <200406100032.i5A0W1A08327@raven.dms.auburn.edu> References: NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1086827618 8912 80.91.224.253 (10 Jun 2004 00:33:38 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 10 Jun 2004 00:33:38 +0000 (UTC) Cc: jimb@redhat.com, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Thu Jun 10 02:33:30 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BYDVa-0001f1-00 for ; Thu, 10 Jun 2004 02:33:30 +0200 Original-Received: from lists.gnu.org ([199.232.76.165]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BYDVa-0002Du-00 for ; Thu, 10 Jun 2004 02:33:30 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BYDWF-0007tw-Fq for emacs-devel@quimby.gnus.org; Wed, 09 Jun 2004 20:34:11 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BYDW9-0007tr-AC for emacs-devel@gnu.org; Wed, 09 Jun 2004 20:34:05 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BYDW7-0007tf-ST for emacs-devel@gnu.org; Wed, 09 Jun 2004 20:34:05 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BYDW7-0007tc-Q7 for emacs-devel@gnu.org; Wed, 09 Jun 2004 20:34:03 -0400 Original-Received: from [131.204.53.104] (helo=manatee.dms.auburn.edu) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BYDVO-0006Mk-L7 for emacs-devel@gnu.org; Wed, 09 Jun 2004 20:33:18 -0400 Original-Received: from raven.dms.auburn.edu (raven.dms.auburn.edu [131.204.53.29]) by manatee.dms.auburn.edu (8.12.10/8.12.10) with ESMTP id i5A0XIuE010676; Wed, 9 Jun 2004 19:33:18 -0500 (CDT) Original-Received: (from teirllm@localhost) by raven.dms.auburn.edu (8.11.6+Sun/8.11.6) id i5A0W1A08327; Wed, 9 Jun 2004 19:32:01 -0500 (CDT) X-Authentication-Warning: raven.dms.auburn.edu: teirllm set sender to teirllm@dms.auburn.edu using -f Original-To: monnier@iro.umontreal.ca In-reply-to: (message from Stefan Monnier on 19 May 2004 12:38:58 -0400) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:24786 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:24786 Stefan Monnier wrote: > I find these really useful --- finally I can isearch-regexp for > identifiers in code and match exactly what I mean. Synthesizing these > operators from the existing ones is a pain, partly because "symbol > constituents" are those characters whose syntax is *either* 'word' or > 'symbol'. Installed, You seem to have installed Jim's changes to search.c and regex.c, but not to searching.texi, nor, in as far as I can tell, to the NEWS. As a result, the changes are, in as far as I can tell, completely undocumented. Is there a reason for that? Sincerely, Luc.