guix-devel
[Top][All Lists]
Advanced

[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

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]