Questions tagged [termux]

Termux is a Linux terminal environment for Android. Its package manager provides a terminal version of Emacs.

4 questions
2
votes
1 answer

Info manuals not listed in Termux

I have Emacs installed through Termux. The Emacs manuals (emacs.info.gz, etc.) are located at /data/data/com.termux/files/usr/share/info/. I can open them with find-file. I don't see them with C-h i. The INFOPATH is set in ~/.bashrc: #…
Lorem Ipsum
  • 4,327
  • 2
  • 14
  • 35
1
vote
1 answer

Set custom bashrc or PS1 variable

I'm using, at the terminal on my android device, an simple approach to show the path to my location (export PS1="(\w)$ "). However, the \w seems to not be working in emacs shell emulator running inside termux. That is not really a problem, because I…
siery
  • 241
  • 2
  • 13
1
vote
1 answer

How to build Emacs from sources on Termux

Background: Termux is a Linux terminal environment that runs under Android. It provides a terminal version of Emacs 25.3. However, I would like to build Emacs directly from the master branch in the archive. However, I have stumbled on two…
Lindydancer
  • 6,095
  • 1
  • 13
  • 25
0
votes
1 answer

How can I install Terminfo for GNU Screen on Termux to run Emacs?

When I ssh from my system to termux, my term is ~ $ echo $TERM screen.xterm-256color ..and I can't start Emacs. Seems Termux doesn't like that. If I change it to $ export TERM=xterm-256color , then all is good. Do I need to install terminfo for…
Jason Hunter
  • 519
  • 2
  • 9