From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.bugs Subject: Re: Inconsistent behavior of `current-word' Date: Mon, 23 Jun 2003 15:02:16 -0400 Sender: bug-gnu-emacs-bounces+gnu-bug-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1056395385 13961 80.91.224.249 (23 Jun 2003 19:09:45 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 23 Jun 2003 19:09:45 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org Original-X-From: bug-gnu-emacs-bounces+gnu-bug-gnu-emacs=m.gmane.org@gnu.org Mon Jun 23 21:09:43 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19UWg2-0003YC-00 for ; Mon, 23 Jun 2003 21:08:31 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19UWg5-0006EZ-26 for gnu-bug-gnu-emacs@m.gmane.org; Mon, 23 Jun 2003 15:08:33 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19UWfw-0006Cb-P7 for bug-gnu-emacs@gnu.org; Mon, 23 Jun 2003 15:08:24 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19UWah-0004Ji-16 for bug-gnu-emacs@gnu.org; Mon, 23 Jun 2003 15:02:59 -0400 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19UWa0-000486-Gr for bug-gnu-emacs@gnu.org; Mon, 23 Jun 2003 15:02:16 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.20) id 19UWa0-00084t-1G; Mon, 23 Jun 2003 15:02:16 -0400 Original-To: Emilio Lopes In-reply-to: (eclig@gmx.net) X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: bug-gnu-emacs-bounces+gnu-bug-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.bugs:5380 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:5380 current-word actually finds a symbol rather than a word. Since a number of programs use it already, I decided to document this rather than change it. Thanks for pointing this out.