home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / gnu / emacs / bug / 1716 < prev    next >
Encoding:
Internet Message Format  |  1993-01-28  |  1.0 KB

  1. Path: sparky!uunet!stanford.edu!ames!saimiri.primate.wisc.edu!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!cis.ohio-state.edu!owl.HQ.ILeaf.COM!karl
  2. From: karl@owl.HQ.ILeaf.COM
  3. Newsgroups: gnu.emacs.bug
  4. Subject: [pme@hull: completion]
  5. Date: 26 Jan 1993 22:03:57 -0500
  6. Organization: GNUs Not Usenet
  7. Lines: 15
  8. Sender: daemon@cis.ohio-state.edu
  9. Approved: bug-gnu-emacs@prep.ai.mit.edu
  10. Distribution: gnu
  11. Message-ID: <9301261356.AA00916@owl.HQ.Ileaf.COM>
  12. Reply-To: karl@hq.ileaf.com
  13.  
  14. Suppose I have two directories:
  15.  
  16. /u/info/General_Info
  17. /u/info/General_info
  18.  
  19. Then, if completion-ignore-case is set, this completes to General_info.
  20. I think it would more useful if it stopped after the _, since here case
  21. is the *only* way in which the names differ.
  22.  
  23. Failing that, perhaps whether Emacs folds the names to lowercase or
  24. uppercase should be controllable from Lisp.  (In fact, the behavior
  25. changed between 18.52 and 18.59, which isn't exactly a bug, since which
  26. one you get is undefined, as far as I can tell, but it was still a
  27. user-visible surprise.)
  28.  
  29.