emacs-pretest-bug
[Top][All Lists]
Advanced

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

Re: dnd bug with setting case-fold-search nil


From: Jason Rumney
Subject: Re: dnd bug with setting case-fold-search nil
Date: Thu, 12 Apr 2007 00:54:21 +0100
User-agent: Thunderbird 1.5.0.10 (Windows/20070221)

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.





reply via email to

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