From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: Re: Some case conversion commands don't recognize the apostrophe Date: Wed, 18 Dec 2002 08:10:45 +0200 (IST) Sender: bug-gnu-emacs-bounces+gnu-bug-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: <17039.1040150796@dsl.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: main.gmane.org 1040191904 4594 80.91.224.249 (18 Dec 2002 06:11:44 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 18 Dec 2002 06:11:44 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org 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 18OXQk-0001Bo-00 for ; Wed, 18 Dec 2002 07:11:42 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18OXQo-0003m4-04 for gnu-bug-gnu-emacs@m.gmane.org; Wed, 18 Dec 2002 01:11:46 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18OXQh-0003kT-00 for bug-gnu-emacs@gnu.org; Wed, 18 Dec 2002 01:11:39 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18OXQf-0003jM-00 for bug-gnu-emacs@gnu.org; Wed, 18 Dec 2002 01:11:38 -0500 Original-Received: from is.elta.co.il ([199.203.121.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18OXQ3-0003as-00 for bug-gnu-emacs@gnu.org; Wed, 18 Dec 2002 01:11:00 -0500 Original-Received: from is (is [199.203.121.2]) by is.elta.co.il (8.9.3/8.8.8) with SMTP id IAA04957; Wed, 18 Dec 2002 08:10:45 +0200 (IST) X-Sender: eliz@is Original-To: Michael Stutz In-Reply-To: <17039.1040150796@dsl.org> 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:4059 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:4059 On Tue, 17 Dec 2002, Michael Stutz wrote: > `M-c' (`capitalize-word') does not capitalize a word that is preceded > by an apostrophe when the cursor is at or before the apostrophe; > instead, the cursor moves to just after the word but the word is not > capitalized. > [...] > `M-u' (`upcase-word') continues past a word's trailing apostrophe. I think that's because in Text mode, the apostrophe is considered a word-constituent character.