• emacs option key problem

    From Alan B@21:1/5 to All on Mon Oct 14 09:09:39 2024
    I'm using Emacs 29.1 and have been having problems entering characters
    needing the use of the option key, e.g. '#' (option 3). It seems this is
    a known problem and, after a google search, adding the following settings
    to the ~/.emacs file seems to solve the issue.

    (setq mac-option-key-is-meta nil)
    (setq mac-command-key-is-meta t)
    (setq mac-command-modifier 'meta)
    (setq mac-option-modifier nil)

    --
    Cheers, Alan

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)