From: wael-zwaiter@gmx.com
To: Christopher Dimech <dimech@gmx.com>
Cc: Help Gnu Emacs <help-gnu-emacs@gnu.org>
Subject: Re: Setting variables, argumunts in defun
Date: Sat, 13 Feb 2021 17:36:16 +0100 [thread overview]
Message-ID: <trinity-61bbd1d5-4f56-4c14-953f-e92fdb096550-1613234176125@3c-app-mailcom-bs12> (raw)
In-Reply-To: <trinity-f360dd2a-c93e-46ef-8e2a-75cae6ed12fc-1613234001735@3c-app-mailcom-bs12>
Did not know about pcase. Could solve my problem with using
strings.
> Sent: Sunday, February 14, 2021 at 4:33 AM
> From: "Christopher Dimech" <dimech@gmx.com>
> To: wael-zwaiter@gmx.com
> Cc: "Help Gnu Emacs" <help-gnu-emacs@gnu.org>
> Subject: Re: Setting variables, argumunts in defun
>
> I am trying to use pcase on a string, but do need some direction
> on how to use it.
>
> (pcase (string-match "enable" objv)
> (
> (setq devi 0.18)
> (setq scal 0.2) )
>
> ( (string-match "disable" objv)
> (setq devi 0.0)
> (setq scal 1.0) )
>
> )
>
>
> > Sent: Sunday, February 14, 2021 at 4:14 AM
> > From: wael-zwaiter@gmx.com
> > To: "Help Gnu Emacs" <help-gnu-emacs@gnu.org>
> > Subject: Setting variables, argumunts in defun
> >
> > I would like to set up devi and scal by selecting either one or
> > the other. Wow can I do this in elisp. Should I pass parameters
> > to the function. Can one pass a string, then check its contents?
> >
> > (defun deviscal ()
> >
> > (setq devi 0.18)
> > (setq scal 0.2)
> >
> > (setq devi 0.0)
> > (setq scal 1.0) )
> >
> >
> >
> >
> >
>
next prev parent reply other threads:[~2021-02-13 16:36 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-02-13 16:14 Setting variables, argumunts in defun wael-zwaiter
2021-02-13 16:33 ` Christopher Dimech
2021-02-13 16:36 ` wael-zwaiter [this message]
2021-02-13 16:42 ` Philip Kaludercic
2021-02-13 16:52 ` wael-zwaiter
2021-02-13 16:57 ` tomas
2021-02-13 17:23 ` wael-zwaiter
2021-02-13 22:59 ` Michael Heerdegen
2021-02-13 17:08 ` Philip Kaludercic
2021-02-13 17:09 ` Philip Kaludercic
2021-02-13 19:15 ` Jean Louis
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
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=trinity-61bbd1d5-4f56-4c14-953f-e92fdb096550-1613234176125@3c-app-mailcom-bs12 \
--to=wael-zwaiter@gmx.com \
--cc=dimech@gmx.com \
--cc=help-gnu-emacs@gnu.org \
/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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).