all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Alan Third <alan@idiocy.org>
To: Noam Postavsky <npostavs@users.sourceforge.net>
Cc: Ben McGinnes <ben@adversary.org>, Emacs developers <emacs-devel@gnu.org>
Subject: Re: Emacs 26 MacOS bugs
Date: Wed, 7 Feb 2018 20:01:07 +0000	[thread overview]
Message-ID: <20180207200107.GA1066@breton.holly.idiocy.org> (raw)
In-Reply-To: <CAM-tV-84KMRSgvt2wSp=zeLOyVGsYUodSPMY-HyVbWdmyZNaYg@mail.gmail.com>

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



  parent reply	other threads:[~2018-02-07 20:01 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-02-06 14:49 Emacs 26 MacOS bugs Richard Stallman
2018-02-06 17:30 ` Noam Postavsky
2018-02-06 23:28   ` Paul Eggert
2018-02-07  3:37     ` Eli Zaretskii
2018-02-10 14:55     ` Uwe Brauer
2018-02-10 15:18       ` Noam Postavsky
2018-02-07  3:52   ` Eli Zaretskii
2018-02-06 19:05 ` Ben McGinnes
2018-02-06 20:30   ` Noam Postavsky
2018-02-06 22:27     ` Ben McGinnes
2018-02-06 22:30       ` Ben McGinnes
2018-02-06 22:50       ` Noam Postavsky
2018-02-07  0:43         ` Ben McGinnes
2018-02-07  1:33           ` Noam Postavsky
2018-02-07  2:13             ` Ben McGinnes
2018-02-07 22:55               ` Alan Third
2018-02-09 16:35                 ` Ben McGinnes
2018-02-09 16:57                   ` Noam Postavsky
2018-02-09 17:22                     ` Ben McGinnes
2018-02-09 18:13                       ` Noam Postavsky
2018-02-10  1:46                         ` Ben McGinnes
2018-02-10  1:47                   ` Alan Third
2018-02-11 13:53                 ` Philipp Stephani
2018-02-11 21:06                   ` Alan Third
2018-02-07 20:01     ` Alan Third [this message]
2018-02-10 15:01     ` Alan Third
2018-02-10 22:45 ` Alan Third
2018-02-11 11:47   ` Alan Third
2018-02-11 15:52     ` Eli Zaretskii
2018-02-11 20:57       ` Alan Third
2018-02-13 19:41         ` Ben McGinnes
2018-02-13 19:46           ` Noam Postavsky
2018-02-11 20:43   ` Richard Stallman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180207200107.GA1066@breton.holly.idiocy.org \
    --to=alan@idiocy.org \
    --cc=ben@adversary.org \
    --cc=emacs-devel@gnu.org \
    --cc=npostavs@users.sourceforge.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.