unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* recent files question
@ 2006-03-08 21:46 markscottwright
  2006-03-08 22:20 ` Peter Tury
  2006-03-08 22:26 ` Eli Zaretskii
  0 siblings, 2 replies; 3+ messages in thread
From: markscottwright @ 2006-03-08 21:46 UTC (permalink / raw)


I'm a emacs newbie, and I'm having some trouble with the recent files
extention.  I've got the following in my init.el (I'm using xemacs).

(require 'recent-files)
(recent-files-initialize)

I can see the recent files list while I am in emacs, and it contains
the list of files that I am working with.  But if I leave and re-enter
emacs, the list is empty.

The recent-files-save-file entry is c:\Documents and
Settings\wrightm\My Documents\.recent-files.el.  It doesn't exist.

Thanks.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: recent files question
  2006-03-08 21:46 recent files question markscottwright
@ 2006-03-08 22:20 ` Peter Tury
  2006-03-08 22:26 ` Eli Zaretskii
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Tury @ 2006-03-08 22:20 UTC (permalink / raw)


On 8 Mar 2006 13:46:20 -0800, markscottwright@gmail.com wrote:

> I'm a emacs newbie, and I'm having some trouble with the recent files
> extention.  I've got the following in my init.el (I'm using xemacs).
> 
> (require 'recent-files)
> (recent-files-initialize)
> 
> I can see the recent files list while I am in emacs, and it contains
> the list of files that I am working with.  But if I leave and re-enter
> emacs, the list is empty.
> 
> The recent-files-save-file entry is c:\Documents and
> Settings\wrightm\My Documents\.recent-files.el.  It doesn't exist.
> 
> Thanks.

I don't know XEmacs, but you can try these:
+ check the content of the *messages* buffer: does it show any related
error?
+ check the many variables determining recent-files's functionality: C-h v
recent RET
+ check this init function: C-h f recent-files-initialize RET (I have no
such function in gnu emacs 22, but I would vote that this should be removed
from your init.el)

Br,
P

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: recent files question
  2006-03-08 21:46 recent files question markscottwright
  2006-03-08 22:20 ` Peter Tury
@ 2006-03-08 22:26 ` Eli Zaretskii
  1 sibling, 0 replies; 3+ messages in thread
From: Eli Zaretskii @ 2006-03-08 22:26 UTC (permalink / raw)


> From: markscottwright@gmail.com
> Date: 8 Mar 2006 13:46:20 -0800
> 
> I'm a emacs newbie, and I'm having some trouble with the recent files
> extention.  I've got the following in my init.el (I'm using xemacs).
> 
> (require 'recent-files)
> (recent-files-initialize)
> 
> I can see the recent files list while I am in emacs, and it contains
> the list of files that I am working with.  But if I leave and re-enter
> emacs, the list is empty.
> 
> The recent-files-save-file entry is c:\Documents and
> Settings\wrightm\My Documents\.recent-files.el.  It doesn't exist.

My crystal ball says that you used backslashes in that file name, and
didn't double every backslash.  Either double them, or use forward
slashes instead.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2006-03-08 22:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-03-08 21:46 recent files question markscottwright
2006-03-08 22:20 ` Peter Tury
2006-03-08 22:26 ` Eli Zaretskii

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).