From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Ian Dunn Newsgroups: gmane.emacs.devel Subject: Re: [ELPA] New package: Auto Capitalize Mode Date: Thu, 31 Aug 2017 22:19:07 -0400 Message-ID: <878thzma90.fsf@escafil> References: <87d17hdmnm.fsf@escafil> <87fucapnci.fsf@mat.ucm.es> <877exlsxhs.fsf@escafil> <874lspa4ym.fsf@mat.ucm.es> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1504232391 8533 195.159.176.226 (1 Sep 2017 02:19:51 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Fri, 1 Sep 2017 02:19:51 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux) Cc: emacs-devel@gnu.org To: Uwe Brauer Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Sep 01 04:19:47 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 1dnbYg-0001vT-SF for ged-emacs-devel@m.gmane.org; Fri, 01 Sep 2017 04:19:46 +0200 Original-Received: from localhost ([::1]:39770 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dnbYm-0001yY-2l for ged-emacs-devel@m.gmane.org; Thu, 31 Aug 2017 22:19:52 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:46809) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dnbYf-0001y8-6W for emacs-devel@gnu.org; Thu, 31 Aug 2017 22:19:46 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dnbYd-0006cK-Se for emacs-devel@gnu.org; Thu, 31 Aug 2017 22:19:45 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:45273) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dnbYd-0006cF-P5; Thu, 31 Aug 2017 22:19:43 -0400 Original-Received: from [2604:6000:1010:176:da4d:3352:bae5:f50e] (port=38480 helo=escafil) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1dnbYc-0007AY-UL; Thu, 31 Aug 2017 22:19:43 -0400 In-Reply-To: <874lspa4ym.fsf@mat.ucm.es> (Uwe Brauer's message of "Wed, 30 Aug 2017 07:29:37 +0000") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e 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:217896 Archived-At: >>>>> "Uwe" == Uwe Brauer writes: Uwe> One thing which was a considerable headache, but could be Uwe> solved in Kevin's version concerned letters in math formula in Uwe> latex (auctex) mode. For example Uwe> \[ \sum_{i=1}^n A_i \] Uwe> Should not give Uwe> \[ \sum_{I=1}^n A_I \] Uwe> Did you check this for your code? Confirmed, that doesn't happen with my version. Uwe> Ok, I put quite some time ago auto-capitalize-mode, with the Uwe> permission to MELPA. Maybe it would be good to chose a slightly Uwe> different name, although I admit right now, nothing really neat Uwe> pops up in my mind. But Kevin's auto-capitalize-mode is 20 Uwe> years, so people might be confused if a very different Uwe> implementation with the same name pops up. I agree that having two packages that provide "auto-capitalize-mode" will be confusing to users. What about "cisa" (Capitalization IS Automatic) or "capp-e" (Capitalization is an Automatic and Pleasant Process in Emacs)? -- Ian Dunn