[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Best (or common) pratices on package development workflow
From: |
Lic. Federico G. Stilman |
Subject: |
Re: Best (or common) pratices on package development workflow |
Date: |
Thu, 1 Jun 2023 22:09:35 -0300 |
On Thu, Jun 1, 2023 at 8:57 PM Michael Heerdegen
<michael_heerdegen@web.de> wrote:
> In simple cases, you can follow this advice:
>
> | When you evaluate a top-level ‘defvar’ form with ‘C-M-x’
> | (‘eval-defun’) or with ‘C-x C-e’ (‘eval-last-sexp’) in Emacs Lisp
> | mode, a special feature of these two commands arranges to set the
> | variable unconditionally, without testing whether its value is
> | void.
Thanks, Michael. I can't believe I did not notice this before. I
actually use C-x C-e all the time for evaluating forms (and just
proved it also works).
Best regards,
--
Federico