emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: "save place in file between sessions" broken ?


From: Karl Fogel
Subject: Re: "save place in file between sessions" broken ?
Date: 07 Aug 2003 18:31:57 -0500
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

address@hidden writes:
> when i issue the command Options/Save place in file between sessions,
> (C-h l says <menu-bar> <options> <save-place>)
> I get the message "Symbol's value as variable is void: save-place" in
> minibuffer...
> The message buffer adds "toggle-save-place-globally: 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 can't say if it was recently broken, as I never used it before.
> 
> Any clue ?

I'll build from CVS and take a look.

The variable 'save-place' is defined in saveplace.el.  In menu-bar.el
it looks like macro 'menu-bar-make-toggle' creates the function
'toggle-save-place-globally' to set/unset that variable, but perhaps
saveplace.el has not been loaded, so the variable is not defined.

Thanks for the report,
-Karl




reply via email to

[Prev in Thread] Current Thread [Next in Thread]