From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.help Subject: Re: "save place in file between sessions" broken ? Date: Thu, 07 Aug 2003 17:21:43 +0100 Organization: None Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1060274077 4821 80.91.224.253 (7 Aug 2003 16:34:37 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 7 Aug 2003 16:34:37 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Aug 07 18:35:00 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19knjA-0003GY-00 for ; Thu, 07 Aug 2003 18:35:00 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19knf0-0000ph-TV for geh-help-gnu-emacs@m.gmane.org; Thu, 07 Aug 2003 12:30:42 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!logbridge.uoregon.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!lnewspeer00.lnd.ops.eu.uu.net!emea.uu.net!server1.netnews.ja.net!pegasus.csx.cam.ac.uk!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 26 Original-NNTP-Posting-Host: xpc14.ast.cam.ac.uk X-Attribution: GM Mail-Copies-To: never User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) Cancel-Lock: sha1:d3iuxHryKtdrrhN81qVpE6vvd6o= Original-Xref: shelby.stanford.edu gnu.emacs.help:115729 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:11649 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:11649 KIRCHE Sébastien wrote: > when i issue the command Options/Save place in file between sessions, [...] > I get the message "Symbol's value as variable is void: save-place" [...] > It's with Emacs 21.3.50.1 (clean CVS checkout from yesterday) on OS X > I think it may not be a cvs problem (asked also emacs-devel -- no answer), > as i saw no-one modifying something concerning that. > > What am I doing wrong ? You are being too impatient. :) It's a menu-bar bug, m'kay? Give someone on emacs-devel more than a handful of hours to respond and it might even get fixed... You can get the same effect with: (require 'saveplace) (setq-default save-place t) if that's what you are concerned about. M-x report-emacs-bug is the correct way to report bugs.