all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Printing function documentation via an interactive option
@ 2024-05-09 20:56 Heime
  2024-05-09 21:25 ` [External] : " Drew Adams
  0 siblings, 1 reply; 5+ messages in thread
From: Heime @ 2024-05-09 20:56 UTC (permalink / raw)
  To: Heime via Users list for the GNU Emacs text editor

Would it be possible to display the documentation of the current function 
should a user select the initial value "?".  Furthermore, because I am 
requiring a match, would the initial-value have to be included in COLLECTION ? 


  (interactive
    (list
      (let ( (cseq '("global-activate" "global-deactivate" "?")) )
        (completing-read "Switch: " cseq nil t "?"))))





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

end of thread, other threads:[~2024-05-09 22:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-09 20:56 Printing function documentation via an interactive option Heime
2024-05-09 21:25 ` [External] : " Drew Adams
2024-05-09 21:46   ` Heime
2024-05-09 22:02     ` Heime
2024-05-09 22:06     ` Drew Adams

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.