@@ -63,7 +63,9 @@ startup. You can get more details in the documentation in ``traad.el``
6363itself.
6464
6565You will also need to install ``request.el ``, which you can get `here
66- <http://tkf.github.io/emacs-request/> `_.
66+ <http://tkf.github.io/emacs-request/> `_. You'll also need
67+ ``deferred.el `` which you can from `here
68+ <http://github.com/kiwanami/emacs-deferred> `_.
6769
6870Usage
6971=====
@@ -105,16 +107,10 @@ top-level directory. To open a traad project, use ``traad-open``::
105107
106108This will start a traad server. Once the project is open, you can
107109start interacting with it using other traad functions. For example, to
108- rename a Python file (and thus a module), switch to that file's buffer
109- and run ``traad-rename-current-file ``. This will run the rope
110- ``rename `` refactoring, it will kill the buffer you were visiting
111- (since it's been renamed), and it will open a new buffer visiting the
112- new file.
113-
114- You can also rename sub-file elements like classes, functions, etc. To
115- do that, just put the point (i.e. your cursor) over the name you want
116- to change, and then run ``traad-rename ``. You will be prompted
117- for the new name, after which rope will run that refactoring.
110+ rename a class, function, etc., just put the point (i.e. your cursor)
111+ over the name you want to change, and then run ``traad-rename ``. You
112+ will be prompted for the new name, after which rope will run that
113+ refactoring.
118114
119115In general, you'll probably want to configure emacs to automatically
120116refresh buffers for you. This way the changes caused by the
0 commit comments