[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Recent changes to dired.el and info.el
From: |
Luc Teirlinck |
Subject: |
Re: Recent changes to dired.el and info.el |
Date: |
Sun, 14 Aug 2005 18:39:33 -0500 (CDT) |
the desired behavior is ability to load/use info, dired, rmail, without
having to load desktop.el.
After doing `C-x d', `C-h i' and `M-x rm' without any problems and
_without having your recent changes installed_, I get:
ELISP> desktop-buffer-mode-handlers
((Info-mode . Info-restore-desktop-buffer)
(rmail-mode . rmail-restore-desktop-buffer)
(dired-mode . dired-restore-desktop-buffer))
ELISP> (featurep 'desktop)
nil
Sincerely,
Luc.