[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Don't change "+" syntax in guix/.dir-locals.el
From: |
Pierre Neidhardt |
Subject: |
Don't change "+" syntax in guix/.dir-locals.el |
Date: |
Sun, 20 May 2018 21:57:57 +0200 |
User-agent: |
mu4e 1.0; emacs 26.1 |
I recently noticed that guix-devel-mode misbehaved on packages ending
with a "+" (like my recent emacs-image+).
See https://github.com/alezost/guix.el/issues/24 for more details.
Alex Kost suggested we removed the syntax change in .dir-locals.el:
--8<---------------cut here---------------start------------->8---
;; This notably allows '(' in Paredit to not insert a space when the
;; preceding symbol is one of these.
(eval . (modify-syntax-entry ?~ "'"))
(eval . (modify-syntax-entry ?$ "'"))
- (eval . (modify-syntax-entry ?+ "'"))
--8<---------------cut here---------------end--------------->8---
I don't see how it affects Paredit. What do you think?
--
Pierre Neidhardt
signature.asc
Description: PGP signature
- Don't change "+" syntax in guix/.dir-locals.el,
Pierre Neidhardt <=
- Re: Don't change "+" syntax in guix/.dir-locals.el, Alex Kost, 2018/05/21
- Re: Don't change "+" syntax in guix/.dir-locals.el, Ludovic Courtès, 2018/05/23
- Re: Don't change "+" syntax in guix/.dir-locals.el, Alex Kost, 2018/05/23
- Re: Don't change "+" syntax in guix/.dir-locals.el, Ludovic Courtès, 2018/05/28
- Re: Don't change "+" syntax in guix/.dir-locals.el, Alex Kost, 2018/05/29
- Re: Don't change "+" syntax in guix/.dir-locals.el, Pierre Neidhardt, 2018/05/29
- Re: Don't change "+" syntax in guix/.dir-locals.el, Ludovic Courtès, 2018/05/29
- Re: Don't change "+" syntax in guix/.dir-locals.el, Alex Kost, 2018/05/30