Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

install generate wrong path in init.el #260

Closed
oxnz opened this issue Oct 16, 2013 · 0 comments
Closed

install generate wrong path in init.el #260

oxnz opened this issue Oct 16, 2013 · 0 comments

Comments

@oxnz
Copy link

oxnz commented Oct 16, 2013

make install DIR=$HOME/.emacs.d/
it generates a double slash between the DIR and ac-dict
(add-to-list 'ac-dictionary-directories "/Users/user/.emacs.d//ac-dict")
I dive into the source code and find that is cause by the extra trail slash after DIR, but I suggest to add some test code in install.el to remove any trailing slashes if exist.

syohex added a commit that referenced this issue Nov 15, 2013
  - Fix case environment variable '$DIR' ends with '/'(#260, #261)
  - Fix byte compile issue
    'popup' and 'fuzzy' library path is not set.
  - Fix output message by non interactive case
    byte sequence is outputted
@syohex syohex mentioned this issue Nov 15, 2013
syohex added a commit that referenced this issue Nov 15, 2013
  - Fix case environment variable '$DIR' ends with '/'(#260, #261)
  - Do byte-compile by byte-compile target
  - Fix output message by non interactive case
    byte sequence is outputted
syohex added a commit that referenced this issue Nov 17, 2013
  - Fix case environment variable '$DIR' ends with '/'(#260, #261)
  - Do byte-compile by byte-compile target
  - Fix output message by non interactive case
    byte sequence is outputted
@syohex syohex closed this as completed Nov 17, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants