<div dir="ltr"><div>Hi,<br><br>Just tried myself with the init file you pasted (only change was I used dir .emacs.d/edts<br></div><div> instead of .emacs-edts/edts) and it loads correctly.<br><br></div><div>What version of emacs are you using? What OS?<br>
<br></div><div>I found a page which seems to indicate face-remap can be used with emacs 23, could it be your version is older?<br></div><div><br>Cheers,<br></div><div>Gustav Simonsson<br></div></div><div class="gmail_extra">
<br><br><div class="gmail_quote">On Sun, Feb 2, 2014 at 10:41 PM, kraythe . <span dir="ltr"><<a href="mailto:kraythe@gmail.com" target="_blank">kraythe@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr"><div>I am trying to get EDTS working and I am having some issues that i hope you guys can help with. I cloned the repo under .emacs-edts/edts did a make and all was fine. When I run it, however, emacs reports an error "Cannot open load file: face-remap" I have the following config: </div>

<div><br></div><div><u>.bash_profile </u></div><div><font face="courier new, monospace">alias edts='emacs -q -l ~/.emacs-edts/init.el '</font><br></div><div><br></div><div><u>.emacs-eds/init.d</u></div><div><div>
<font face="courier new, monospace">;;; This is the configuration for running emacs with EDTS</font></div>
<div><font face="courier new, monospace">;;; see: <a href="https://github.com/tjarvstrand/edts" target="_blank">https://github.com/tjarvstrand/edts</a> for more info</font></div><div><font face="courier new, monospace">;;; Can be invoked with a bash alias like the following:</font></div>

<div><font face="courier new, monospace">;;; alias edts='emacs -q -l ~/.emacs-edts'</font></div><div><font face="courier new, monospace"><br></font></div><div><font face="courier new, monospace">(setq user-emacs-directory "~/.emacs-edts/")</font></div>

<div><font face="courier new, monospace">(transient-mark-mode 1) ;; Enable Mark Block Highlingting</font></div><div><font face="courier new, monospace">(show-paren-mode 1)</font></div><div><font face="courier new, monospace"><br>

</font></div><div><font face="courier new, monospace">;; Setup backups strategy.</font></div><div><font face="courier new, monospace">(setq version-control t     ;; Use version numbers for backups.</font></div><div><font face="courier new, monospace">      kept-new-versions 10  ;; Number of newest versions to keep.</font></div>

<div><font face="courier new, monospace">      kept-old-versions 0   ;; Number of oldest versions to keep.</font></div><div><font face="courier new, monospace">      delete-old-versions t ;; Don't ask to delete excess backup versions.</font></div>

<div><font face="courier new, monospace">      backup-by-copying t)  ;; Copy all files, don't rename them.</font></div><div><font face="courier new, monospace">;; Default and per-save backups go here:</font></div><div>

<font face="courier new, monospace">(setq backup-directory-alist '(("" . "~/.emacs-backup/per-save")))</font></div><div><font face="courier new, monospace"><br></font></div><div><font face="courier new, monospace">(defun force-backup-of-buffer ()</font></div>

<div><font face="courier new, monospace">  ;; Make a special "per session" backup at the first save of each emacs session.</font></div><div><font face="courier new, monospace">  (when (not buffer-backed-up)</font></div>

<div><font face="courier new, monospace">    ;; Override the default parameters for per-session backups.</font></div><div><font face="courier new, monospace">    (let ((backup-directory-alist '(("" . "~/.emacs.d/per-session")))</font></div>

<div><font face="courier new, monospace">          (kept-new-versions 3))</font></div><div><font face="courier new, monospace">      (backup-buffer)))</font></div><div><font face="courier new, monospace">  ;; Make a "per save" backup on each save.  The first save results in</font></div>

<div><font face="courier new, monospace">  ;; both a per-session and a per-save backup, to keep the numbering</font></div><div><font face="courier new, monospace">  ;; of per-save backups consistent.</font></div><div><font face="courier new, monospace">  (let ((buffer-backed-up nil))</font></div>

<div><font face="courier new, monospace">    (backup-buffer)))</font></div><div><font face="courier new, monospace"><br></font></div><div><font face="courier new, monospace">;; Setup Erlang mode</font></div><div><font face="courier new, monospace">(setq load-path (cons  "/usr/local/lib/erlang/lib/tools-2.6.13/emacs/" load-path))</font></div>

<div><font face="courier new, monospace">      (setq erlang-root-dir "/usr/local/lib/erlang")</font></div><div><font face="courier new, monospace">      (setq exec-path (cons "/usr/local/lib/erlang/bin" exec-path))</font></div>

<div><font face="courier new, monospace">      (require 'erlang-start)</font></div><div><font face="courier new, monospace"><br></font></div><div><font face="courier new, monospace">(add-to-list 'load-path "~/.emacs-edts/edts/")</font></div>

<div><font face="courier new, monospace">(require 'edts-start)</font></div></div><div><br></div><div>Can anyone advise me on how to solve this? My goal is to be able to use the command 'edts' to start emacs in edts mode and still retain non-edts mode for other uses of emacs.</div>

<div><br></div><div>Thanks in advance. <br></div><br clear="all"><div><div dir="ltr"><div style="font-family:arial;font-size:small"><b>Robert Simmons Jr. MSc.</b></div><div style="font-family:arial;font-size:small"><i>Author of: Hardcore Java (2003) and Maintainable Java (2012)</i></div>

<div><i style="font-family:arial;font-size:small">LinkedIn: </i><font face="arial"><i><a href="http://www.linkedin.com/pub/robert-simmons/40/852/a39" target="_blank">http://www.linkedin.com/pub/robert-simmons/40/852/a39</a></i></font></div>

</div></div>
</div>
<br>_______________________________________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://erlang.org/mailman/listinfo/erlang-questions</a><br>
<br></blockquote></div><br></div>