emacs-devel
[Top][All Lists]
Advanced

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

Re: Why have you disable mouse on TTY builds?


From: Angelo Graziosi
Subject: Re: Why have you disable mouse on TTY builds?
Date: Sun, 5 Jan 2025 01:16:08 +0100
User-agent: Mozilla Thunderbird



Il 05/01/2025 01:02, Angelo Graziosi ha scritto:
Few weeks ago I built Emacs master for TTY om MSYS2 and without any settings in the init.el file Emacs and mouse worked on Windows Terminal. Few minutes ago I did another TTY build and mouse stopped to work. I had to re-add this

   (require 'mouse)
   (require 'mwheel)
   (unless window-system
   (xterm-mouse-mode t)
   (mouse-wheel-mode t))

to the init.el..

WHY?


BTW, the TTY(*) build shows the following warning

$ grep -i warning emacs-master-tty-x86_64-20250104_115339-release-build.log
ac-wrapper: autoreconf: warning: auto-detected versions not found ( ); falling back to latest available
checking whether C compiler handles -Werror -Wunknown-warning-option... no
checking for C compiler option to allow warnings... -Wno-error
configure: WARNING: libattr development library was not found or not usable.
configure: WARNING: GNU Emacs will be built without xattr support.
dynamic-setting.el:59:12: Warning: the function ‘reconsider-frame-fonts’ is not known to be defined.
image.el:620:19: Warning: reference to free variable ‘image-scaling-factor’
image.el:1328:53: Warning: reference to free variable ‘image-recompute-map-p’ image.el:1368:53: Warning: reference to free variable ‘image-recompute-map-p’ image.el:1399:53: Warning: reference to free variable ‘image-recompute-map-p’ image.el:1412:53: Warning: reference to free variable ‘image-recompute-map-p’ term/android-win.el:64:4: Warning: the function ‘x-handle-args’ is not known to be defined.
w32-fns.el:55:16: Warning: reference to free variable ‘w32-system-shells’
w32-fns.el:99:9: Warning: reference to free variable ‘w32-allow-system-shell’ dired.el:5365:38: Warning: the function ‘tool-bar--image-expression’ is not known to be defined.
  ELC      emacs-lisp/warnings.elc
net/eww.el:1445:35: Warning: reference to free variable ‘image-scaling-factor’ net/shr.el:1297:51: Warning: reference to free variable ‘image-scaling-factor’ net/shr.el:2079:49: Warning: reference to free variable ‘image-scaling-factor’ org/org.el:20935:15: Warning: the function ‘dnd-open-local-file’ might not be defined at runtime.
./emacs-lisp/warnings.el
./emacs-lisp/warnings.elc

Thanks,
  Angelo.

---
(*) For MSYS2 build see https://github.com/msys2/MSYS2-packages/tree/master/emacs



reply via email to

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