A Windows style file deletion system

2006-05-27 Thread Davin Pearson
;;; trashcan.el --- Windows syle file deletion system ;; ;; Copyright (C) 2006, Davin Pearson ;; ;; Author/Maintainer: Davin Pearson ;; Keywords: Windows Recycle Bin ;; Version: 1.0 ;; This file is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General

predictive.el -- Announcing new release

2006-05-27 Thread Toby Cubitt
Announcing a new release of Predictive Completion Mode. The predictive mode package adds a predictive completion minor mode to Emacs. The sources are too big to post here, but are available from: http://www.dr-qubit.org/download.php?file=predictive/predictive.tar.gz The package's web page can

heap.el -- new release

2006-05-27 Thread Toby Cubitt
;;; heap.el --- heap (a.k.a. priority queue) data structure package ;; Copyright (C) 2004-2006 Toby Cubitt ;; Author: Toby Cubitt [EMAIL PROTECTED] ;; Version: 0.1.5 ;; Keywords: heap, priority queue ;; URL: http://www.dr-qubit.org/emacs.php ;; This file is NOT part of Emacs. ;; ;; This

tstree.el -- new release

2006-05-27 Thread Toby Cubitt
;;; tstree.el --- ternary search tree package ;; Copyright (C) 2004-2006 Toby Cubitt ;; Author: Toby Cubitt [EMAIL PROTECTED] ;; Version: 0.6 ;; Keywords: ternary search tree, tstree ;; URL: http://www.dr-qubit.org/emacs.php ;; This file is NOT part of Emacs. ;; ;; This program is free

Re: heap.el -- new release

2006-05-27 Thread Stefan Monnier
Your code has some problem w.r.t efficiency. The heap data-structure is interesting for its complexity properties (e.g. heap-delete-root should be O(log N)), but your code doesn't enjoy those properties: (defun heap-add (heap data) Add DATA to the heap. ;; Add data to bottom of heap and

Re: heap.el -- new release

2006-05-27 Thread Toby Cubitt
On Sat, May 27, 2006 at 11:34:25AM -0400, Stefan Monnier wrote: Your code has some problem w.r.t efficiency. The heap data-structure is interesting for its complexity properties (e.g. heap-delete-root should be O(log N)), but your code doesn't enjoy those properties: Hmmm...yes, you're

heap.el -- (hopefully) fixed efficiency issues

2006-05-27 Thread Toby Cubitt
;;; heap.el --- heap (a.k.a. priority queue) data structure package ;; Copyright (C) 2004-2006 Toby Cubitt ;; Author: Toby Cubitt [EMAIL PROTECTED] ;; Version: 0.2 ;; Keywords: heap, priority queue ;; URL: http://www.dr-qubit.org/emacs.php ;; This file is NOT part of Emacs. ;; ;; This

Re: A Windows style file deletion system

2006-05-27 Thread Richard Stallman
Please do not call this Windows-style. This feature existed long before Microsoft Windows. Please do not give Microsoft credit for something it did not even do. ___ gnu-emacs-sources mailing list gnu-emacs-sources@gnu.org