From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:57229) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1icviS-0006v7-Jv for guix-patches@gnu.org; Thu, 05 Dec 2019 13:19:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1icviR-00059P-Dv for guix-patches@gnu.org; Thu, 05 Dec 2019 13:19:04 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:39185) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1icviQ-00056O-PA for guix-patches@gnu.org; Thu, 05 Dec 2019 13:19:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1icviQ-0007wb-Ht for guix-patches@gnu.org; Thu, 05 Dec 2019 13:19:02 -0500 Subject: [bug#38463] [PATCH 3/3] gnu: emacs-telega: Properly install alists. Resent-Message-ID: Message-ID: <3a8ad02f296ee82a82149e949ba7d5c367950df8.camel@student.tugraz.at> From: Leo Prikler Date: Thu, 05 Dec 2019 19:18:27 +0100 In-Reply-To: <87fthyd54z.fsf@posteo.net> References: <3566e38523f0ff4badf50ade8c1498006f1cb872.camel@student.tugraz.at> <87fthyd54z.fsf@posteo.net> Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit 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: Brett Gilio Cc: 38463@debbugs.gnu.org Am Donnerstag, den 05.12.2019, 12:00 -0600 schrieb Brett Gilio: > Leo Prikler writes: > > > Out of curiosity, would it be possible to make this a subfolder of > > the > > telega installation directory? It appears, as though these files > > are > > accessed via telega-etc-file in telega-util.el, so it should still > > function in the same way with the right substitutions. > > > > Regards, > > Leo > > > > Hi Leo, > > I want to make sure I understand clearly what you are saying. The > telega > installation directory seems to be just the > /share/emacs/site-lisp. What subdirectory are you speaking > of > exactly? I will send a revised patch once I get some more information > :). > > Thanks! Hi Brett, That's my bad, I haven't looked at the structure of share/emacs/site- lisp since the last change has been made. I expected, that packages still had their own folders, just with guix.d in the middle being removed, but just now found out that everything is at top-level. I still don't feel comfortable with data being at the top of site-lisp, though. Perhaps something similar to emacs-yasnippet-snippets, where you store the data in share/emacs/telega-data would be more appropriate. WDYT? Leo