Re: undo-tree.el

2009-12-06 Thread Toby Cubitt
On Sat, Dec 05, 2009 at 09:21:14PM -0700, Samuel Wales wrote: Message for Toby. (Toby's email doesn't work.) Short answer: it works just fine. But if for some reason you do hit problems, use the address given in the undo-tree.el file (which is what you should be doing anyway). I'm replying to

Re: company 0.2.1 -- extensible inline text completion mechanism

2009-04-07 Thread Toby Cubitt
Nikolaj Schumacher wrote: Richard Riley rileyrg...@googlemail.com wrote: How do you see this competing with auto-complete which completes pretty much anything? Like auto-complete, this is a front-end. You can probably bend back-ends for either to work in the other. In fact company mode

Re: company 0.2.1 -- extensible inline text completion mechanism

2009-04-07 Thread Toby Cubitt
Nikolaj Schumacher wrote: Toby Cubitt toby-dated-1239518798.058...@dr-qubit.org wrote: There's also Completion-UI (which I believe is also quite a bit older than both the others, though I could be wrong). Not that much. If you remember, I submitted a patch for one of the earlier versions

Re: avl-tree.el -- enhanced drop-in replacement for version included in Emacs

2009-02-13 Thread Toby Cubitt
Leo wrote: On 2009-02-12 15:27 +, Toby Cubitt wrote: ;;; Change log: ;; ;; Version 0.1 ;; * drop-in replacement for the version included with Emacs Should your enhancement be incorporated into the version in Emacs? If so, please propose to emacs-devel. Thanks. Will do. Toby

completion-ui.el -- Announcing a new release

2009-02-12 Thread Toby Cubitt
: -- * the new completion-ui-examples.el commands set things up so that a number of Emacs' completion mechanisms can use Completion-UI * many bug-fixes and improvements Toby Cubitt ___ gnu-emacs-sources mailing list gnu-emacs

heap.el -- new release

2009-02-12 Thread Toby Cubitt
;;; heap.el --- heap (a.k.a. priority queue) data structure package ;; Copyright (C) 2004-2006, 2008 Toby Cubitt ;; Author: Toby Cubitt toby-predict...@dr-qubit.org ;; Version: 0.2.1 ;; Keywords: heap, priority queue ;; URL: http://www.dr-qubit.org/emacs.php ;; This file is NOT part of Emacs

queue.el -- updated version of old Elib package

2009-02-12 Thread Toby Cubitt
;;; queue.el --- queue data structure ;; Copyright (C) 1991-1995, 2008-2009 Free Software Foundation ;; Author: Inge Wallin i...@lysator.liu.se ;; rewritten by Toby Cubitt toby-predict...@dr-qubit.org ;; Version: 0.1 ;; Keywords: queue, extensions, lisp ;; This file is part of the GNU

tNFA.el -- tagged non-deterministic finite state automata

2009-02-12 Thread Toby Cubitt
;;; tNFA.el --- tagged non-deterministic finite-state automata package ;; Copyright (C) 2008-2009 Toby Cubitt ;; Author: Toby Cubitt toby-predict...@dr-qubit.org ;; Version: 0.1 ;; Keywords: TNFA, NFA, tagged, non-deterministic, finite state, automata ;; URL: http://www.dr-qubit.org/emacs.php

avl-tree.el -- enhanced drop-in replacement for version included in Emacs

2009-02-12 Thread Toby Cubitt
;;; avl-tree.el --- balanced binary trees, AVL-trees ;; Copyright (C) 1995, 2007-2009 Free Software Foundation, Inc. ;; Author: Per Cederqvist ce...@lysator.liu.se ;; Inge Wallin i...@lysator.liu.se ;; Thomas Bellman bell...@lysator.liu.se ;; modified by Toby Cubitt toby

Re: pabbrev.el

2007-11-04 Thread Toby Cubitt
William Xu wrote: Toby Cubitt [EMAIL PROTECTED] writes: Auto-completion-mode is only useful when the function finding the completions can return results within a few tenths of a second (i.e. faster than your typing speed). Dabbrev was never designed to be that fast. Hm, then this probably

Re: pabbrev.el

2007-11-02 Thread Toby Cubitt
it to the CompletionUI wiki page, and link it from the pabbrev page. (Unsurprisingly I personally use predictive-mode rather than pabbrev, so I've never gotten around to doing this myself.) Toby Cubitt ___ gnu-emacs-sources mailing list gnu-emacs-sources@gnu.org

predictive.el -- Announcing a new release

2007-05-11 Thread Toby Cubitt
be selected automatically based on the documentclass. * LaTeX support: environments are (optionally) now electric: the environment name appearing in \end{...} commands is automatically synchronized with that appearing in the matching \begin{...} command, and vice-versa. Toby Cubitt -- Dr

predictive.el -- Announcing a new release

2007-02-14 Thread Toby Cubitt
be found at: http://www.dr-qubit.org/emacs.php#predictive Changes in latest release: -- * auto-completion is now a separate minor mode * improvements to LaTeX support * bug fixes Toby Cubitt -- Quantum Information Theory group Department of Mathematics University

auto-overlays.el -- Announcing a new release

2007-02-14 Thread Toby Cubitt
#overlay Changes in latest release: == * regexp sets shared between more than one buffer can once again be enabled and disabled independently in each buffer * abstracted access to `auto-overlay-regexps' into accessor macros * bug fixes Toby Cubitt -- Quantum

auto-overlays.el -- Announcing new release

2006-07-28 Thread Toby Cubitt
and loading overlays to a file * bug fixes and performance tweaks Toby Cubitt -- PhD Student Quantum Information Theory group Max Planck Institute for Quantum Optics Garching, Germany email: [EMAIL PROTECTED] web: www.dr-qubit.org ___ gnu-emacs-sources

predictive.el -- Announcing new release

2006-07-28 Thread Toby Cubitt
be found at: http://www.dr-qubit.org/emacs.php#predictive Changes in latest release: -- * finally added a command for deleting words from a dictionary * massively improved LaTeX support Toby Cubitt -- PhD Student Quantum Information Theory group Max Planck Institute

auto-overlays.el -- Announcing new release

2006-06-25 Thread Toby Cubitt
for an example). * Significant bug fixes. Toby Cubitt -- PhD Student Quantum Information Theory group Max Planck Institute for Quantum Optics Garching, Germany email: [EMAIL PROTECTED] web: www.dr-qubit.org ___ gnu-emacs-sources mailing list gnu-emacs-sources

predictive.el -- Announcing new release

2006-05-27 Thread Toby Cubitt
-dictionaries, that combine two or more other dictionaries together. Meta-dictionaries behave exactly like normal dictionaries: they can be saved to disc, used to create other meta-dictionaries, etc. But they continue to reflect any changes in their constituent dictionaries. Toby Cubitt

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

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 Toby Cubitt
the number of elements it holds, and only resize it every once in a while (by reducing/increasing its size by a constant factor). To be honest, I haven't looked at the core of the code in heap.el in ages. I thought it was doing that already! Shouldn't be too difficult to fix. Toby Cubitt -- PhD

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

Re: completion-ui.el -- major new release of completion user interface package

2006-05-12 Thread Toby Cubitt
A dependency on auto-overlays crept under the radar in my posting of the completion-ui sources. The corrected sources for this (and any other minor bugs I might find, which I will not in future announce here) can be obtained from:

Re: predictive.el -- New Release

2006-05-03 Thread Toby Cubitt
On Wed, May 03, 2006 at 04:19:27AM +0200, David Hansen wrote: On Tue, 2 May 2006 23:33:52 +0200 Toby Cubitt wrote: On Tue, May 02, 2006 at 07:29:33PM +0200, David Hansen wrote: Just a note: rebinding RET is IMHO a very bad idea. In programming modes i have bound it to `reindent

Re: predictive.el -- New Release

2006-05-03 Thread Toby Cubitt
On Wed, May 03, 2006 at 02:44:15PM +0100, Phillip Lord wrote: TC == Toby Cubitt [EMAIL PROTECTED] writes: TC On Tue, May 02, 2006 at 07:29:33PM +0200, David Hansen wrote: TC Trouble is, I have to rebind RET or the whole dynamic completion TC mechanism gets screwed up. I'll see what I

Re: predictive.el -- New Release

2006-05-02 Thread Toby Cubitt
On Tue, May 02, 2006 at 07:29:33PM +0200, David Hansen wrote: Nice work. Thanks! Just a note: rebinding RET is IMHO a very bad idea. In programming modes i have bound it to `reindent-then-newline-and-indent' and e.g. rcirc won't work with predictive at all (RET is bound to

tstree.el -- ternary search trees

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

dict-tree.el -- advanced dictionary data structures

2006-04-30 Thread Toby Cubitt
;;; dict-tree.el --- dictionary data structure package ;; Copyright (C) 2004-2006 Toby Cubitt ;; Author: Toby Cubitt [EMAIL PROTECTED] ;; Version: 0.8.2 ;; Keywords: dictionary, tree ;; URL: http://www.dr-qubit.org/emacs.php ;; This file is NOT part of Emacs. ;; ;; This program is free

completion-ui.el -- completion user interface library

2006-04-30 Thread Toby Cubitt
;;; completion-ui.el --- in-buffer completion user interface ;; Copyright (C) 2006 Toby Cubitt ;; Author: Toby Cubitt [EMAIL PROTECTED] ;; Version: 0.2 ;; Keywords: completion, ui, user interface ;; URL: http://www.dr-qubit.org/emacs.php ;; This file is NOT part of Emacs. ;; ;; This program