help-gnu-emacs
[Top][All Lists]
Advanced

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

[SOLVED] (was: MacOS 1015: problem with emacsforosx, does not read every


From: Uwe Brauer
Subject: [SOLVED] (was: MacOS 1015: problem with emacsforosx, does not read everything in my init file)
Date: Sun, 11 Apr 2021 10:25:22 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

>>> "UB" == Uwe Brauer <oub@mat.ucm.es> writes:

> Hi

> That is a strange problem, when start emacsforosx, it seems to read and
> load everything from my init file, save the following lines

> (when (eq system-type 'darwin)
>   (setq mac-right-option-modifier nil)
>   (setq mac-right-control-modifier 'control)
>   (setq mac-command-modifier 'meta)
>   (setq mac-option-modifier 'super)
>   (setq mac-control-modifier 'hyper)
>   (setq default-directory "/Users/oub/")
>   )

> However when I jump to the end of the closing parenthesis and type 
> eval-last-sexp, the code is executed and everything is fine.

Thanks to Stefan Moser, I found a solution: one has to write a small
script and place it in /usr/local/bin to start emacs from the command line.

Attachment: smime.p7s
Description: S/MIME cryptographic signature


reply via email to

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