From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thorsten Wilms Subject: bug#31069: emacs-smartparens: sp-forward-barf-sexp broken Date: Fri, 6 Apr 2018 22:35:04 +0200 Message-ID: References: <2f43d561-85df-20da-3e7c-9a991e2b6daa@freenet.de> <87o9ix8nha.fsf@gmail.com> Reply-To: t_w_@freenet.de Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50762) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f4ZAP-0007Rh-Hs for bug-guix@gnu.org; Fri, 06 Apr 2018 17:45:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f4ZAM-0000LU-FV for bug-guix@gnu.org; Fri, 06 Apr 2018 17:45:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:32795) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1f4ZAM-0000LQ-Bc for bug-guix@gnu.org; Fri, 06 Apr 2018 17:45:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1f4ZAM-0004JM-3J for bug-guix@gnu.org; Fri, 06 Apr 2018 17:45:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87o9ix8nha.fsf@gmail.com> Content-Language: en-GB 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: Alex Kost Cc: 31069@debbugs.gnu.org On 05.04.2018 21:25, Alex Kost wrote: > It probably wouldn't help but... all these commands work for me without > any error (I use smartparens 1.11 installed with Guix). > > I don't use "smartparens-mode", I use these commands directly (bound to > some keys). This is the configuration for smartparens I have in my > emacs config file: > > (with-eval-after-load 'smartparens > (require 'smartparens-config nil t) > (setq > sp-navigate-reindent-after-up nil > sp-ignore-modes-list nil > sp-wrap-entire-symbol 'globally)) 1.11 here, too. That piece of configuration doesn't affect the issue; but now I can say that it doesn't matter if smartparens-mode or smartparens-strict-mode or neither is active, slurp works, barf doesn't. I'm back to paredit, but would still like to figure this out. -- Thorsten Wilms