emacs-devel
[Top][All Lists]
Advanced

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

Re: Emacs 26 MacOS bugs


From: Alan Third
Subject: Re: Emacs 26 MacOS bugs
Date: Wed, 7 Feb 2018 20:01:07 +0000
User-agent: Mutt/1.9.3 (2018-01-21)

On Tue, Feb 06, 2018 at 03:30:37PM -0500, Noam Postavsky wrote:
> 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.

That fixes it here.
-- 
Alan Third



reply via email to

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