help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Question Regarding Why Hydra For SSH Connections Isn't Working


From: Samuel Banya
Subject: Re: Question Regarding Why Hydra For SSH Connections Isn't Working
Date: Tue, 08 Feb 2022 09:36:34 -0500
User-agent: Cyrus-JMAP/3.5.0-alpha0-4748-g31a5b5f50e-fm-cal2020-20220204.001-g31a5b5f5

Hey MIchael,

Thanks man, you're a wizard :)

But really, that did the trick!

Will apply this idea throughout the rest of my config :)

Thanks again,

Sam

On Tue, Feb 8, 2022, at 3:36 AM, Michael Albinus wrote:
> "Samuel Banya" <sbanya@fastmail.com> writes:
> 
> > Hey there,
> 
> Hi Sam,
> 
> > *Can anyone help me figure out why my Hydra isn't working:*
> >
> >   (if (equal (system-name) '("notestation" "fossastation"))
> 
> This looks wrong. (system-name) returns a string, not a list. And (if ...)
> allows only one form in its then-part. So I would write
> 
> (when (member (system-name) '("notestation" "fossastation")) ...)
> 
> > Thanks!
> >
> > Sam
> 
> Best regards, Michael.
> 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]