From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:60910) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ggd6u-0000HG-O9 for guix-patches@gnu.org; Mon, 07 Jan 2019 17:11:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ggd6t-00007g-13 for guix-patches@gnu.org; Mon, 07 Jan 2019 17:11:04 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:49754) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ggd6s-000075-Sy for guix-patches@gnu.org; Mon, 07 Jan 2019 17:11:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ggd6s-0000NQ-I9 for guix-patches@gnu.org; Mon, 07 Jan 2019 17:11:02 -0500 Subject: [bug#33598] Optimizations for emacs-clang-format and emacs-clang-rename Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <871s6l9h54.fsf@gnu.org> <87r2ekea1u.fsf@ambrevar.xyz> <04daca2a-705d-6255-85bd-48132879f5a8@yahoo.de> <87lg4se6wf.fsf@ambrevar.xyz> <8d15b1a4-5f0b-28aa-a3d9-78520431b8ef@yahoo.de> <87imzwe2d3.fsf@ambrevar.xyz> <2df7cbf3-81d5-7d50-35d7-f3b369d1ac0e@yahoo.de> <87ftuth0d7.fsf@ambrevar.xyz> <14de0933-fddc-94d0-d75a-cdf4b49fce1a@yahoo.de> <87wonhipbw.fsf@ambrevar.xyz> <792d34a0-b048-b84f-b7b8-d9d996da2a28@yahoo.de> <878szwinp0.fsf@ambrevar.xyz> <877efgin3x.fsf@ambrevar.xyz> <875zv0imr7.fsf@ambrevar.xyz> Date: Mon, 07 Jan 2019 23:10:23 +0100 In-Reply-To: <875zv0imr7.fsf@ambrevar.xyz> (Pierre Neidhardt's message of "Mon, 07 Jan 2019 15:08:12 +0100") Message-ID: <87k1jgce5s.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Pierre Neidhardt Cc: Tim Gesthuizen , 33598@debbugs.gnu.org Hello! Pierre Neidhardt skribis: > Hmmm... Not too sure where to put package-elisp-from-package. > I see the following options: > > - build-system/emacs.scm, but is it our policy? > - Or a separate file, but which one? >=20=20=20 > @Ludo? I actually fixed it today right after you reverted the commit (I rebased and didn=E2=80=99t notice it had been reverted in the meantime): https://git.savannah.gnu.org/cgit/guix.git/commit/?id=3D67eebb19b70acfe99= 7b40d8c7978f9dc0673a4af With this you should be able to reinstate the rest of the commit. I tried to explain the reason for the issue in the commit log, let me know if anything=E2=80=99s unclear. Thanks, Ludo=E2=80=99.