Extracting part of a clause body into a new predicate

Hi all,

Following a recent discussion on the emacs-devel mailing list, I’ve added a way in Sweep to extract a goal from the body of a clause into a separate predicate. That can be useful when you want to reuse a complex goal somewhere else.

Here’s an example:

ekbd

Here’s another example, this time using the mouse:

emouse

It aims to be robust, and I think it should work pretty well in most cases. If anybody gives it a try and finds a way to break their code with it, please do tell.

In particular, it’s smart enough to detect cuts that are not safe to extract, and warn you about them.
It also knows about DCGs, and creates a non terminal if you extract a part of a non terminal body.

The relevant documentation in the Sweep manual is here: Extract Goal (Sweep: SWI-Prolog Embedded in Emacs)

1 Like

Nice.

Note: I don’t use Emacs so don’t use this.

As a friendly suggestion: add the keyword refactor in the name or description as that is what I would expect most developers to search for when seeking such.

Good idea, will do. Thanks.