unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Joost Kremers <joostkremers@yahoo.com>
To: help-gnu-emacs@gnu.org
Subject: Re: problem with elisp
Date: 8 Oct 2008 18:59:25 GMT	[thread overview]
Message-ID: <slrngeq0li.30r.joostkremers@j.kremers4.news.arnhem.chello.nl> (raw)
In-Reply-To: mailman.604.1223491809.25473.help-gnu-emacs@gnu.org

Seweryn Kokot wrote:
> Could you explain to me why the following function doesn't work in the first

define "doesn't work". what does happen?

> (defun my-swap-string (string-a string-b)
>   (interactive "sFirst string to swap: \nsSecond string to swap: ")
>   (save-excursion  
> 	(let ((string-temp (make-temp-name ""))) ; this doesn't work

include the line

(message "%s" string-temp)

right after the let, and see what string-temp is set to.

FWIW your code works fine for me with make-temp-name...


-- 
Joost Kremers                                      joostkremers@yahoo.com
Selbst in die Unterwelt dringt durch Spalten Licht
EN:SiS(9)


       reply	other threads:[~2008-10-08 18:59 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.604.1223491809.25473.help-gnu-emacs@gnu.org>
2008-10-08 18:59 ` Joost Kremers [this message]
2008-10-08 18:57 problem with elisp Seweryn Kokot
2008-10-08 19:05 ` Nikolaj Schumacher
2008-10-08 20:04   ` Seweryn Kokot
2008-10-08 20:33     ` Nikolaj Schumacher
2008-10-09 21:23       ` Seweryn Kokot
     [not found] ` <mailman.606.1223492748.25473.help-gnu-emacs@gnu.org>
2008-10-08 19:25   ` Barry Margolin

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=slrngeq0li.30r.joostkremers@j.kremers4.news.arnhem.chello.nl \
    --to=joostkremers@yahoo.com \
    --cc=help-gnu-emacs@gnu.org \
    /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).