[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Help on Introduction to programming in emacs Lisp- forum or exchange
From: |
Christopher Howard |
Subject: |
Re: Help on Introduction to programming in emacs Lisp- forum or exchange group? |
Date: |
Fri, 28 Feb 2025 08:56:16 -0900 |
Philip Kaludercic <philipk@posteo.net> writes:
> You could try to visit #emacs on libera.chat. Even if there is another
> discussion going on, you can interrupt them to ask a question about
> Emacs or Elisp.
Yes, #emacs on libera.chat is a great place for basic questions about elisp.
Be sure, though, that you are familiar with in Emacs how to access the elisp
manual (C-h R elisp RET) and how to look up the definitions of functions (C-h
f) and variables (C-h v).
I'd recommend also taking a look soon at Edebug (see ยง19.2.1 in the elisp
manual) and that can save you asking a lot of troubleshooting questions.
--
Christopher Howard