emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: name-capture problem in completing-read


From: Drew Adams
Subject: RE: name-capture problem in completing-read
Date: Sat, 2 Jun 2007 06:58:34 -0700

> > I could use a macro with an uninterned symbol, but I really 
> > want to use a function.
> 
> (defun foo (#1=#:arg)
>   (list #1# (symbol-name '#1#) (intern-soft '#1#)))
> 
> (foo 0)   =>   (0 "arg" nil)

Thanks!





reply via email to

[Prev in Thread] Current Thread [Next in Thread]