]> git.eshelyaron.com Git - emacs.git/commit
Allow opening more files in emacsclient on Android
authorPo Lu <luangruo@yahoo.com>
Sun, 19 Feb 2023 07:29:46 +0000 (15:29 +0800)
committerPo Lu <luangruo@yahoo.com>
Sun, 19 Feb 2023 07:29:46 +0000 (15:29 +0800)
commitefc46330aa1e3c433246b8a008ffc7f2675369c2
tree8b20cfd7aeb21c5d81817c4f3a0bf5c363ad65b1
parentc8f49c9276d34741bfbe7752dd38391c0b8d782b
Allow opening more files in emacsclient on Android

* java/org/gnu/emacs/EmacsOpenActivity.java (EmacsOpenActivity)
(checkReadableOrCopy): New function.
(onCreate): If the file specified is not readable from C, read
it into a temporary file and ask Emacs to open that.
java/org/gnu/emacs/EmacsOpenActivity.java