Path: utzoo!utgpu!watmath!uunet!tut.cis.ohio-state.edu!SUN.COM!silvlis!tvb From: silvlis!tvb@SUN.COM (Terry V. Bush) Newsgroups: gnu.emacs.bug Subject: `$' in file names Message-ID: <8811101926.AA27246@opus.silvlis.com> Date: 10 Nov 88 19:26:13 GMT References: <8811092208.AA08866@bimini.cs.brown.edu> Sender: bob@tut.cis.ohio-state.edu Distribution: gnu Organization: Silvar-Lisco, 1080 Marsh Road, Menlo Park, CA 94025-1053 Lines: 25 | In GNU Emacs 18.52.3 of Fri Oct 21 1988 on barney (berkeley-unix) | | Emacs won't let me interactively find-file any file whose name | contains a `$', because of environment variable substitution. | It *is* possible to (find-file "foo$") or something like that. | | May be many people will consider this a nitpicky and unimportant | point, but nevertheless, I thought I'd report it, since find-file of | foo\$ won't work either. (Also, I changed my own backup file | pathnames recently to use $ instead of ~ to escape system scavengers). | | Keiji Kanazawa | (not subscribed to this list) Try '^X^Ffoo$$' to get 'foo$'. Also, if you try '^X^Ffo^I' for completion that only matches 'foo$' you will get 'foo$$' which then finds the file 'foo$'. Plus, it works for imbeded '$'s i.e. '^X^Ffoo$$bar' finds the file 'foo$bar'. Peace, Terry V. Bush (The Veritable Bugeater)