From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#21501: new Emacs functions for capitalizing text intelligently Date: Sat, 26 Sep 2015 11:13:21 +0300 Message-ID: <83io6xha3i.fsf@gnu.org> References: Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1443255273 24545 80.91.229.3 (26 Sep 2015 08:14:33 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 26 Sep 2015 08:14:33 +0000 (UTC) Cc: 21501-done@debbugs.gnu.org To: Zachary Kanfer Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sat Sep 26 10:14:19 2015 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ZfkcT-00020N-Bp for geb-bug-gnu-emacs@m.gmane.org; Sat, 26 Sep 2015 10:14:09 +0200 Original-Received: from localhost ([::1]:52356 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZfkcS-0004r1-Nx for geb-bug-gnu-emacs@m.gmane.org; Sat, 26 Sep 2015 04:14:08 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:32952) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZfkcP-0004pY-JJ for bug-gnu-emacs@gnu.org; Sat, 26 Sep 2015 04:14:06 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZfkcM-0001po-Dx for bug-gnu-emacs@gnu.org; Sat, 26 Sep 2015 04:14:05 -0400 Original-Received: from debbugs.gnu.org ([208.118.235.43]:54976) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZfkcM-0001pg-AU for bug-gnu-emacs@gnu.org; Sat, 26 Sep 2015 04:14:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1ZfkcM-0008LJ-1U for bug-gnu-emacs@gnu.org; Sat, 26 Sep 2015 04:14:02 -0400 Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-To: bug-gnu-emacs@gnu.org Resent-Date: Sat, 26 Sep 2015 08:14:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 21501 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Mail-Followup-To: 21501@debbugs.gnu.org, eliz@gnu.org, zkanfer@gmail.com Original-Received: via spool by 21501-done@debbugs.gnu.org id=D21501.144325520532014 (code D ref 21501); Sat, 26 Sep 2015 08:14:01 +0000 Original-Received: (at 21501-done) by debbugs.gnu.org; 26 Sep 2015 08:13:25 +0000 Original-Received: from localhost ([127.0.0.1]:43946 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Zfkbl-0008KH-Gz for submit@debbugs.gnu.org; Sat, 26 Sep 2015 04:13:25 -0400 Original-Received: from mtaout26.012.net.il ([80.179.55.182]:51932) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Zfkbj-0008K8-2B for 21501-done@debbugs.gnu.org; Sat, 26 Sep 2015 04:13:24 -0400 Original-Received: from conversion-daemon.mtaout26.012.net.il by mtaout26.012.net.il (HyperSendmail v2007.08) id <0NV900700YONK600@mtaout26.012.net.il> for 21501-done@debbugs.gnu.org; Sat, 26 Sep 2015 11:16:04 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([84.94.185.246]) by mtaout26.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NV900MZ6YYSVF80@mtaout26.012.net.il>; Sat, 26 Sep 2015 11:16:04 +0300 (IDT) In-reply-to: X-012-Sender: halo1@inter.net.il X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 208.118.235.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:106926 Archived-At: > From: Zachary Kanfer > Date: Mon, 21 Sep 2015 14:52:01 -0400 > Cc: 21501@debbugs.gnu.org > > Here's an updated patch with Eli's comments addressed. Now, these new commands > seem to have all the functionality of the existing *-region and *-word > commands. Thanks, I pushed them. Note that with this contribution you've exhausted your limit of code submissions that can be accepted without legal paperwork, so if you'd like to continue your contribution (we hope you do), you will have to do that paperwork. Also, please in the future always include with your patches a log message in the format described in CONTRIBUTE. Thanks.