Normally I am able to use tramp just fine to edit files and browse through the remote file system through SSH. Though at seemingly random times I would lose the ability to browse remote folders in emacs.
I get the error message:
Wrong type argument: number-or-marker-p, //DIRED-OPTIONS//
I've tried doing a clean reinstall of emacs without any customizations and the error still happens.
Also sometimes the error happens after browsing 1 or 2 directories while other times I'm able to do five or six directories before the error will appear.
Edit: I'm using Emacs 23.3 running on OS X 10.6.8
Edit 2: While I'm still going through the tramp debug log A couple of other pieces of information.
- After the error I'm still able to use tramp of open and save files, just not view directory listings.
- It seems to happen only when I save to a directory that is version controlled using git.
- In the debug log the directory contents are listed out but it is not being outputted to the user
- The directory listing inside the debug log show ^M (I usually notice this in the emacs info bar when editing files that have been versioned in git) even when I try to access a non-version controlled directory