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: Andreas Röhler
Subject: Re: Defining functions on the fly
Date: Tue, 16 Jun 2015 07:59:24 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.4.0


Am 15.06.2015 um 14:52 schrieb Stefan Monnier:
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

Currently Emacs provides some scheme to fontify source code and some basic moves: linewise, symbol, word, paragraph, sexp.

There is no idea of statement, block/loop or expression and a poor top-level --beginning/end-of-defun.

Just trying to implement a kind of default for this.




reply via email to

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