emacs-devel
[Top][All Lists]
Advanced

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

Re: Android port


From: Po Lu
Subject: Re: Android port
Date: Mon, 06 Mar 2023 07:57:00 +0800
User-agent: Gnus/5.13 (Gnus v5.13)

Angelo Graziosi <angelo.g0@libero.it> writes:

> This still occurs with the last emacs-30.0.50-21-arm64-v8a.apk.. to which 
> "master" it refers?

That one.  So please show a backtrace, thanks.

> BTW, in the init.el I have
>
> ;; Native buffer tabs setup
> (global-tab-line-mode 1)
>
> (setq tab-line-tabs-function 'tab-line-tabs-buffer-groups)
> (setq tab-line-close-tab-function 'kill-buffer)
>
> (set-face-attribute 'tab-line nil
>                     :height 1.0
>                     :inherit 'default)
>
> and when I click tabs to switch/close buffers Emacs crashes (closes) more or 
> less randomly...

Please show a backtrace from the crash.  If you run ``adb logcat'' and
wait for it to print everything, you can grep for:

  *** *** *** ***

the backtrace will follow the asterisks.


reply via email to

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