Skip to content

First time attempt, issues on ignored args, odd colors  #631

@fxfactorial

Description

@fxfactorial

Trying this out over emacsforosx, installation successful but several issues (really appreciate this effort)

installed with

brew install emacs-plus@30 --with-dbus --with-imagemagick --with-native-comp  --with-poll

on macOS 14.1.2 (23B92)

  1. arguments are ignored. I see that emacs is really a shell wrapper for
#!/bin/bash
exec /usr/local/Cellar/emacs-plus@30/30.0.50/Emacs.app/Contents/MacOS/Emacs "$@"

but whenever I try opening file with emacs foo.go, it ignores the file. Why using bash anyway when default shell in macOS now is zsh, not sure if that's relevant.
2. solarized-dark not working anymore, or wacky different colors. I have load-theme in my ~/.emacs.d/init.el via

(when window-system
  (add-hook 'after-init-hook
    (lambda ()
      (global-hl-line-mode 1)
      (solaire-mode)
      (load-theme 'solarized-dark-high-contrast t))))

but now the colors look wacky off ((list-display..) gives back 550ish colors). I have this come up in messages too I think because of solarized-dark face-spec-set-2: Invalid face box: :line-width, 2, :color, "#002732", :style, unspecified not sure why

  1. Seems like my init is partially ignored? Might be related to 2 insofar as the full script init.el isn't evaled but I have code that injects into scratch buffer a text and now it doesn't happen.
  2. Not showing up in spotlight search, aka CMD+Space. Yes I did the symlink to /Applications and to /Volumes/System.../Applications but still doesn't come up.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions