digego / extempore

A cyber-physical programming environment
1.4k stars 127 forks source link

extempore/extras/.emacs file maybe wrong #333

Closed cyblue9 closed 6 years ago

cyblue9 commented 6 years ago

I installed emacs(version 26.1) to play extempore. I am a emacs beginner, So I referenced extempore/extras/.emacs (https://github.com/digego/extempore/blob/master/extras/.emacs) to set .emacs. When started up emacs, displayed following message.

error: Package ‘ido-ubiquitous-’ is unavailable

So, I fixed extempore/extras/.emacs 67 line as following.

(dolist (package
         '(ido-completing-read+

As a result, I was able to start without any problem.

The same problem is occurring elsewhere. (https://github.com/bbatsov/prelude/issues/1096)

Should I send a pull request?

benswift commented 6 years ago

Hey there, that "starter .emacs" is a real blast from the past - I haven't thought about it in a while.

A couple of thoughts:

  1. yep, if it's broken, send a pull request (thanks)
  2. if you don't have a dog in the "text editor" fight then VSCode is probably the better option these days unless you really want to take this opportunity to learn Emacs as well (if so, more power to you 🙂 )
cyblue9 commented 6 years ago

Thank to reply!

Oh I see. I'm learning extempore from friend who is Emacser. So, I want to learn Emacs of this opportunity and I would like to refer to extempore/extras/.emacs.

Therefore, I send a pull request!😀

cyblue9 commented 6 years ago

Thank you for the merge!