gnu.emacs.sources
  Home FAQ Contact Sign in
gnu.emacs.sources only
 
Advanced search
December 2008
motuwethfrsasuw
1234567 49
891011121314 50
15161718192021 51
22232425262728 52
293031     1
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
  New version of `lazy-search.el'.         


Author: Andy Stewart
Date: Dec 25, 2008 01:31

Hi all,

Very sorry i forget add function `add-to-alist' in `lazy-search.el'.

Now i fix this.

I'm so sorry about this.

-- Andy

;;; lazy-search.el --- Lazy Search
Show full article (21.71Kb)
no comments
  lazy-search.el with use document.         


Author: Andy Stewart
Date: Dec 25, 2008 01:15

Hi all,

I have upload lazy-search.el but poor use document.

Now i upload a new version have use step in source code.

Any bug or advice are welcome!

Enjoy!

-- Andy

;;; lazy-search.el --- Lazy Search
Show full article (21.06Kb)
no comments
  lazy-search-extension.el         


Author: Andy Stewart
Date: Dec 23, 2008 22:29

Hi all,

This file have some special function that base on lazy-search.el

Enjoy!

-- Andy

;;; lazy-search-extension.el --- Lazy Search Extension
Show full article (3.49Kb)
no comments
  lazy-search.el         


Author: Andy Stewart
Date: Dec 23, 2008 22:28

Hi all,

Try to use my new search-mode "lazy-search.el", this extension can use
single keystore handle search object, very convenient sometimes.

Any bug or advice are welcome!

Enjoy!

-- Andy

;;; lazy-search.el --- Lazy Search
Show full article (20.46Kb)
no comments
  Some example functions that base on one-key.el         


Author: Andy Stewart
Date: Dec 23, 2008 22:26

Hi all,

Those have some functions that bason on one-key.el

Enjoy!

-- Andy

;;; one-key-config.el --- Configuration for one-key.el
Show full article (15.95Kb)
no comments
  one-key.el         


Author: Andy Stewart
Date: Dec 23, 2008 22:25

Hi all,

Try to use my extension "one-key.el".
Provide a key menu popup window to avoid remember too many keystroke.

Any bug or advice are welcome.

Enjoy!

-- Andy

;;; one-key.el --- One key
Show full article (16.06Kb)
no comments
  jobs         


Author: ramya
Date: Sep 11, 2008 10:21

no comments
  fix for security issue with python-21.el/python.el         


Author: Dave Love
Date: Sep 10, 2008 14:47

I got a second-hand report of a security problem with the way the
inferior interpreter works in my Python mode. There are patches to work
around it below for python-21.el (for Emacs 21) and python.el (for Emacs
22) as well as one which will apply against the forked mode from Emacs
22, although I wouldn't recommend using that version.

There's an explanation in the commentary added by the patch. I assume,
but don't know, that this is also appropriate for other systems like MS
Windows. I've only checked on GNU/Linux, and the Python documentation
says the module-loading behaviour is system-dependent.

The current versions of the mode are under
<URL:http://www.loveshack.ukfsn.org/emacs/>.

--- python-21.el 2008/02/23 14:38:13 1.59
+++ python-21.el 2008/09/10 09:59:25
@@ -1475,6 +1476,10 @@
default `python-command', or argument NEW is non-nil. See also the
documentation for `python-buffer'.

+Note that, as a security measure, modules won't be loaded from the
+current directory if this command is invoked initially in a
+world-writable directory.
+
Runs the hook `inferior-python-mode-hook'...
Show full article (6.63Kb)
1 Comment
  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
8 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
1 2 3 4 5 6 7 8 9