[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#28866: [PATCH] gnu: emacs: Fix Man looks for C header files.
From: |
Ludovic Courtès |
Subject: |
bug#28866: [PATCH] gnu: emacs: Fix Man looks for C header files. |
Date: |
Thu, 19 Oct 2017 12:17:22 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) |
Hi Oleg,
Oleg Pykhalov <address@hidden> skribis:
>>From 83eff5350269f50d89407169eb165e891e65cf11 Mon Sep 17 00:00:00 2001
> From: Oleg Pykhalov <address@hidden>
> Date: Mon, 16 Oct 2017 17:44:57 +0300
> Subject: [PATCH] gnu: emacs: Fix Man looks for C header files.
>
> * gnu/packages/emacs.scm (emacs): Make sure Man looks for C header files in
> the right places.
Applied.
For years I had this in my .emacs:
(require 'man)
(setq Man-header-file-path
`(,(concat (getenv "HOME") "/.guix-profile/include")))
I’m glad we now have a more proper solution. :-)
Thank you!
Ludo’.