Modern tools.
Traditional dedication.
Home
| Purpose
| Linux
| Products
| Legality
| Special
| Downloads
| Articles
| Contact
![]()
| aee | 2.2.15b | Artistic | An easy to use text editor. | An easy to use text editor. Intended to be usable with little or no instruction. Provides both a terminal (curses based) interface and native X-Windows interface (in which case the executable is called xae). Features include pop-up menus, journalling (to recover from system crash or loss of connection), cut-and-paste, multiple buffers (associated with files or not), and much more. |
| bbdb | 2.34 | GPL | The Insidious Big Brother Database | BBDB is a rolodex-like database program for GNU Emacs which is tightly integrated with the Emacs mail and news readers (Gnus, MH-E, and RMAIL.) |
| conglomerate | 0.7.12 | GPL | A structural XML document editor | Conglomerate is an XML editor for GNOME, aiming to be as user-friendly as possible, to help non-technical people to use DocBook and similar formats. |
| cooledit | 3.17.7 | GPL | Full featured multiple window programmer's text editor | Full-featured X Window text editor; multiple edit windows; 3D Motif-ish look and feel; shift-arrow and mouse text highlighting; column text highlighting and manipulation; color syntax highlighting for various sources; buildin Python interpretor for macro program.; interactive graphical debugger - interface to gdb; key for key undo; macro recording; regular expression search and replace; pull-down menus; drag and drop; interactive man page browser; run make and other shell commands with seamless shell interface; redefine keys with an easy interactive key learner; full support for proportional fonts; |
| ctags | 5.5.2 | GPL | Generates an index (or "tag") file for objects found in source files. | The ctags program generate an index (or "tag") file for C, C++, Eiffel, Fortran, and Java language objects found in files. This tag file allows these items to be quickly and easily located by a text editor or other utility. A "tag" signifies a language object for which an index entry is available (or, alternatively, the index entry created for that object). Alternatively, ctags can generate a cross reference file which lists, in human readable form, information about the various source objects found in a set of language files. |
| e3 | 2.43 | GPL | E3 is a tiny editor, well suited for rescue disks. | E3 is teeny tiny editor that doesn't depend on any libs. e3 uses subset of wordstar|emacs|pico|vi|nedit commands. Author: Albrecht Kleine <kleine@ak.sax.de> |
| emacs | 21.3 | GPL | The libraries needed to run the GNU Emacs text editor | Emacs is a powerful, customizable, self-documenting, modeless text editor. Emacs contains special code editing features, a scripting language (elisp), and the capability to read mail, news and more without leaving the editor. This package includes the libraries you need to run the Emacs editor, so you need to install this package if you intend to use Emacs. You also need to install the actual Emacs program package (emacs-nox or emacs-X11). Install emacs-nox if you are not going to use the X Window System; install emacs-X11 if you will be using X. |
| emacs-auctex | 11.14 | GPL | Enhanced LaTeX mode for GNU Emacs | AUC TeX is a comprehensive, customizable, integrated environment for writing, editing and processing input files for LaTeX using GNU Emacs. |
| emacs-browse-kill-ring | 1.3 | GPL | Interactively insert items from kill-ring | Ever feel that 'C-y M-y M-y M-y ...' is not a great way of trying to find that piece of text you know you killed a while back? Then browse-kill-ring is for you. |
| emacs-chess | 2.0b3 | GPL | A client and library for playing Chess from Emacs. | Chess.el does not know how to play chess against you. While the library does know all legal moves, there is no "thinking" module. For this, you must download one of the publically available chess engines, such as gnuchess, crafty or phalanx. You will find all of these sufficiently challenging, I'm sure. Once they are installed, chess.el will use them, provided the locations of the binaries is on your PATH. |
| emacs-eieio | 0.17 | GPL | Enhanced Integration of Emacs Interpreted Objects | EIEIO is an Emacs lisp program which implements a controlled object-oriented programming methodology following the CLOS standard. EIEIO also has object browsing functions, and custom widget types. It has a fairly complete manual descrbing how to use it. EIEIO also supports the byte compiler for Emacs and XEmacs. Because of the nature of byte compiling, EIEIO is picky about the version of emacs you are running. It supports Emacs 19.2x+, Emacs 20.x, and XEmacs 19.1x. Byte compiling EIEIO is VERY IMPORTANT if performance is important. EIEIO supports documentation generation. If you write an OO API to something, the eieio-doc functions will write your texinfo manual for you. (Just make sure you use the documentation features of class slots while authoring your software.) |
| emacs-el | 21.3 | GPL | The sources for elisp programs included with Emacs | Emacs-el contains the emacs-elisp sources for many of the elisp programs included with the main Emacs text editor package. You need to install emacs-el only if you intend to modify any of the Emacs packages or see some elisp examples. |
| emacs-elib | 1.0 | GPL | Emacs Lisp Library | The Emacs Lisp Library. |
| emacs-erc | 3.0 | GPL | ERC is an IRC (Internet Relay Chat) client program for Emacs. | ERC is an IRC client for Emacs/XEmacs. It supports multiple channel presence, elaborate faces' setup, pals' list, and some other nice features. It's capabilities should be sufficient for most of IRChatters. |
| emacs-hachette | 1.5 | GPL | Lookup a word on the Hachette's online french dictionary under Emacs | Lookup a word on the Hachette's online french dictionary under Emacs or Xemacs. |
| emacs-htmlize | 0.67 | GPL | HTML-ize font-lock buffers | This package analyses the text properties of the buffer and converts them, along with the text, to HTML. |
| emacs-jde | 2.3.2 | GPL | The Java Development Environment for Emacs (JDEE) | The Java Development Environment for Emacs (JDEE) is an Emacs Lisp package that interfaces Emacs to third-party Java application development tools, such as those provided by JavaSoft's Java Development Kit (JDK). The result is an integrated development environment (IDE) comparable in power to many commercial Java IDEs. |
| emacs-leim | 21.3 | GPL | Emacs Lisp code for input methods for internationalization | The Emacs Lisp code for input methods for various international character scripts. |
| emacs-mode-compile | 2.27 | GPL | Smart command for compiling files according to major-mode. | Provide `mode-compile' function as a replacement for the use of `compile' command which is very dumb for creating it's compilation command (use "make -k" by default). `mode-compile' is a layer above `compile'; Its purpose is mainly to build a smart compile-command for `compile' to execute it. This compile-command is built according to number of parameters: - the major-mode. - presence or not of a makefile in current directory. - the buffer-file-name and extension. - what is in the current buffer (`main' function,"#!/path/shell", ...). - and more ... Most of these parameters are higly customizable through Emacs Lisp variables (to be set in your .emacs or through Customization menu). Running mode-compile after an universal-argument (C-u) allows remote compilations, user is prompted for a host name to run the compilation command on. Another function provided is `mode-compile-kill' which terminate a running compilation session launched by `mode-compile'. |
| emacs-mpg123 | 1.24 | GPL | A front-end program to mpg123 under Emacs/XEmacs. | A front-end program to mpg123 under Emacs/XEmacs. |
| emacs-nox | 21.3 | GPL | The Emacs text editor without support for the X Window System | Emacs-nox is the Emacs text editor program without support for the X Window System. You need to install this package only if you plan on exclusively using Emacs without the X Window System (emacs-X11 will work both in X and out of X, but emacs-nox will only work outside of X). You'll also need to install the emacs package in order to run Emacs. |
| emacs-php-mode | 102 | GPL | Major mode for editing PHP code | Major mode for editing PHP code |
| emacs-psgml | 1.2.5 | GPL | A GNU Emacs major mode for editing SGML documents. | Emacs is an advanced and extensible editor. An Emacs major mode customizes Emacs for editing particular types of text documents. PSGML is a major mode for SGML (a markup language) documents. PSGML provides several functionalities for editing SGML documents: indentation according to element nesting depth and identification of structural errors (but it is not a validating SGML parser); menus and commands for inserting tags with only the contextually valid tags; attribute values can be edited in a separate window with information about types and defaults; structure based editing includes movement and killing; and also several commands for folding editing. |
| emacs-semantic | 1.4 | GPL | Semantic Bovinator | The Semantic Bovinator is a lexer, parser-generator, and parser. It is written in Emacs Lisp and is customized to the way Emacs thinks about language files, and is optimized to use Emacs' parsing capabilities. The Semantic Bovinator's goal is to provide an intermediate API for authors of language agnostic tools who want to deal with languages in a generic way. It also provides a simple way for Mode Authors who are expert's in their language, to provide a parser for those tool authors, without knowing anything about those tools. |
| emacs-speedbar | 0.14 | GPL | Speedbar for Emacs | Speedbar is an Emacs Lisp program which allows you to create a special skinny frame with a specialized directory listing in it. This listing will have both directories and filtered files in it. You can then load files into your emacs frame, or expand the files to display all the tags that are in them and jump to those tags. You can also expand multiple directories into your speedbar frame. |
| emacs-tdtd | 0.7.1 | GPL | A GNU Emacs major mode for editing DTDs. | Emacs is an advanced and extensible editor. An Emacs major mode customizes Emacs for editing particular types of text documents. This package contains an emacs major mode for editing SGML and XML DTDs. |
| emacs-tnt | 2.4 | GPL | Emacs based AOL Instant Message Client | TNT is an Emacs client for AIM, AOL's free instant messaging service. Using TNT, you can, from the comfort of your Emacs window, check whether friends and coworkers are online, send them "instant messages", and join them in multi-party private chat sessions. Unlike the official AIM clients, TNT is designed to be functional rather than pretty, easy to use rather than easy to learn. It doesn't have a graphical user interface, fancy artwork, or other random fluff. Instead, like other emacs extensions, it has a keyboard-driven, text-based interface. TNT is AIM for grownups ;-). |
| emacs-tramp | 20020411 | GPL | Transparent Remote (file) Access, Multiple Protocol | TRAMP stands for `Transparent Remote (file) Access, Multiple Protocol'. This package provides remote file editing, similar to ange-ftp and EFS. The difference is that ange-ftp uses FTP to transfer files between the local and the remote host, whereas TRAMP uses a combination of rsh and rcp or other work-alike programs, such as ssh/scp. |
| emacs-url-el | 2001.11.08 | GPL | URL library for use by emacs-w3 | This library for manipulation of URLs was broken out of w3-el sometime before the release of Emacs 21. This is the elisp source of emacs-url. |
| emacs-w3-el | 4.0 | GPL | Web Browser sources for GNU Emacs | A full-featured web browser, written entirely in Emacs-Lisp, that supports all the bells and whistles in use on the web today: frames, tables, stylesheets, and much more. Supports asynchronous connections, allowing users to browse numerous sites concurrently, while others continue to download. Tight integration with the standard Emacs mail and news reading packages allows easy sharing of information. Since Emacs is first and foremost the most powerful editor around, the information you uncover on the web can immediately be put to work. Yet another reason to never leave Emacs. This is the elisp source. |
| emacs-X11 | 21.3 | GPL | The Emacs text editor for the X Window System | Emacs-X11 includes the Emacs text editor program for use with the X Window System (it provides support for the mouse and other GUI elements). Emacs-X11 will also run Emacs outside of X, but it has a larger memory footprint than the 'non-X' Emacs package (emacs-nox). Install emacs-X11 if you're going to use Emacs with the X Window System. You should also install emacs-X11 if you're going to run Emacs both with and without X (it will work fine both ways). You'll also need to install the emacs package in order to run Emacs. |
| fte | 20020318 | GPL | FTE Text Editor (programmer oriented) | FTE is a Text Mode text editor for xterm sessions. Color syntax highlighting for C/C++, REXX, HTML, IPF, PERL, Ada, Pascal, TEX. Multiple file/window editing, Column blocks, configurable menus and keyboard bindings, mouse support, undo/redo, regular expression search and replace, folding, background compiler execution. |
| gedit | 2.4.1 | GPL | GEdit is a small but powerful text editor for GNOME. | gEdit is a small but powerful text editor designed expressly for GNOME. It includes such features as split-screen mode, a plugin API, which allows gEdit to be extended to support many features while remaining small at its core, multiple document editing through the use of a 'tabbed' notebook and many more functions. |
| gedit-plugins | 2.3.5 | GPL | Extra plugins for gedit. | gEdit is a small but powerful text editor designed expressly for GNOME. It includes such features as split-screen mode, a plugin API, which allows gEdit to be extended to support many features while remaining small at its core, multiple document editing through the use of a 'tabbed' notebook and many more functions. This package contains some extra plugins for gEdit, extending gEdit functionality. |
| ghex | 2.5.0 | GPL | GNOME Hexadecimal Editor | GHex allows the user to load data from any file, view and edit it in either hex or ascii. A must for anyone playing games that use non-ascii format for saving. |
| gnuserv | 3.12.6 | GPL | Allows you to attach to an already running Emacs | gnuserv allows you to attach to an already running Emacs. This allows external programs to make use of Emacs' editing capabilities. It is like GNU Emacs' emacsserver/server.el, but has many more features. You do not need this package if you use XEmacs; it already includes gnuserv and gnuclient. If you want to use gnuserv with both GNU Emacs and XEmacs, you will only be able to use the alternative /usr/bin/gnuclient with one flavor of emacs; you will have to use either gnuclient.xemacs or gnuclient.emacs for the other flavor. |
| gtksourceview | 0.7.0 | GPL | Source code viewing library. | GtkSourceview is a library that adds syntax highlighting, line numbers, and other programming-editor features. GtkSourceView specializes these features for a code editor. |
| gtranslator | 1.0 | GPL | Translation (.po) file editor with many features | gtranslator is a comfortable po file editor with many bells and whistles. It features many useful function which ease the work of translators of po files immenantly. |
| GXedit | 1.23 | GPL | A multi-function text editor using GTK+ | Here is a fast, easy-to-use editor which is both network- oriented and very secure. GXedit is a graphical text editor which features a toolbar, network bar and tooltips, spell checking, inline help, the ability to send text as e-mail, macros and more. GXedit was designed to balance these and many other features without becoming too bloated. You'll need GTK+ to use GXedit. |
| hexedit | 1.2.9 | GPL | View and edit files in hexadecimal or in ASCII | hexedit shows a file both in ASCII and in hexadecimal. The file can be a device as the file is read a piece at a time. You can modify the file and search through it. |
| jed | 0.99.16 | GPL | A fast, compact editor based on the slang screen library. | Jed is a fast, compact editor based on the slang screen library. Jed features include emulation of the Emacs, EDT, WordStar and Brief editors; support for extensive customization with slang macros, colors, keybindings, etc.; and a variety of programming modes with syntax highlighting. You should install jed if you've used it before and you like it, or if you haven't used any text editors before and you're still deciding what you'd like to use. You'll also need to have slang installed. |
| jed-common | 0.99.16 | GPL | Files needed by any Jed editor. | The jed-common package contains files (such as .sl files) that are needed by any jed binary in order to run. |
| jed-xjed | 0.99.16 | GPL | The X Window System version of the Jed text editor. | Xjed is a version of the Jed text editor that will work with the X Window System. You should install xjed if you like Jed and you'd like to use it with X. You'll also need to have the X Window System installed. |
| joe | 2.9.8 | GPL | An easy to use, modeless text editor | Joe is an easy to use, modeless text editor which would be very appropriate for novices. Joe uses the same WordStar keybindings used in Borland's development environment. You should install joe if you've used it before and you liked it, or if you're still deciding what text editor you'd like to use, or if you have a fondness for WordStar. If you're just starting out, you should probably install joe because it is very easy to use. |
| katoob | 0.3.5 | GPL | Light weight multilingual text editor that uses gtk2 | Katoob is a light weight, multi lingual, BIDI-aware texteditor. It sup- ports opening and saving files in multiple encodings. The main support was for Arabic language but more languages are currently supported. |
| libCw1 | 3.17.7 | GPL | Shared library files for cooledit | Shared library files for cooledit. |
| libgtksourceview-1.0_0 | 0.7.0 | GPL | Source code viewing library | GtkSourceview is a library that adds syntax highlighting, line numbers, and other programming-editor features. GtkSourceView specializes these features for a code editor. |
| manedit | 0.5.10 | GPL | UNIX manual pages editor | ManEdit was created due to a lack of editors for UNIX manual pages, since users expect each UNIX program/configuration/api/etc to have a manual page the lack of an editor and the high demand for what it should create eventually lead to this (long overdue) application. Although most resourced developers can create a source document using a much more advanced editor and then export to multiple file formats, the average UNIX contributor isn't up to that. Even the creators of this application were intimidated at the UNIX manual page creation process. So to make computers and life simpler, we created ManEdit, the Manual Page Editor and Viewer. It features: - XML Interface and Multiple Sectional Editing - Instant preview feature and stand-alone viewer/browser - Drag and Drop system and templates for easy mass production |
| mlview | 0.6.2 | GPL | Tree oriented XML editor for GNOME | MlView is a generic XML editor for the GNOME environment. |
| Moleskine | 0.7.9 | GPL | Moleskine - A source code editor for the GNOME desktop | Moleskine is a source code editor for the GNOME desktop. I want to make it as powerful and flexible as NEdit <www.nedit.org>, my current favourite editor (I have no problems with it, I only wanted a GNOME editor... GTK+ looks better than Motif/Lesstif ;-) ). |
| nano | 1.3.1 | GPL | Nano is a tiny console text editor that aims to emulate Pico | nano (Nano's ANOther editor) is the editor formerly known as TIP (TIP Isn't Pico). It aims to emulate Pico as closely as possible while also offering a few enhancements. Build Options: --with tiny builds a minimal editor without extra functionality |
| nedit | 5.3 | GPL | A text editor for the X Window System | NEdit is a multi-purpose text editor for the X Window System, which combines a standard, easy to use, graphical user interface with the thorough functionality and stability required by users who edit text eighthours a day. It provides intensive support for development in a wide variety of languages, text processors, and other tools, but at the same time can be used productively by just about anyone who needs to edit text. |
| poedit | 1.2.5 | MIT | Gettext translation file editor in wxGTK interface | poEdit is cross-platform gettext catalogs (.po files) editor. It is built with wxWindows toolkit and can run on Unix or Windows. It aims to provide convenient way of editing gettext catalogs. It features UTF-8 support, fuzzy and untranslated records highlighting, whitespaces highlighting, references browser, headers editing and can be used to create new catalogs or update existing catalogs from source code by single click. Build Options: --with semistatic Link statically with wxGTK and libdb |
| preview-latex-common | 0.7.8 | GPL | Emacs/LaTeX inline preview (LaTeX style and docs) | Does your neck hurt from turning between previewer windows and the source too often? This Elisp/LaTeX package will render your displayed LaTeX equations right into the editing window where they belong. This package contains the LaTeX style files and the documentation. |
| preview-latex-emacs | 0.7.8 | GPL | Emacs/LaTeX inline preview (GNU Emacs lisp files) | Does your neck hurt from turning between previewer windows and the source too often? This Elisp/LaTeX package will render your displayed LaTeX equations right into the editing window where they belong. This package contains the lisp modules for GNU Emacs 21.1 or higher. |
| preview-latex-xemacs | 0.7.8 | GPL | Emacs/LaTeX inline preview (XEmacs lisp files) | Does your neck hurt from turning between previewer windows and the source too often? This Elisp/LaTeX package will render your displayed LaTeX equations right into the editing window where they belong. This package contains the lisp modules for XEmacs 21.1 or higher. |
| qemacs | 0.3 | LGPL | A small heavy featured editor | QEmacs (for Quick Emacs) is a very small but powerful UNIX editor. It has features that even big editors lack : - Full screen editor with an Emacs look and feel with all Emacs common features: multi-buffer, multi-window, command mode, universal argument, keyboard macros, config file with C like syntax, minibuffer with completion and history. - Can edit files of hundreds of Megabytes without being slow by using a highly optimized internal representation and by mmaping the file. - Full UTF8 support, including bidirectional editing respecting the Unicode bidi algorithm. Arabic and Indic scripts handling (in progress). - WYSIWYG HTML/XML/CSS2 mode graphical editing. Also supports lynx like rendering on VT100 terminals. - WYSIWYG DocBook mode based on XML/CSS2 renderer. - C mode: coloring with immediate update. Emacs like auto-indent. - Shell mode: colorized VT100 emulation so that your shell work exactly as you expect. Compile mode with next/prev error. - Input methods for most languages, including Chinese (input methods come from the Yudit editor). - Hexadecimal editing mode with insertion and block commands. Unicode hexa editing of UTF8 files also supported. - Works on any VT100 terminals without termcap. UTF8 VT100 support included with double width glyphs. - X11 support. Support multiple proportionnal fonts at the same time (as XEmacs). X Input methods supported. Xft extension supported for anti aliased font display. - Small! Full version (including HTML/XML/CSS2/DocBook rendering): 150KB big. Basic version is 49KB. |
| scite | 1.58 | BSD | GTK text editor based on scintilla | SciTE is a GTK based single-document editor. While its features are limited, its main purpose is to show off scintilla, an extensible text highlighting and formatting engine. |
| screem | 0.9.3 | GPL | Site CReating and Editing EnvironMent | SCREEM (Site CReating and Editing EnvironMent) is an integrated development environment for the creation and maintenance of websites and pages. It is not a WYSIWYG editor; you are provided with raw html source in its editor window instead. Build options: --with plf Enable socks V5 support |
| sed | 4.0.9 | GPL | A GNU stream text editor. | The sed (Stream EDitor) editor is a stream or batch (non-interactive) editor. Sed takes text as input, performs an operation or set of operations on the text and outputs the modified text. The operations that sed performs (substitutions, deletions, insertions, etc.) can be specified in a script file or from the command line. |
| TeXmacs | 1.0.3.3 | GPL | A wysiwyg mathematical text editor | GNU TeXmacs is a free scientific text editor, which was both inspired by TeX and GNU Emacs. The editor allows you to write structured documents via a wysiwyg (what-you-see-is-what-you-get) and user friendly interface. New styles may be created by the user. The program implements high-quality typesetting algorithms and TeX fonts, which help you to produce professionally looking documents. The high typesetting quality still goes through for automatically generated formulas, which makes TeXmacs suitable as an interface for computer algebra systems. TeXmacs also supports the Guile/Scheme extension language, so that you may customize the interface and write your own extensions to the editor. TeXmacs currently runs on PC's and PPC's under Gnu/linux (a >200MHz processor and >32Mb of memory are recommended) and on sun computers. Converters exist for TeX/LaTeX and they are under development for Html/Mathml/Xml. In the future, TeXmacs is planned to evoluate towards a complete scientific office suite, with spreadsheet capacities, a technical drawing editor and a presentation mode. |
| vigor | 0.016 | GPL | The popular Unix editor vi with the addition of the Vigor Assistant | Based on the User Friendly comic strip storyline from 4 January to 14 January, Vigor brings all the features of traditional Unix vi, plus the friendly and helpful Vigor Assistant. (If you aren't familiar with User Friendly the Comic Strip, quit bothering with Vigor and go out and look there first. It's well w orth the trip! Don't worry, we'll wait.) Enter the world of Vigor! Come, join us, watch the paperclip, don't be afraid... |
| vile | 9.4 | GPL | Vi compatible text editor | vile is a text editor which is extremely compatible with vi in terms of "finger feel". in addition, it has extended capabilities in many areas, notably multi-file editing and viewing, key rebinding, real X window system support, an optional embedded perl interpreter, and robust support for non-Unix hosts. |
| vim-common | 6.2 | Charityware | The common files needed by any version of the VIM editor. | VIM (VIsual editor iMproved) is an updated and improved version of the vi editor. Vi was the first real screen-based editor for UNIX, and is still very popular. VIM improves on vi by adding new features: multiple windows, multi-level undo, block highlighting and more. The vim-common package contains files which every VIM binary will need in order to run. |
| vim-enhanced | 6.2 | Charityware | A version of the VIM editor which includes recent enhancements. | VIM (VIsual editor iMproved) is an updated and improved version of the vi editor. Vi was the first real screen-based editor for UNIX, and is still very popular. VIM improves on vi by adding new features: multiple windows, multi-level undo, block highlighting and more. The vim-enhanced package contains a version of VIM with extra, recently introduced features like Python and Perl interpreters. Install the vim-enhanced package if you'd like to use a version of the VIM editor which includes recently added enhancements like interpreters for the Python and Perl scripting languages. You'll also need to install the vim-common package. |
| vim-minimal | 6.2 | Charityware | A minimal version of the VIM editor. | VIM (VIsual editor iMproved) is an updated and improved version of the vi editor. Vi was the first real screen-based editor for UNIX, and is still very popular. VIM improves on vi by adding new features: multiple windows, multi-level undo, block highlighting and more. The vim-minimal package includes a minimal version of VIM, which is installed into /bin/vi for use when only the root partition is present. |
| vim-X11 | 6.2 | Charityware | The VIM version of the vi editor for the X Window System. | VIM (VIsual editor iMproved) is an updated and improved version of the vi editor. Vi was the first real screen-based editor for UNIX, and is still very popular. VIM improves on vi by adding new features: multiple windows, multi-level undo, block highlighting and more. VIM-X11 is a version of the VIM editor which will run within the X Window System. If you install this package, you can run VIM as an X application with a full GUI interface and mouse support. Install the vim-X11 package if you'd like to try out a version of vi with graphics and mouse capabilities. You'll also need to install the vim-common package. |
| xcoral | 3.42b | GPL | Programmable text editor for Unix users. | Xcoral is a multiwindow mouse-based text editor for the X Window System. Syntax highlighting (C, C++, Java, LaTeX) and auto-indentation are available. A built-in browser enables you to navigate through C functions, C++ and Java classes, methods and files. A SMall Ansi C Interpreter (Smac) is also built-in to dynamically extend the editor's possibilities (user functions, key bindings, modes etc). |
| xemacs | 21.4.14 | GPL | An X Window System based version of GNU Emacs. | XEmacs (and regular GNU Emacs, too) is a self-documenting, customizable, extensible, real-time display editor. XEmacs is self-documenting because at any time you can type in control-h to find out what your options are or to find out what a command does. XEmacs is customizable because you can change the definitions of XEmacs commands to anything you want. XEmacs is extensible because you can write entirely new commands--programs in the Lisp language to be run by Emacs' own Lisp interpreter. XEmacs includes a real-time display, which means that the text being edited is visible on the screen and is updated very frequently (usually after every character or pair of characters) as you type. To use XEmacs, you'll need to install the XEmacs binary. The xemacs package includes the standard XEmacs binary that most people will use. The XEmacs binary is dynamically linked, with both X11 and TTY (ncurses) support, but without mule (MUlti-Lingual Emacs, the Asian character set) support. |
| xemacs-el | 21.4.14 | GPL | The .el source files for XEmacs. | Xemacs-el is not necessary to run XEmacs. You'll only need to install it if you're planning on incorporating some Lisp programming into your XEmacs experience. |
| xemacs-extras | 21.4.14 | GPL | Files that XEmacs has in common with GNU Emacs. | Xemacs-extras includes files which are used by both GNU Emacs and XEmacs. If you don't have GNU Emacs installed, be sure to also install this package when you install the XEmacs text editor. |
| xemacs-info | 21.4.14 | GPL | Information files for XEmacs. | Install this package if you want the information files that are distributed with the XEmacs text editor. |
| xemacs-mule | 21.4.14 | GPL | The XEmacs binary with mule (MUlti-Lingual Emacs) support. | Xemacs-mule includes an XEmacs binary with support for MUlti-Lingual Emacs and the Asian character set. Install xemacs-mule (instead of xemacs) if you need to use Asian characters. Xemacs-mule is compiled with X11 support only, so you won't be able to use it in a TTY (ncurses) mode. |
| yudit | 2.7.6 | GPL | Unicode Text Editor | Yudit is a unicode text editor for the X Window System. It does not need localized environment or unicode fonts. It supports simultanious processing of many languages, input methods, conversions for local character standards. This package includes X11 editor interface, shell conversion utilities and it also has support for postscript printing. GNU (C) Gaspar Sinai <gsinai@iname.com> |
| zile | 1.6.2 | BSD | Zile Is Lossy Emacs | Zile is another Emacs-clone. Zile is a customizable, self-documenting real-time open-source display editor. Zile was written to be as similar as possible to Emacs; every Emacs user should feel at home with Zile. Zile features * Small but fast and powerful. It is very useful for small footprint installations (like on floppy disk) or quick editing sessions. * 8-bit clean. Zile can operate with binary files. * Looks like Emacs. Most Zile key sequences and function names are identical to Emacs ones. * Multi buffer editing w/multi level undo. Zile can open an infinite number of files and can record an infinite sequence of undo operations. * Multi window. Zile can display multiple windows on the screen. * Killing, yanking and registers. The typical killing, yanking and register features of Emacs are available under Zile. * Minibuffer completion. Zile can complete the user written text. This is very useful for M-x commands and for selecting files. * Colors. Zile makes use of the color capatibilities of the terminal if available. * Source highlighting (``C'', ``C++'', and shell scripts). Zile can highlight ``C'', ``C++'' source files and shell scripts for better reading. * Auto fill (word wrap). Zile automatically breaks the lines when they become too wide (if the Auto Fill Mode is enabled). |
Logan High [Utah] students have adjusted well to Linux. “I have to turn off the light to let them know it’s time to go home,” says [Russell] Weeks, who runs the computer lab after school. “Sometimes their parents come in to get them.”
Last changed: 20-Jun-2004 13:25:25 Find out who links to this page. Verify for yourself that this page is pure, standard HTML, not Ruby.
If you would like us to read email for
USD$1000 per page, payable in advance, send it here.