From: Hattuari <susudata@setidava.kushan.aa>
Subject: Using passing the tempo-template user input to my function?
Date: Tue, 26 Oct 2004 09:05:27 -0400 [thread overview]
Message-ID: <k_KdnQOP59eJ0ePcRVn-2Q@speakeasy.net> (raw)
I've tried all the ways I can come up with to pass the string returned from
querying the user to my own function. I know the string is there, I can
paste it into the text at the point where I'm trying to paste a modified
version.
This is an example of code that pastes the original user text:
(tempo-define-template
"array"
'("typedef array<"
(P "Data type: " data-type)
","
(P "Number of components: 1 to 4 " data-order)
"> Array" (s data-type)))
;;
Variations such as the following don't work:
;; this does not produce an error message, but fails to produce the intended
;; result.
"> Array" (plist-get paste-data-type-map (tempo-lookup-named 'data-type))))
;; This produces errors whether data-type is quoted or not.
"> Array" (plist-get paste-data-type-map (s 'data-type))))
If I explicitly pass the correct string to the function, the correct output
is generated. Suggestions?
--
p->m == (*p).m == p[0].m
next reply other threads:[~2004-10-26 13:05 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-10-26 13:05 Hattuari [this message]
2004-10-26 15:49 ` Using passing the tempo-template user input to my function? Kevin Rodgers
2004-10-27 6:15 ` Hattuari
2004-10-27 16:59 ` Hattuari
2004-10-31 15:22 ` Kai Grossjohann
[not found] ` <mailman.6359.1099233079.2017.help-gnu-emacs@gnu.org>
2004-10-31 16:02 ` Hattuari
[not found] ` <mailman.6437.1099256821.2017.help-gnu-emacs@gnu.org>
2004-10-31 21:46 ` Hattuari
2004-10-31 21:56 ` Kai Grossjohann
2004-10-27 17:23 ` Vagn Johansen
2004-10-30 12:11 ` Hattuari
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=k_KdnQOP59eJ0ePcRVn-2Q@speakeasy.net \
--to=susudata@setidava.kushan.aa \
/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).