> what's the syntax to restore saved marks to a snd session? i try: > (restore-marks "/path/to-file/my-file.marks") > and get: > wrong-number-of-args Use "load". save-marks writes a scheme or ruby source file. You might have to force the display to update to see the restored marks. "restore-marks" is an internal function used by save-marks.