GNU bug report logs - #29647
[PATCH] gnu: Add emacs-diff-hl.

Previous Next

Package: guix-patches;

Reported by: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>

Date: Sun, 10 Dec 2017 17:59:01 UTC

Severity: normal

Tags: patch

Done: ludo <at> gnu.org (Ludovic Courtès)

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: ludo <at> gnu.org (Ludovic Courtès)
Cc: tracker <at> debbugs.gnu.org
Subject: bug#29647: closed ([PATCH] gnu: Add emacs-diff-hl.)
Date: Mon, 11 Dec 2017 16:10:01 +0000
[Message part 1 (text/plain, inline)]
Your message dated Mon, 11 Dec 2017 17:09:28 +0100
with message-id <87h8sxxn47.fsf <at> gnu.org>
and subject line Re: [bug#29647] [PATCH] gnu: Add emacs-diff-hl.
has caused the debbugs.gnu.org bug report #29647,
regarding [PATCH] gnu: Add emacs-diff-hl.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
29647: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=29647
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: guix-patches <guix-patches <at> gnu.org>
Subject: [PATCH] gnu: Add emacs-diff-hl.
Date: Sun, 10 Dec 2017 12:58:08 -0500
[Message part 3 (text/plain, inline)]
Hello!

This adds emacs-diff-hl, which can be used to highlight changed lines
since the last commit the in versioning system.

The config below enables it for programming buffers:

--8<---------------cut here---------------start------------->8---
;;; Visualize changed lines
(add-hook 'prog-mode-hook 'turn-on-diff-hl-mode)
(add-hook 'vc-dir-mode-hook 'turn-on-diff-hl-mode)
(add-hook 'magit-post-refresh-hook 'diff-hl-magit-post-refresh)
--8<---------------cut here---------------end--------------->8---

Thanks,

Maxim

[0001-gnu-Add-emacs-diff-hl.patch (text/x-patch, attachment)]
[signature.asc (application/pgp-signature, inline)]
[Message part 6 (message/rfc822, inline)]
From: ludo <at> gnu.org (Ludovic Courtès)
To: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
Cc: 29647-done <at> debbugs.gnu.org
Subject: Re: [bug#29647] [PATCH] gnu: Add emacs-diff-hl.
Date: Mon, 11 Dec 2017 17:09:28 +0100
Maxim Cournoyer <maxim.cournoyer <at> gmail.com> skribis:

> From b50b81f8e5a59e0a561419b483fbc48edf39c547 Mon Sep 17 00:00:00 2001
> From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
> Date: Sun, 10 Dec 2017 12:50:26 -0500
> Subject: [PATCH] gnu: Add emacs-diff-hl.
>
> * gnu/packages/emacs.scm (emacs-diff-hl): New variable.

Applied, thanks!


This bug report was last modified 7 years and 166 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.