Christian Johansson

Results 9 issues of Christian Johansson

It seems like they only work on asynchronous

If we can figure out a way to handle errors from `(make-thread)` and `(async-start)` then we should be able to permit only one simultaneous operation per remote file, this should...

Emacs tramp does not at the moment support recursive search over tramp i.e. FTP protocol. As with the recursive difference limitation we should provide this feature in this plugin as...

Just like how it works in `dired-mode`, like prefixing a row with a action and then batch run all actions

Two variables could be added that, if specified, would add additional changing of ownership and mode on uploaded files to remote system, is it a good idea?

If you make a change to your `.dir-locals.el` file and have a lot of open buffers inside that path, you need to `revert-buffer` each buffer to get the new variable...

Hello, I have about 50 packages in my use-package configuration and I use the ensure option, my start-up time is very slow, several minutes because use-package connects to elpa.gnu.org and...

### Bug description A workaround for [issue](https://bugs.chromium.org/p/chromedriver/issues/detail?id=3999) in Chromedriver is to replace `sendKeys('[email protected]')` with `sendKeys('a'); keyDown('ALT'); sendKeys('2'); keyUp('ALT'); sendKeys('b.com');` but I can't get this to work with php-webdriver. I am...

bug