Re: Re: Automatic refactoring of Guile code

2019-04-21 Thread Zelphir Kaltstahl
pecific > than "Re: Contents of guile-user digest..." > > > Today's Topics: > >1. Re: Automatic refactoring of Guile code (? ?) > > > -- > > Message: 1 > Date: Sa

Re: Automatic refactoring of Guile code

2019-04-20 Thread Роман Зайруллин
I think we'll be better if you bind this to the extra key stroke. On Sat, Apr 20, 2019, 19:05 sirgazil wrote: > El sáb, 20 de abr 2019 a las 5:21 AM, Роман Зайруллин < > krosenm...@gmail.com> escribió: > > Hello! > > Wilfred made the refactor browser some time ago. It can only extract > variable

Re: Automatic refactoring of Guile code

2019-04-20 Thread sirgazil
El sáb, 20 de abr 2019 a las 5:21 AM, Роман Зайруллин escribió: Hello! Wilfred made the refactor browser some time ago. It can only extract variable and function now, but this browser is easily extensible. I will add some extra tasks in a few months to it when will be working for refactoring

Re: Automatic refactoring of Guile code

2019-04-20 Thread Роман Зайруллин
Hello! Wilfred made the refactor browser some time ago. It can only extract variable and function now, but this browser is easily extensible. I will add some extra tasks in a few months to it when will be working for refactoring part of my current research of legacy software support technics. http

Re: Automatic refactoring of Guile code

2019-04-08 Thread Jérémy Korwin-Zmijowski
Hello ! I am curious about answers too! I use Paredit for small actions. I am trying Parinfer in combination. I looked for refactoring packages for Emacs which provide extracting facilities like extract let context or extract function, ... Maybe it is something we can work on for Guile ? With p