Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!cmcl2!rutgers!sri-spam!ames!amdcad!sun!texsun!sundc!hqda-ai!cos!patrick From: patrick@COS.COM (Patrick Steranka) Newsgroups: comp.emacs Subject: Updating point in a buffer NOT on the screen. Message-ID: <421@cos.COM> Date: Fri, 28-Aug-87 08:19:03 EDT Article-I.D.: cos.421 Posted: Fri Aug 28 08:19:03 1987 Date-Received: Sun, 30-Aug-87 04:48:06 EDT Organization: Corporation for Open Systems, McLean, VA Lines: 16 Keywords: set-window-point WONT DO IT. I have a question I hope someone can help me with. How can I update a buffer's point IF/WHEN the buffer is NOT in a window? The only solution I currently know of to modify a buffers point is by using the command "set-window-point", and of course that requires the buffer to be in a window. patrick (Patrick Steranka @ Corporation for Open Systems) -- patrick@cos.com -- patrick%cos.com@uunet.uu.net -- {uunet, sundc, decuac, hqda-ai, hadron}!cos!patrick P.S. I know of ways to get around the problem, so I don't want suggestions which achieve the result by putting the buffer into a window, and then updating the point. :^) But thanks anyway.