From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: [PATCH 1/2] Merge subword-mode and capitalized-words-mode Date: Fri, 30 Dec 2011 06:23:17 -0500 Message-ID: References: <7a291233e0f23e4e7a6cdeb1beb63ad5b2893b2a.1325210510.git.dancol@dancol.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1325325362 31887 80.91.229.12 (31 Dec 2011 09:56:02 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 31 Dec 2011 09:56:02 +0000 (UTC) Cc: emacs-devel@gnu.org To: Daniel Colascione Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Dec 31 10:55:57 2011 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 1RgvfQ-0007w4-9g for ged-emacs-devel@m.gmane.org; Sat, 31 Dec 2011 10:55:56 +0100 Original-Received: from localhost ([::1]:41991 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RgvfK-0003AG-LU for ged-emacs-devel@m.gmane.org; Sat, 31 Dec 2011 04:55:50 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:46221) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RgvfH-000343-LU for emacs-devel@gnu.org; Sat, 31 Dec 2011 04:55:48 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RgvfG-0003AW-Gu for emacs-devel@gnu.org; Sat, 31 Dec 2011 04:55:47 -0500 Original-Received: from pruche.dit.umontreal.ca ([132.204.246.22]:51998) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RgvfG-0003AR-AV for emacs-devel@gnu.org; Sat, 31 Dec 2011 04:55:46 -0500 Original-Received: from ceviche.home (lechon.iro.umontreal.ca [132.204.27.242]) by pruche.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id pBV9tdPV030229; Sat, 31 Dec 2011 04:55:41 -0500 Original-Received: by ceviche.home (Postfix, from userid 20848) id 8744466268; Fri, 30 Dec 2011 06:23:17 -0500 (EST) In-Reply-To: <7a291233e0f23e4e7a6cdeb1beb63ad5b2893b2a.1325210510.git.dancol@dancol.org> (Daniel Colascione's message of "Thu, 29 Dec 2011 18:03:31 -0800") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.92 (gnu/linux) X-NAI-Spam-Flag: NO X-NAI-Spam-Threshold: 5 X-NAI-Spam-Score: 0.5 X-NAI-Spam-Rules: 2 Rules triggered DATE_IN_PAST_12_24=0.5, RV4087=0 X-NAI-Spam-Version: 2.2.0.9309 : core <4087> : streams <715371> : uri <1038015> X-NAI-Spam-Level: X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 132.204.246.22 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:147081 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). Stefan