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

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

dnd bug with setting case-fold-search nil


From: graphist
Subject: dnd bug with setting case-fold-search nil
Date: Wed, 11 Apr 2007 13:27:39 +0800 (CST)

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.
 
 
 
 



远离垃圾邮件?免费帮你过滤98%的垃圾邮件! www.126.com
reply via email to

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