[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Android port
From: |
Po Lu |
Subject: |
Re: Android port |
Date: |
Wed, 22 Feb 2023 10:30:45 +0800 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Angelo Graziosi <angelo.g0@libero.it> writes:
>> Il 21/02/2023 03:28 Po Lu <luangruo@yahoo.com> ha scritto:
>>
>>
>> Angelo Graziosi <angelo.g0@libero.it> writes:
>>
>> > On GNU/Linux (Mint) I change the size of default (Monospace) font with
>> >
>> > (set-frame-font "Monospace-11" nil t)
>> >
>> > (setq default-frame-alist
>> > '(
>> > ;;(width . 120) ; character
>> > ;;(height . 54) ; lines
>> > ;;(left . (- 0)); pixel
>> > ;;(top . (+ 0)); pixel
>> > ;;(left . 835); pixel
>> > ;;(top . 0); pixel
>> > (font . "Monospace-11") ; font
>> > ))
>> >
>> > in the init.el file. How can I do the same with this android Emacs? I
>> > cannot establish the name of the font it is using...
>>
>> As the manual says, ``Droid Sans Mono''.
>
> Thanks.
>
> I tried the last binaries (emacs-30.0.50-21-arm64-v8a.apk) and copied almost
> the full .emacs.d I have on GNU/Linux (with the elpa/melpa packages etc.).
> The result almost works but there are the following issues:
>
> - some "random" crash (3-4 in few hours)
>
> - when in the init file I have:
>
> (global-auto-revert-mode 1)
>
> the device vibrates and in the minibuffer shows up: "Error while reading
> file system events: try again". So I commented that out
>
> - when i click on the Options menu the minibuffer shows: "Wrong type
> argument: stringp, nil" and the menu does not open. The other menu (File,
> Edit etc open regularly)
>
> - last but not least, the DELETE key on the keyboard does not work.
>
> It seem you have don big step forward!
Please show backtraces for all of those crashes. The options menu works
here, so please show a backtrace from that too (`toggle-debug-on-error'.)
And, what keyboard are you using?
- Re: Android port, (continued)
- Re: Android port, Angelo Graziosi, 2023/02/20
- Re: Android port, Po Lu, 2023/02/20
- Re: Android port, Angelo Graziosi, 2023/02/21
- Re: Android port, Jonathan Kenyon, 2023/02/21
- Re: Android port, Jonathan Kenyon, 2023/02/21
- Re: Android port, Simon Pugnet, 2023/02/21
- Re: Android port, Po Lu, 2023/02/21
- Re: Android port, Jonathan Kenyon, 2023/02/21
- Re: Android port, Po Lu, 2023/02/21
- Re: Android port, Po Lu, 2023/02/21
- Re: Android port,
Po Lu <=
- Re: Android port, Angelo Graziosi, 2023/02/22
- Re: Android port, Angelo Graziosi, 2023/02/22
- Re: Android port, Peter Oliver, 2023/02/19
Re: Android port, Jean Louis, 2023/02/19