From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Drew Adams Newsgroups: gmane.emacs.devel Subject: RE: `self-insert-uses-region-functions'? Date: Thu, 24 Jul 2014 10:30:41 -0700 (PDT) Message-ID: <2bcb4b2f-22c9-4bc7-a47c-883d3f1aae07@default> References: <3714f2f0-dad3-4ac9-8006-6983a48bc552@default> <4ff1d3bd-a7f3-4126-88d9-dd613da6bb46@default> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1406223074 6274 80.91.229.3 (24 Jul 2014 17:31:14 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 24 Jul 2014 17:31:14 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jul 24 19:31:06 2014 Return-path: Envelope-to: ged-emacs-devel@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 1XAMrC-0008V8-A9 for ged-emacs-devel@m.gmane.org; Thu, 24 Jul 2014 19:31:06 +0200 Original-Received: from localhost ([::1]:51141 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XAMrB-0002wM-U9 for ged-emacs-devel@m.gmane.org; Thu, 24 Jul 2014 13:31:05 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:60501) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XAMr0-0002vL-Im for emacs-devel@gnu.org; Thu, 24 Jul 2014 13:31:03 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XAMqr-0003Lo-QW for emacs-devel@gnu.org; Thu, 24 Jul 2014 13:30:54 -0400 Original-Received: from aserp1040.oracle.com ([141.146.126.69]:30870) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XAMqr-0003Li-9x for emacs-devel@gnu.org; Thu, 24 Jul 2014 13:30:45 -0400 Original-Received: from acsinet21.oracle.com (acsinet21.oracle.com [141.146.126.237]) by aserp1040.oracle.com (Sentrion-MTA-4.3.2/Sentrion-MTA-4.3.2) with ESMTP id s6OHUimv015946 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 24 Jul 2014 17:30:44 GMT Original-Received: from userz7022.oracle.com (userz7022.oracle.com [156.151.31.86]) by acsinet21.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id s6OHUh5o017113 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 24 Jul 2014 17:30:44 GMT Original-Received: from abhmp0007.oracle.com (abhmp0007.oracle.com [141.146.116.13]) by userz7022.oracle.com (8.14.5+Sun/8.14.4) with ESMTP id s6OHUgCA018782 for ; Thu, 24 Jul 2014 17:30:43 GMT In-Reply-To: <4ff1d3bd-a7f3-4126-88d9-dd613da6bb46@default> X-Priority: 3 X-Mailer: Oracle Beehive Extensions for Outlook 2.0.1.8 (707110) [OL 12.0.6691.5000 (x86)] X-Source-IP: acsinet21.oracle.com [141.146.126.237] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 141.146.126.69 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:173126 Archived-At: > Oh, nevermind. I guess this was introduced as part of that silly kludge > to get `electric-pair-mode' to play well with `delete-selection-mode'. > But please do let me know if there is something else involved. But see bug #11520. Two years ago, Stefan said this: > > Finally, I noticed that you created self-insert-uses-region-functions, > > but there is no defvar or docstring for that. For future reference, is > > it normal that packages have hidden hooks like that? >=20 > No, it's not normal. Thanks for catching this missing commit. The commit is presumably still missing. The situation is still "not normal"= .