emacs-devel
[Top][All Lists]
Advanced

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

Re: desktop.el and minor modes


From: Juri Linkov
Subject: Re: desktop.el and minor modes
Date: Tue, 08 Jun 2004 23:11:27 +0300
User-agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3.50 (gnu/linux)

Lars Hansen <address@hidden> writes:
> If a user sets dired-omit-files-p in .emacs before dired-x is
> loaded, it does not work with old dired-x, and it does not work with
> new dired-x.

No, it worked with old dired-x, even when dired-omit-files-p was set
in .emacs before dired-x is loaded, because dired-omit-files-p
was defined by defcustom.  Just try in the old version:

(progn
 (custom-set-variables '(dired-omit-files-p t))
 (require 'dired-x)
 dired-omit-files-p)

and it sets dired-omit-files-p to t globally.

>>So all what I suggest is to write an appropriate entry in NEWS
>>with explanations that `dired-omit-files-p' is obsoleted by
>>`dired-omit-mode' minor mode which can be customized now by
>>adding `dired-omit-mode' to `dired-mode-hook'.
>
> I will do that.

OK.

-- 
Juri Linkov
http://www.jurta.org/emacs/





reply via email to

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