Giter VIP home page Giter VIP logo

el-go's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

el-go's Issues

el-go vs. go-mode

Does el-go supercede go-mode? The two projects have a file (name) in common: go-board.el.

Also could you please move bundled libraries (gnugo.el) to a separate directory and protect that from being added to the load path by adding file .nosearch. Only load the bundled file if the library cannot be found an the load-path. This is how gnus does it:

(eval-when-compile (require 'cl))
(eval-and-compile
  (or (ignore-errors (progn
                       (require 'json)))
      ;; gnus-fallback-lib/ from gnus/lisp/gnus-fallback-lib
      (ignore-errors
        (let ((load-path (cons (expand-file-name
                                "gnus-fallback-lib"
                                (file-name-directory (locate-library "gnus")))
                               load-path)))
          (require 'json)))
      (error
       "json not found in `load-path' or gnus-fallback-lib/ directory.")))

MELPA recipe error

Here is the MELPA recipe:

(go :fetcher github
    :repo "eschulte/el-go"
    :files (:defaults "backends/*.el" "stone.wav"))

But when I install go in melpa, and load it, got error:

(file-error "Cannot open load file" "no such file or directory" "back-ends/gtp.el")
  #<subr require>(gtp "back-ends/gtp.el" nil)
  ad-Advice-require(#<subr require> gtp "back-ends/gtp.el")
  apply(ad-Advice-require #<subr require> (gtp "back-ends/gtp.el"))
  require(gtp "back-ends/gtp.el")

Then I checked ~/.emacs.d/elpa/go-2016.../. Have not found dir back-ends/.

CL mode deprecated?

Require 'go

and emacs tells me cl-mode deprecated?

Any updates please? A promising package.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.