From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Robert Girault Newsgroups: gmane.emacs.help Subject: Re: on adding a function call to a s-exp Date: Wed, 13 Jun 2018 18:02:33 -0300 Organization: Aioe.org NNTP Server Message-ID: <86k1r25riu.fsf@gmail.com> References: <864libzkem.fsf@gmail.com> <86zi026stt.fsf@gmail.com> <86wov55r33.fsf@gmail.com> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: blaine.gmane.org 1528923817 5096 195.159.176.226 (13 Jun 2018 21:03:37 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Wed, 13 Jun 2018 21:03:37 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (windows-nt) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jun 13 23:03:33 2018 Return-path: Envelope-to: geh-help-gnu-emacs@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 1fTCvT-0001E1-LB for geh-help-gnu-emacs@m.gmane.org; Wed, 13 Jun 2018 23:03:31 +0200 Original-Received: from localhost ([::1]:36865 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fTCxa-0002S1-Q7 for geh-help-gnu-emacs@m.gmane.org; Wed, 13 Jun 2018 17:05:42 -0400 X-Received: by 2002:a1c:e554:: with SMTP id c81-v6mr598620wmh.31.1528923758194; Wed, 13 Jun 2018 14:02:38 -0700 (PDT) X-FeedAbuse: http://nntpfeed.proxad.net/abuse.pl feeded by 78.192.65.63 Original-Path: usenet.stanford.edu!x11-v6no138647wmh.0!news-out.google.com!n13-v6ni358wmc.0!nntp.google.com!proxad.net!feeder1-2.proxad.net!nntpfeed.proxad.net!news.muarf.org!news.gegeweb.eu!gegeweb.org!aioe.org!.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 24 Original-NNTP-Posting-Host: TT9MRiLYsnysDEQ6tdbwhQ.user.gioia.aioe.org Original-X-Complaints-To: abuse@aioe.org X-Notice: Filtered by postfilter v. 0.8.3 Cancel-Lock: sha1:b6YRsylWQ+HiZCeD5p18cro3D9M= Original-Xref: usenet.stanford.edu gnu.emacs.help:223031 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.org gmane.emacs.help:117152 Archived-At: João Távora writes: [...] >> I'll choose to use paredit and learn how to use it properly. (There'll >> likely be other good things there that I don't currently know or use.) > > I suggest you also give (the newer, 24.4+) eletric-pair-mode a try. Where is it? Is it autopair? I found your repositories, but I only see autopair there. I'd have to upgrade my GNU EMACS, which is not good news. What is it about 24.3 that made you not support it? > It should work consistently in all emacs major modes, not just lisp > modes, and is maintained together with Emacs. By default, in > emacs-lisp-mode you won't notice a difference to paredit for the most > common operations (you *will* notice that it lets you unbalance the > buffer temporarily though, but I consider that a feature). I consider that a feature as well. > disclaimer, if you hadn't figured it out: I wrote it :-) I had no idea. :-) Thanks for writing it. I really like it.