>>> "EL" == Eric Ludlam <ericlud...@gmail.com> writes:
> Removing those 3 items are fine with me. Here are some details. > * I'm pretty sure fontlockhang was used by John to solve problems at > MathWorks. I thought John then recommended the fixes be merged into > mainline after that. I would like to clarify these issues before we move to github Hm, ok @John, what do you say? Shall (and can) this branch be merged into master (in sourceforge)? Can you do that? > * wisent-parser is a dead end and is fine to delete Ok. > * shell-complete I just don't recall what that is. Maybe there is > something useful in there but I don't remember enough about it to advise. > I was looking to use the sourceforge interface to show what was different > about each branch from where it was branched from, but I didn't see an easy > way to do that. That would make it much easier to verify my assumptions > about fontlockhang, or guess at what shell-complete was about. Is there an > easy way to do that? Yes and no. First a small rant. Git is praised for its speed and flexibility, (renaming, tracking, deleting branches), but this comes at a price. In git you can never be sure where a branch starts and which commits belong to which branch (there are relative simple counter examples, but I don't want to bore you). There is the command name-rev which tries on the fly to find out which commit belongs to which branch but as said this is not failsafe (contrary to mercurial). So what you should do on the command line is this. git switch --guess shellcomplete git log --graph --color=always --decorate --pretty | git name-rev --annotate-stdin | less -R That gives me * commit 27972c21a5b7b154af83b0d0a941674f668dd06b (shellcomplete) (HEAD -> shellcomplete, origin/shellcomplete) | Author: Eric Ludlam <e...@siege-engine.com> | Date: Tue Apr 6 20:45:07 2021 -0400 | | matlab-shell.el: | | (matlab-shell-collect-command-output): Prevent read-only text from throwing | errors for systems where this is on by default. | * commit 9c0da9f52812001ff3584f623fe4fa6f62b7a7b1 (shellcomplete~1) | Author: Eric Ludlam <e...@siege-engine.com> | Date: Mon Jan 18 11:58:12 2021 -0500 | | matlab-xref.el: | | (matlab-shell-xref-activate, matlab-local-xref-activate): | Don't bother checking major mode. Only installed for ML buffers, | and user might want to install in org mode buffers too. | * commit 34aab6039575f7132a99116ec4760a0a51d2d587 (shellcomplete~2) | Author: Eric Ludlam <e...@siege-engine.com> | Date: Sun Jan 17 12:34:29 2021 -0500 | | matlab.el: | | (matlab-local-xref-activate): Declare fcn / quiet compiler. | * commit 8fe27556fe2acdfca2e65eee919fd05e283e00bc (shellcomplete~3) | Author: Eric Ludlam <e...@siege-engine.com> | Date: Sun Jan 17 12:33:16 2021 -0500 | | | *commit 71daa45c0b0f0513c24461a0a24a277bc7430f91 (shellcomplete~8) Begin the last commit on that branch. Hope this helps Uwe -- I strongly condemn Hamas heinous despicable pogroms/atrocities on Israel I strongly condemn Putin's war of aggression against Ukraine. I support to deliver weapons to Ukraine's military. I support the EU and NATO membership of Ukraine.
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ Matlab-emacs-discuss mailing list Matlab-emacs-discuss@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matlab-emacs-discuss