From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Masatake YAMATO Newsgroups: gmane.emacs.devel Subject: Re: [PATCH 1/2] Merge subword-mode and capitalized-words-mode Date: Thu, 05 Jan 2012 00:54:05 +0900 (JST) Organization: Red Hat Japan, Inc. Message-ID: <20120105.005405.2031224463015652530.yamato@redhat.com> References: <7a291233e0f23e4e7a6cdeb1beb63ad5b2893b2a.1325210510.git.dancol@dancol.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1325692474 537 80.91.229.12 (4 Jan 2012 15:54:34 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 4 Jan 2012 15:54:34 +0000 (UTC) Cc: dancol@dancol.org, emacs-devel@gnu.org To: monnier@IRO.UMontreal.CA Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jan 04 16:54:26 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RiTAX-0005Co-55 for ged-emacs-devel@m.gmane.org; Wed, 04 Jan 2012 16:54:25 +0100 Original-Received: from localhost ([::1]:50739 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RiTAW-0001vm-Iz for ged-emacs-devel@m.gmane.org; Wed, 04 Jan 2012 10:54:24 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:59762) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RiTAQ-0001vX-AE for emacs-devel@gnu.org; Wed, 04 Jan 2012 10:54:22 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RiTAK-0001Pj-Jq for emacs-devel@gnu.org; Wed, 04 Jan 2012 10:54:18 -0500 Original-Received: from mx1.redhat.com ([209.132.183.28]:29150) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RiTAK-0001Pc-CN for emacs-devel@gnu.org; Wed, 04 Jan 2012 10:54:12 -0500 Original-Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q04Fs9NJ031013 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 4 Jan 2012 10:54:09 -0500 Original-Received: from localhost (vpn1-6-1.sin2.redhat.com [10.67.6.1]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id q04Fs60t026145; Wed, 4 Jan 2012 10:54:07 -0500 In-Reply-To: X-Scanned-By: MIMEDefang 2.68 on 10.5.11.22 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 209.132.183.28 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:147275 Archived-At: >> +;;;###autoload >> +(define-obsolete-function-alias >> + 'capitalized-words-mode 'subword-mode "24.1") > > Since 24.1 is already in feature freeze, these patches can't make it for > 24.1. You could install your patches on the `pending' branch, but > better would be to wait for the trunk to be re-opened for non-bugfix > commits (hopefully within a couple months). Putting it to the bug tracker is another option, isn't it? Masatake > > Stefan >