[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: re-search-forward in An Introduction to Programming in Emacs Lisp
From: |
Toshi Umehara |
Subject: |
Re: re-search-forward in An Introduction to Programming in Emacs Lisp |
Date: |
Thu, 28 Mar 2024 21:43:16 +0900 |
User-agent: |
Cyrus-JMAP/3.11.0-alpha0-333-gbfea15422e-fm-20240327.001-gbfea1542 |
Ok, I will refer to Elisp manual and docstrings !
I've noticed there are many comments explaining related concepts
and functionalities.
On Tue, Mar 26, 2024, at 10:56 PM, Stefan Monnier via Users list for the GNU
Emacs text editor wrote:
>> This function is requently used for point movement, and "An
>> Introduction to Programming in Emacs Lisp" should mention this point
>> movement behavior.
>
> "An Introduction to Programming in Emacs Lisp" is an introduction.
> Once you've read it and you actually write code, you're expected to
> refer to the ELisp manual and the docstrings.
>
>
> Stefan