gnu.emacs.sources
  Home FAQ Contact Sign in
gnu.emacs.sources only
 
Advanced search
September 2008
motuwethfrsasuw
1234567 36
891011121314 37
15161718192021 38
22232425262728 39
2930      40
2008
 Jan   Feb   Mar   Apr 
 May   Jun   Jul   Aug 
 Sep   Oct   Nov   Dec 
2008 2007 2006  
total
gnu.emacs.sources Profile…
RELATED GROUPS

POPULAR GROUPS

more...

 Up
  spartan-wiki.el --- a really spartan personal wiki         


Author: spamfilteraccount
Date: Sep 4, 2008 12:16

A little, crude fun project which some may find useful.

http://www.emacswiki.org/cgi-bin/wiki/SpartanWiki
3 Comments
  command-frequency.el -- track command frequencies         


Author: Xah
Date: Sep 3, 2008 10:59

command-frequency.el -- track command frequencies

DESCRIPTION

This package provides function which saves how many times each
command was executed. You can then review those statistics to see
which commands you use the most often.

It is used in designing a ergonomic keybinding set.
See http://xahlee.org/emacs/command-frequency.html

You can get this package at:
http://xahlee.org/emacs/command-frequency.el

VERSION HISTORY

Version 0.1, 2006: First version by Ryan Yeske (author of rcirc). A
quick hack of about 40 lines.

Version 1.0, 2007: Made into a full featured minor mode. Added full
doc strings. Added feature to save and read to disk the frequency hash
table. Added ability to set user preference using emacs's
customization system. Code is ~400 lines. This version is made by
Michal Nazarewicz in 2007.
Show full article (1.11Kb)
no comments
  ergonomic_keybinding_*.el -- ergonomic keybinding         


Author: Xah
Date: Aug 29, 2008 14:24

The erognomic keybinding has a new version.

http://xahlee.org/emacs/ergonomic_emacs_keybinding.html

A visual image for old and new layout can be seen at:
http://xahlee.org/emacs/ergonomic_emacs_keybinding_change.html

Description of the main changes:

• Added delete-backward-char, delete-char, delete-backward-word,
delete-word commands.
• The undo, cut, copy, paste, positions has been moved.

Since i don't use qwerty, i'm looking for feedback on qwerty users.
(i.e. in case i had some elisp code errors, or any issues that might
come up)

------------------

The reason for these changes is that recently Stefan Guath pointed out
“real-last-command” can be used to fix the problem with “this-command”
that is used in command-frequency.el. (this-command lumps several kill
commands all into just kill-region, so frequency distribution for
individual kill commands are lost)
Show full article (1.69Kb)
1 Comment
  lyric-mode.el         


Author: jcg.sturdy
Date: Aug 18, 2008 05:02

The following code implements a major mode for editing lyric (.lrc)
files, which are used by various music players to display lyrics in
synch with the playing of a song.

There are commands for starting and stopping an ogg123 process, and
the timing output from that process is captured, allowing you to enter
synchronization tags by pressing a key in time with the start of each
line of the song.

If the synchronization tags are already there, the mode uses a
highlighting overlay to show the timing as the song plays, allowing
you to check the tags. There are also commands for nudging tags
slightly earlier or later.

There are a couple of "todo"s still in the code, but it generally
works OK (at least for me!)

__John

;;; lyric-mode.el --- Major mode for editing lyric (.lrc) files

;; Copyright (C) 2008 John Sturdy

;; Author: John Sturdy
;; Keywords: multimedia, hypermedia
Show full article (17.02Kb)
1 Comment
  How do you use Emacs to sort RMAIL email based on SpamAssassin headers?...         


Author: the zak
Date: Aug 16, 2008 20:58

How do you use Emacs to sort RMAIL email based on SpamAssassin
headers?...
no comments
  contentswitch.el --- switch to buffer/file by content         


Author: spamfilteraccount
Date: Aug 16, 2008 09:22

A little proof-of-concept package. Let me know what you think.

http://www.emacswiki.org/cgi-bin/wiki/contentswitch.el
10 Comments
  etags-stack.el v1.0 -- Navigate through the tags stack         


Author: Scott Frazer
Date: Aug 15, 2008 18:11

;;; etags-stack.el --- Navigate the tags stack

;; Copyright (C) 2008 Scott Frazer

;; Author: Scott Frazer gmail.com>
;; Maintainer: Scott Frazer gmail.com>
;; Created: 14 Aug 2008
;; Version: 1.0
;; Keywords: tags

;; This file is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
;; the Free Software Foundation; either version 2, or (at your option)
;; any later version.

;; This file is distributed in the hope that it will be useful,
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
;; GNU General Public License for more details.

;; You should have received a copy of the GNU General Public License
;; along with GNU Emacs; see the file COPYING. If not, write to
;; the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
;; Boston, MA 02110-1301, USA.
Show full article (5.62Kb)
no comments
  xml-gen.el --- A DSL for generating XML.         


Author: Phil Jackson
Date: Aug 15, 2008 02:29

Hi,

There may already be something like this but I couldn't find it (I wrote
the majority of it on the train this morning, so it may need some
polish):

(xmlgen '(html
(head
(title "hello")
(meta :something "hi"))
(body
(h1 "woohhooo")
(p "text")
(p "more text"))))

Produces this (though wrapped):
Show full article (4.01Kb)
1 Comment
  tempo-snippets (0.1.5) --- visual insertion of tempo templates         


Author: Nikolaj Schumacher
Date: Aug 11, 2008 04:45

A snippet-like interface for your tempo templates.

Screenshot, screencast and usage info are available at:
http://nschum.de/src/emacs/tempo-snippets/

regards,
Nikolaj Schumacher

;;; tempo-snippets.el --- visual insertion of tempo templates
;;
;; Copyright (C) 2007-2008 Nikolaj Schumacher
;;
;; Author: Nikolaj Schumacher
;; Version: 0.1.5
;; Keywords: abbrev...
Show full article (22.13Kb)
no comments
  highlight-80+ --- highlight characters beyond column 80         


Author: Nikolaj Schumacher
Date: Aug 11, 2008 04:40

This mode highlights all characters that cross the 80 character line
limit.

It is also available at http://nschum.de/src/emacs/highlight-80+/

regards,
Nikolaj Schumacher

;;; highlight-80+.el --- highlight characters beyond column 80
;;
;; Copyright (C) 2008 Nikolaj Schumacher
;;
;; Author: Nikolaj Schumacher
;; Version: 1.0
;; Keywords: faces
;; URL...
Show full article (3.90Kb)
no comments
1 2 3 4 5 6 7 8 9