Hari Nara
2006-Jun-05 08:37 UTC
[Rails] (''['', ''{'', ''@'') chars missing in command line
Hi, When I start the ruby console(ruby script/console) the special characters like (''['', ''{'', ''@'') are not working in the command line! I have created a ".inputrc" file in my user directory with the following content: "\M-[": "[" "\M-]": "]" "\M-{": "{" "\M-}": "}" "\M-\\": "\\" "\M-|": "|" "\M-@": "@" "\M-": "" "\M-\3760": "}" "\M-\3767": "{" "\M-\3768": "(" "\M-\3769": ")" "\M-\e[3~": delete-char These chars work in a regular command line but not under ruby/console. Any clues what else is missing? Thanks, Hari -- Posted via http://www.ruby-forum.com/.