Re: [ANN] CIDER 0.16 (Riga)

2017-12-29 Thread Bastien Guerry
Hi Bozhidar, > Here's one (a bit overdue) Christmas present for all of you - a > major update to CIDER, the popular Clojure interactive development > environment, built on top of Emacs and nREPL. thanks *a lot* for your great work on all this! -- Bastien -- You received this messag

Re: [ANN] Introducing inf-clojure - a better basic Clojure REPL for Emacs

2014-12-04 Thread Bastien
(push-button) -- 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

Re: [ANN] Introducing inf-clojure - a better basic Clojure REPL for Emacs

2014-12-04 Thread Bastien
emacs -nw ? PS: I'll follow up on github for other issues. -- 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

Re: [ANN] Monroe 0.1.0 - nrepl client for Emacs

2014-10-06 Thread Bastien
Bozhidar Batsov bozhidar.bat...@gmail.com writes: Yeah, they should definitely remove nrepl.el support from ob-clojure.el. Done in the master branch of org-mode, thanks. -- Bastien -- You received this message because you are subscribed to the Google Groups Clojure group. To post

Re: [ANN] Monroe 0.1.0 - nrepl client for Emacs

2014-09-24 Thread Bastien
modes. Errors and results will be shown in that buffer, instead poping out new buffers. - works on older Emacs versions - history in repl that actually works -- Bastien -- You received this message because you are subscribed to the Google Groups Clojure group. To post to this group

Re: CIDER vs Org Mode: Symbol's definition is void: nrepl-send-string-sync (workaround)

2014-08-13 Thread Bastien Guerry
Bozhidar Batsov bozhidar.bat...@gmail.com writes: Indeed. I’ve overlooked this particular function; this is corrected upstream now. 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

Re: CIDER vs Org Mode: Symbol's definition is void: nrepl-send-string-sync (workaround)

2014-08-12 Thread Bastien
. -- Bastien diff --git a/nrepl-client.el b/nrepl-client.el index dcaa4a7..6e7c69b 100644 --- a/nrepl-client.el +++ b/nrepl-client.el @@ -1060,6 +1060,7 @@ Refreshes EWOC. (define-obsolete-function-alias 'nrepl-send-request-sync 'nrepl-send-sync-request 0.8.0) +(define-obsolete-function-alias

Re: [cider-emacs] [ANN] CIDER 0.7 is out!

2014-08-07 Thread Bastien
Bozhidar Batsov bozhi...@batsov.com writes: CIDER 0.7.0 is finally out! I wrote a short blog post about it, as the release is quite massive and important: http://batsov.com/articles/2014/08/05/cider-0-dot-7/ Well done! And thanks again, -- Bastien -- You received this message because

Re: Change default alignment for clojure docstrings

2014-07-27 Thread Bastien
. -- 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

Re: Parsing ODT files (with Pantomime?)

2014-06-04 Thread Bastien
something? -- 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

Re: Parsing ODT files (with Pantomime?)

2014-06-04 Thread Bastien
manipulate the DOM with some other XML parsing tool? Thanks for your time, -- 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

Re: Parsing ODT files (with Pantomime?)

2014-06-04 Thread Bastien
it. Would you have a minima example? The README is pretty terse. Thanks in advance, -- 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

Re: Parsing ODT files (with Pantomime?)

2014-06-04 Thread Bastien
Hi Alex, Alex Ott alex...@gmail.com writes: res - the map consisting of: - :text - extracted text - all other fields - metadata from document Works like a charm, thanks a bunch! -- Bastien -- You received this message because you are subscribed to the Google Groups Clojure group

Parsing ODT files (with Pantomime?)

2014-06-03 Thread Bastien
Hi all, I'm trying to get the content of an ODT file as plain text. I've found Pantomime, but don't understand how to use it? Can anyone put me on the right tracks with a minimal working example? Thanks in advance! -- Bastien -- You received this message because you are subscribed

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

Re: where as clojure-fill-docstring gone?

2014-04-08 Thread Bastien
. 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

Re: where as clojure-fill-docstring gone?

2014-04-08 Thread Bastien
? 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

Re: [ANN]: Buddy 0.1.0-beta3: Authentication, Authorization Signing library for Clojure.

2014-02-09 Thread Bastien
in advance! -- 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

Re: [ANN]: Buddy 0.1.0-beta3: Authentication, Authorization Signing library for Clojure.

2014-02-09 Thread Bastien
no native english speaker, so that's all I can decently promise to do. That'll help me grok the core concepts at least. 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

Re: Help about using clojure in org mode in Emacs with CIDER

2014-01-27 Thread Bastien
Hi Phill, can you repost this on the emacs-orgmode mailing list? https://lists.gnu.org/mailman/listinfo/emacs-orgmode I'll follow-up there. Thanks in advance, -- Bastien -- -- You received this message because you are subscribed to the Google Groups Clojure group. To post to this group

Re: Help about using clojure in org mode in Emacs with CIDER

2014-01-27 Thread Bastien
, and can be seen with a very simple case: Can you report this to the org-mode mailing list? https://lists.gnu.org/mailman/listinfo/emacs-orgmode Thanks, -- Bastien -- -- You received this message because you are subscribed to the Google Groups Clojure group. To post to this group, send email

Re: Help about using clojure in org mode in Emacs with CIDER

2014-01-23 Thread Bastien
bundled with current Emacs stable version is not. HTH, -- 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

Re: trouble with setting up cider within org mode

2014-01-23 Thread Bastien
with latest stable Emacs version. -- 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

Re: Help about using clojure in org mode in Emacs with CIDER

2014-01-23 Thread Bastien
and update your load-path in Emacs. HTH, -- 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

Re: Help about using clojure in org mode in Emacs with CIDER

2014-01-23 Thread Bastien
to me 3. Wait for my confirmation that I added you to Worg 4. Clone Worg: ~$ git clone w...@orgmode.org:worg.git 5. Edit... commit... push! That's it. Let me know if I can help a bit more, I'm glad some more people take care of Worg! Best, -- Bastien -- -- You received this message because

Re: RESTful API Auth with Friend and Liberator

2014-01-19 Thread Bastien
! -- 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

Re: RESTful API Auth with Friend and Liberator

2014-01-18 Thread Bastien
to read, but real-world examples with well commented code is even better IMHO. -- 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

Re: Who is doing something worthwhile in Clojure?

2013-12-21 Thread Bastien
Samuel Aaron samaa...@gmail.com writes: To me at least, this is a worthwhile endeavour. It certainly is! Here is a quick intro to Overtone with Emacs and Org: http://bzg.fr/emacs-org-babel-overtone-intro.html ... as a thank you for this great expression medium. -- Bastien -- -- You

Re: [ANN] projars.com

2013-11-28 Thread Bastien
, -- 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

Re: [ANN] projars.com

2013-11-28 Thread Bastien
... sorry!) Good luck, -- 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

Re: [ANN] Major update of modern-cljs

2013-11-20 Thread Bastien
tutorials). I know it won't be a huge relief, but I must say those tutorials are *really* a big help! So *thanks* a lot for the bug PITA work :) -- Bastien -- -- You received this message because you are subscribed to the Google Groups Clojure group. To post to this group, send email to clojure

Re: Do web apps need Clojure?

2013-11-14 Thread Bastien
is precisely to open your mind about web development. 2 cents, -- 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

Re: Step by step debugging

2013-11-13 Thread Bastien
to tacking this. Best, -- 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

Re: Do web apps need Clojure?

2013-11-13 Thread Bastien
is great, you should have a look! -- 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

Step by step debugging

2013-11-07 Thread Bastien
a copy of the function being evaluated, while allowing me to stop at any step, and to show the result of each step in the minibuffer. (I'm aware of LightTable live REPL, but this is not exactly what I describe above.) Thanks for any hints/pointers, -- Bastien -- -- You received this message

Re: Step by step debugging

2013-11-07 Thread Bastien
carefully. 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

Re: Step by step debugging

2013-11-07 Thread Bastien
, I suspect this -- but I'll see what comes close enough. Best, -- 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

Re: Step by step debugging

2013-11-07 Thread Bastien
;) Is there a video somewhere where I can see this debugging tools in action? 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

Clojure(script) countdown like the one on clojurecup.com?

2013-10-25 Thread Bastien
I'm trying to implement a countdown like the one there was on clojurecup.com: is there a way to access to the website code, or is there any pointer where I could learn how to do this? Thanks in advance for your help! -- Bastien -- -- You received this message because you are subscribed

Re: Clojure(script) countdown like the one on clojurecup.com?

2013-10-25 Thread Bastien
wasn't sure my first email made it through the list (couldn't find it sent in my gmail sent box), so I resent it. Sorry for the noise, -- Bastien -- -- You received this message because you are subscribed to the Google Groups Clojure group. To post to this group, send email to clojure

KickHub from ClojureCup

2013-10-01 Thread Bastien
in any input (is it a problem? what does KickHub really should do?) -- I'm sure you have some. You can also vote for the project here: http://clojurecup.com/app.html?app=kickhub Thanks to the ClojureCup organizers! That was fun. -- Bastien -- -- You received this message because you

Heroku app using core.async?

2013-08-27 Thread Bastien
:0.1.0-SNAPSHOT in sonatype-oss-public (https://oss.sonatype.org/content/groups/public/) Am I guessing right that heroku prevents downloading libraries from external repositories listed in :repositories? Is anyone using core.async on heroku? Thanks! -- Bastien -- -- You received

Re: Heroku app using core.async?

2013-08-27 Thread Bastien
/clojure/core.async/0.1.0-SNAPSHOT/ core.async-0.1.0-20130827.050117-78.pom from sonatype-oss-public Was a typo on my side, I used [core.async 0.1.0...] instead of [org.clojure/core.async 0.1.0...] -- sorry for the noise and thanks for replying. -- Bastien -- -- You received this message

Async loading of a big set of entries from a redis database?

2013-08-26 Thread Bastien
database asynchronously into a javascript variable, I'd appreciate this a lot! Thanks in advance, -- 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

Re: Interest in a commercial IDE for Clojure?

2013-07-27 Thread Bastien
http://steve-yegge.blogspot.fr/2008/04/xemacs-is-dead-long-live-xemacs.html -- 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

Re: Interest in a commercial IDE for Clojure?

2013-07-27 Thread Bastien
to time, and I've never used ST2 at all. A few hints (or more) would be welcome, as it may be possible to hence completion in Emacs. 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

Re: OAuth2

2013-07-16 Thread Bastien
Hi Plínio, Plínio Balduino pbaldu...@gmail.com writes: What are you using to authenticate with Google, Facebook, GitHub or Twitter? I'm experimenting with friend: https://github.com/cemerick/friend http://friend-demo.herokuapp.com/ HTH, -- Bastien -- -- You received this message

Re: OAuth2

2013-07-16 Thread Bastien
middleware when using lib-noir's war-handler? Thanks in advance for any pointer! -- 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

Re: [ANN] CHP Web Framework Documentation Update

2013-07-15 Thread Bastien
Hi Kelker, thanks for the explanations. I will have a closer look to get a better understanding. It's nice to see the diversity of the various approaches. All best, -- Bastien -- -- You received this message because you are subscribed to the Google Groups Clojure group. To post

Re: [ANN] CHP Web Framework Documentation Update

2013-07-14 Thread Bastien
Hi Kelker, thanks for your work on CHP. I've not tested it yet, because I'm right now into learning Luminus. Could you explicit the differences between the two frameworks? Thanks in advance, -- Bastien -- -- You received this message because you are subscribed to the Google Groups

Re: Doc about auto-namespaced keywords (e.g. ::user)?

2013-07-12 Thread Bastien Guerry
e.g. unambiguously keying slots in a map, but those cases are described later in the book. Great, I didn't expect this example chapter to be so detailed and informative. Thanks for the pointer! -- Bastien -- -- You received this message because you are subscribed to the Google Groups

Re: Doc about auto-namespaced keywords (e.g. ::user)?

2013-07-10 Thread Bastien Guerry
/Did_you_know_III.html and I understood my error: I was using ::keyword in two different namespaces, hence the error I got. So I'm about to make friend work with my Luminus template, it feels good :) Best, -- Bastien -- -- You received this message because you are subscribed to the Google Groups Clojure

Doc about auto-namespaced keywords (e.g. ::user)?

2013-07-09 Thread Bastien Guerry
: java.lang.RuntimeException: Invalid token: ::users/user, compiling:(kickhub/routes/auth.clj:141:37) Thanks in advance for any pointer! -- 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