From: Uwe B. <ou...@ma...> - 2023-07-14 07:28:36
Attachments:
smime.p7s
|
>>> "EL" == Eric Ludlam <eri...@gm...> writes: > I'm not picky about what version of GPL we use as long as it is 2 or > greater. I upgraded all headers to GPL3v+, save the .m files in the test directory. No sure whether it is worth, to add a header there. I also added a COPYING file, containing the License (the same the emacs repository uses; that is a recommendation of RMS). Will push this also. I might also add information to the README file more information about the directory story (again based on the README file of the emacs repository) > I fixed things up on the semantic stuff recently, but I agree that I may be > the only one who uses that stuff. There's a bunch of esoteric options that > could move to a subdir, and if needed use something like (require > 'subir/srcfile) to get it. I'd recommend a "cedet" subdir, and/or leave it > out of the debian package. I leave this to you to decide 🙃 Concerning Debian and ELPA. 1. I think when I finish the README file (I can wait, if you wish, after we settle the semantic stuff), I give the Debian guy a go. 2. ELPA, there is one signature missing namely from Nathaniel Chodosh nch...@an.... I wrote him last year and he did not reply, but he still seems to be in that place and commits to github. I am not sure how to proceed. His patch can be found in the copyright branch, in the copyright directory. If he does not answer, we might 1. consider to rewrite his patch 2. To remove it 3. Or give up to move Matlab to ELPA Uwe -- Warning: Content may be disturbing to some audiences I strongly condemn Putin's war of aggression against the Ukraine. I support to deliver weapons to Ukraine's military. I support the NATO membership of the Ukraine. I support the EU membership of the Ukraine. https://addons.thunderbird.net/en-US/thunderbird/addon/gmail-conversation-view/ |
From: Uwe B. <ou...@ma...> - 2023-07-14 08:20:50
Attachments:
smime.p7s
|
>>> "UB" == Uwe Brauer <ou...@ma...> writes: >>> "EL" == Eric Ludlam <eri...@gm...> writes: >> I'm not picky about what version of GPL we use as long as it is 2 or >> greater. >> I fixed things up on the semantic stuff recently, but I agree that I may be >> the only one who uses that stuff. There's a bunch of esoteric options that >> could move to a subdir, and if needed use something like (require >> 'subir/srcfile) to get it. I'd recommend a "cedet" subdir, and/or leave it >> out of the debian package. BTW, did you receive my mails concerning the filling issue? I created branch called filling-bug but still did not push it, to keep the number of branches low. So we can discuss this issue by email or I push the new branch, in which I just applied your patch. Uwe -- Warning: Content may be disturbing to some audiences I strongly condemn Putin's war of aggression against the Ukraine. I support to deliver weapons to Ukraine's military. I support the NATO membership of the Ukraine. I support the EU membership of the Ukraine. https://addons.thunderbird.net/en-US/thunderbird/addon/gmail-conversation-view/ |
From: John C. <ci...@ma...> - 2023-07-14 13:41:12
|
Hi I should have some time the week after next to help organize what files should be shipped with matlab mode. I'd like to get https://github.com/mathworks/MATLAB-language-server setup as part of this. Many of us have been using an internal version of this in Emacs and like it a lot. It provides features like "goto definition" which means that when you are on a function, you type a keybinding and you jump to the definition. CEDET also provides similar functionality, but I haven't had good success with CEDET because we work in a large code base and that can cause Emacs process size to be too large and slow. The other advantage of using the language server protocol is that there are numerous languages supported. Emacs provides two lsp clients, lsp-mode<https://github.com/emacs-lsp/lsp-mode>, and eglot. We have a lot of experience with lsp-mode and it works well. Thanks John ________________________________ From: Uwe Brauer <ou...@ma...> Sent: Friday, July 14, 2023 3:50 AM To: Uwe Brauer <ou...@ma...> Cc: Matlab-emacs-discuss <mat...@li...> Subject: Re: [Matlab-emacs-discuss] [a mess of GPL versions] >>> "UB" == Uwe Brauer <ou...@ma...> writes: >>> "EL" == Eric Ludlam <eri...@gm...> writes: >> I'm not picky about what version of GPL we use as long as it is 2 or >> greater. >> I fixed things up on the semantic stuff recently, but I agree that I may be >> the only one who uses that stuff. There's a bunch of esoteric options that >> could move to a subdir, and if needed use something like (require >> 'subir/srcfile) to get it. I'd recommend a "cedet" subdir, and/or leave it >> out of the debian package. BTW, did you receive my mails concerning the filling issue? I created branch called filling-bug but still did not push it, to keep the number of branches low. So we can discuss this issue by email or I push the new branch, in which I just applied your patch. Uwe -- Warning: Content may be disturbing to some audiences I strongly condemn Putin's war of aggression against the Ukraine. I support to deliver weapons to Ukraine's military. I support the NATO membership of the Ukraine. I support the EU membership of the Ukraine. https://addons.thunderbird.net/en-US/thunderbird/addon/gmail-conversation-view/<https://addons.thunderbird.net/en-US/thunderbird/addon/gmail-conversation-view> |
From: Eric L. <eri...@gm...> - 2023-07-17 20:56:28
|
Yes, I have the updated filling bug info. Thanks. I have also noticed some filling bugs after my previous patch I would like to fix. Hoping to get to it soon. Eric On Fri, Jul 14, 2023, 3:51 AM Uwe Brauer <ou...@ma...> wrote: > >>> "UB" == Uwe Brauer <ou...@ma...> writes: > > >>> "EL" == Eric Ludlam <eri...@gm...> writes: > >> I'm not picky about what version of GPL we use as long as it is 2 or > >> greater. > > > >> I fixed things up on the semantic stuff recently, but I agree that I > may be > >> the only one who uses that stuff. There's a bunch of esoteric options > that > >> could move to a subdir, and if needed use something like (require > >> 'subir/srcfile) to get it. I'd recommend a "cedet" subdir, and/or > leave it > >> out of the debian package. > > > BTW, did you receive my mails concerning the filling issue? > > I created branch called filling-bug but still did not push it, to keep > the number of branches low. > > So we can discuss this issue by email or I push the new branch, in which I > just applied your patch. > > > Uwe > -- > Warning: Content may be disturbing to some audiences > I strongly condemn Putin's war of aggression against the Ukraine. > I support to deliver weapons to Ukraine's military. > I support the NATO membership of the Ukraine. > I support the EU membership of the Ukraine. > > https://addons.thunderbird.net/en-US/thunderbird/addon/gmail-conversation-view/ > |
From: Uwe B. <ou...@ma...> - 2023-07-14 16:15:07
Attachments:
smime.p7s
|
>>> "JC" == John Ciolfi <ci...@ma...> writes: > Hi > I should have some time the week after next to help organize what > files should be shipped with matlab mode. I'd like to get > https://github.com/mathwor ks/MATLAB-language-server setup as part of > this. Ok let us make some plans then. 1. Nate agreed to sign the papers, so in the coming days matlab emacs could go into ELPA 2. I will inform the Debian person 3. I am more or less free till the 8 of august, so it would be good to finish that move to github before that date, I might have some days free after the 24 but less so. > Many of us have been using an internal version of this in Emacs > and like it a lot. It provides featur es like "goto definition" which > means that when you are on a function, you type a keybinding and you > jump to the definition. CEDET also provides simil ar functionality, > but I haven't had good success with CEDET because we work in a large > code base and that can cause Emacs process size to be too large and > slow. The other advantage of using the language server protocol is tha > t there are numerous languages supported. Emacs provides two lsp > clients, lisp-mode<https://github.com/emacs-lsp/lsp-mode>, and eglot. > We have a lot of experience with lsp-mode and it works well. 4. I am a bit confusded about this github repository you mention: is this a fork of ours, you just one providing different features? Would you like to merge it into ours? 5. BTW I just found out that I already created a github repository when we moved to git. It is not actualised I do this soon https://github.com/matlab-mode/mirror last commit is from July 2021. I am not sure whether we should take this one, or create a new one with a better name? Uwe |
From: Uwe B. <ou...@ma...> - 2023-07-15 15:12:35
Attachments:
smime.p7s
|
>>> "UB" == Uwe Brauer <ou...@ma...> writes: >>> "JC" == John Ciolfi <ci...@ma...> writes: >> Hi >> I should have some time the week after next to help organize what >> files should be shipped with matlab mode. I'd like to get >> https://github.com/mathworks/MATLAB-language-server setup as part of >> this. Another comment, which I forgot. I clone that repository, as it seems there is only one author, namely dl...@ma... If we merge his code into our repository, is he willing to sign the FSF papers, because once we move matlab mode to ELPA, the FSF will insist on this. Sorry for any trouble that might cause. -- Warning: Content may be disturbing to some audiences I strongly condemn Putin's war of aggression against the Ukraine. I support to deliver weapons to Ukraine's military. I support the NATO membership of the Ukraine. I support the EU membership of the Ukraine. https://addons.thunderbird.net/en-US/thunderbird/addon/gmail-conversation-view/ |
From: Uwe B. <ou...@ma...> - 2023-07-25 17:41:13
Attachments:
smime.p7s
|
>>> "EL" == Eric Ludlam <eri...@gm...> writes: > Yes, I have the updated filling bug info. Thanks. > I have also noticed some filling bugs after my previous patch I would like > to fix. Hoping to get to it soon. I thanks I saw your push, I just pulled and will run my tests later. BTW The Debian person, asked for the copyright headers for the files in the tests directory, so I boldly inserted the GPLv3+ headers to all of them, but this is in the master branch. > Eric > On Fri, Jul 14, 2023, 3:51 AM Uwe Brauer <ou...@ma...> wrote: >> >>> "UB" == Uwe Brauer <ou...@ma...> writes: >> >> >>> "EL" == Eric Ludlam <eri...@gm...> writes: >> >> I'm not picky about what version of GPL we use as long as it is 2 or >> >> greater. >> >> >> >> I fixed things up on the semantic stuff recently, but I agree that I >> may be >> >> the only one who uses that stuff. There's a bunch of esoteric options >> that >> >> could move to a subdir, and if needed use something like (require >> >> 'subir/srcfile) to get it. I'd recommend a "cedet" subdir, and/or >> leave it >> >> out of the debian package. >> >> >> BTW, did you receive my mails concerning the filling issue? >> >> I created branch called filling-bug but still did not push it, to keep >> the number of branches low. >> >> So we can discuss this issue by email or I push the new branch, in which I >> just applied your patch. >> >> >> Uwe >> -- >> Warning: Content may be disturbing to some audiences >> I strongly condemn Putin's war of aggression against the Ukraine. >> I support to deliver weapons to Ukraine's military. >> I support the NATO membership of the Ukraine. >> I support the EU membership of the Ukraine. >> >> https://addons.thunderbird.net/en-US/thunderbird/addon/gmail-conversation-view/ >> -- Warning: Content may be disturbing to some audiences I strongly condemn Putin's war of aggression against the Ukraine. I support to deliver weapons to Ukraine's military. I support the NATO membership of the Ukraine. I support the EU membership of the Ukraine. https://addons.thunderbird.net/en-US/thunderbird/addon/gmail-conversation-view/ |