> Date: Mon, 22 Jan 2007 11:26:44 +0100
> From: "Lennart Borgman (gmail)" <[EMAIL PROTECTED]>
> Cc: emacs-pretest-bug@gnu.org
> > 
> >    (intern-soft "my-uninterned-var")
> >     => nil
> >    (let ((#1=#:my-uninterned-var 5))
> >      (+ #1# 3))
> >     => 8
> >    (intern-soft "my-uninterned-var")
> >     => nil
> > 
> > -Miles
> 
> 
> Thanks. I have never seent that syntax. I guess it is "unofficial"?

It's entirely official; see `(elisp)Symbol Type', near the end.  (I
found that place by typing "i # RET" in the ELisp manual, then hitting
`,' a few times.)


_______________________________________________
emacs-pretest-bug mailing list
emacs-pretest-bug@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Reply via email to