µEMACS (ue) on Cygwin/Linux/NetBSD, based on uEmacs/PK (em) from kernel.org. https://rfivet.github.io/uemacs/
Go to file
Renaud ce0f6b9678 README.md edited online with Bitbucket 2014-12-23 07:33:46 +08:00
.gitignore Add ignore file for generated files 2009-07-15 08:44:14 -07:00
Makefile Add mingw32 and wscreen for initial MingGW32 support. 2014-12-22 20:58:30 +08:00
README uemacs: rename 'readme' to 'README' 2010-04-28 07:46:47 -07:00
README.md README.md edited online with Bitbucket 2014-12-23 07:33:46 +08:00
UTF-8-demo.txt Fix the unicode character limit (0 .. 0x10ffff) 2012-09-24 19:44:21 -07:00
ansi.c Finish move of globals into input and random. 2014-12-22 17:43:53 +08:00
basic.c Partial move configuration options out of estruct.h. 2014-12-22 17:44:52 +08:00
basic.h Move global curgoal to basic. 2014-12-22 17:43:11 +08:00
bind.c Finish move of globals into input and random. 2014-12-22 17:43:53 +08:00
bind.h Move edef.h out of bind.h and buffer.h out of edef.h. 2014-12-22 17:41:18 +08:00
bindable.c Finish move of globals into input and random. 2014-12-22 17:43:53 +08:00
bindable.h remove left dependencies to main: bindable functions. 2014-12-22 15:47:33 +08:00
buffer.c Recompile under MinGW32 with base framework for implementing kbd/screen (mingw32 + wscreen). 2014-12-22 20:58:10 +08:00
buffer.h Introduce ekey_t encryption key type and remove need for NKEY length constant. 2014-12-22 20:57:18 +08:00
count.cmd Insure list-buffer can report buffer size up to 99 999 999. 2014-12-22 20:57:09 +08:00
crypt.c Extract struct buffer and struct window from estruct.h. 2014-12-22 16:11:13 +08:00
crypt.h Extract struct buffer and struct window from estruct.h. 2014-12-22 16:11:13 +08:00
defines.h Introduce spat_t as search pattern type and reduce need for NPAT as pattern length constant. 2014-12-22 20:57:26 +08:00
display.c Recompile under MinGW32 with base framework for implementing kbd/screen (mingw32 + wscreen). 2014-12-22 20:58:10 +08:00
display.h Move globals variables to related modules. 2014-12-22 17:42:27 +08:00
ebind.c Assign 'common' functionality to Del, Home and End keys. 2014-12-22 17:44:17 +08:00
ebind.h Move globals defines out of estruct.h. 2014-12-22 17:44:31 +08:00
emacs.hlp Initial import of em-4.0.15-lt 2005-05-31 08:50:56 -07:00
emacs.ps Initial import of em-4.0.15-lt 2005-05-31 08:50:56 -07:00
emacs.rc Show lines with a single helper function, not one byte at a time 2012-07-10 13:38:41 -07:00
estruct.h Recompile under MinGW32 with base framework for implementing kbd/screen (mingw32 + wscreen). 2014-12-22 20:58:10 +08:00
eval.c Recompile under MinGW32 with base framework for implementing kbd/screen (mingw32 + wscreen). 2014-12-22 20:58:10 +08:00
eval.h Recompile under MinGW32 with base framework for implementing kbd/screen (mingw32 + wscreen). 2014-12-22 20:58:10 +08:00
exec.c Recompile under MinGW32 with base framework for implementing kbd/screen (mingw32 + wscreen). 2014-12-22 20:58:10 +08:00
exec.h Limit the scope of docmd. 2014-12-22 20:58:01 +08:00
execute.c Finish move of globals into input and random. 2014-12-22 17:43:53 +08:00
execute.h Move gasave and gacount to execute. 2014-12-22 17:40:12 +08:00
file.c Introduce ekey_t encryption key type and remove need for NKEY length constant. 2014-12-22 20:57:18 +08:00
file.h Explicit use of buffer name type in buffer name creation. 2014-12-22 20:56:49 +08:00
fileio.c Partial move configuration options out of estruct.h. 2014-12-22 17:44:52 +08:00
fileio.h Extract struct buffer and struct window from estruct.h. 2014-12-22 16:11:13 +08:00
flook.c Clean up dependecies on estruct by introducing defines.h. 2014-12-22 16:10:51 +08:00
flook.h Include flook header in spawn instead of redeclaring function. 2014-12-22 16:10:05 +08:00
ibmpc.c Finish move of globals into input and random. 2014-12-22 17:43:53 +08:00
input.c Introduce spat_t as search pattern type and reduce need for NPAT as pattern length constant. 2014-12-22 20:57:26 +08:00
input.h Finish move of globals into input and random. 2014-12-22 17:43:53 +08:00
isearch.c Introduce spat_t as search pattern type and reduce need for NPAT as pattern length constant. 2014-12-22 20:57:26 +08:00
isearch.h Move variable related definition from estruct to eval, and ISRCH related ones to isearch. 2014-12-22 17:35:41 +08:00
line.c $kill returns full copy of kill buffer. 2014-12-22 20:57:54 +08:00
line.h Review visibility of tabsize variable and nextab() macro. 2014-12-22 20:55:56 +08:00
lock.c Recompile on Linux 2014-12-22 17:45:12 +08:00
lock.h Remove includes of estruct.h from all headers. 2014-12-22 17:44:07 +08:00
log.c Extract struct buffer and struct window from estruct.h. 2014-12-22 16:11:13 +08:00
log.h Review return type of log functions. 2014-12-22 16:10:43 +08:00
main.c Recompile under MinGW32 with base framework for implementing kbd/screen (mingw32 + wscreen). 2014-12-22 20:58:10 +08:00
mingw32.c Add mingw32 and wscreen for initial MingGW32 support. 2014-12-22 20:58:30 +08:00
names.c Move standard includes of stdlib and string from edef.h. 2014-12-22 17:41:07 +08:00
names.h Clarify names interface (only used in bind and input). 2014-12-22 15:08:05 +08:00
pklock.c Remove includes of estruct.h from all headers. 2014-12-22 17:44:07 +08:00
pklock.h Remove includes of estruct.h from all headers. 2014-12-22 17:44:07 +08:00
posix.c Review header dependencies 2014-12-22 17:45:24 +08:00
random.c insert-string can insert strings up to 512 characters. 2014-12-22 20:57:47 +08:00
random.h Review visibility of tabsize variable and nextab() macro. 2014-12-22 20:55:56 +08:00
readme.39e Initial import of em-4.0.15-lt 2005-05-31 08:50:56 -07:00
region.c Finish move of globals into input and random. 2014-12-22 17:43:53 +08:00
region.h Move struct region from estruct.t to regiom.h. 2014-12-22 17:35:04 +08:00
retcode.h Add retcode.h missing from commit d17334e3ae. 2014-12-22 16:09:56 +08:00
search.c Introduce spat_t as search pattern type and reduce need for NPAT as pattern length constant. 2014-12-22 20:57:26 +08:00
search.h Introduce spat_t as search pattern type and reduce need for NPAT as pattern length constant. 2014-12-22 20:57:26 +08:00
shell.cmd Initial import of em-4.0.15-lt 2005-05-31 08:50:56 -07:00
spawn.c Recompile under MinGW32 with base framework for implementing kbd/screen (mingw32 + wscreen). 2014-12-22 20:58:10 +08:00
spawn.h split efunc into corresponding headers. 2014-12-22 14:46:16 +08:00
tcap.c curses.h now comes in standard include directory on Cygwin. 2014-12-22 21:24:47 +08:00
terminal.h Move globals defines out of estruct.h. 2014-12-22 17:44:31 +08:00
termio.c Recompile under MinGW32 with base framework for implementing kbd/screen (mingw32 + wscreen). 2014-12-22 20:58:10 +08:00
termio.h Partial move configuration options out of estruct.h. 2014-12-22 17:44:52 +08:00
tststr.cmd $kill returns full copy of kill buffer. 2014-12-22 20:57:54 +08:00
utf8.c utf8: make sure to honor the array length properly 2012-07-10 17:56:53 -07:00
utf8.h clean up line dependencies. 2014-12-22 14:45:55 +08:00
version.h Align program name between Makefile and version.h 2014-12-22 15:48:37 +08:00
vmsvt.c Finish move of globals into input and random. 2014-12-22 17:43:53 +08:00
vt52.c Finish move of globals into input and random. 2014-12-22 17:43:53 +08:00
window.c Finish move of globals into input and random. 2014-12-22 17:43:53 +08:00
window.h Move global window pointers to window and global keyboard variables to input. 2014-12-22 17:40:38 +08:00
word.c Move globals defines out of estruct.h. 2014-12-22 17:44:31 +08:00
word.h Move paragraph related function from basic.c to word.c. 2014-12-22 17:36:06 +08:00
wrapper.c Recompile under MinGW32 with base framework for implementing kbd/screen (mingw32 + wscreen). 2014-12-22 20:58:10 +08:00
wrapper.h cleanup usage and wrapper 2014-12-22 14:04:17 +08:00
wscreen.c Add mingw32 and wscreen for initial MingGW32 support. 2014-12-22 20:58:30 +08:00
wscreen.h Add mingw32 and wscreen for initial MingGW32 support. 2014-12-22 20:58:30 +08:00

README.md

README

Cigue is ue on Cygwin, based on uEmacs/PK from kernel.org.

What is this repository for?

How do I get set up?

  • Summary of set up
  • Configuration
  • Dependencies
  • Database configuration
  • How to run tests
  • Deployment instructions

Contribution guidelines

  • Writing tests
  • Code review
  • Other guidelines

Who do I talk to?

  • Repo owner or admin
  • Other community or team contact