emacs-devel
[Top][All Lists]
Advanced

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

Re: Android port


From: Angelo Graziosi
Subject: Re: Android port
Date: Sun, 5 Mar 2023 23:03:19 +0100 (CET)

> Il 21/02/2023 18:39 Angelo Graziosi ha scritto:
> 
> 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:
> - 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

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

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...



reply via email to

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