Re: Repost: problems setting ess-source-directory

Stephen J Eglen via ESS-help <[email protected]> Tue, 11 Feb 2025 19:27:49 +0000
Newsgroups gmane.emacs.ess.general
Message-ID <[email protected]>

hi WIlliam,

> Its value is (lambda nil (concat ess-directory "Src/"))
> Original value was "/tmp/"
>
> It seems odd that the value has changed to (lambda nil ...
> instead of (lambda () ...
>
> Doesn't the lambda() function need the () in order to be recognized as
> a function?  Has anyone on the list been able to get this expression
> to work or is it a real bug in ESS?


not sure why its changed recently, but wouldn't the following achieve what you are after:

(setq ess-source-directory
  (concat ess-directory "src/"))

assuming ess-directory is set appropriately?

______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/ess-help