From: "Samuel Banya" <sbanya@fastmail.com>
To: "Michael Albinus" <michael.albinus@gmx.de>
Cc: Emanuel Berg <help-gnu-emacs@gnu.org>
Subject: Re: Question Regarding Why Hydra For SSH Connections Isn't Working
Date: Tue, 08 Feb 2022 09:36:34 -0500 [thread overview]
Message-ID: <61cf4977-e0e0-482e-a5ca-cdb2151ee2de@www.fastmail.com> (raw)
In-Reply-To: <87r18du54m.fsf@gmx.de>
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.
>
prev parent reply other threads:[~2022-02-08 14:36 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-02-07 21:56 Question Regarding Why Hydra For SSH Connections Isn't Working Samuel Banya
2022-02-08 8:36 ` Michael Albinus
2022-02-08 14:36 ` Samuel Banya [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=61cf4977-e0e0-482e-a5ca-cdb2151ee2de@www.fastmail.com \
--to=sbanya@fastmail.com \
--cc=help-gnu-emacs@gnu.org \
--cc=michael.albinus@gmx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.