help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How do I --debug-init on Android?


From: Po Lu
Subject: Re: How do I --debug-init on Android?
Date: Sat, 09 Dec 2023 16:26:20 +0800
User-agent: Gnus/5.13 (Gnus v5.13)

Esben Stien <b0ef@esben-stien.name> writes:

> I'm starting Emacs like this:
>
> adb shell am start -n org.gnu.emacs/org.gnu.emacs.EmacsActivity
>
> , but run into some problems that I need to debug.
>
> If I try to pass "--debug-init"
>
> adb shell am start -n org.gnu.emacs/org.gnu.emacs.EmacsActivity --es ARGS 
> "--debug-init"
>
> it says:
>
> Starting: Intent { cmp=org.gnu.emacs/.EmacsActivity (has extras) }
>
> , but it doesn't start Emacs with --debug-init.
>
> Is there some other way I should pass this parameter?
>
> Does Emacs on Android even support any parameters.
>
> If it doesn't support parameters, is there any way to pass this in the init 
> file?;)

Options can't be delivered to Emacs through "am"; the procedure for
starting Emacs with --debug-emacs is illustrated in the Android
Troubleshooting node in the Emacs manual.

Thanks.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]