>>>>> "Shawn" == Shawn Koons <[EMAIL PROTECTED]> writes:
Shawn> Shawn Koons wrote:
>> Hi all,
>>
>> At the risk of getting chastised for not reading the manuals [I
>> have ;) ] correctly [maybe I haven't ;| ], I need to know if there
>> is any efficient way to return to the point where I clicked on a
>> reference (similar to the return button on a web browser).
Shawn> Do I feel STUPID! I just figured out that if I hit C-z it will
Shawn> return me to where I started from. Sorry about wasting the
Shawn> bandwidth. I think I'm a little wired, with all the writing and
Shawn> researching I have been doing. Of course if you feel the need,
Shawn> a mild flame or two would be okay.
Grepping the bind files is often a good idea too. In this case I find
\bind "C-~S-greater" "reference-goto"
\bind "C-~S-less" "reference-back"
So the answer is C-<.
JMarc