From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: Defining your own defun breaks find-function-search-for-symbol Date: Mon, 10 Apr 2006 14:26:24 -0400 Message-ID: References: <30417.1144454556@olgas.newt.com> <6350.1144627612@olgas.newt.com> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1144693775 15769 80.91.229.2 (10 Apr 2006 18:29:35 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 10 Apr 2006 18:29:35 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Apr 10 20:29:33 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FT186-0002NV-Qo for ged-emacs-devel@m.gmane.org; Mon, 10 Apr 2006 20:28:51 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FT186-0003JP-9H for ged-emacs-devel@m.gmane.org; Mon, 10 Apr 2006 14:28:50 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FT15p-0002Ym-RE for emacs-devel@gnu.org; Mon, 10 Apr 2006 14:26:29 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FT15p-0002YR-BR for emacs-devel@gnu.org; Mon, 10 Apr 2006 14:26:29 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FT15p-0002YM-0j for emacs-devel@gnu.org; Mon, 10 Apr 2006 14:26:29 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FT1AV-0002BW-K2 for emacs-devel@gnu.org; Mon, 10 Apr 2006 14:31:19 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1FT15k-0006ul-Rj; Mon, 10 Apr 2006 14:26:24 -0400 Original-To: Bill Wohler In-reply-to: <6350.1144627612@olgas.newt.com> (message from Bill Wohler on Sun, 09 Apr 2006 17:06:52 -0700) 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:52599 Archived-At: Any objections if I substitute \\(\\w\\|\\s_\\)+ for \\w+ in find-function-regexp? Please do. However, would we want to rename the functions in this manner? Yes. It would go against the namespace convention. No, this is normal. For example, when looking up mh-assoc-string, a definition with mh-defun-compat would be considered. The advantage of this is that it would work with any package. A disadvantage is this would break user's settings of this option. That is too far-reaching to be considered now.