all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / 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

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.