Sorry for being so late. It does work with 1.20.1.2 release. Thanks for your answer and time. Regards
Sorry for being so late. Thanks for your answer and time. Regards
Hi, When I run Emacs from a ssh session with X forwarding enabled without disabling double buffering in emacs, I get an empty frame If I disable double buffering in init.el I get a populated frame Code to disable double buffering ;; Disable double buffering ;; See https://emacs.stackexchange.com/questions/41021/emacs-26-1-rc1-display-issues-over-ssh-x11-with-xming-vcxsrv (setq default-frame-alist (append default-frame-alist '((inhibit-double-buffering . t)))) Regards
Hi, When I run Emacs from a ssh session with X forwarding enabled without disabling double buffering in emacs, I get an empty frame If I disable double buffering in init.el I get a populated frame Code to disable double buffering ;; Disable double buffering ;; See https://emacs.stackexchange.com/questions/41021/emacs-26-1-rc1-display-issues-over-ssh-x11-with-xming-vcxsrv (setq default-frame-alist (append default-frame-alist '((inhibit-double-buffering . t)))) Regards
Hi, When I run Emacs from a ssh session with X forwarding enabled without disabling double buffering in emacs, I get an empty frame .png) If I disable double buffering in init.el I get a populated frame .png) Code to disable double buffering ;; Disable double buffering ;; See https://emacs.stackexchange.com/questions/41021/emacs-26-1-rc1-display-issues-over-ssh-x11-with-xming-vcxsrv (setq default-frame-alist (append default-frame-alist '((inhibit-double-buffering . t)))) Regards
DBE (double buffer extension) support