From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Thien-Thi Nguyen Newsgroups: gmane.emacs.devel Subject: Re: Request for changing regexp for `&' lambda list keywords Date: 24 Jan 2006 08:38:24 -0500 Message-ID: References: <87hd7vghae.fsf@GNUlot.localnet> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1138113363 16333 80.91.229.2 (24 Jan 2006 14:36:03 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 24 Jan 2006 14:36:03 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jan 24 15:36:01 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 1F1PFp-0004dq-DQ for ged-emacs-devel@m.gmane.org; Tue, 24 Jan 2006 15:34:41 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F1PIN-000666-Np for ged-emacs-devel@m.gmane.org; Tue, 24 Jan 2006 09:37:19 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1F1OSz-00077V-0P for emacs-devel@gnu.org; Tue, 24 Jan 2006 08:44:13 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1F1OQg-0005zJ-6t for emacs-devel@gnu.org; Tue, 24 Jan 2006 08:41:50 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F1OQ5-0005q5-3s for emacs-devel@gnu.org; Tue, 24 Jan 2006 08:41:13 -0500 Original-Received: from [207.245.121.136] (helo=mail.agora-net.com) by monty-python.gnu.org with esmtp (TLS-1.0:RSA_AES_128_CBC_SHA:16) (Exim 4.34) id 1F1OV0-0004uh-3x for emacs-devel@gnu.org; Tue, 24 Jan 2006 08:46:18 -0500 Original-Received: from ttn by mail.agora-net.com with local (Exim 4.50) id 1F1ONM-0003mq-R7; Tue, 24 Jan 2006 08:38:24 -0500 Original-To: "Tobias C. Rittweiler" In-Reply-To: <87hd7vghae.fsf@GNUlot.localnet> Original-Lines: 7 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.4 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:49478 Archived-At: "Tobias C. Rittweiler" writes: > changing the regexp to "\\<\\&\sw+\\>" done. thanks. thi