You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've found that ...
With this abbrev - abbrevs['ec'] = 'emacsclient -c -n'
I enter ec filespec at the prompt and expect an emacs frame to pop up. But if the filespec begins with a hidden directory folowed by the filename (ec .Xincludes/xterm for example) this error message is printed -
This appears to only occur if the directory portion of the filespec begins with a dot and the filename immediately follows the directory name. If the directory name is followed by another directory then all is ok.
In other words this results in the error -
ec .thunderbird/profile.ini
while this works as expected
ec .config/autostart/alacritty.desktop
since the in the latter example the .config directory is followed by the autostart directory then the filename.
xonsh is version 14.1 installed via pip
Python 3.10.12
ubuntu 22.04 LTS
The text was updated successfully, but these errors were encountered:
I've found that ...
With this abbrev - abbrevs['ec'] = 'emacsclient -c -n'
I enter ec filespec at the prompt and expect an emacs frame to pop up. But if the filespec begins with a hidden directory folowed by the filename (ec .Xincludes/xterm for example) this error message is printed -
ERROR: Assertion failed: (eq (match-end 0) (length string))
This appears to only occur if the directory portion of the filespec begins with a dot and the filename immediately follows the directory name. If the directory name is followed by another directory then all is ok.
In other words this results in the error -
ec .thunderbird/profile.ini
while this works as expected
ec .config/autostart/alacritty.desktop
since the in the latter example the .config directory is followed by the autostart directory then the filename.
xonsh is version 14.1 installed via pip
Python 3.10.12
ubuntu 22.04 LTS
The text was updated successfully, but these errors were encountered: