Musa Al-hassy
Musa Al-hassy
Thanks for making this! When I actually try to use it there is no HTML colouring and, worse, it doesn't actually push to the `gh-pages` branch. Perhaps there is setup...
0. Look at http://xahlee.info/js/css_index.html 1. Find something you like there 2. Implement a special block that produces the CSS feature you like 3. Add some unit tests (`ert-deftest`) For example,...
Here is how to reproduce the issue. ``` ;; C-x C-e ⇒ Works as expected (xwidget-webkit-browse-url "www.google.ca") ;; Now kill the resulting buffer. ;; Evaluate this. (global-svg-tag-mode) ;; C-x C-e...
Thank-you for making this nice package 😁 It would be nice if we could click on a git blame annotation to get the associated commit in another buffer ---LSP allows...
This is more a suggested approach rather than an issue ---this may not be the best place to mention this, but I'd thought I'd share it here in-case other lookers...
The README should mention alternatives, and how this project compares to them. - swank-js ; [~5 min video](https://emacsrocks.com/e11.html) ; [repo](https://github.com/swank-js/swank-js) - nodejs-repl ; [neato intro tutorial ](http://atlanis.net/blog/evaluating-javascript-in-a-nodejs-repl-from-an-emacs-buffer/); [repo](https://github.com/abicky/nodejs-repl.el) - [eval-in-repl](https://github.com/kaz-yos/eval-in-repl)...
I made a `scratch.js` file whose contents are `let a = "Hello"` then I started the skerrick server and selected the entire contents and tried to evaluate the region, but...
I've settled on origami as my main folding mode, and below are somethings I've found helpful ---and wished would have been in the Readme, so I'm posting them here in...
0. The current motivating example `rremark` is not really a hot-sell 😞 There are much better motivating examples elsewhere in the article, mention those first ---e.g., by having a whirlwind...
There seems to be no support for `cl-defun`; which is unfortunate. --- The expected approach does not namespace a `cl-defun`-ed function: (define-namespace woah- (cl-defun here ()) ) ;; ⇒ here...