*Jean-Marc Lasgouttes writes:
 |  Agreed. Let's get rid of the novices ;)

My point is that a novice is a novice for a very short time, and
writing anything so that a novice will feel comfortable with it is
very limiting. Anyone that wants to use a feature must realize that it
usually will require some learning (which is good).

To learn:

(buffer-open "testfile")

is no harder than learning:

buffer_open("testfile")

or

buffer_open "testfile"

        Lgb

Reply via email to