home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / gnu / bash / bug / 543 < prev    next >
Encoding:
Text File  |  1992-08-12  |  1.9 KB  |  62 lines

  1. Newsgroups: gnu.bash.bug
  2. Path: sparky!uunet!cis.ohio-state.edu!balzac.cerca.umontreal.ca!charles
  3. From: charles@balzac.cerca.umontreal.ca (Charles Levert)
  4. Subject: completion and C-o
  5. Message-ID: <1992Aug11.221235.7385@cc.umontreal.ca>
  6. Keywords: completion, operate
  7. Sender: gnulists@ai.mit.edu
  8. Reply-To: charles@cerca.umontreal.ca
  9. Organization: CERCA
  10. Distribution: gnu
  11. Date: Tue, 11 Aug 1992 22:12:35 GMT
  12. Approved: bug-bash@prep.ai.mit.edu
  13. Lines: 47
  14.  
  15. I just compiled bash 1.12 on a `uname -a`=SunOS XXXXXX 4.1.1 1 sun4c.
  16. The installation has not been made yet.
  17.  
  18. I am having some problems with line editing.  Here is the
  19. only line in my ~/.inputrc file:
  20. set horizontal-scroll-mode On
  21.  
  22. The C-O command does not work, although bind -v returns,
  23. among other things,
  24.  
  25. operate-and-get-next can be found on "\C-o".
  26.  
  27. When I say that it doesn't work, I mean that the previous
  28. line I'm viewing just stays there, and can still be used as
  29. input to the shell by pressing enter.
  30.  
  31. Also, hostname completion is the only type of completion that
  32. doesn't work.  Here I suspect I didn't do something like
  33. inform the shell about a name server.
  34.  
  35. I would appreciate some help with these two problems.
  36.  
  37. --
  38.  
  39. I noticed that I can't get a list of files in this case:
  40.  
  41. bash$ more *.c
  42.  
  43. I get nothing but a beep no matter how many time I press the
  44. TAB key.  In ksh, I can get a list of those files by
  45. pressing ESC =.  (Of course, the reason I'm trying bash is
  46. the absence of ksh on the Sun.  So, I'm not complaining too
  47. loudly here. :-) )  Also, in the case where there is only one
  48. *.c file in the current directory, TAB doesn't replace *.c
  49. by that file's name (once again, I can get it by typing ESC
  50. ESC in ksh).
  51.  
  52. Could this be changed?  Maybe there's a good reason for not
  53. implementing it that way.  Just curious.
  54.  
  55. Thanks in advance.
  56.  
  57. --------
  58. Charles Levert
  59. email:  charles@CERCA.UMontreal.CA (until 1992-08-31)
  60.         charles@comm.polymtl.ca (as of 1992-09-01)
  61.  
  62.