unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* Using conditional in interactive
@ 2024-09-12 21:36 Heime
  2024-09-15 19:30 ` Michael Heerdegen
  0 siblings, 1 reply; 5+ messages in thread
From: Heime @ 2024-09-12 21:36 UTC (permalink / raw)
  To: Heime via Users list for the GNU Emacs text editor

Why does interactive not support using 

"s ━ Search Text: \n\
n ━ Number of Context Lines: \n\
s ━ Buffer Name: "

in the following

  (interactive

   (cond
     ((eq (nth 0 xiakos-context) 'list)

         (list
           (read-string " Search Text: ")
           (read-number " Number of Context Lines: ")
           (read-string " Buffer Name: ")))

     (t
         "s Search Text: \n\
n Number of Context Lines: \n\
s Buffer Name: ") ))





^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-09-16  5:23 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-12 21:36 Using conditional in interactive Heime
2024-09-15 19:30 ` Michael Heerdegen
2024-09-15 20:50   ` Heime
2024-09-15 22:22     ` Heime
2024-09-16  5:23       ` Yuri Khan

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).