Skip to content

Emacs package - try out a new idea by commenting out old code. Easily choose which one to keep later.

Notifications You must be signed in to change notification settings

lewang/try-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 

Repository files navigation

Installation:

(autoload 'try-code "try-code"  nil t)
(global-set-key (kbd "C-?") 'try-code)

Commentary:

Scenario: you want to try an alternative implementation of a function while keeping the original within reach.

  1. Select lines.
  2. C-?
  3. (optional) C-y (yank original implementation)
  4. make changes as required
  5. press C-? again

When you reinvoke the function, you can choose which implementation to keep.

Try it out; bug reports are welcome.

About

Emacs package - try out a new idea by commenting out old code. Easily choose which one to keep later.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published