Michael Albinus | 1 Feb 2009 11:36
Picon
Picon
Gravatar

Tramp 2.1.15

Hello,

The Tramp team is happy to announce the release of Tramp 2.1.15.  This
is mainly a bug fix release.  For production systems, it is recommended
to upgrade to this version.

Tramp is a remote file editing package for GNU Emacs and XEmacs.  Tramp
uses different methods like ssh or scp to access files on remote hosts
as if they were local files.  Access to the remote file system for
editing files, version control, and directory editing are transparently
enabled.

The GNU Emacs CVS repository is synchronized with this code.  Due to
license problems, the XEmacs package repository is not updated.

The download files are located at ftp://ftp.gnu.org/gnu/tramp/

Tramp's homepage is http://www.gnu.org/software/tramp/ (for GNU Emacs)
or http://www.gnu.org/software/tramp/tramp-xemacs.html (for XEmacs),
respectively.

Best regards, Michael.
Andy Stewart | 4 Feb 2009 11:28
Picon

auto-install.el install elisp file automatically.

Hi guys,

Have many people have ask how to install elisp file in Emacs.
I have develop auto-install.el make you install elisp file by various
way (URL, EmacsWiki, gist.github.com....) automatically.

And have many advanced usage, including:
Install from EmacsWiki support completion pacakge name.
You can update library that have exist in your system.
You can update all dired marked files *asynchronous* from EmacsWiki.

And all those install process is *asynchronous*, that's say, you can do
you work and install elisp file at the same time.
You don't need *wait* emacs install elisp file.

Have detail describe at http://www.emacswiki.org/emacs-en/AutoInstall

I have attaced newest version of auto-install.el 

Enjoy!

  -- Andy

Attachment (auto-install.el): application/emacs-lisp, 22 KiB
_______________________________________________
gnu-emacs-sources mailing list
gnu-emacs-sources <at> gnu.org
http://lists.gnu.org/mailman/listinfo/gnu-emacs-sources
(Continue reading)

Andy Stewart | 6 Feb 2009 17:20
Picon

Edit Oddmuse Wikis in Emacs.

Hi all,

I have develop yaoddmuse.el, have detail describe at
http://www.emacswiki.org/emacs-en/Yaoddmuse

yaoddmuse.el can edit Oddmuse Wiki page in Emacs, and download or post
wiki page *asynchronous*! 
That is say, you can do you work and handle
wiki page at the same time.

Any bug or advice are welcome!

I have attached newest version of yaoddmuse.el

Enjoy!

  -- Andy

Attachment (yaoddmuse.el): application/emacs-lisp, 44 KiB
_______________________________________________
gnu-emacs-sources mailing list
gnu-emacs-sources <at> gnu.org
http://lists.gnu.org/mailman/listinfo/gnu-emacs-sources
Tom Tromey | 12 Feb 2009 02:36
Picon
Favicon

package.el version 0.9

Appended is package.el version 0.9.

This is a bug fix release.  package.el 0.8 had a bug trying to
activate packages with dependencies.  Thanks to Phil Hagelberg for
analyzing this problem.


package.el is a simple package manager for Emacs.  It is connected to
ELPA, the Emacs Lisp Package Archive.  Read more here:

    http://tromey.com/elpa/

If you are not using package.el yet, follow the install instructions
on the web site.  There is an auto-installer; you can be up and
running in seconds.  Or, read the appended .el to see what to do.

If you are using package.el before 0.4, you have to copy this version
over the old version.

If you are using package.el 0.4 or later, you can update from the
package menu.

As always, I welcome questions, comments, and suggestions.  If you
maintain an Emacs Lisp package, see the web page for information on
getting it into ELPA.  Suggestions for packages to upload are also
welcome.

Tom

;;; package.el --- Simple package system for Emacs
(Continue reading)

Toby Cubitt | 12 Feb 2009 15:28

predictive.el -- Announcing a major new release

Announcing a new release of the Predictive Completion package.

The Predictive Completion 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 be found at:

http://www.dr-qubit.org/emacs.php#predictive

Changes in latest release:
--------------------------

This version represents a complete rewrite of much of the core of the
package. As such, care must be taken when upgrading from a previous
version. See the INSTALL and WARNING files included in the package for
more details.

Most of the vast changes in this release are behind the scenes. Some of
the user-visible changes since the last announced release are:

* groups of characters (or more complicated patterns) can be defined to
be equivalent as far as completion is concerned (particularly useful
when dealing with accented characters and other diacritics)

* improvements to LaTeX and HMTL support

* Texinfo support added

(Continue reading)

Toby Cubitt | 12 Feb 2009 15:50

completion-ui.el -- Announcing a new release


Announcing a new release of the Completion-UI package.

The Completion-UI package is the Swiss-army knife of in-buffer
completion user-interfaces.

It provides a library aimed at Elisp package writers that implements
many different user-interfaces for in-buffer completion, so that you
don't have to go through the tedium of re-inventing them, and can
concentrate on writing code to find the completions in the first place.
To use it, all your package must do is define a function that returns a
list of completion candidates. That's it! Completion-UI takes care of
the rest.

All the user-interfaces and features are extensively customizable, but
*not* by package writers! The Completion-UI philosophy is that the user
knows best how they want their user-interface to work, and customization
should be left up to them. Users can then customize their in-buffer
completion user-interface once and for all, for all packages that use
Completion-UI.

This version also provides a collection of commands aimed at Emacs users
that configure a number of Emacs' built-in completion mechanisms
(dabbrevs, etags, Elisp completion, and also CEDET's Semantic completion
mechanism) to use completion-UI. These also serve as examples for
package writers.

The sources are too big to post here, but are available from:

http://www.dr-qubit.org/download.php?file=predictive/completion-ui.tar.gz
(Continue reading)

Toby Cubitt | 12 Feb 2009 15:53

heap.el -- new release


;;; heap.el --- heap (a.k.a. priority queue) data structure package

;; Copyright (C) 2004-2006, 2008 Toby Cubitt

;; Author: Toby Cubitt <toby-predictive <at> 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.
;;
;; This program 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
;; of the License, or (at your option) any later version.
;;
;; This program 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 this program; if not, write to the Free Software
;; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
;; MA 02110-1301, USA.

;;; Commentary:
;;
;; A heap is a form of efficient self-sorting tree. In particular, the
(Continue reading)

Toby Cubitt | 12 Feb 2009 15:54

queue.el -- updated version of old Elib package

;;; queue.el --- queue data structure

;; Copyright (C) 1991-1995, 2008-2009 Free Software Foundation

;; Author: Inge Wallin <inge <at> lysator.liu.se>
;;         rewritten by Toby Cubitt <toby-predictive <at> dr-qubit.org>
;; Version: 0.1
;; Keywords: queue, extensions, lisp

;; This file is part of the GNU Emacs lisp library, Elib.

;; GNU Elib 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.
;;
;; GNU Elib 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 this program; if not, write to the Free Software
;; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
;; MA 02110-1301, USA.
;;

;;; Commentary:

;;; Code:
(Continue reading)

Toby Cubitt | 12 Feb 2009 16:08

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


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

;; Copyright (C) 2008-2009 Toby Cubitt

;; Author: Toby Cubitt <toby-predictive <at> dr-qubit.org>
;; Version: 0.1
;; Keywords: TNFA, NFA, tagged, non-deterministic, finite state, automata
;; URL: http://www.dr-qubit.org/emacs.php

;; This file is NOT part of Emacs.
;;
;; This program 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
;; of the License, or (at your option) any later version.
;;
;; This program 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 this program; if not, write to the Free Software
;; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
;; MA 02110-1301, USA.

;;; Commentary:
;;
;; A tagged, non-deterministic finite state automata (NFA) is an
(Continue reading)

Toby Cubitt | 12 Feb 2009 16:27

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

;;; avl-tree.el --- balanced binary trees, AVL-trees

;; Copyright (C) 1995, 2007-2009  Free Software Foundation, Inc.

;; Author: Per Cederqvist <ceder <at> lysator.liu.se>
;;         Inge Wallin <inge <at> lysator.liu.se>
;;         Thomas Bellman <bellman <at> lysator.liu.se>
;;         modified by Toby Cubitt <toby-predictive <at> dr-qubit.org>
;; Version: 0.1
;; Maintainer: FSF
;; Created: 10 May 1991
;; Keywords: extensions, data structures, AVL, tree

;; This file is part of GNU Emacs.

;; GNU Emacs 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 3 of the License, or (at
;; your option) any later version.

;; GNU Emacs 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. If not, see <http://www.gnu.org/licenses/>.

;;; Commentary:
;;
(Continue reading)


Gmane