From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Bug #29083: Is it OK to add a new function to the emacs-26 branch? Date: Fri, 03 Nov 2017 11:35:54 -0400 Message-ID: References: <20171101112144.GB5276@ACM> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1509723467 16161 195.159.176.226 (3 Nov 2017 15:37:47 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Fri, 3 Nov 2017 15:37:47 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Nov 03 16:37:43 2017 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eAe2N-0003ek-Uc for ged-emacs-devel@m.gmane.org; Fri, 03 Nov 2017 16:37:40 +0100 Original-Received: from localhost ([::1]:37213 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eAe2V-0001w8-40 for ged-emacs-devel@m.gmane.org; Fri, 03 Nov 2017 11:37:47 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:39184) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eAe12-0001kG-IJ for emacs-devel@gnu.org; Fri, 03 Nov 2017 11:36:18 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eAe0w-0003I7-7F for emacs-devel@gnu.org; Fri, 03 Nov 2017 11:36:16 -0400 Original-Received: from [195.159.176.226] (port=35726 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eAe0w-0003HH-0S for emacs-devel@gnu.org; Fri, 03 Nov 2017 11:36:10 -0400 Original-Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1eAe0j-0004uX-RU for emacs-devel@gnu.org; Fri, 03 Nov 2017 16:35:57 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 9 Original-X-Complaints-To: usenet@blaine.gmane.org Cancel-Lock: sha1:Lq35lvaqYdEBHEAm/somjBp7mP0= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 195.159.176.226 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.emacs.devel:219886 Archived-At: > However, the OP has requested that a function which actually displays > this name be put into CC Mode. Would it still be OK to do this on the > emacs-26 branch, or is this branch now closed for such things? FWIW, it would be even better to add this command to which-function-mode so it can work in "any" mode. Stefan