Path: utzoo!utgpu!watmath!iuvax!cica!tut.cis.ohio-state.edu!CURLY.SAMSUNG.COM!godard From: godard@CURLY.SAMSUNG.COM (Ivan Godard) Newsgroups: gnu.gdb.bug Subject: ~ filenames in GDB Message-ID: <8908230705.AA15589@curly> Date: 23 Aug 89 07:05:20 GMT Reply-To: Distribution: gnu Organization: GNUs Not Usenet Lines: 13 There appears to be a bug in GNU emacs/gdb, in that filenames given to 'source' or directory names given to 'directory' which use the csh '~' username convention are not recognized. This convention *is* recognized by emacs itself for its file commands. In gdb, a file like '~/foo' is taken as '/~/foo', presumably because it does not begin with a '/'. This is only a mild inconvenience, of course, except for gdb scripts which must use absolute (rather than user-relative) file references and which therefor must be modified when a user is migrated to another FS node. Thanks Ivan