unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Don't change "+" syntax in guix/.dir-locals.el
@ 2018-05-20 19:57 Pierre Neidhardt
  2018-05-21 18:31 ` Alex Kost
  0 siblings, 1 reply; 9+ messages in thread
From: Pierre Neidhardt @ 2018-05-20 19:57 UTC (permalink / raw)
  To: Guix-devel

[-- Attachment #1: Type: text/plain, Size: 717 bytes --]


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 #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2018-05-30  8:36 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-20 19:57 Don't change "+" syntax in guix/.dir-locals.el Pierre Neidhardt
2018-05-21 18:31 ` Alex Kost
2018-05-23 12:33   ` Ludovic Courtès
2018-05-23 17:21     ` Alex Kost
2018-05-28  9:34       ` Ludovic Courtès
2018-05-29  9:16         ` Alex Kost
2018-05-29  9:20           ` Pierre Neidhardt
2018-05-29 19:31           ` Ludovic Courtès
2018-05-30  8:36             ` Alex Kost

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).