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

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

Re: Printing as documentation


From: Emanuel Berg
Subject: Re: Printing as documentation
Date: Sun, 20 Jun 2021 08:19:59 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

philip-agee wrote:

> Have tried the following code [...]
>
> (defun myfunc ()
>  "todo docstring"
>  (interactive)
>  (setq bufr (help-buffer))
>  (print "test" bufr) )

What, that didn't work? :)

Programming isn't like talking to a person only instead of
a person you talk to a machine! That approach will never work.

It is more like building LEGO. The functions are building
blocks. Check them out what they do one by one and test them
one by one. When you understand enough of them, use some of
themm (them and only them) in combinations... then in time
these combinations become more complex, sometimes.

-- 
underground experts united
https://dataswamp.org/~incal




reply via email to

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