unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Vagn Johansen <gonz808@hotmail.com>
Subject: Re: Using passing the tempo-template user input to my function?
Date: Wed, 27 Oct 2004 19:23:47 +0200	[thread overview]
Message-ID: <wk8y9soz18.fsf@hotmail.com> (raw)
In-Reply-To: k_KdnQOP59eJ0ePcRVn-2Q@speakeasy.net

Hattuari <susudata@setidava.kushan.aa> writes:

> I've tried all the ways I can come up with to pass the string returned from
> querying the user to my own function.  

[...]

> If I explicitly pass the correct string to the function, the correct output
> is generated.  Suggestions?

Use your own query-function and a global variable. 

For example

    (defvar xyz-name nil)

    (defun xyz-read ()
        (interactive)
        (setq xyz-name (read-from-minibuffer "xyz-name? ")))

    (defun xyz-func ()
        (upcase xyz-name))

    (tempo-define-template "xyz" 
        '("xyz { " (xyz-read) " } { " 'xyz-name " } { " (xyz-func) " }" )
        "xyz" "desc" 'elisp-tempo-tags)

-- 
Vagn Johansen

  parent reply	other threads:[~2004-10-27 17:23 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-10-26 13:05 Using passing the tempo-template user input to my function? Hattuari
2004-10-26 15:49 ` 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 [this message]
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=wk8y9soz18.fsf@hotmail.com \
    --to=gonz808@hotmail.com \
    /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).