Changes between Initial Version and Version 2 of Ticket #56801


Ignore:
Timestamp:
Jul 12, 2018, 3:07:34 PM (6 years ago)
Author:
mf2k (Frank Schima)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #56801

    • Property Status changed from new to assigned
    • Property Owner set to drkp
  • Ticket #56801 – Description

    initial v2  
    33When opening Emacs through the /Applications/MacPorts/Emacs.app, the PATH environment is incorrect.  Rather than using the macports path, the default system path is used. 
    44
    5 If I run Emacs from a terminal window by typing the command /Applications/MacPorts/Emacs.app/Contents/MacOS/Emacs, the path environment is ok.
     5If I run Emacs from a terminal window by typing the command {{{/Applications/MacPorts/Emacs.app/Contents/MacOS/Emacs}}}, the path environment is ok.
    66
    77Expected:
     8{{{
    89M-! which ssh -> /opt/local/bin/ssh
     10}}}
    911
    1012Actual:
     13{{{
    1114M-! which ssh -> /usr/bin/ssh
     15}}}
    1216
    1317This problem does not exist in emacs-app @25.3_0;  after activating that older issue the paths is correct.  The problem exists in both @26.1_2 and @26.1_3 (other versions not tested).