help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Defining functions on the fly


From: Stefan Monnier
Subject: Re: Defining functions on the fly
Date: Mon, 15 Jun 2015 08:52:25 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

> i'm probably misunderstanding you, but does:
>    (defun (intern (concat "current-prefix-" foo) ...
> do what you need?

(defalias (intern (concat "current-prefix-" foo) ...) ...) can work, but
not with defun.  In any case, some concrete example of what he needs to
do would go a long way.


        Stefan


reply via email to

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