vindarel

Results 591 comments of vindarel

There's a hint for transactions here: https://github.com/fukamachi/caveman/issues/69 ``` (defmacro with-transaction (&body body) `(cl-dbi:with-transaction *connection* ,@body)) ```

Maybe similar issue as https://github.com/fukamachi/rove/issues/35

interest here too. > I know we can get the current line from readline, and I'd assume we can get the current cursor position as well. see `rl:register-function :complete `...

> I run the tests using any of these incantations from the command line @jonatack You mean, these incantations are for the Lisp REPL. You don't use `rove` on the...

+1 ! Will that be possible ?

(multi-select is doable in another lib: https://github.com/pp19dd/picker (src: [SO answer](https://stackoverflow.com/questions/28425204/python-how-to-use-list-as-source-of-selection-for-user-input/33629179#33629179)) (but it isn't in pypi…)

I have a list of similar projects on Wikemacs: http://wikemacs.org/wiki/Starter_Kits in addition to yours: - [Graphene](https://github.com/rdallasgray/graphene) "for refugees from GUI editors" - [Scimax](http://kitchingroup.cheme.cmu.edu/scimax), aimed at scientists, heavily tweaking org, babel...

> The look also depends on you Gtk theme Indeed, I find mine not so bad (LinuxMintDebian Mate): ![selection_122](https://cloud.githubusercontent.com/assets/3721004/25771846/f9d81618-325c-11e7-9681-4fae8850c401.png)

Hello there, can someone give better instructions than me to assign copyright in the above move-text issue ? thanks.

ah, sorry, I didn't test in a fresh emacs home. The current oob-reboot test setup re-uses one's current installed packages.