GithubHelp home page GithubHelp logo

Comments (5)

singram avatar singram commented on September 15, 2024

My apologies, I'm fairly inexperienced in the specifics of github.

I tracked the issue down to a missing definition for 'first'. I was unable to find and mention of it in the emacs documentation, .el files or google. Swapping out all instances of 'first' for 'car' (which seemed to be the intention) fixed all the issues for me.

A pull request with the fixes is in another thread.

from rspec-mode.

pedz avatar pedz commented on September 15, 2024

FYI

I have:

(defalias 'first 'car)

in lisp/emacs-lisp/cl.el for me (emacs 24-2).

On Mar 9, 2013, at 7:30 PM, singram wrote:

My apologies, I'm fairly inexperienced in the specifics of github.

I tracked the issue down to a missing definition for 'first'. I was unable to find and mention of it in the emacs documentation, .el files or google. Swapping out all instances of 'first' for 'car' (which seemed to be the intention) fixed all the issues for me.

A pull request with the fixes is in another thread.


Reply to this email directly or view it on GitHub.

from rspec-mode.

singram avatar singram commented on September 15, 2024

Thanks Perry for the quick response. I'm running 24.1.1 and appear to have the same alias in that file.

Do you know if this is a package that explicitly needs requiring or something that should auto-load?

from rspec-mode.

pedz avatar pedz commented on September 15, 2024

I see I have a few packages that require 'cl. rinari is the package that most of the other users of rspec-mode probably load.

I would change your pull request to just require 'cl. That looks like the smallest change.

from rspec-mode.

singram avatar singram commented on September 15, 2024

Thanks Perry for the feedback. Have submitted a new pull request along the lines you suggested to resolve the issue.

from rspec-mode.

Related Issues (20)

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.