GithubHelp home page GithubHelp logo

uemacs's People

Contributors

lijie avatar naota avatar penberg avatar tfarina avatar thiagofarina avatar torvalds avatar ulm avatar vonbrand avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

uemacs's Issues

Wrong declaration in dolock?

In dolock, shouldn't the declaration be:
lname[MAXNAME], locker[MAXLOCK + 1]...

Instead of:
lname[MAXLOCK], locker[MAXNAME + 1]...

This causes the function to read an arbitrary 128 bytes from the file instead if 512, which I don't understand why.

Bigger filenames should be limited to 127 for now

I did a quick recheck after last commit setting up NFILEN to 256

  • em crashes when called with filename argument longer than 255 [easy to fix with mystrscpy instead of strcpy]

  • as em variables size are limited to 127+1, longer filenames will create problems with macroes [ex: $cfname holds the filename of current buffer]

  • write-file command can be called with strings up to and longer than 255, so em will create files having up to 255 characters, but can't open them either with find-file command or as argument from command line [LOCK ERROR: cannot access lock file - File name too long]

  • filenames completion works, a manual display refresh [^L] is necessary to clean up the display.

attached is a simple em script I used to generate the files for test: [strip .txt extension]
tstfnam.cmd.txt

I would suggest to limit NFILEN to 128 for now and fix the strcpy of filename arg issue.

What gives open source the right to take away root user?

@torvalds thank you for inspiring the Linux movement. I would place this issue in a better place if I knew where to; This question is simple, "What gives open source the right to take away root user?" termux/termux-app#507 (comment) specifically in regard to the Android operating system. Is Android the most popular derivative of Linux today with billions of users? Probably.

One of many time and resource consuming examples: the way Android selects and corrects text to be recorrected and reselect repeatedly by the user is inline with no root user login to Android rational.

Cheers ☕ 🎸

PS em builds beautifully in an Android smartphone through Arch Linux in Termux PRoot with warnings:

screenshot_20180329-024010

The function unicode_to_utf8 may contain a bug

I may be mistaken, but I think the function unicode_to_utf8 is broken. Although it is able to generate the continuation bytes of the UTF8 sequence, it fails to produce the correct leading byte.

unwanted trailing blank line on save

Please forgive my impertinence, I'm a MicroEMACS noob - didn't start using it until the fall of 1986.

I'm running 4.0.15 on various Linux distros and my work involves a lot of csv files that are getting awk/grep/sed treatment. When I save a file I've edited with MicroEMACS I often find a single newline appended, even if I went nowhere near the end of the file. If I jump to the end, remove the newline, and leave the cursor at the end of the final line with text then I get the expected result.

This should not be difficult to reproduce, I encounter it several times a day. I do not think it's universal, but I can not yet describe the sort of editing that triggers this event.

config

linus Please tell me how to configure and enable line numbers in uemacs

C-s and C-x C-s stops uemacs

When I press C-s or C-x C-s, uemacs stops working, I tried to recompile, but it doesn’t help me (I didn’t change anything in the code), it freezes anyway. Does anyone have the same problem? Has anyone found a solution?

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.