all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Installing "groovy-mode" fails missing "set-difference" func
@ 2015-07-29  4:31 KARR, DAVID
  2015-07-29  4:46 ` Alexis
  0 siblings, 1 reply; 6+ messages in thread
From: KARR, DAVID @ 2015-07-29  4:31 UTC (permalink / raw)
  To: help-gnu-emacs@gnu.org

[-- Attachment #1: Type: text/plain, Size: 190 bytes --]

I have Emacs 24.5.1.  I tried to install "groovy-mode" through "Manage Packages".  When it installed, it complained about a missing "set-difference" func.  What do I need to do about this?

[-- Attachment #2: winmail.dat --]
[-- Type: application/ms-tnef, Size: 2913 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Installing "groovy-mode" fails missing "set-difference" func
  2015-07-29  4:31 Installing "groovy-mode" fails missing "set-difference" func KARR, DAVID
@ 2015-07-29  4:46 ` Alexis
  2015-07-29  4:56   ` KARR, DAVID
  2015-07-29  5:47   ` Tassilo Horn
  0 siblings, 2 replies; 6+ messages in thread
From: Alexis @ 2015-07-29  4:46 UTC (permalink / raw)
  To: help-gnu-emacs


KARR, DAVID <dk068x@att.com> writes:

> I have Emacs 24.5.1.  I tried to install "groovy-mode" through 
> "Manage Packages".  When it installed, it complained about a 
> missing "set-difference" func.  What do I need to do about this?

`set-difference` is part of cl.el, so doing `(require 'cl)` 
somewhere in your init/config should help. (`groovy-mode` should 
be doing that `require` itself, though.)


Alexis.



^ permalink raw reply	[flat|nested] 6+ messages in thread

* RE: Installing "groovy-mode" fails missing "set-difference" func
  2015-07-29  4:46 ` Alexis
@ 2015-07-29  4:56   ` KARR, DAVID
  2015-07-29  5:47   ` Tassilo Horn
  1 sibling, 0 replies; 6+ messages in thread
From: KARR, DAVID @ 2015-07-29  4:56 UTC (permalink / raw)
  To: help-gnu-emacs@gnu.org

> -----Original Message-----
> From: help-gnu-emacs-bounces+dk068x=att.com@gnu.org [mailto:help-
> gnu-emacs-bounces+dk068x=att.com@gnu.org] On Behalf Of Alexis
> Sent: Tuesday, July 28, 2015 9:46 PM
> To: help-gnu-emacs@gnu.org
> Subject: Re: Installing "groovy-mode" fails missing "set-
> difference" func
> 
> 
> KARR, DAVID <dk068x@att.com> writes:
> 
> > I have Emacs 24.5.1.  I tried to install "groovy-mode" through
> > "Manage Packages".  When it installed, it complained about a
> > missing "set-difference" func.  What do I need to do about this?
> 
> `set-difference` is part of cl.el, so doing `(require 'cl)`
> somewhere in your init/config should help. (`groovy-mode` should
> be doing that `require` itself, though.)

Thanks, that did it.



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Installing "groovy-mode" fails missing "set-difference" func
  2015-07-29  4:46 ` Alexis
  2015-07-29  4:56   ` KARR, DAVID
@ 2015-07-29  5:47   ` Tassilo Horn
  2015-07-29  5:52     ` Tassilo Horn
  2015-07-29  5:54     ` Alexis
  1 sibling, 2 replies; 6+ messages in thread
From: Tassilo Horn @ 2015-07-29  5:47 UTC (permalink / raw)
  To: Alexis; +Cc: help-gnu-emacs

Alexis <flexibeast@gmail.com> writes:

Hi Alexis,

>> I have Emacs 24.5.1.  I tried to install "groovy-mode" through
>> "Manage Packages".  When it installed, it complained about a missing
>> "set-difference" func.  What do I need to do about this?
>
> `set-difference` is part of cl.el, so doing `(require 'cl)` somewhere
> in your init/config should help. (`groovy-mode` should be doing that
> `require` itself, though.)

Nope, the goovy-mode package should depend on the cl-lib package and
then use `cl-set-difference'.  I suggest to file a bug report at their
bug tracker.

Bye,
Tassilo



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Installing "groovy-mode" fails missing "set-difference" func
  2015-07-29  5:47   ` Tassilo Horn
@ 2015-07-29  5:52     ` Tassilo Horn
  2015-07-29  5:54     ` Alexis
  1 sibling, 0 replies; 6+ messages in thread
From: Tassilo Horn @ 2015-07-29  5:52 UTC (permalink / raw)
  To: Alexis; +Cc: help-gnu-emacs

Tassilo Horn <tsdh@gnu.org> writes:

>>> I have Emacs 24.5.1.  I tried to install "groovy-mode" through
>>> "Manage Packages".  When it installed, it complained about a missing
>>> "set-difference" func.  What do I need to do about this?
>>
>> `set-difference` is part of cl.el, so doing `(require 'cl)` somewhere
>> in your init/config should help. (`groovy-mode` should be doing that
>> `require` itself, though.)
>
> Nope, the goovy-mode package should depend on the cl-lib package and
> then use `cl-set-difference'.  I suggest to file a bug report at their
> bug tracker.

Seems to be already reported there:

  https://github.com/Groovy-Emacs-Modes/groovy-emacs-modes/issues/11

Bye,
Tassilo



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Installing "groovy-mode" fails missing "set-difference" func
  2015-07-29  5:47   ` Tassilo Horn
  2015-07-29  5:52     ` Tassilo Horn
@ 2015-07-29  5:54     ` Alexis
  1 sibling, 0 replies; 6+ messages in thread
From: Alexis @ 2015-07-29  5:54 UTC (permalink / raw)
  To: help-gnu-emacs


Tassilo Horn <tsdh@gnu.org> writes:

> Nope, the goovy-mode package should depend on the cl-lib package 
> and then use `cl-set-difference'.

Okay, thanks, noted. :-)


Alexis.



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-07-29  5:54 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-29  4:31 Installing "groovy-mode" fails missing "set-difference" func KARR, DAVID
2015-07-29  4:46 ` Alexis
2015-07-29  4:56   ` KARR, DAVID
2015-07-29  5:47   ` Tassilo Horn
2015-07-29  5:52     ` Tassilo Horn
2015-07-29  5:54     ` Alexis

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.