You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@groovy.apache.org by Blake McBride <bl...@gmail.com> on 2021/03/11 19:50:28 UTC

Need help Emacs Groovy mode

Greetings,

I am having trouble getting Groovy mode to work on GNU Emacs version 25.2.2
on a Linux box.

I am executing:

(require 'package)
(add-to-list 'package-archives
             '("melpa-stable" . "https://stable.melpa.org/packages/") t)
(package-initialize)

I tried it with no other .gnu-emacs-custom file.

If I type M-x groo[tab]

It says:  [No Match]

I also tried the rolling release.  Same problem.

Sure appreciate any help!

Thanks!

Blake McBride

Re: Need help Emacs Groovy mode

Posted by Blake McBride <bl...@gmail.com>.
I added:  (setq package-check-signature nil)
to my .gnu-emacs-custom file and did the commands you gave.
It all works now.

Thanks!

Blake


On Fri, Mar 12, 2021 at 5:55 AM Balachandran Sivakumar <be...@gmail.com>
wrote:

> Hi Blake,
>
> On Fri, Mar 12, 2021 at 4:53 PM Blake McBride <bl...@gmail.com> wrote:
> >
> > Failed to verify signature archive-contents.sig:
> > No public key for 066DAFCB81E42C40 created at 2021-03-12T04:05:02-0600
> using RSA
> > Command output:
> > gpg: Signature made Fri 12 Mar 2021 04:05:02 AM CST
> > gpg:                using RSA key
> C433554766D3DDC64221BFAA066DAFCB81E42C40
> > gpg: Can't check signature: No public key
> >
>
>    I remember running into this issue a few weeks ago - Can you please
> try this stackexchange page[1] and see if it helps
>
> > Although I see that Emacs is at version 27.x, version 25.x is what is
> being distributed with recent versions of Mint (and I presume Ubuntu and
> Debian).
> >
>
>     Sure. I am on manjaro that does a rolling release and hence on
> 27.x :) Thanks
>
> [1] https://emacs.stackexchange.com/questions/60278/gpg-no-public-key
>
>
> --
> Thank you
> Balachandran Sivakumar
>

Re: Need help Emacs Groovy mode

Posted by Balachandran Sivakumar <be...@gmail.com>.
Hi Blake,

On Fri, Mar 12, 2021 at 4:53 PM Blake McBride <bl...@gmail.com> wrote:
>
> Failed to verify signature archive-contents.sig:
> No public key for 066DAFCB81E42C40 created at 2021-03-12T04:05:02-0600 using RSA
> Command output:
> gpg: Signature made Fri 12 Mar 2021 04:05:02 AM CST
> gpg:                using RSA key C433554766D3DDC64221BFAA066DAFCB81E42C40
> gpg: Can't check signature: No public key
>

   I remember running into this issue a few weeks ago - Can you please
try this stackexchange page[1] and see if it helps

> Although I see that Emacs is at version 27.x, version 25.x is what is being distributed with recent versions of Mint (and I presume Ubuntu and Debian).
>

    Sure. I am on manjaro that does a rolling release and hence on
27.x :) Thanks

[1] https://emacs.stackexchange.com/questions/60278/gpg-no-public-key


-- 
Thank you
Balachandran Sivakumar

Re: Need help Emacs Groovy mode

Posted by Blake McBride <bl...@gmail.com>.
Greetings,

I get the following:

On Thu, Mar 11, 2021 at 8:30 PM Balachandran Sivakumar <be...@gmail.com>
wrote:

> Hi Blake
>
> On Fri, Mar 12, 2021 at 1:20 AM Blake McBride <bl...@gmail.com> wrote:
> >
> > Greetings,
> >
> > I am having trouble getting Groovy mode to work on GNU Emacs version
> 25.2.2 on a Linux box.
> >
> > I am executing:
> >
> > (require 'package)
> > (add-to-list 'package-archives
> >              '("melpa-stable" . "https://stable.melpa.org/packages/") t)
> > (package-initialize)
> >
>
> After doing this, when you do
>
>     M-x package-refresh-contents
>


Failed to verify signature archive-contents.sig:
No public key for 066DAFCB81E42C40 created at 2021-03-12T04:05:02-0600
using RSA
Command output:
gpg: Signature made Fri 12 Mar 2021 04:05:02 AM CST
gpg:                using RSA key C433554766D3DDC64221BFAA066DAFCB81E42C40
gpg: Can't check signature: No public key

Although I see that Emacs is at version 27.x, version 25.x is what is being
distributed with recent versions of Mint (and I presume Ubuntu and Debian).

Thanks.

Blake



>
> And then do
>
>     M-x package-install [RET] groovy-mode
>
> Does it install the groovy-mode 2.0 ?
>
> Also, where you using the older groovy-mode 1.x and moved to the 2.x
> version now ? If you did, it did cause some problems initially for me,
> but has been working fine recently. Thanks
>
>
> PS:  I am trying this from emacs 27.1
>
>
> --
> Thank you
> Balachandran Sivakumar
>

Re: Need help Emacs Groovy mode

Posted by Balachandran Sivakumar <be...@gmail.com>.
Hi Blake

On Fri, Mar 12, 2021 at 1:20 AM Blake McBride <bl...@gmail.com> wrote:
>
> Greetings,
>
> I am having trouble getting Groovy mode to work on GNU Emacs version 25.2.2 on a Linux box.
>
> I am executing:
>
> (require 'package)
> (add-to-list 'package-archives
>              '("melpa-stable" . "https://stable.melpa.org/packages/") t)
> (package-initialize)
>

After doing this, when you do

    M-x package-refresh-contents

And then do

    M-x package-install [RET] groovy-mode

Does it install the groovy-mode 2.0 ?

Also, where you using the older groovy-mode 1.x and moved to the 2.x
version now ? If you did, it did cause some problems initially for me,
but has been working fine recently. Thanks


PS:  I am trying this from emacs 27.1


-- 
Thank you
Balachandran Sivakumar