home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / gnu / gdb / bug / 889 < prev    next >
Encoding:
Text File  |  1992-07-23  |  1.6 KB  |  44 lines

  1. Newsgroups: gnu.gdb.bug
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!sccs.syr.edu!edelsohn
  3. From: edelsohn@sccs.syr.edu (David Edelsohn)
  4. Subject: gdb-4.6/readline -- ~/inputrc or ~/.inputrc
  5. Message-ID: <9207212224.AA12974@ace.syr.edu>
  6. Sender: gnulists@ai.mit.edu
  7. Organization: GNUs Not Usenet
  8. Distribution: gnu
  9. Date: Tue, 21 Jul 1992 14:24:28 GMT
  10. Approved: bug-gdb@prep.ai.mit.edu
  11. Lines: 31
  12.  
  13.     The libreadline library still erroneously reads keybindings from
  14. ~/inputrc instead of ~/.inputrc as mentioned in the source code comments as
  15. well as in documentation.  This bug existed in gdb-4.5 as well.  The
  16. affected file is readline.c:
  17.  
  18. *** readline.c- Tue Jul 21 18:21:29 1992
  19. --- readline.c  Tue Jul 21 16:24:13 1992
  20. ***************
  21. *** 5656,5662 ****
  22.   /* Don't know what to do, but this is a guess */
  23.   static char *last_readline_init_file = "/INPUTRC";
  24.   #else
  25. ! static char *last_readline_init_file = "~/inputrc";
  26.   #endif
  27.   
  28.   /* Re-read the current keybindings file. */
  29. --- 5656,5662 ----
  30.   /* Don't know what to do, but this is a guess */
  31.   static char *last_readline_init_file = "/INPUTRC";
  32.   #else
  33. ! static char *last_readline_init_file = "~/.inputrc";
  34.   #endif
  35.   
  36.   /* Re-read the current keybindings file. */
  37.  
  38. ===============================================================================
  39. David Edelsohn                                          Dept of Physics
  40. Syracuse Center for Computational Science               201 Physics Bldg
  41. INTERNET: edelsohn@sccs.Syr.EDU                         Syracuse, NY 13244-1130
  42. "If G-D had wanted us to vote, he would have given us candidates" -- Jay Leno
  43.  
  44.