Description:
ONLY (please!) C and Lisp source code for GNU Emacs.
|
|
|
Random name generator for writers
|
| |
Many creative writing programs have a random name generator, and many of
these can be found online. This made me jealous; I'm current developing
writer-mode, a suite of elisp tools for writers, and I wanted something
similar. So I made one and here is the first attempt; it's obviously
just a start, but it works.... more »
|
|
SML-mode 5.0beta1 pretest
|
| |
A new version of sml-mode is in pretest. You can get it from:
[link]
It should behave mostly identically to the current release (version
4.1), but the version number bump reflects a significant change in the
code: it was reshuffled to use fewer files, and it indentation code was... more »
|
|
f90-interface-browser.el --- Parse and browse f90 interfaces
|
| |
You write (or work on) large, modern fortran code bases. These
make heavy use of function overloading and generic interfaces. Your
brain is too small to remember what all the specialisers are
called. Therefore, your editor should help you.
This file allows you to parse the interfaces and such like in... more »
|
|
inhibit-backup-locally
|
| |
I do this a lot (what a dare-devil),
and note a handful of usages in Emacs.
Maybe it can go in files.el?
(defun inhibit-backup-locally ()
"Make `backup-inhibited' buffer-local and set it to t."
(set (make-local-variable 'backup-inhibited) t))
|
|
Tramp 2.2.4
|
| |
Hello,
The Tramp team is happy to announce the release of Tramp 2.2.4.
Tramp is a remote file editing package for Emacs and XEmacs. Tramp uses
different methods like ssh or scp to access files on remote hosts as if
they were local files. Access to the remote file system for editing
files, version control, directory editing and running processes on the... more »
|
|
Ambit Energy
|
| |
Dear Guys,
welcome to our [link] websites! There
are a source of ambit energy & a proven path to financial freedom. I
don’t think there is any need to waste your valuable time by sign-up
others websites when you can easily available the services of ambit
energy for financial freedom from where you can change your life by... more »
|
|
Export bbdb name to aspell personal dictionary
|
| |
Hi,
I got tired of people's name being highlighted red when composing
e-mail with flyspell. So this bit of code does an export of peoples
first and last name from bbdb to aspell custom dictionaries.
You need to set the variable ivan-bbdb-aspell-dictionary to a list of
personal dictionaries. Then run M-x ivan-bbdb-export-aspell.... more »
|
|
Electric command in sh mode
|
| |
Hi,
I have implemented electric command for shell script. It will re indent
when entering '}', 'fi', 'done', etc.. If there is interest I can write
a patch to include it in emacs proper.
[link]
-- Ivan Kanis
[link]
When faced with a challenge, look for a way, not a way out.... more »
|
|
|