Re: where as clojure-fill-docstring gone?

2014-04-22 Thread Bastien
Hi Colin,

Bastien bastiengue...@gmail.com writes:

 That said, there are some quirks.  I'm sick now and cannot
 fix those problems, but please report them as github issues
 if any.

Bozhidar just merged a fix that I sent, you can check it here:
https://github.com/clojure-emacs/clojure-mode/

Otherwise just wait till it lands in ELPA repositories.

Let me know if it works as expected,

-- 
 Bastien

-- 
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/d/optout.


Re: where as clojure-fill-docstring gone?

2014-04-22 Thread Colin Yates
Thanks Bastien - I will wait until it lands in ELPA and try it then.

On Tuesday, April 22, 2014 3:11:15 PM UTC+1, Bastien Guerry wrote:

 Hi Colin, 

 Bastien bastie...@gmail.com javascript: writes: 

  That said, there are some quirks.  I'm sick now and cannot 
  fix those problems, but please report them as github issues 
  if any. 

 Bozhidar just merged a fix that I sent, you can check it here: 
 https://github.com/clojure-emacs/clojure-mode/ 

 Otherwise just wait till it lands in ELPA repositories. 

 Let me know if it works as expected, 

 -- 
  Bastien 


-- 
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/d/optout.


Re: where as clojure-fill-docstring gone?

2014-04-08 Thread Bastien
Hi Colin,

Colin Yates colin.ya...@gmail.com writes:

 Before I spend time hunting through changelogs has anybody else
 noticed?  Is this expected?

`clojure-fill-docstring' behavior was somewhat wrong and the
whole function not necessary, I removed it recently.

That said, there are some quirks.  I'm sick now and cannot
fix those problems, but please report them as github issues
if any.

-- 
 Bastien

-- 
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/d/optout.


Re: where as clojure-fill-docstring gone?

2014-04-08 Thread Colin Yates
Hi Bastian, sucks being sick.  You mention it was unnecessary - can you let 
me know the thing that made it redundant?  I tried fill-paragraph but that 
doesn't quite work...

On Tuesday, 8 April 2014 20:28:52 UTC+1, Bastien Guerry wrote:

 Hi Colin, 

 Colin Yates colin...@gmail.com javascript: writes: 

  Before I spend time hunting through changelogs has anybody else 
  noticed?  Is this expected? 

 `clojure-fill-docstring' behavior was somewhat wrong and the 
 whole function not necessary, I removed it recently. 

 That said, there are some quirks.  I'm sick now and cannot 
 fix those problems, but please report them as github issues 
 if any. 

 -- 
  Bastien 


-- 
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/d/optout.


Re: where as clojure-fill-docstring gone?

2014-04-08 Thread Tassilo Horn
Colin Yates colin.ya...@gmail.com writes:

Hi Colin,

 I upgraded my emacs and clojure-fill-docstring seems to have
 disappeared.  clojure-mode is still there and activated but no
 clojure-fill-docstring.

 Before I spend time hunting through changelogs has anybody else
 noticed?  Is this expected?

I has been removed caused it garbled my docstrings.

  https://github.com/clojure-emacs/clojure-mode/issues/224

Bye,
Tassilo

-- 
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/d/optout.


Re: where as clojure-fill-docstring gone?

2014-04-08 Thread Bastien
Colin Yates colin.ya...@gmail.com writes:

 Hi Bastian, sucks being sick.  You mention it was unnecessary - can
 you let me know the thing that made it redundant?

It was less redundant than weird.

 I tried fill-paragraph but that doesn't quite work...

Can you explicit what does not work?

There is this issue:
https://github.com/clojure-emacs/clojure-mode/issues/228

If there are others, please add an issue on github.

Thanks!

-- 
 Bastien

-- 
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/d/optout.


RE: where as clojure-fill-docstring gone?

2014-04-08 Thread Colin Yates
Yep - that issue covers the issue.  I don't have any other problems other than 
that issue.
I shall watch that issue closely :)

 From: bastiengue...@gmail.com
 To: colin.ya...@gmail.com
 CC: clojure@googlegroups.com
 Subject: Re: where as clojure-fill-docstring gone?
 Date: Tue, 8 Apr 2014 21:37:33 +0200
 
 Colin Yates colin.ya...@gmail.com writes:
 
  Hi Bastian, sucks being sick.  You mention it was unnecessary - can
  you let me know the thing that made it redundant?
 
 It was less redundant than weird.
 
  I tried fill-paragraph but that doesn't quite work...
 
 Can you explicit what does not work?
 
 There is this issue:
 https://github.com/clojure-emacs/clojure-mode/issues/228
 
 If there are others, please add an issue on github.
 
 Thanks!
 
 -- 
  Bastien
  

-- 
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/d/optout.