-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
ess-synchronize-dirs causes an error because (ess-command ess-getpwd-command) fails. That fails because Stata echoes the command in the *ess-get-words* buffer used by ess-command.
Two possibilities:
1: remove ess-synchronize-dirs from ess-idle-timer-functions and do without the functionality
2: edit ess-command to check comint-process-echoes and behave accordingly.
Option 1 is easy. Option 2 is better but more difficult, as the existing code seems to be written without taking the possibility of echoed input into account.
Metadata
Metadata
Assignees
Labels
No labels