Announcing Barry's Emacs 8.6.2


barry
 

Barry's Emacs is available for Linux, Windows and macOS.

There are kits for macOS, Windows, Fedora 32, 31 and 50, Centos 8, 7 6.

Please see http://www.barrys-emacs.org/emacs8.html for the installation instructions.

New in V8.6.2
* Fix ere-quote to quote "?"
* Fix and improve dired - works for unix and macOS.
* Fix for memory leak in Python UI code.
* Fix macOS bemacs-cli and bemacs_client needed fixes to use the Python
version from within the /Applications/Barry's Emacs app.
* Improve p4-diff and p4-change-mode
* Fix for dired on macOS needed to find files correctly
* html-mode now colurs <!- html comments -->
* document maximum-file-read-size

Barry


G. Hom
 

Thanks for the html comment fix...

GH

On Friday, April 3, 2020, 4:06:50 AM EDT, barry <barry@...> wrote:


Barry's Emacs is available for Linux, Windows and macOS.

There are kits for macOS, Windows, Fedora 32, 31 and 50, Centos 8, 7 6.

Please see http://www.barrys-emacs.org/emacs8.html for the installation instructions.

New in V8.6.2
    * Fix ere-quote to quote "?"
    * Fix and improve dired - works for unix and macOS.
    * Fix for memory leak in Python UI code.
    * Fix macOS bemacs-cli and bemacs_client needed fixes to use the Python
      version from within the /Applications/Barry's Emacs app.
    * Improve p4-diff and p4-change-mode
    * Fix for dired on macOS needed to find files correctly
    * html-mode now colurs <!- html comments -->
    * document maximum-file-read-size

Barry




G. Hom
 

Barry -

Just installed V8.6.2 and it crashes on macOS 10.13.6. Install went fine but when I open a file, emacs just terminates. I'm back on 8.6.0 which is fine for me.

GH


On Friday, April 3, 2020, 04:06:50 AM EDT, barry <barry@...> wrote:


Barry's Emacs is available for Linux, Windows and macOS.

There are kits for macOS, Windows, Fedora 32, 31 and 50, Centos 8, 7 6.

Please see http://www.barrys-emacs.org/emacs8.html for the installation instructions.

New in V8.6.2
    * Fix ere-quote to quote "?"
    * Fix and improve dired - works for unix and macOS.
    * Fix for memory leak in Python UI code.
    * Fix macOS bemacs-cli and bemacs_client needed fixes to use the Python
      version from within the /Applications/Barry's Emacs app.
    * Improve p4-diff and p4-change-mode
    * Fix for dired on macOS needed to find files correctly
    * html-mode now colurs <!- html comments -->
    * document maximum-file-read-size

Barry




barry
 



On 22 Apr 2020, at 23:19, G. Hom via groups.io <g_hom@...> wrote:

Barry -

Just installed V8.6.2 and it crashes on macOS 10.13.6. Install went fine but when I open a file, emacs just terminates. I'm back on 8.6.0 which is fine for me.

Could you take a look in ~/bemacs/bemacs.log to see if there are clues to the crash in there?

I'll see if I can get my had on High Sierra to make a VM to test in.

Barry



GH


On Friday, April 3, 2020, 04:06:50 AM EDT, barry <barry@...> wrote:


Barry's Emacs is available for Linux, Windows and macOS.

There are kits for macOS, Windows, Fedora 32, 31 and 50, Centos 8, 7 6.

Please see http://www.barrys-emacs.org/emacs8.html for the installation instructions.

New in V8.6.2
    * Fix ere-quote to quote "?"
    * Fix and improve dired - works for unix and macOS.
    * Fix for memory leak in Python UI code.
    * Fix macOS bemacs-cli and bemacs_client needed fixes to use the Python
      version from within the /Applications/Barry's Emacs app.
    * Improve p4-diff and p4-change-mode
    * Fix for dired on macOS needed to find files correctly
    * html-mode now colurs <!- html comments -->
    * document maximum-file-read-size

Barry





G. Hom
 

Attached the log file and the crash report. Hope there's useful information there.

V8.6.2 runs fine on macOS 10.14.6. It's not urgent to fix it for High Sierra.

Thanks,



On Thursday, April 23, 2020, 02:19:47 PM EDT, barry <barry@...> wrote:




On 22 Apr 2020, at 23:19, G. Hom via groups.io <g_hom@...> wrote:

Barry -

Just installed V8.6.2 and it crashes on macOS 10.13.6. Install went fine but when I open a file, emacs just terminates. I'm back on 8.6.0 which is fine for me.

Could you take a look in ~/bemacs/bemacs.log to see if there are clues to the crash in there?

I'll see if I can get my had on High Sierra to make a VM to test in.

Barry



GH


On Friday, April 3, 2020, 04:06:50 AM EDT, barry <barry@...> wrote:


Barry's Emacs is available for Linux, Windows and macOS.

There are kits for macOS, Windows, Fedora 32, 31 and 50, Centos 8, 7 6.

Please see http://www.barrys-emacs.org/emacs8.html for the installation instructions.

New in V8.6.2
    * Fix ere-quote to quote "?"
    * Fix and improve dired - works for unix and macOS.
    * Fix for memory leak in Python UI code.
    * Fix macOS bemacs-cli and bemacs_client needed fixes to use the Python
      version from within the /Applications/Barry's Emacs app.
    * Improve p4-diff and p4-change-mode
    * Fix for dired on macOS needed to find files correctly
    * html-mode now colurs <!- html comments -->
    * document maximum-file-read-size

Barry





barry
 



On 24 Apr 2020, at 19:34, G. Hom via groups.io <g_hom@...> wrote:

Attached the log file and the crash report. Hope there's useful information there.

V8.6.2 runs fine on macOS 10.14.6. It's not urgent to fix it for High Sierra.

Thanks,

The logs are interesting. The crash is PyQt5/Qt5 code.
It seems that the code detected a run time error and it trying to report it.

I think the only way that I can have things work on High Sierra is to use old
Qt libraries. But in the long run that will build up technical debt for the recent macOS
releases.

I have had no luck findout how to build a High Sierra VM to test with.

Barry






On Thursday, April 23, 2020, 02:19:47 PM EDT, barry <barry@...> wrote:




On 22 Apr 2020, at 23:19, G. Hom via groups.io <g_hom@...> wrote:

Barry -

Just installed V8.6.2 and it crashes on macOS 10.13.6. Install went fine but when I open a file, emacs just terminates. I'm back on 8.6.0 which is fine for me.

Could you take a look in ~/bemacs/bemacs.log to see if there are clues to the crash in there?

I'll see if I can get my had on High Sierra to make a VM to test in.

Barry



GH


On Friday, April 3, 2020, 04:06:50 AM EDT, barry <barry@...> wrote:


Barry's Emacs is available for Linux, Windows and macOS.

There are kits for macOS, Windows, Fedora 32, 31 and 50, Centos 8, 7 6.

Please see http://www.barrys-emacs.org/emacs8.html for the installation instructions.

New in V8.6.2
    * Fix ere-quote to quote "?"
    * Fix and improve dired - works for unix and macOS.
    * Fix for memory leak in Python UI code.
    * Fix macOS bemacs-cli and bemacs_client needed fixes to use the Python
      version from within the /Applications/Barry's Emacs app.
    * Improve p4-diff and p4-change-mode
    * Fix for dired on macOS needed to find files correctly
    * html-mode now colurs <!- html comments -->
    * document maximum-file-read-size

Barry




<bemacs.log><crash.rtf>


G. Hom
 

Thanks for looking into the problem.  It's an old machine so 8.6.0 is fine.  No other problems with 8.6.2 on my other MBP.

G


On Monday, May 4, 2020, 10:00:00 AM EDT, barry <barry@...> wrote:




On 24 Apr 2020, at 19:34, G. Hom via groups.io <g_hom@...> wrote:

Attached the log file and the crash report. Hope there's useful information there.

V8.6.2 runs fine on macOS 10.14.6. It's not urgent to fix it for High Sierra.

Thanks,

The logs are interesting. The crash is PyQt5/Qt5 code.
It seems that the code detected a run time error and it trying to report it.

I think the only way that I can have things work on High Sierra is to use old
Qt libraries. But in the long run that will build up technical debt for the recent macOS
releases.

I have had no luck findout how to build a High Sierra VM to test with.

Barry






On Thursday, April 23, 2020, 02:19:47 PM EDT, barry <barry@...> wrote:




On 22 Apr 2020, at 23:19, G. Hom via groups.io <g_hom@...> wrote:

Barry -

Just installed V8.6.2 and it crashes on macOS 10.13.6. Install went fine but when I open a file, emacs just terminates. I'm back on 8.6.0 which is fine for me.

Could you take a look in ~/bemacs/bemacs.log to see if there are clues to the crash in there?

I'll see if I can get my had on High Sierra to make a VM to test in.

Barry



GH


On Friday, April 3, 2020, 04:06:50 AM EDT, barry <barry@...> wrote:


Barry's Emacs is available for Linux, Windows and macOS.

There are kits for macOS, Windows, Fedora 32, 31 and 50, Centos 8, 7 6.

Please see http://www.barrys-emacs.org/emacs8.html for the installation instructions.

New in V8.6.2
    * Fix ere-quote to quote "?"
    * Fix and improve dired - works for unix and macOS.
    * Fix for memory leak in Python UI code.
    * Fix macOS bemacs-cli and bemacs_client needed fixes to use the Python
      version from within the /Applications/Barry's Emacs app.
    * Improve p4-diff and p4-change-mode
    * Fix for dired on macOS needed to find files correctly
    * html-mode now colurs <!- html comments -->
    * document maximum-file-read-size

Barry




<bemacs.log><crash.rtf>