Main > Free Download Search >

Free fid emacs 0.2 software for linux

fid emacs 0.2

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1744
Fid Emacs 0.2

Fid Emacs 0.2


Fid Emacs is an Emacs-like text editor integrated with the Frigand Imperial Desktop. more>>
Fid Emacs project is an Emacs-like text editor integrated with the Frigand Imperial Desktop.
It uses Fids mechanisms for buffers, windows, frames, customization, and extensibility.
Enhancements:
- Retain compatibility with fid-core 0.2.1, fid-graphics 0.1.3
- Function key support
We now support the following keys:
- Up arrow
- Down arrow
- Right arrow
- Left arrow
- Backspace
- Delete
- Page up
- Page down
- Home
- End
<<less
Download (0.040MB)
Added: 2006-09-22 License: Other/Proprietary License Price:
1127 downloads
Firemacs 3.6

Firemacs 3.6


Firemacs will improve your browsers capability greatly. It is designed as a Firefox addon that adds Emacss editing features. more>>
Firemacs 3.6 will improve your browser's capability greatly. It is designed as a Firefox addon that adds Emacs's editing features. You can also enjoy "less"-like motions in non-input elements.

Major Features:

  1. You can browse the available commands in the configuration window.
  2. 'M-' means 'ESC' 'C-['. The Alt key can also be used on Windows/UNIX.
  3. To disable a command, remove its key characters

Enhancements:

  • Supporting Firefox 3.5.
  • Detecting FF's version with function definition
  • C-xC-a looks up Google Maps with a selected string
  • C-M-b copys the title and URL

Requirements:

  • Mozilla Firefox
<<less
Added: 2009-07-17 License: MPL Price: FREE
1 downloads
fid-graphics 0.2

fid-graphics 0.2


fid-graphics is a simple toolkit for the Frigand Imperial Desktop. more>>
fid-graphics project is a simple toolkit for the Frigand Imperial Desktop.
It is probably the easiest toolkit to write a display engine for, but it does not support any widgets.
Enhancements:
- src/Desktop/Fid/Window.lhs (displayWaitRedisplay): New function.
- (requestRedisplay): Tidy up.
- src/Desktop/Fid/Main.lhs (data WinCapLine): New type.
- (data WindowType): Use it.
- (&&*, ||*, isnt, haveEnvVar, haveOpt): Deleted.
- (lookupFeature, lookupProtocol, lookupKeywords): New functions.
- (windowTypes): Use WindowCapLine.
- (forkProcess): Unused; deleted.
- (data FidOpt): Unused; deleted.
- (fidMain): Dont consider forking.
- Only call getOpt to sort out verbose options.
- src/Desktop/Fid/Control.lhs (PrimKey): New type.
- (instance Eq PrimKey, instance Ord PrimKey)
- (instance Show PrimKey, instance Arbitrary PrimKey): Instances for t.
- (data Key): Use it.
- (charKey, control, keyToChar): Do the right thing with PrimKey.
- (symbolKey): New function.
- (instance Arbitrary Key): Use instance Arbitrary PrimKey.
- (instance Arbitrary Char): New Instance.
<<less
Download (0.078MB)
Added: 2006-10-02 License: Academic Free License (AFL) Price:
1122 downloads
C# for Emacs 0.4.0

C# for Emacs 0.4.0


csharp-mode is a derived mode for cc-mode 5.30.x or higher that implements the font-locking and indention rules for C#. more>>
C# for Emacs is a derived mode implementing most of the C# rules.

After a good number of years, we noticed that there wasnt a "non-patched" version of a csharp-mode for Emacs.

There were a few, but most of them had comments that they were "in progress" or "about to merge", but then we noticed that those notices were there even after a couple of months.

Then, we saw a request for a csharp-mode on the cc-mode Emacs site, so we decided to follow the rules and create one that required no patching or modification to the core cc-mode engine (which is a good thing). So, this is the C# mode.
There was a 0.3.0 version, but it broke things more than it fixed, so we pulled it.

<<less
Download (0.005MB)
Added: 2005-12-08 License: GPL (GNU General Public License) Price:
1415 downloads
Emacs 22.1

Emacs 22.1


Emacs is the extensible, customizable, self-documenting real-time display editor. more>>
Emacs project is the extensible, customizable, self-documenting real-time display editor.
If this seems to be a bit of a mouthful, an easier explanation is Emacs is a text editor and more. At its core is an interpreter for Emacs Lisp (``elisp, for short), a dialect of the Lisp programming language with extensions to support text editing.
Main features:
- Content sensitive major modes for a wide variety of file types, from plain text to source code to HTML files.
- Complete online documentation, including a tutorial for new users.
- Highly extensible through the Emacs Lisp language.
- Support for many languages and their scripts, including all the European ``Latin scripts, Russian, Greek, Japanese, Chinese, Korean, Thai, Vietnamese, Lao, Ethiopian, and some Indian scripts. (Sorry, Mayan hieroglyphs are not supported.)
- A large number of extensions which add other functionality. The GNU Emacs distribution includes many extensions; many others are available separately--even a web browser.
<<less
Download (36MB)
Added: 2007-06-04 License: GPL (GNU General Public License) Price:
531 downloads
XEmacs 21.5.27

XEmacs 21.5.27


XEmacs is an internationalized text editor. more>>
XEmacs was formerly known as Lucid Emacs and is a powerful, extensible text editor with full GUI support, initially based on an early version of GNU Emacs 19 from the Free Software Foundation and since kept up to ate with recent versions of that product.

XEmacs stems from a collaboration of Lucid, Inc. with Sun Microsystems, Inc. and the University of Illinois with additional support having been provided by Amdahl Corporation, INS Engineering Corporation, and a huge amount of volunteer effort.
<<less
Download (14.2MB)
Added: 2006-05-17 License: GPL (GNU General Public License) Price:
1261 downloads
Emacs::Lisp 0.7

Emacs::Lisp 0.7


Emacs::Lisp provides support for writing Emacs extensions in Perl. more>>
Emacs::Lisp provides support for writing Emacs extensions in Perl.

Emacs allows you to customize your environment using Lisp. With EPL, you can use Perl, too. This module allows Perl code to call functions and access variables of Lisp.

You still need to learn some Lisp in order to understand The Elisp Manual, which is the definitive reference for Emacs programming. This document assumes a basic understanding of Emacs commands and Lisp data types. I also assume familiarity with Perls complex data structures (described in perlref) and objects (see perlobj).

Perlmacs was (is?) a project that embedded a Perl interpreter into the Emacs binary so that it could run Lisp, Perl, or any combination of the two. It uses Perls C interface, which requires patching and recompiling Emacs. As a result, each release is tied to a version of Emacs, it takes a lot of time and disk space to build, and it is not very portable.

EPL (Emacs Perl) accomplishes most of what Perlmacs can do, but it does not suffer from the same drawbacks. It uses unmodified Emacs and Perl and lets them work together through IPC (pipes). This may make some tasks much slower, but it is much more convenient to install and upgrade, and it works with XEmacs as well as Emacs 21 betas.

<<less
Download (0.097MB)
Added: 2007-03-29 License: GPL (GNU General Public License) Price:
945 downloads
EasyPG 0.0.2

EasyPG 0.0.2


EasyPG is yet another GnuPG interface for Emacs. more>>
EasyPG is yet another GnuPG interface for Emacs. EasyPG package consists of two parts:
- The EasyPG Assistant - A GUI frontend of GnuPG
- The EasyPG Library - A library to interact with GnuPG
Main features:
The EasyPG Assistant provides the following features:
- Cryptographic operations are usable from dired mode.
- Keyring management interface.
- Transparent encryption/decryption of *.gpg files.
The EasyPG Library provides the following features:
- The API covers most functions of GnuPG.
- Designed to avoid potential security pitfalls around Emacs.
Passphrase may leak to a temporary file
The function call-process-region writes data in region to a temporary file. If your PGP library used this function, your passphrases would leak to the filesystem.
The EasyPG Library does not use call-process-region to communicate with a gpg subprocess.
Passphrase may be stolen from a core file
If Emacs crashes and dumps core, Lisp strings in memory are also dumped within the core file. read-passwd function clears passphrase strings by (fillarray string 0) to avoid this risk. However, Emacs performs compaction in gc_sweep phase. If GC happens before fillarray, passphrase strings may be moved elsewhere in memory. Therefore, passphrase caching in elisp is generally a bad idea.
The EasyPG Library dares to disable passphrase caching. Fortunately, there is more secure way to cache passphrases - use gpg-agent.
<<less
Download (0.080MB)
Added: 2006-05-30 License: GPL (GNU General Public License) Price:
1243 downloads
Easymacs 2.0

Easymacs 2.0


Easymacs is an easy-to-learn, one-size-fits-all configuration for new users of GNU Emacs. more>>
Easymacs is an easy-to-learn, one-size-fits-all configuration for new users of GNU Emacs. The project sets up key bindings that conform to a common denominator of the Gnome/KDE/OS X/Microsoft Windows human interface guidelines, and provides function-key bindings for other powerful Emacs features.
It is fully documented, and the new user can productively edit text right away, without going through the Emacs tutorial. Many commonly-used functions can be accessed without having to learn the "chords" or multiple keystrokes that Emacs uses by default.
Humanists:
Easymacs was designed with the non-programmer in mind, someone who would like to use Emacs to edit mainly text files, especially LaTeX and TEI-conforming XML. Since many aspects of the configuration of Emacs require a certain knowledge of programming, this sort of person might find the default behavior of Emacs too foreign and too hard to reconfigure.
Programmers:
On the other hand, Easymacs is also a great environment for programmers who would like to use Emacs, but dont want to spend the time in learning how to configure it.
Main features:
- All of the usual features of an editor: undo, redo, search and replace, intelligent indentation and wrapping.
- Spell-checking as you type. This distinguishes between true misspellings and words which are used more than once in a file, and so are likely to be correct but unknown. You can correct misspellings with a single keystroke (F8).
- There are many convenient ways of entering non-ASCII text, including Unicode and various exotic encodings.
- Rectangular selection of text, which can be also used to insert the same text in many columns (Ctrl-Return).
- Most file-types define syntax-sensitive folding (F7).
- Visible, persistent bookmarks to mark particular lines in a file (Alt-F2).
- You can search for text in multiple files in a given folder or set of subfolders (Ctrl-Shtf-F9). The output displays a menu of the lines in the different files that match a your pattern, and you can jump from one to the next with a single keystroke (F10 or Alt-`).
- Auto-completion of words based on the content of other open files (F5), or on a dictionary (Shft-F8).
- Multiple cut and paste clipboards (just hit Ctrl-number before cutting, copying or pasting, and the commands will use the clipboard numbered 0-9 for that operation).
- History of clipboard contents: you can browse through the past contents of the clipboard and insert any one of the previous contents (Shft-Ctrl-V).
- Keyboard macros that let you record (Alt-Shft-F5) and play back (Alt-F5) a series of keystrokes, to ease repetitive tasks.
- You can look up the word at the cursor in dictionaries and thesauri with a single keystroke (Alt-F8).
- You can easily switch between open files via a menu (F9), or other quick shortcuts (Shft-F9, Ctrl-F9). There is also a menu of recently opened files (Alt-Shft-F1).
- There is a full command shell for manipulating files and running commands. (Alt-F9).
Enhancements:
- A number of small updates and additions were made.
- At a minimum, the forthcoming Emacs 22 is required.
<<less
Download (4.5MB)
Added: 2007-05-10 License: GPL (GNU General Public License) Price:
897 downloads
Fid Core Library 0.2

Fid Core Library 0.2


Fid Core Library is the core library for the Frigand Imperial Desktop. more>>
Fid Core Library is the core library for the Frigand Imperial Desktop, a genuine Unix desktop environment based around multiprocessing, text-stream IPC, and the "everything is a file" concept.
It supports Emacs-like extensibility, customizability, and built-in multi-buffer support.
Enhancements:
- This release adds testing support for the axioms over buffer implementations and user interfaces, a better implementation of interactive, and a new cursor movement mechanism that allows the user interface to manage point itself (and, hence, keep it always on a widget).
<<less
Download (0.070MB)
Added: 2005-10-27 License: Other/Proprietary License Price:
1458 downloads
GNU TeXmacs 1.0.6.10

GNU TeXmacs 1.0.6.10


GNU TeXmacs is a free scientific text editor. more>>
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. GNU TeXmacs 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.
Converters exist for TeX/LaTeX and they are under development for Html/MathML/Xml. In the future, TeXmacs is planned to evolve towards a complete scientific office suite, with spreadsheet capacities, a technical drawing editor and a presentation mode.
Enhancements:
- The user interface for the graphical mode has been simplified and the Maxima interface has been updated.
- Further progress was made for the upcoming new GUI.
<<less
Download (5.0MB)
Added: 2007-05-14 License: GPL (GNU General Public License) Price:
894 downloads
Xmms 0.12

Xmms 0.12


Xmms is an interactive remote control shell for xmms. more>>
Xmms is an interactive remote control shell for xmms.

SYNOPSIS

perl -MXmms -e shell

Xmms::shell provides an alternative or companion interface to the xmms gui.

Feature summary:

Standard Play Controls

play, pause, stop, next, prev, eject

Standard Options

toggle repeat, toggle shuffle

Playlist Controls

clear, select, add file(s), add url(s), playlist load/save, sort (more options than the gui)

File Info

search, view and edit mp3 tags

Misc Controls

time change (and slider), volume change (and slider), balance change, window toggle

Shell Features

command history
command/file completion
file matching
title matching
emacs key bindings

<<less
Download (0.18MB)
Added: 2006-06-22 License: Perl Artistic License Price:
1222 downloads
Doxymacs 1.8.0

Doxymacs 1.8.0


Doxymacs is an elisp package designed to make using and creating Doxygen easier for {X}Emacs users. more>>
Doxymacs is an elisp package designed to make using and creating Doxygen easier for {X}Emacs users.
The project currently features the ability to look up documentation for classes, functions, members, etc in the browser of your choice, fontification of Doxygen keywords, and automagical insertion of Doxygen comments.
Comments can be inserted in JavaDoc, Qt, or C++ style, or you can create your own style via templates.
Main features:
- ability to look up documentation for symbols from {X}Emacs in the browser of your choice.
- easily insert Doxygen style comments into source.
- optionally use an "external" (i.e. written in C) XML parser to speed up building the completion list.
- fontify Doxygen keywords.
<<less
Download (0.13MB)
Added: 2007-06-10 License: GPL (GNU General Public License) Price:
869 downloads
Zile is Lossy Emacs 2.2.41

Zile is Lossy Emacs 2.2.41


Zile is Lossy Emacs is an Emacs clone. more>>
Zile project is a small 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.
Main features:
Small
- It is very useful for small footprint installations (like on floppy disk) or quick editing sessions. A typical binary is about 100Kb.
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 with multi level undo
- The number of files and undo operations that Zile can handle is limited only by memory.
Multi window
- Zile can display multiple windows on the screen.
Killing, yanking and registers
- The standard killing, yanking and register features of Emacs are available under Zile.
Minibuffer completion
- Zile can complete commands and filenames in the minibuffer.
Auto fill (word wrap)
- Zile automatically breaks the lines when they become too wide (if the Auto Fill Mode is enabled).
Enhancements:
- This release stops long file names from causing problems with the modeline.
<<less
Download (0.34MB)
Added: 2007-08-10 License: GPL (GNU General Public License) Price:
807 downloads
MailGoose 0.2.9

MailGoose 0.2.9


MailGoose is an off-line mailer package for people who use nail, PINE, elm, Emacs mail mode, or other simple email software. more>>
MailGoose is an off-line mailer package for people who use nail, PINE, elm, Emacs mail mode, or other simple email software. It is particularly useful for laptop users.
You can browse the URLs of your mail spool, mbox, or copy of an email message, create an offline draft reply of an email message, edit your drafts in your favorite editor, create a new
message, or send all pending drafts.
Think of MailGoose as the useful bells and whistles of the big email clients made available to the discriminating console-mode hacker.
Enhancements:
- Documentation and install fixes.
<<less
Download (0.019MB)
Added: 2005-10-03 License: GPL (GNU General Public License) Price:
1481 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5