Hi,All:Thanks for your great job:). I'm using NTemacs22 and have found one small bug.If you add the following statement in .emacs file: (setq-default case-fold-search nil)you can't drag and drop some files to emacs (eg: with ":" in its full path). I have tried to modify the dnd-get-local-file-name function in file dnd.el: %[A-Z0-9][A-Z0-9] ======>%[a-zA-Z0-9][a-zA-Z0-9] But it won't work unless you add (load "dnd.el") explicitly in your .emacs file. It seems that emacs has "internal" elisp functions which defined in dnd.el. I have trid to delete dnd.el and dnd.elc files. but the dnd-get-local-file-name is still available after restarting emacs. That's wierd.
_______________________________________________ emacs-pretest-bug mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
