From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/4808 Path: main.gmane.org!not-for-mail From: Steven L Baur Newsgroups: gmane.emacs.gnus.general Subject: Re: where is the save-selected-window definition? Date: 18 Jan 1996 16:17:07 -0800 Organization: Miranova Systems, Inc. Message-ID: References: <199601182110.AA293089433@chroma.ece.ucdavis.edu> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 (generated by tm-edit 7.40) Content-Type: text/plain; charset=US-ASCII X-Trace: main.gmane.org 1035145503 30864 80.91.224.250 (20 Oct 2002 20:25:03 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 20:25:03 +0000 (UTC) Return-Path: ding-request@ifi.uio.no Original-Received: from ifi.uio.no (ifi.uio.no [129.240.64.2]) by miranova.com (8.7.3/8.6.9) with SMTP id QAA24891 for ; Thu, 18 Jan 1996 16:55:06 -0800 Original-Received: from miranova.com (steve@miranova.com [204.212.162.100]) by ifi.uio.no with ESMTP (8.6.11/ifi2.4) id for ; Fri, 19 Jan 1996 01:19:50 +0100 Original-Received: (from steve@localhost) by miranova.com (8.7.3/8.6.9) id QAA23979; Thu, 18 Jan 1996 16:17:09 -0800 Original-To: ding@ifi.uio.no X-Url: http://www.miranova.com/%7Esteve/ In-Reply-To: Wes Hardaker's message of 18 Jan 1996 13:10:31 -0800 Original-Lines: 16 X-Mailer: September Gnus v0.26/Emacs 19.30 Xref: main.gmane.org gmane.emacs.gnus.general:4808 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:4808 >>>>> "Wes" == Wes Hardaker writes: Wes> With .29 I now get errors constantly that save-selected-window has not Wes> been defined (and in deed, I can't find it anywhere (via grep) in the Wes> lisp files). Is it a Emacs only function (vs XEmacs as well)? Yes. save-selected-window: a Lisp macro. Execute BODY, then select the window that was selected before BODY. Look in packages/lazy-lock.el for an XEmacs version. -- steve@miranova.com baur