From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id rVu9D1w/yV/HUAAA0tVLHw (envelope-from ) for ; Thu, 03 Dec 2020 19:41:16 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id oNfwClw/yV+FbAAAbx9fmQ (envelope-from ) for ; Thu, 03 Dec 2020 19:41:16 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id CD64094071A for ; Thu, 3 Dec 2020 19:41:15 +0000 (UTC) Received: from localhost ([::1]:46104 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kkuTa-00025P-Re for larch@yhetil.org; Thu, 03 Dec 2020 14:41:14 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:58836) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kkuTS-00025E-Qh for help-guix@gnu.org; Thu, 03 Dec 2020 14:41:06 -0500 Received: from relay8-d.mail.gandi.net ([217.70.183.201]:37657) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kkuTQ-0007Iw-JS for help-guix@gnu.org; Thu, 03 Dec 2020 14:41:06 -0500 X-Originating-IP: 91.169.127.99 Received: from [127.0.0.1] (91-169-127-99.subs.proxad.net [91.169.127.99]) (Authenticated sender: jeremy@korwin-zmijowski.fr) by relay8-d.mail.gandi.net (Postfix) with ESMTPSA id 8F4E91BF20A; Thu, 3 Dec 2020 19:40:58 +0000 (UTC) Date: Thu, 03 Dec 2020 20:40:56 +0100 From: =?ISO-8859-1?Q?J=E9r=E9my_Korwin-Zmijowski?= To: znavko@disroot.org, zimoun , help-guix Subject: Re: How to configure emacs for editing config.scm again? User-Agent: K-9 Mail for Android In-Reply-To: <070d923c9bc3025e1d201dc07a7fb1b8@disroot.org> References: <86tut76e1a.fsf@gmail.com> <7ab09b7df6071019f5e83875554c11e9@disroot.org> <070d923c9bc3025e1d201dc07a7fb1b8@disroot.org> Message-ID: MIME-Version: 1.0 Received-SPF: none client-ip=217.70.183.201; envelope-from=jeremy@korwin-zmijowski.fr; helo=relay8-d.mail.gandi.net X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_NONE=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: help-guix@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+larch=yhetil.org@gnu.org Sender: "Help-Guix" X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -1.28 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of help-guix-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=help-guix-bounces@gnu.org X-Migadu-Queue-Id: CD64094071A X-Spam-Score: -1.28 X-Migadu-Scanner: ns3122888.ip-94-23-21.eu X-TUID: +ywfguVHvzki Maybe the Paredit extension can ne what you are looking for ! J=C3=A9r=C3=A9my Le 3 d=C3=A9cembre 2020 19:55:58 GMT+01:00, znavko@disroot=2Eorg a =C3=A9c= rit=C2=A0: >Thank you! > >I want emacs brushes my code making indents and auto-completing it closin= g parentheses=2E >It does not do nothing now=2E Only highlights it=2E > >Could you please tell how to force emacs work deeply with my code :) >for it becomes wonderful for further copy-pasting here in Guix Help :)) ?= ? > > >November 29, 2020 9:43 PM, "zimoun" wrote: > >> Hi, >>=20 >> On Sun, 29 Nov 2020 at 13:16, znavko--- via wrote= : >>=20 >>> Hello! I have lost my way of search how to configure emacs >>> for editing config=2Escm with Scheme highlight mode and parentheses >>> completion=2E >>=20 >> I do not know what you want exactly=2E >>=20 >> These lines fix =E2=80=9CM-x run-geiser=E2=80=9D using Guile as default= =2E And highlight >> some Scheme code with Paredit as parenthesis tools=2E >>=20 >> --8<---------------cut here---------------start------------->8--- >> (setq geiser-active-implementations '(guile)) >> (with-eval-after-load 'scheme >> (add-hook 'scheme-mode-hook 'enable-paredit-mode)) >> --8<---------------cut here---------------end--------------->8--- >>=20 >> Hope that helps, >> simon --=20 Envoy=C3=A9 de mon appareil Android avec Courriel K-9 Mail=2E Veuillez exc= user ma bri=C3=A8vet=C3=A9=2E