From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christopher Lemmer Webber Subject: bug#31069: emacs-smartparens: sp-forward-barf-sexp broken Date: Wed, 18 Apr 2018 18:34:03 -0500 Message-ID: <87vaco5btg.fsf@dustycloud.org> References: <2f43d561-85df-20da-3e7c-9a991e2b6daa@freenet.de> <87o9ix8nha.fsf@gmail.com> <87sh87xcv5.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58711) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f8wbT-00069u-H3 for bug-guix@gnu.org; Wed, 18 Apr 2018 19:35:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f8wbO-0008WH-H0 for bug-guix@gnu.org; Wed, 18 Apr 2018 19:35:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:51912) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1f8wbO-0008W4-Da for bug-guix@gnu.org; Wed, 18 Apr 2018 19:35:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1f8wbO-0000ib-54 for bug-guix@gnu.org; Wed, 18 Apr 2018 19:35:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-reply-to: List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: t_w_@freenet.de Cc: Alex Kost , 31069@debbugs.gnu.org Thorsten Wilms writes: > On 07.04.2018 17:19, Alex Kost wrote: > >> Sorry, I don't know what could cause your problem. My only idea is >> maybe you have some mixed (incompatible) packages both from Guix and >> from (M)ELPA (for example, "dash.el" from Melpa and "smartparens" from >> Guix). Look at "M-x list-load-path-shadows". > > No worries, thanks for your input! > > There's nothing here that wasn't installed via guix. > list-load-path-shadows says: > > /home/thorwil/.guix-profile/share/emacs/site-lisp/site-start hides > /gnu/store/6cflji7h6y0v15dvnccv7paaa7894gdc-emacs-25.3/share/emacs/site-lisp/site-start > /home/thorwil/.guix-profile/share/emacs/site-lisp/guix-emacs hides > /gnu/store/6cflji7h6y0v15dvnccv7paaa7894gdc-emacs-25.3/share/emacs/site-lisp/guix-emacs > > > So far all this happened on Ubuntu with just Emacs and packages for it > installed via guix. Now I tried what happens on Guix SD, with > emacs-smartparens as only Emacs package, run in the shell, no > init.el. After just M-x smartparens-mode, again: slurp works, barf > doesn't. > > I would conclude that this is a direct smartparens bug, if it wasn't > for your report of having it working (which I do not doubt). I have the same problem BTW. It started happening after a recent upgrade.