home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / gnu / emacs / help / 5529 < prev    next >
Encoding:
Text File  |  1993-01-28  |  1.2 KB  |  34 lines

  1. Newsgroups: gnu.emacs.help
  2. Path: sparky!uunet!uunet.ca!canrem!telly!utzoo!helios.physics.utoronto.ca!utcsri!rpi!gatech!paladin.american.edu!howland.reston.ans.net!usc!ucla-cs!twinsun!usenet
  3. From: sdk@shadow.twinsun.com (Scott D Kalter)
  4. Subject: Re: Allowing SPACE in filename (find-file, dired, etc)
  5. In-Reply-To: shenton@troll.gsfc.nasa.gov's message of Tue, 26 Jan 1993 18:47:27 GMT
  6. Message-ID: <bkP!kw*y@twinsun.com>
  7. Sender: usenet@twinsun.com
  8. Nntp-Posting-Host: shadow
  9. Organization: Twin Sun, Inc.
  10. References: <SHENTON.93Jan26134727@troll.gsfc.nasa.gov>
  11. Date: Wed, 27 Jan 1993 20:53:58 GMT
  12. Lines: 20
  13.  
  14. In article <SHENTON.93Jan26134727@troll.gsfc.nasa.gov> shenton@troll.gsfc.nasa.gov (Chris Shenton) writes:
  15.  
  16. -> Date: Tue, 26 Jan 1993 18:47:27 GMT
  17. -> 
  18. -> I'm editing files which frequently have space in their filename, and
  19. -> would like the find-file functions in -- for example -- dired to
  20. -> recognize the fullname, not just up to the first space.
  21. -> 
  22. -> Anyone have ideas on how to do this?
  23.  
  24. Try using C-q space when you need to use a space in a filename (a
  25. questionable practice in itself).  So, for instance, to find the file:
  26.  
  27.     foo bar
  28.  
  29. You would type C-x C-f f o o C-q   b a r
  30.  
  31. Completion does work once you get past the space.
  32.  
  33. -sdk
  34.