> I would have suggested to use `dired-mode-hook' to reset the dnd > variables to their standard values. But this won't work because the > DND setup is done after running the hooks in `dired-mode'.
That would appear to be a mistake: the purpose of the hook variables is to establish user preferences at a late point in the load sequence. Yes. Unless there is some mysterious reason to put that after the run-mode-hooks call, it should be moved before the run-mode-hooks call. Reiner's patch looks good to me too, so I think it should be installed. _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel