Patrick Schoenmakers <[email protected]> writes: > Hi,
Hi Patrick, > ;; GNU Emacs: 25.0.50.1 Tramp: 2.2.11-pre -*- mode: outline; -*- > 09:25:28.763733 tramp-send-command (6) # echo \"$PATH\" 2>/dev/null; > echo tramp_exit_status $? > 09:25:28.815240 tramp-wait-for-regexp (6) # > "/usr/lib64/qt-3.3/bin:/usr/local/bin:/bin:/usr/bin" > tramp_exit_status 0 > > ;; GNU Emacs: 24.2.50.1 Tramp: 2.2.6-pre -*- mode: outline; -*- > 09:38:08.993000 tramp-send-command (6) # echo \"$PATH\" 2>/dev/null; > echo tramp_exit_status $? > 09:38:09.046000 tramp-wait-for-regexp (6) # > "/usr/lib64/qt-3.3/bin:/usr/local/bin:/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/sbin:/u01/oracle/bin:/u01/app/oracle/product/12.1.0/dbhome_1//bin:/usr/local/apache-ant-1.9.3/bin" > tramp_exit_status 0 > > It appears the "echo \"$PATH\" 2>/dev/null;" does not return the > correct path while on emacs 24 it does (this example is using the same > .emacs for both versions) Yes, looks like. I'm not aware that there was a change in Tramp which shall trigger this. Maybe Tramp uses now different login calls, I cannot see it from your traces. So please provide the whole traces for both test runs. Maybe we can see something more. Best regards, Michael. _______________________________________________ Tramp-devel mailing list [email protected] https://lists.gnu.org/mailman/listinfo/tramp-devel
