Currently guile-debugging uses other-window to switch back to the buffer an expression was evaluated in, but this fails to work properly when the frame has more than two window. Wrapping the results display in save-selected-window properly restores the selected window no matter how many windows exist. 2007-01-31 Clinton Ebadi * gds-scheme.el (gds-display-results): Use save-selected-window instead of switching to other-window in order to return to the proper window in frames with more than two windows