You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Robert Stupp (JIRA)" <ji...@apache.org> on 2014/08/14 20:46:12 UTC

[jira] [Resolved] (CASSANDRA-7577) cqlsh: CTRL-R history search not working on OSX

     [ https://issues.apache.org/jira/browse/CASSANDRA-7577?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Stupp resolved CASSANDRA-7577.
-------------------------------------

    Resolution: Not a Problem

According to http://pypi.python.org/pypi/readline:

"Mac OS X, do not ship with GNU readline installed. The readline extension module in the standard library of Mac "system" Python uses NetBSD's editline (libedit) library instead, which is a readline replacement with a less restrictive software license."

So, you can install it with the command:

{noformat}
sudo easy_install readline
{noformat}

(Found on https://stackoverflow.com/questions/8884001/python-2-7-with-mac-osx-lion-fn-delete-and-control-r)

> cqlsh: CTRL-R history search not working on OSX
> -----------------------------------------------
>
>                 Key: CASSANDRA-7577
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-7577
>             Project: Cassandra
>          Issue Type: Bug
>         Environment: OSX - plain Terminal program
> C* 2.0.x, 2.1, trunk
>            Reporter: Robert Stupp
>            Assignee: Robert Stupp
>            Priority: Minor
>
> _recursive-history-search_ via ctrl-R does not work in cqlsh. The history itself works via cursor up/down.
> It works on Linux (and I guess on Windows with cygwin) but not on my Mac.



--
This message was sent by Atlassian JIRA
(v6.2#6252)