Change SAVE-EXCURSION and SCREEN-WINDOW-CONFIGURATION to make
authorTaylor R. Campbell <net/mumble/campbell>
Mon, 3 Jul 2006 19:41:23 +0000 (19:41 +0000)
committerTaylor R. Campbell <net/mumble/campbell>
Mon, 3 Jul 2006 19:41:23 +0000 (19:41 +0000)
commita0697fd5aaccde5d23b6eae5b0e4e9b7c55ba3cf
treec92fb471787eff4f0067bac65d2141a245cda33f
parentad2733cfe125abe1748f4fc86c73d81a288e8f9a
Change SAVE-EXCURSION and SCREEN-WINDOW-CONFIGURATION to make
right-inserting copies of the point, rather than left-inserting.
This way, insertion of text at point inside the SAVE-EXCURSION region
will have no effect on the original point.

Change SAVE-EXCURSION to select the original buffer after the
supplied thunk returns.

Remove PAREDIT-SAVE-EXCURSION, whose functionality is now subsumed by
the new SAVE-EXCURSION.
v7/src/edwin/buffrm.scm
v7/src/edwin/curren.scm
v7/src/edwin/paredit.scm