Re: [PATCH] Capitalize JavaScript correctly

2025-04-13 Thread Ihor Radchenko
Max Nikulin writes: > On 21/03/2025 20:54, Rudolf Adamkovič wrote: >> Re-capitalize "Javascript" to JavaScript. > > Are there potential legal issues with the registered trademark owned by > Oracle? E.g. organizers of JSConf avoid "JavaScript" in the conference title > https://www.trevorlasn.com/

[PATCH] Capitalize JavaScript correctly

2025-04-05 Thread Rudolf Adamkovič
* doc/org-manual.org (Exporting to minimal HTML): * etc/ORG-NEWS (Add ~:session~ support of ob-js for js-comint): * lisp/ob-js.el (org-babel-js-function-wrapper): (org-babel-execute:js): (org-babel-variable-assignments:js): (org-babel-js-initiate-session): * lisp/ox-html.el (org-html-style-default)

Re: [PATCH] Capitalize JavaScript correctly

2025-03-27 Thread Ihor Radchenko
Rudolf Adamkovič writes: > Ihor Radchenko writes: > >> With this change, the example will no longer work, because [...] > > Oops. Fixed. Third time is the charm? Applied, onto main. https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=adfee5eed8 -- Ihor Radchenko // yantar92, Org

Re: [PATCH] Capitalize JavaScript correctly

2025-03-26 Thread Rudolf Adamkovič
+0100 Subject: [PATCH] Capitalize JavaScript correctly * doc/org-manual.org (Exporting to minimal HTML): * etc/ORG-NEWS (Add ~:session~ support of ob-js for js-comint): * lisp/ob-js.el (org-babel-js-function-wrapper): (org-babel-execute:js): (org-babel-variable-assignments:js): (org-babel-js-initiate-s

Re: [PATCH] Capitalize JavaScript correctly

2025-03-25 Thread Rudolf Adamkovič
t selector. >From b1cc7d9085ab4fc47a7b8196a873d1e5a755d567 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rudolf=20Adamkovi=C4=8D?= Date: Fri, 21 Mar 2025 14:25:05 +0100 Subject: [PATCH] Capitalize JavaScript correctly * doc/org-manual.org (Exporting to minimal HTML): * etc/ORG-NEWS (Add ~:session~

Re: [PATCH] Capitalize JavaScript correctly

2025-03-25 Thread Ihor Radchenko
Rudolf Adamkovič writes: >> This won't work. js-comint.el hard-coded buffer name to be >> "*Javascript REPL*". We cannot change that. > > Fixed. I replaced the change with a comment to inform the reader that > JS is miscapitalized on purpose, so that this will not happen again. Almost :) > ---

Re: [PATCH] Capitalize JavaScript correctly

2025-03-25 Thread Max Nikulin
On 21/03/2025 20:54, Rudolf Adamkovič wrote: Re-capitalize "Javascript" to JavaScript. Are there potential legal issues with the registered trademark owned by Oracle? E.g. organizers of JSConf avoid "JavaScript" in the conference title https://www.trevorlasn.com/blog/oracle-javascript-tradema

Re: [PATCH] Capitalize JavaScript correctly

2025-03-24 Thread Ihor Radchenko
Rudolf Adamkovič writes: > * doc/org-manual.org (Exporting to minimal HTML): > * etc/ORG-NEWS (Add ~:session~ support of ob-js for js-comint): > * lisp/ob-js.el (org-babel-js-function-wrapper): > (org-babel-execute:js): > (org-babel-variable-assignments:js): > (org-babel-js-initiate-session): > *