Coder Social home page Coder Social logo

Comments (5)

ted-cs avatar ted-cs commented on May 2, 2024 5

看不懂,但是我已习惯坐个沙发

from uemacs.

ourway avatar ourway commented on May 2, 2024

I think you should better ask the question on Hacker News.

from uemacs.

Privanom avatar Privanom commented on May 2, 2024

How is this related to uemacs?

from uemacs.

SDRausty avatar SDRausty commented on May 2, 2024

How is this related to uemacs?

The computer build and operating systems that were used at all UI levels; e.g. Android and Termux along with the Arch Linux arm operating system that was used with Termux PRoot to build and use uemacs almost effortlessly on handheld about four years ago in 2018.

from uemacs.

SDRausty avatar SDRausty commented on May 2, 2024

This newly added function should either start uemacs and load files or download source code and build uemacs and load files does NOT work as expected:

function em() { [ -x /usr/bin/make ] || pci base base-devel [ -x \$HOME/bin/uemacs ] && \$HOME/bin/uemacs "\$@" || { { cd && [ -e uemacs ] || gcl https://github.com/torvalds/uemacs ; } && { cd uemacs || exit 69 ; } && printf '%s\\n' "making uemacs" && make && mv em \$HOME/bin/uemacs && \$HOME/bin/uemacs "\$@" ; } }; After making uemacs on an Android smartphone in Termux, uemacs does not load files given as arguments as expected; i.e. the command em .bashrc succeeds if uemacs is already present. While the same command em .bashrc fails if uemacs source code is downloaded, built, the expected to load a file. When this fragment of function em $HOME/bin/uemacs "$@" is run, em fails to the load file; Why?

I have done my best at debugging this in a handheld computer environment yesterday and today; Advice how to get em to load files immediatly after being built in an Android smartphone in TermuxArch is welcome.

from uemacs.

Related Issues (18)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.