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

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

Re: Embedded list selection with ido-completing-read.


From: Emanuel Berg
Subject: Re: Embedded list selection with ido-completing-read.
Date: Sat, 23 Oct 2021 21:29:53 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

See if you can use `cl-case' (or `pcase') instead of `cond'.

In the `interactive' form, only assign values to the formal
parameters (see my previous post).

You can evaluate these to try:

(interactive "ssay hi: ")

(interactive (list (read-string "say hi: ")))

When done test the function both from Lisp and
interactively.

-- 
underground experts united
https://dataswamp.org/~incal




reply via email to

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