emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Emacs 26 MacOS bugs


From: Noam Postavsky
Subject: Re: Emacs 26 MacOS bugs
Date: Tue, 6 Feb 2018 15:30:37 -0500

On Tue, Feb 6, 2018 at 2:05 PM, Ben McGinnes <address@hidden> wrote:

> I can't test Sierra (yet), but if it's actually across the board with
> OS X. I can test Mavericks.  I may be able to test Sierra later.

The --no-build-details problem seems pretty straightforward, does the
following fix it? (I'm not sure what the macOS does with the first arg
exactly, i.e., if an empty string is okay there.)

--- i/lisp/term/ns-win.el
+++ w/lisp/term/ns-win.el
@@ -834,7 +834,7 @@ ns-initialized
             (format "Creation of the standard fontset failed: %s" err)
             :error)))

-  (x-open-connection (system-name) x-command-line-resources t)
+  (x-open-connection (or (system-name) "") x-command-line-resources t)

   ;; Add GNUstep menu items Services, Hide and Quit.  Rename Help to Info
   ;; and put it first (i.e. omit from menu-bar-final-items.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]