From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id sOHkM7p9DGTb9QAASxT56A (envelope-from ) for ; Sat, 11 Mar 2023 14:10:18 +0100 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id O2cBM7p9DGQjowAAG6o9tA (envelope-from ) for ; Sat, 11 Mar 2023 14:10:18 +0100 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 478B8F329 for ; Sat, 11 Mar 2023 14:10:18 +0100 (CET) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmail.com header.s=20210112 header.b=UGyFA1UX; dmarc=fail reason="SPF not aligned (relaxed)" header.from=gmail.com (policy=none); spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1678540218; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type:resent-cc:resent-from:resent-sender: resent-message-id:in-reply-to:in-reply-to:references:references: list-id:list-help:list-unsubscribe:list-subscribe:list-post: dkim-signature; bh=TUKU5goVxbaz2ZFAVYPzwROlqcvS5q+ig9cvxObqHC0=; b=Oas+SzGK0mduTnpYk23yVUhdBIfE+1kKNBZGd7lM6yDoskM5Eutg0Gpbb6EMqDmRczqxig J2r17qSeY5QSGGWuDPcpIbZ1eYmZg+zPd94mGcFoDXH7tMvCrUEIMNn80lR8O9SzW8ds9/ rGXLUZmflIgwlLGCOECIKynkbQhyfM29vnfjgmO6oRUGCfuVCyHbU2aoxKkSCPr3fmW6E8 8Q28QQzAyef04bYWN7CoYz+hERIhVUNF1PJHK2YOYkjcLJ0//bpDihSPa/TouMZNlIrRNQ F7yo3hBuB3TABLTBm9v9WNtxQytvMQL6bIvQFJUDIAwrh0bMitVJk0SiQOqwMA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmail.com header.s=20210112 header.b=UGyFA1UX; dmarc=fail reason="SPF not aligned (relaxed)" header.from=gmail.com (policy=none); spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" ARC-Seal: i=1; s=key1; d=yhetil.org; t=1678540218; a=rsa-sha256; cv=none; b=PaqXrigqasYS8SEJHTqp0Sej+JHx0q2Q6PE0BD4jODgg9wGmXOOvK25Edgw1l+QRr4oYoc yytyHzzDEjfK7BY0VE1FwnZx+b8zHNk3/KEppn21M0HaEmHNoU8XB8xX/BAEwDvD16zCsy wpryKlI+UUCi6I1UzdBhAelUoV6Dz2aLb5f4ifooDSanjuhwvOIB0peYMgrhSjPeU1ruyZ 2nUzW/vNUZyHQ2H712T4/+4CDIcoyQ6YccXd5gn5XGsUdCl5+y8EU75xpKE6p3ACiX91SF nPU/0YYLqV7hZR8rhpexOX6hpemh/ywqIDSMi/1DtEVEEsV1wQSr77pKPLRtCw== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1payz6-000488-KF; Sat, 11 Mar 2023 08:10:04 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1payz5-00047v-9v for guix-patches@gnu.org; Sat, 11 Mar 2023 08:10:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1payz4-0002oM-VG for guix-patches@gnu.org; Sat, 11 Mar 2023 08:10:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1payz4-0001ql-H4 for guix-patches@gnu.org; Sat, 11 Mar 2023 08:10:02 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#61756] [PATCH 5/8] gnu: Add emacs-xcscope. Resent-From: Rostislav Svoboda Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 11 Mar 2023 13:10:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 61756 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Nicolas Goaziou Cc: 61756@debbugs.gnu.org Received: via spool by 61756-submit@debbugs.gnu.org id=B61756.16785401707065 (code B ref 61756); Sat, 11 Mar 2023 13:10:02 +0000 Received: (at 61756) by debbugs.gnu.org; 11 Mar 2023 13:09:30 +0000 Received: from localhost ([127.0.0.1]:56766 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1payyX-0001pt-Pb for submit@debbugs.gnu.org; Sat, 11 Mar 2023 08:09:30 -0500 Received: from mail-lf1-f44.google.com ([209.85.167.44]:39466) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1payyV-0001pf-NI for 61756@debbugs.gnu.org; Sat, 11 Mar 2023 08:09:28 -0500 Received: by mail-lf1-f44.google.com with SMTP id i9so10146434lfc.6 for <61756@debbugs.gnu.org>; Sat, 11 Mar 2023 05:09:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; t=1678540161; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=TUKU5goVxbaz2ZFAVYPzwROlqcvS5q+ig9cvxObqHC0=; b=UGyFA1UXL7XBziegoy1mCzGBVNCesKVr08BOzL9qT8Kvy0tDZ4u9ZnkzG+/nme2j/6 +tuevVwqXgaTEIQ80wEqnL/M+3eSj/mqcfw4fRLrcf+d+PuOrP6tS5XXyBwmRm/Yfxso +Vjyjs9vwd4THxLfdXjA8ePofRyE+qSPJYgQOS6Qvt+aAJ59TCXqWxFvk7gzLDs1cDIG bgffF5DTREwQY1zyl4kF3POLSO1AIQE8tpBqdokvelPtANo+b2KWObPqZZnzHQRfvqGi H5CAoPyurO19AuUDt777W/LiUm3iY2wG5lHlbVSchx4ya+E9sbLvzQ97c4g/Bf8YsY1j BluQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1678540161; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=TUKU5goVxbaz2ZFAVYPzwROlqcvS5q+ig9cvxObqHC0=; b=IR1X4+K+QF/rFJNGs1WdafKn4Iz8t1aVtCoa1glO/B/v2Hs84QIKIAha5Zp4iBvUoN 86M0OtQC4RAmz9ZQRMAzqd0UWBbjjAERUHoLdxAmtWsYCEV3FTWKhF0/0aUeZWNGEc0N T2hHMfKy4woK/J3NAe5fgt4Z7GMhL9fBKTxAZfw5RxKnd1LR+fn/gqZ72s1eW3MfvzfY UP/XVBMByjU8TbxK7x0NQVGr7t4YGaKCHnJY4il6HRbAW5mjJ/JqGu/E/0Sd/grffDSA o32JYCsIU5iBfMrh5G/6gacZ5yQ06uv72n2YPM58XL4IK+3HfCfiwDIMnuF/NRho0gFr 3fmg== X-Gm-Message-State: AO0yUKX0CTLSQlxI+/eWyGSmu/wpuVE0bBG25TJ+heIwDm7XyeD93+x9 tf0qpHPEig+8kpScbz6g3tW7KOk6/JkTmM4wkWc= X-Google-Smtp-Source: AK7set8cGDz2UpAMq9JIXpgPAgy/T93sQHIJTT6jS5UbVmUxGuh/ByZ/ktZBOAc0r+qGfyvUFwvsL26JXFMAnn6OVfc= X-Received: by 2002:a05:6512:3c3:b0:4d8:63cd:bd26 with SMTP id w3-20020a05651203c300b004d863cdbd26mr9133848lfp.10.1678540161271; Sat, 11 Mar 2023 05:09:21 -0800 (PST) MIME-Version: 1.0 References: <20230224141819.12675-1-Rostislav.Svoboda@gmail.com> <20230224141819.12675-5-Rostislav.Svoboda@gmail.com> <87wn3r6ygy.fsf@nicolasgoaziou.fr> In-Reply-To: <87wn3r6ygy.fsf@nicolasgoaziou.fr> From: Rostislav Svoboda Date: Sat, 11 Mar 2023 14:08:45 +0100 Message-ID: Content-Type: text/plain; charset="UTF-8" X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: X-Migadu-Queue-Id: 478B8F329 X-Spam-Score: -2.90 X-Migadu-Spam-Score: -2.90 X-Migadu-Scanner: scn0.migadu.com List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Country: US X-Migadu-Flow: FLOW_IN X-TUID: 5qUpDoOWSDAV Hello, I'm resending the patch yet again. See below. I missed that '(revision "0")' and didn't run `guix lint`. (Sorry, I'm learning) > You also need to add `cscope' as an input, and patch "xscope.el" so > `cscope-program' point to the proper binary, using > `emacs-substitute-variables'. See, e.g., emacs-plz package for an > example. `guix style` makes this line too long. I guess I can ignore that, right? Regards Bost >From 57e30de01ab56f5917580e43f69ce558187432fb Mon Sep 17 00:00:00 2001 From: Rostislav Svoboda Date: Sat, 11 Mar 2023 12:50:08 +0100 Subject: [PATCH 1/3] gnu: Add emacs-xcscope. * gnu/packages/emacs-xyz.scm (emacs-xcscope): New variable. --- gnu/packages/emacs-xyz.scm | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 13caf6e882..509c640b78 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -4176,6 +4176,39 @@ (define-public emacs-form-feed into mode hooks and is intended to be used that way.") (license license:gpl3+))) +(define-public emacs-xcscope + (let ((commit "d228d7593d762e457340f678d14b663ef66d7cee") + (revision "0")) + (package + (name "emacs-xcscope") + (version (git-version "1.5" revision commit)) + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/dkogan/xcscope.el") + (commit commit))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0pr85ywp585imjzswm04647nb4iqqvg8jgmbcs5210qmr9kh0z8d")))) + (build-system emacs-build-system) + (inputs (list cscope)) + (arguments + (list + #:phases + #~(modify-phases %standard-phases + (add-after 'unpack 'substitute-cscope-path + (lambda* (#:key inputs #:allow-other-keys) + (emacs-substitute-variables "xcscope.el" + ("cscope-program" (search-input-file + inputs "/bin/cscope")))))))) + (home-page "https://github.com/dkogan/xcscope.el") + (synopsis "Interface to the source cross-referencing tool Cscope") + (description + "Xcscope is an Emacs interface to Cscope, the source cross-referencing +tool. See https://cscope.sf.net") + (license license:gpl2+)))) + (define-public emacs-ggtags (package (name "emacs-ggtags") -- 2.39.2