|
From: | Emanuel Berg |
Subject: | Re: on specifying the C source code directory |
Date: | Tue, 02 Feb 2016 01:17:03 +0100 |
User-agent: | Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) |
Daniel Bastos <dbastos@toledo.com> writes: > (setq find-function-C-source-directory > (file-name-as-directory "path/to/my/emacs/src")) `file-name-as-directory' just adds a trail slash so that can be added manually. Also, it doesn't seem to be necessary! I never thought about it, but I see now that I have it like this - no slash - and it has always worked just the same: (defvar find-function-C-source-directory) (setq find-function-C-source-directory "~/.emacs.d/emacs-24.1/src") -- underground experts united http://user.it.uu.se/~embe8573
[Prev in Thread] | Current Thread | [Next in Thread] |