help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Correct Paths to Emacs C Sources after Installation


From: John Mastro
Subject: Re: Correct Paths to Emacs C Sources after Installation
Date: Mon, 3 Nov 2014 16:24:17 -0800

Alexander Shukaev <haroogan@gmail.com> wrote:
> Once again. I want to play around with interactive documentation feature of
> Emacs, i.e. clicking `C source code' links when searching for some
> implementation details. That would be particularly cool for people who like
> to hack on Emacs and actually, as I understand it, that's why such
> interactive feature was introduced in the first place.

I just put the following in my init file:

    (let ((source (format "~/src/emacs/emacs-%s/" emacs-version)))
      (when (file-directory-p source)
        (setq source-directory source)))

-- 
john



reply via email to

[Prev in Thread] Current Thread [Next in Thread]