Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
After changing config.py does rope automatically picks up the change?
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Leo  
View profile  
 More options Feb 18 2012, 9:53 pm
From: Leo <sdl....@gmail.com>
Date: Sun, 19 Feb 2012 10:53:07 +0800
Local: Sat, Feb 18 2012 9:53 pm
Subject: After changing config.py does rope automatically picks up the change?
Hello,

As suggested in the subject line.

It seems it is not and I have been `C-x p k' then `C-x p o' to close and
re-open a project, which is cumbersome.

Leo


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ali Gholami Rudi  
View profile  
 More options Feb 19 2012, 9:34 pm
From: Ali Gholami Rudi <aligr...@gmail.com>
Date: Mon, 20 Feb 2012 06:04:10 +0330
Local: Sun, Feb 19 2012 9:34 pm
Subject: Re: After changing config.py does rope automatically picks up the change?
Hi Leo,

Leo <sdl....@gmail.com> wrote:
> As suggested in the subject line.

> It seems it is not and I have been `C-x p k' then `C-x p o' to close and
> re-open a project, which is cumbersome.

It may not be easy; project_opened() in config.py should be called only
when opening the project and some of the configs have no effect when
set later, like extension_modules.  So I suggest simply writing a
lisp function that calls these two functions and binding it to
something like "C-x p r".

        Ali


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Leo  
View profile  
 More options Feb 20 2012, 12:32 am
From: Leo <sdl....@gmail.com>
Date: Mon, 20 Feb 2012 13:32:55 +0800
Local: Mon, Feb 20 2012 12:32 am
Subject: Re: After changing config.py does rope automatically picks up the change?
On 2012-02-20 10:34 +0800, Ali Gholami Rudi wrote:

> It may not be easy; project_opened() in config.py should be called only
> when opening the project and some of the configs have no effect when
> set later, like extension_modules.  So I suggest simply writing a
> lisp function that calls these two functions and binding it to
> something like "C-x p r".

Thanks I have done just that but using key `C-x p l' since C-x p r is
bound to rope-redo.

Leo


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »