From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: joaotavora@gmail.com (=?utf-8?B?Sm/Do28gVMOhdm9yYQ==?=) Newsgroups: gmane.emacs.devel Subject: Re: trunk r115768: * lisp/electric.el: Move all electric-pair-* to elec-pair.el. Date: Sat, 28 Dec 2013 14:43:20 +0000 Message-ID: <87fvpdhw8n.fsf@gmail.com> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1388241912 32204 80.91.229.3 (28 Dec 2013 14:45:12 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 28 Dec 2013 14:45:12 +0000 (UTC) Cc: Leo Liu , emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Dec 28 15:45:18 2013 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 1Vwv8g-0001Kr-0Z for ged-emacs-devel@m.gmane.org; Sat, 28 Dec 2013 15:45:18 +0100 Original-Received: from localhost ([::1]:52468 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vwv8f-00021U-Ix for ged-emacs-devel@m.gmane.org; Sat, 28 Dec 2013 09:45:17 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:54628) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vwv8X-00021C-Ed for emacs-devel@gnu.org; Sat, 28 Dec 2013 09:45:15 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vwv8S-0005ld-3w for emacs-devel@gnu.org; Sat, 28 Dec 2013 09:45:09 -0500 Original-Received: from mail-wg0-x22b.google.com ([2a00:1450:400c:c00::22b]:61193) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vwv8R-0005iZ-U1 for emacs-devel@gnu.org; Sat, 28 Dec 2013 09:45:04 -0500 Original-Received: by mail-wg0-f43.google.com with SMTP id k14so8774339wgh.34 for ; Sat, 28 Dec 2013 06:45:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type:content-transfer-encoding; bh=vz/xxuufn4VPmZZid5B8HM2e94sTLqxHpMRu4MLqARQ=; b=LDRtvsoK+gebRcCqOGBsboeq1zdxahELSdwRs2KWzyC2p+8Wg+aoxZy1Yk0RVF8z/o VGAHLi/pTfmekPq2uF0Gyo55o0O44bXQVQPCljvShGn/IpBdGojWTRlTd2fbaxwTwwBG 2kS3QrySyioRrRhDDDJMX4ILzor2Pc182kPGuggTNG28zJdY4wOQf9Zt0N3wcd0S2WEn ig46a7W5AsXIIEfonIj0FWVrFaVNH7B4MzP+NVX0smWqGs8xrQqgaUgMWbb/07VKfBZR QztWNLo2X/zMPJhmDti575id3Lqow9I11Xajvv45Dpch9nEXP51q9gRI0sLvFEDH4fv6 r7bQ== X-Received: by 10.194.109.68 with SMTP id hq4mr34948349wjb.12.1388241902943; Sat, 28 Dec 2013 06:45:02 -0800 (PST) Original-Received: from kitaj.yourcompany.com (66.207.108.93.rev.vodafone.pt. [93.108.207.66]) by mx.google.com with ESMTPSA id j3sm57199226wiy.3.2013.12.28.06.45.01 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Sat, 28 Dec 2013 06:45:02 -0800 (PST) In-Reply-To: (Stefan Monnier's message of "Sat, 28 Dec 2013 08:31:16 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c00::22b 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:166951 Archived-At: Stefan Monnier writes: > giving the name of an existing file could introduce problems > (e.g. someone expecting (require 'autopair) to define specific > functions/variables). Yes, it would probably only make some sense if additionally we defaliased `autopair-global-mode' to point to `electric-pair-mode'. > So I think it's better to stay with elec-pair.el and move on. Yeah, most of the names under lisp/ sound bizarre anyway... (minibuf-eldef.el? just discovered it, actually might be useful...) Jo=C3=A3o