graphist wrote:
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]
I changed that regexp to %[A-Fa-f0-9][A-Fa-f0-9], since there is no
point in trying to decode G-Z as hex characters.
_______________________________________________
emacs-pretest-bug mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug