Re: contentswitch.el --- switch to buffer/file by content

2008-10-06 Thread [EMAIL PROTECTED]
On Oct 6, 4:16 pm, Ted Zlatanov [EMAIL PROTECTED] wrote: How do you think that will work?  contentswitch shows live matches as you type; will that integrate easily with anything.el?  The calculator source in anything-sources.el is a nice demo of dynamic result updates, so maybe it will work

Re: spartan-wiki.el --- a really spartan personal wiki

2008-09-09 Thread [EMAIL PROTECTED]
On Sep 9, 7:30 pm, Xavier Maillard [EMAIL PROTECTED] wrote: Do you plan to have backlink support ? What is backlink support? A list of pages linking to the current page? - links to other wiki file It shouldn't be too difficult add. Also, what would happen if your wiki-file is too large

Re: spartan-wiki.el --- a really spartan personal wiki

2008-09-05 Thread [EMAIL PROTECTED]
On Sep 4, 9:16 pm, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: A little, crude fun project which some may find useful. http://www.emacswiki.org/cgi-bin/wiki/SpartanWiki For those checking out the link right now: the Black Barbie thing is not my work. :) Someone is vandalizing Emacs Wiki like

Re: spartan-wiki.el --- a really spartan personal wiki

2008-09-05 Thread [EMAIL PROTECTED]
On Sep 5, 3:24 pm, weber [EMAIL PROTECTED] wrote: I was the one who edited your page because I wanted to tell you something and could not find your mail... other than that.. :P Yep, I read it, only I couldn't answer there, because the wiki is stil locked. My package doesn't use header-line

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

2008-09-04 Thread [EMAIL PROTECTED]
A little, crude fun project which some may find useful. http://www.emacswiki.org/cgi-bin/wiki/SpartanWiki ___ gnu-emacs-sources mailing list gnu-emacs-sources@gnu.org http://lists.gnu.org/mailman/listinfo/gnu-emacs-sources

Re: contentswitch.el --- switch to buffer/file by content

2008-08-20 Thread [EMAIL PROTECTED]
[EMAIL PROTECTED] wrote: A little proof-of-concept package. Let me know what you think. http://www.emacswiki.org/cgi-bin/wiki/contentswitch.el Interesting! Contentswitch is humane interface to switch buffer. The switch buffer thing is only an afterthought. The main purpose was to open

contentswitch.el --- switch to buffer/file by content

2008-08-16 Thread [EMAIL PROTECTED]
A little proof-of-concept package. Let me know what you think. http://www.emacswiki.org/cgi-bin/wiki/contentswitch.el ___ gnu-emacs-sources mailing list gnu-emacs-sources@gnu.org http://lists.gnu.org/mailman/listinfo/gnu-emacs-sources

Re: file-journal.el --- revisit files by date

2008-07-27 Thread [EMAIL PROTECTED]
On Jul 27, 6:48 am, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Reading this presentation http://www.gnome.org/~federico/docs/2008-GUADEC/html/index.html I thought something like this could be useful for Emacs, so I did a quick implementation: http://www.emacswiki.org/cgi-bin/wiki/file

file-journal.el --- revisit files by date

2008-07-26 Thread [EMAIL PROTECTED]
Reading this presentation http://www.gnome.org/~federico/docs/2008-GUADEC/html/index.html I thought something like this could be useful for Emacs, so I did a quick implementation: http://www.emacswiki.org/cgi-bin/wiki/file-journal.el ___

CSense - Code Sense frontend and C# backend

2007-11-13 Thread [EMAIL PROTECTED]
I had to work on a small project in C# and I implemented my own code completion package in the process for fun. The C# parser backend takes a completely opportunistic approach, it parses only what it needs to find out what should it do in the current context. It's not correct and certainly not

Re: CSense - Code Sense frontend and C# backend

2007-11-13 Thread [EMAIL PROTECTED]
On Nov 13, 10:57 pm, Vinicius Jose Latorre [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] wrote: I don't know neither CSense nor Intellesense (part of CEDET) http://cedet.sourceforge.net/intellisense.shtml. Do you have any comparison between these 2 packages? Not really. I tried Cedet sometime

Re: ;;; anything.el --- open anything

2007-08-25 Thread [EMAIL PROTECTED]
I use Wikipedia a lot, so I made a source similar to Google Suggest for Wikipedia titles. Here it is if someone's interested: (defvar anything-wikipedia-title-lookup-program nil The program is called with one argument and it should return matching titles from Wikipedia.) (setq

Re: ;;; anything.el --- open anything

2007-08-23 Thread [EMAIL PROTECTED]
Here's a Google Suggest source. Requires the latest anything.el. (setq anything-sources '(((name . Google Suggest) (candidates . (lambda () (let ((suggestions (anything-google-suggest-fetch anything- input))) (if (some (lambda (suggestion)

Re: ;;; anything.el --- open anything

2007-08-23 Thread [EMAIL PROTECTED]
On Aug 23, 6:54 pm, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Here's a Google Suggest source. Requires the latest anything.el. There may be a few linebreak errors in it due to Google Groups. Sorry about that. ___ gnu-emacs-sources mailing list gnu

Re: ;;; anything.el --- open anything

2007-08-23 Thread [EMAIL PROTECTED]
Hi,, On Aug 23, 9:58 pm, Tassilo Horn [EMAIL PROTECTED] wrote: Oh, while I was typing those lines I realized that it's possible right now! Add every and each source to anything-sources and fire up anything with (defun th-anything () (interactive) (anything-set-source-filter

Re: globalff.el --- Global find file

2007-08-20 Thread [EMAIL PROTECTED]
On Aug 19, 1:42 am, Leo [EMAIL PROTECTED] wrote: On 2006-03-09 10:54 +, [EMAIL PROTECTED] wrote: Here's new version which doesn't use electric, so the pattern editing is more natural. GNU Emacs has locate.el included. What's the advantage of globalff over locate.el? globalff updates

Re: globalff.el --- Global find file

2007-08-20 Thread [EMAIL PROTECTED]
On Aug 19, 11:17 am, [EMAIL PROTECTED] (Michaël Cadilhac) wrote: [EMAIL PROTECTED] writes: Here's new version which doesn't use electric, so the pattern editing is more natural. ;;; globalff.el --- Global find file This is a nice piece of code (although wrongly indented ;-))! It may

Re: ;;; anything.el --- open anything

2007-08-19 Thread [EMAIL PROTECTED]
On Aug 19, 4:33 am, [EMAIL PROTECTED] wrote: Are things still in a state of flux and I should hold off taking the more recent code or am I the only one experiencing these problems with the latest releases? Hi Bill, Things shouldn't be in a state fof flux. In fact, with the last major code

Re: ;;; anything.el --- open anything

2007-08-19 Thread [EMAIL PROTECTED]
On Aug 19, 6:48 am, Xavier Maillard [EMAIL PROTECTED] wrote: Hill Bill, [EMAIL PROTECTED] wrote: Are things still in a state of flux and I should hold off taking the more recent code or am I the only one experiencing these problems with the latest releases? I also experience problems

Re: ;;; anything.el --- open anything

2007-08-19 Thread [EMAIL PROTECTED]
On Aug 19, 8:40 pm, [EMAIL PROTECTED] wrote: Hi Tassilo, On Aug 19, 2:55 am, Tassilo Horn [EMAIL PROTECTED] wrote: bugs one and three should be fixed now. For bug two, please tell me exactly how you can reproduce it. And do `M-x toggle-debug-on-error' before. All 3 bugs are now fixed

Re: ;;; anything.el --- open anything

2007-08-13 Thread [EMAIL PROTECTED]
On Aug 13, 3:29 pm, Tassilo Horn [EMAIL PROTECTED] wrote: And I added an on-the-fly math expression evaluator using `calc-eval' as Calculation Result source. calc-eval! That was I was looking for, only I could not find it. I only posted it as an inspirational example, but thanks for adding

Re: ;;; anything.el --- open anything

2007-08-10 Thread [EMAIL PROTECTED]
Here's a little idea to prove Anything is not just about selecting stuff. :) I whipped up a source for quickly appending notes to a file. Some may find it useful: (setq anything-sources `(((name . Notes) (candidates ,(list Add new note)) (match

Re: ;;; anything.el --- open anything

2007-08-10 Thread [EMAIL PROTECTED]
On Aug 10, 1:06 pm, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: It's not really readable, so here's the second attempt: One more unconventional example. :) It's an on-the-fly expression evaluator. You type the list expression and it shows the result instantly. (setq anything-sources

Re: ;;; anything.el --- open anything

2007-08-07 Thread [EMAIL PROTECTED]
On Aug 7, 8:55 am, Tassilo Horn [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] [EMAIL PROTECTED] writes: Hi Tamas, So it's an adaptive candidate sorter which learns which candidates you select frequently and makes them more accessible for you. Currently, the history of selections is stored

Re: ;;; anything.el --- open anything

2007-08-06 Thread [EMAIL PROTECTED]
On Aug 6, 7:33 pm, [EMAIL PROTECTED] wrote: 2. The call to fit-frame in anything-maybe-fit-frame passes in 4 params. The 4th parameter to fit-frame was only added on July 21, 2007. Therefore, this causes breakage for anyone using a released version of emacs or a CVS emacs that is not pretty

Re: ;;; anything.el --- open anything

2007-08-06 Thread [EMAIL PROTECTED]
On Aug 3, 3:21 pm, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: So it's an adaptive candidate sorter which learns which candidates you select frequently and makes them more accessible for you. Currently, the history of selections is stored and used per source, so for example a different entry

Re: ;;; anything.el --- open anything

2007-08-06 Thread [EMAIL PROTECTED]
On Aug 7, 7:06 am, [EMAIL PROTECTED] wrote: Sounds good; however, I don't see the changes reflected in anything- adaptive yet (http://www.emacswiki.org/cgi-bin/wiki? action=history;id=anything-adaptive.el). Are you still working on them? No, I haven't even started yet. :) It was just

Re: ;;; anything.el --- open anything

2007-08-05 Thread [EMAIL PROTECTED]
On Aug 5, 3:31 pm, Richard Stallman [EMAIL PROTECTED] wrote: Can't you do that with a defadvice? I was tempted to add a hook for adaptive sorting too, but I decided to use advice instead, because I don't want to add stuff which only serves a particular purpose and can

Re: ;;; anything.el --- open anything

2007-08-04 Thread [EMAIL PROTECTED]
On Aug 4, 3:51 pm, Tassilo Horn [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] [EMAIL PROTECTED] writes: He Tamas, BTW, shouldn't all symbols (except those overwriting anything.el values) in anything-config be prefixed with anything-config- instead of simply anything- ? If they had been

Re: ;;; anything.el --- open anything

2007-08-04 Thread [EMAIL PROTECTED]
Hi, On Aug 4, 4:48 pm, Tassilo Horn [EMAIL PROTECTED] wrote: Another thing: Could you provide a hook that is run after anything-pattern changes but before the candidates are calculated? Can't you do that with a defadvice? I was tempted to add a hook for adaptive sorting too, but I decided

Re: ;;; anything.el --- open anything

2007-08-03 Thread [EMAIL PROTECTED]
Here's a demontstration for the option (anything-filtered-candidate- transformers) added today. I didn't want to stuff into anything.el, so I post it here. Maybe it should go to anything-config.el. It's a candidate sorter which places those candidates first in the list of matches which you

Re: ;;; anything.el --- open anything

2007-08-03 Thread [EMAIL PROTECTED]
On Aug 3, 7:10 pm, [EMAIL PROTECTED] wrote: Hi Tamas, On Aug 3, 6:21 am, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Here's a demontstration for the option (anything-filtered-candidate- transformers) added today. I didn't want to stuff into anything.el, so I post it here. Maybe

Re: ;;; anything.el --- open anything

2007-08-03 Thread [EMAIL PROTECTED]
On Aug 3, 7:38 pm, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: On Aug 3, 7:10 pm, [EMAIL PROTECTED] wrote: Hi Tamas, On Aug 3, 6:21 am, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Here's a demontstration for the option (anything-filtered-candidate- transformers) added today. I

Re: ;;; anything.el --- open anything

2007-08-03 Thread [EMAIL PROTECTED]
On Aug 3, 6:47 pm, [EMAIL PROTECTED] wrote: 2. If you load anything.el after anything-config.el, Tamas will need to wrap his defun's with a check to see whether a function is already defined and only do the defun if the function hasn't already been defined. I plan to remove all the example

Re: ;;; anything.el --- open anything

2007-08-03 Thread [EMAIL PROTECTED]
Hi, On Aug 3, 10:08 pm, [EMAIL PROTECTED] wrote: The last file I selected with a search pattern of anyt was anything.el (with a count of 2 times using that pattern) but the file I've selected most frequently is anything-config.el (with a count of 4 times using that pattern) so I would have

Re: ;;; anything.el --- open anything

2007-08-03 Thread [EMAIL PROTECTED]
On Aug 3, 11:15 pm, [EMAIL PROTECTED] wrote: With some limited testing, anything now seems to be returning things according to the history values. Glad it's working. Do you like it? :) However, if anything-filtered-candidate-transformers is nil, there shouldn't be any history written

Re: ;;; anything.el --- open anything

2007-08-03 Thread [EMAIL PROTECTED]
Hi, On Aug 3, 11:28 pm, Tassilo Horn [EMAIL PROTECTED] wrote: So if you remove the duplicate functions that would solve all problems for us. Could you please copy functions that are needed by `anything-sources', e.g. `anything-buffer-list' from anything-config? The only function

Re: ;;; anything.el --- open anything

2007-08-02 Thread [EMAIL PROTECTED]
Hi, On Aug 2, 9:22 am, [EMAIL PROTECTED] wrote: Is M-v bound to something in iswitchb? I had a look but didn't see any binding in the iswitchb source. No, but the iswithcb integration bounds ESC (alas, hardcoded) and it overrides every Meta bindings. I'll take a look at the keybindings

tagger.el --- Tagged information handler

2007-08-01 Thread [EMAIL PROTECTED]
;; When one finds out about something it's useful if the information ;; is recorded somewhere. I usually use some file to dump everything ;; in it and use incremental search to find stuff. This is not ;; efficient, it is more useful to limit the search to a particular ;; context, so the the

Re: ;;; anything.el --- open anything

2007-08-01 Thread [EMAIL PROTECTED]
On Aug 1, 10:06 pm, [EMAIL PROTECTED] wrote: Hi Tamas, Hi, Is there some reason why the following 2 bindings aren't part of anything-map: (define-key map (kbd M-v) 'anything-previous-page) (define-key map (kbd C-v) 'anything-next-page) The only reason is I saw no need, since

Re: ;;; anything.el --- open anything

2007-07-31 Thread [EMAIL PROTECTED]
On Jul 31, 6:56 am, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi, On Jul 31, 12:33 am, [EMAIL PROTECTED] wrote: However, another problem (in addition to the ones you mentioned) with doing the exclusions in a candidate transformer function is that the anything-candidate-number-limit has

Re: ;;; anything.el --- open anything

2007-07-30 Thread [EMAIL PROTECTED]
Hi, On Jul 31, 12:33 am, [EMAIL PROTECTED] wrote: However, another problem (in addition to the ones you mentioned) with doing the exclusions in a candidate transformer function is that the anything-candidate-number-limit has already been checked prior to the transformer function being called

Re: ;;; anything.el --- open anything

2007-07-24 Thread [EMAIL PROTECTED]
On Jul 24, 10:38 am, Tassilo Horn [EMAIL PROTECTED] wrote: Hi Tamas, there's a little bug in anything.el. Sometimes when I invoke it several times it'll error: Debugger entered--Lisp error: (cl-assertion-failed header-pos) signal(cl-assertion-failed (header-pos)) Hi, I think it happens

Re: ;;; anything.el --- open anything

2007-07-24 Thread [EMAIL PROTECTED]
On Jul 24, 10:53 am, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I think it happens only if your start anything when then *anything* buffer is current. Did you try it like this too? Hmm, my bug doesn't occur here anymore, so your bug is about something else. I can only do something

Re: ;;; anything.el --- open anything

2007-07-23 Thread [EMAIL PROTECTED]
On Jul 22, 10:57 pm, Benjamin Andresen [EMAIL PROTECTED] wrote: ,[ diff -u anything.el.1 anything.el ] | --- anything.el.1 2007-07-22 19:45:30.0 +0200 | +++ anything.el 2007-07-22 22:37:42.0 +0200 | @@ -906,11 +906,11 @@ |(setq file

Re: ;;; anything.el --- open anything

2007-07-23 Thread [EMAIL PROTECTED]
Here's a source for Imenu for jumping to functions in the current buffer. It was just a sudden idea, not sure how useful it is, but here it is if anyone's interested: (setq anything-source-imenu '((name . Imenu) (init-func . (lambda () (setq

Re: ;;; anything.el --- open anything

2007-07-23 Thread [EMAIL PROTECTED]
On Jul 23, 3:08 pm, Tassilo Horn [EMAIL PROTECTED] wrote: Hi Tamas, this may be useful for use in programming modes, but the candidate creation function doesn't work here with a current CVS emacs. The alist returned by `imenu--make-index-alist' has a different structure than your code

Re: ;;; anything.el --- open anything

2007-07-21 Thread [EMAIL PROTECTED]
On Jul 20, 9:22 pm, Tassilo Horn [EMAIL PROTECTED] wrote: The problem with that no-vc-approach is, that users who extend anything.el to fit their needs will have to redefine a bunch of variables, e.g. (setq anything-sources '((...))) (setq anything-type-actions '((...))) and so forth

Re: ;;; anything.el --- open anything

2007-07-21 Thread [EMAIL PROTECTED]
On Jul 21, 8:27 pm, Tassilo Horn [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] [EMAIL PROTECTED] writes: That's nice, really nice. I'll have a lot of fun adding stuff to anything-config.el. BTW, don't you want to be in charge of anything-config.el? It may be better if its development

Re: ;;; anything.el --- open anything

2007-07-21 Thread [EMAIL PROTECTED]
On Jul 21, 11:48 pm, Tassilo Horn [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] [EMAIL PROTECTED] writes: Hi Tamas, That's nice, really nice. I'll have a lot of fun adding stuff to anything-config.el. BTW, don't you want to be in charge of anything-config.el? Yes, why not? I'll create

Re: ipa.el --- In-place annotations

2007-07-17 Thread [EMAIL PROTECTED]
On Jul 17, 12:33 pm, [EMAIL PROTECTED] wrote: From: [EMAIL PROTECTED] (J. David Boyd) Subject: Re: ipa.el --- In-place annotations Date: Mon, 16 Jul 2007 10:15:04 -0400 ;;; With this package you can add annotations to your files without ;;; modifying them. Each file can have multiple

cppsense.el

2007-07-12 Thread [EMAIL PROTECTED]
For those who contacted me regarding http://www.emacswiki.org/cgi-bin/wiki/cppsense.el. Please note that it's still very immature, not really useful for public consumption. It's quite usable in the project I work on, but it's still has a long way to go. I don't think I can spend too much time

Re: ;;; anything.el --- open anything

2007-07-02 Thread [EMAIL PROTECTED]
On Jul 2, 5:29 pm, Mathias Dahl [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] [EMAIL PROTECTED] writes: Of course, I could always define two sources, one for chat and one for e-mail... Anyway, maybe that can give you an idea. BTW, I am trying out `anything' as a replacement for iswitchb right

Re: ;;; anything.el --- open anything

2007-06-27 Thread [EMAIL PROTECTED]
On Jun 27, 6:59 pm, Mathias Dahl [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] [EMAIL PROTECTED] writes: Will this work with interactive action functions as well? I can see how that could be useful sometimes. You mean commands? Yes :) It's possible already, you just need to write

Re: ;;; anything.el --- open anything

2007-06-25 Thread [EMAIL PROTECTED]
Those who are interested can monitor this page for further developments in anything.el: http://www.emacswiki.org/cgi-bin/wiki?action=history;id=anything.el ___ gnu-emacs-sources mailing list gnu-emacs-sources@gnu.org

;;; anything.el --- open anything

2007-06-22 Thread [EMAIL PROTECTED]
This is a prototype for an idea I've been contemplating for a while. When I want to open something I often find it cumbersome that I have to specify *what* I want to open. Why not just type something and emacs show me everything it can offer (configurable) and I simply select something and let

Re: ;;; anything.el --- open anything

2007-06-22 Thread [EMAIL PROTECTED]
On Jun 22, 10:21 pm, Vinicius Jose Latorre [EMAIL PROTECTED] wrote: Is (require 'cl) really necessary? I didn't see all code, but dolist is now located in subr.el. I thinnk some is not in subr.el, though it's really useful. I was lazy to code it by hand, that's why the (require 'cl

vc-bzr.el -- 2007-05-24 (for use with bzr 0.15 and later)

2007-05-24 Thread [EMAIL PROTECTED]
A new version of vc-bzr.el, an Emacs VC backend for use with the Bazaar (bzr) version control system, is available: - on EmacsWiki: http://www.emacswiki.org/cgi-bin/emacs/vc-bzr.el - on LaunchPad.net ( https://launchpad.net/vc-bzr/ ): bzr clone

Re: singlebind.el --- Bind commands to single characters

2007-03-18 Thread [EMAIL PROTECTED]
On Mar 18, 7:57 pm, Thorsten Bonow [EMAIL PROTECTED] aachen.de wrote: or defining a variable which holds the seconds argument and sets different values vor XEmacs and GNU Emacs. Thanks for the fix. I added it to the source. Repeating a key is nearly as fast as typing it once but has

Re: timid.el --- timid completion

2007-03-02 Thread [EMAIL PROTECTED]
I added optional locate support (see variable timid-use-locate), so that completions not in the history are offered from locate results automatically during file completion. After a few days of using timid with the buffer switching integration (currently only iswitchb is supported) to open files

Re: tooltip-help.el --- show help as tooltip

2007-03-02 Thread [EMAIL PROTECTED]
On Mar 2, 5:22 pm, weber [EMAIL PROTECTED] wrote: Hi! It's a very good idea. I'm trying it on Emacs 22 and it almost works. There's seems to be a problem when the tooltip opens on top of the mouse cursor. That makes the tooltip disappear immediately (just like when you move the mouse over

tooltip-help.el --- show help as tooltip

2007-03-01 Thread [EMAIL PROTECTED]
F1 is a useless key on my keyboard, because I don't use it in Emacs, so I thought I bound some kind of help function on it. I thought some kind of help which is less intrusive than the default one (doesn't open a new window, frame, etc.) would be useful, so I made one using tooltips. When using

Re: timid.el --- timid completion

2007-02-27 Thread [EMAIL PROTECTED]
I'm an iswitchb user and today I wanted to switch to a buffer which did not exist. After getting used to the comfort of timid completion during file completion the thought occured to me why do I have to tell iswitchb to fall back to file opening in order to open the file? It could show me the

timid.el --- timid completion

2007-02-26 Thread [EMAIL PROTECTED]
I made some improvements: - Completion list is not updated unnecessarily if search pattern is unchanged after editing. - Keybindings for timid completion are configurable. - Generalized binding of completion keys, so timid can be used for other kinds of completions too (e.g.

Re: timid.el --- timid completion

2007-02-26 Thread [EMAIL PROTECTED]
On Feb 26, 3:45 pm, [EMAIL PROTECTED] (Kim F. Storm) wrote: Instead of the timid-enable / timid-disable, why don't you make this into a proper minor mode, e.g. named timid-completion-mode (or just timid-mode). Done. Also, instead of the various member checks, it is better (IMO) to put

Re: tc.el --- timid completion

2007-02-25 Thread [EMAIL PROTECTED]
On Feb 25, 11:59 am, Thorsten Bonow [EMAIL PROTECTED] aachen.de wrote: It should be noted that there already is a tc.el out there: Trivial Cite http://www.emacswiki.org/cgi-bin/wiki/TrivialCite I forgot to google for the name. Package renamed to timid.el spamfilteraccount BTW

Re: tc.el --- timid completion

2007-02-25 Thread [EMAIL PROTECTED]
On Feb 25, 7:35 pm, John Sullivan [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] [EMAIL PROTECTED] writes: ;;; tc.el --- timid completion ;; Copyright (C) 2007 Free Software Foundation, Inc. Has this actually been assigned to the FSF? I took a quick look in the FSF copyright.list file

globalff.el: Added option to match on basename instead of on the whole path

2006-11-06 Thread [EMAIL PROTECTED]
Source code, change log: http://www.emacswiki.org/cgi-bin/wiki/GlobalFF ___ gnu-emacs-sources mailing list gnu-emacs-sources@gnu.org http://lists.gnu.org/mailman/listinfo/gnu-emacs-sources