Ahh, this turned out to be fairly interesting. My first thought was to 
check the aliases using (ns-alias), but it turns out that re-evaluating a 
namespace after removing the alias leaves the original aliases in place. So 
I'm just going to use a regex, which is probably easier anyway.

On Wednesday, February 12, 2014 2:29:31 AM UTC-5, Ambrose Bonnaire-Sergeant 
wrote:
>
> Hi John,
>
> Wow! One thing, if clojure.core.typed is aliases in the current namespace, 
> then the ann* refactor
> should use that alias. If there is no alias, then use the fully qualified 
> namespace. If the var is
> referred into the current ns-map, then use the fully qualified namespace 
> or a namespace alias prefix
> if available.
>
> Thanks,
> Ambrose
>
>
> On Wed, Feb 12, 2014 at 3:18 PM, john walker 
> <john.lo...@gmail.com<javascript:>
> > wrote:
>
>> I'm still on my first cup, so let me know what you think:
>>
>> https://github.com/johnwalker/typed-clojure-el
>>
>>
>> On Tuesday, February 11, 2014 12:01:36 PM UTC-5, Ambrose 
>> Bonnaire-Sergeant wrote:
>>>
>>> Hi,
>>>
>>> I need a relatively straightforward Emacs plugin for Typed Clojure 
>>> written.
>>>
>>> I'm offering a $200US bounty. If you would also like to see this, please 
>>> bump up the $$.
>>>
>>> If you're interested in claiming, see the bounty 
>>> page<https://www.bountysource.com/issues/1406536-emacs-plugin-for-typed-clojure>
>>>  and 
>>> the Jira issue <http://dev.clojure.org/jira/browse/CTYP-103> for a 
>>> brief description. Please comment or email me if you are interested.
>>>
>>> Thanks,
>>> Ambrose
>>>
>>  -- 
>> You received this message because you are subscribed to the Google
>> Groups "Clojure" group.
>> To post to this group, send email to clo...@googlegroups.com<javascript:>
>> Note that posts from new members are moderated - please be patient with 
>> your first post.
>> To unsubscribe from this group, send email to
>> clojure+u...@googlegroups.com <javascript:>
>> For more options, visit this group at
>> http://groups.google.com/group/clojure?hl=en
>> --- 
>> You received this message because you are subscribed to the Google Groups 
>> "Clojure" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to clojure+u...@googlegroups.com <javascript:>.
>> For more options, visit https://groups.google.com/groups/opt_out.
>>
>
>

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to