emacs-devel
[Top][All Lists]
Advanced

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

GNU Emacs as a lightweight Elisp IDE -2 (Refactoring)


From: Anand Tamariya
Subject: GNU Emacs as a lightweight Elisp IDE -2 (Refactoring)
Date: Fri, 10 Jan 2020 15:31:35 +0530

Here's my next installment of "GNU Emacs as a lightweight IDE" series for editing Elisp code. Hope this will help newbies getting started with Elisp. Following scenarios are covered:

- Extract variable when no let binding exists

- Extract variable to existing let binding

- Extract variable for readability in set statement

- Declare variable

- Jump to definition using semantic

- Semantic vs symref results

- Srecode template engine


Code: Emacs customization (https://gitlab.com/atamariya/emacs/tree/dev)

Demo:

Part 1 (Auto-suggest): https://youtu.be/i-qwqKbedCA

Part 2 (Refactoring): https://youtu.be/DMg2rDn4LzQ


reply via email to

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