Aurelien Tisne | 6 Jan 2003 14:29
Picon
Favicon

show-whitespace-mode v2.1

Hi,

New release of  the mode. This minor mode highlights whitespaces in buffers.
Enhancements:
;; 2.0  22 Nov 2002  21.2.1
;;  - Add the style concept including the mark style (suggested by 
Pieter Pareit).
;;  - Add show-whitespace keywords at the end to be compliant with the
;;    outline mode.
;;
;; 2.1  04 Jan 2003  21.2.1
;;  - Show RET in mark style with ¶.
;;  - Show unbreakable spaces (suggested by Benjamin Drieu).

Aurélien
;;; show-whitespace-mode.el --- Simple mode to highlight whitespaces

;; Copyright (C) 2002 by Aurélien Tisné
;; Author: Aurélien Tisné <aurelien.tisne <at> free.fr>
;; Keywords: convenience, editing
;; Created: 7 Aug 2002

;; This file is not part of GNU Emacs.

;; COPYRIGHT NOTICE
;;
;; 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
(Continue reading)

Thien-Thi Nguyen | 11 Jan 2003 01:01

gnugo.el 1.24 available

greetings earthlings,

this release features experimental image support: briefly, in the board
buffer "i" toggles image display (if supported).  thanks go to Daniel
Bump for the xpm files.  also, ":"-command support is somewhat improved.

  http://www.glug.org/alt/gnugo/

i confess not testing this out completely (the image display was written
and unit-tested on a machine that didn't have GNU Go installed, and the
machine w/ GNU Go doesn't have Emacs 21 installed), so please don't
bother the GNU Go folks if you find a bug in gnugo.el; let me know,
instead.

happy hacking,
thi
Karl Berry | 17 Jan 2003 19:57

crypt++.el 2.92

rc4 support in crypt-encryption-alist thanks to Michael Ernst.
New url for crypt++, since ftp.cs.umb.edu is no more.

Patches, bug reports, and offers of maintainership all welcome.


;;; crypt++.el -- handle all sorts of compressed and encrypted files
;;; (may also be installed as crypt.el)

;; Authors: Lawrence R. Dodd <dodd <at> roebling.poly.edu>
;;	Rod Whitby <rwhitby <at> research.canon.oz.au>
;;	Kyle E. Jones <kyle <at> uunet.uu.net>
;; Maintainer: <karl <at> gnu.org>
;; Created: crypt.el in 1988, crypt++.el on 18 Jan 1993.
;; Version: 2.92
;; Keywords: extensions
;; $Id: crypt++.el,v 1.31 2003/01/17 18:52:17 karl Exp $

;;; Copyright (C) 1998, 1999, 2000, 2001, 2003 Free Software Foundation, Inc.
;;; Copyright (C) 1994 Lawrence R. Dodd
;;; Copyright (C) 1993 Lawrence R. Dodd and Rod Whitby
;;; Copyright (C) 1988, 1989, 1990 Kyle E. Jones
;;;
;;; 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
(Continue reading)

Thien-Thi Nguyen | 29 Jan 2003 03:37

gnugo.el diff: 1.24 -> 1.26

please find below a diff for gnugo.el that fixes some of the shoddy
integration work previously posted -- sorry for the noise.  there are
still bugs but it is at least playable.  the first bug i am betting is
an emacs bug, actually.  (to reproduce it, just toggle to image-display
mode and evaluate (point) after moving to the apparent point-min; i see
1 but expect 45.)

thi

____________
2003-01-28

	* gnugo.el: Add testing info and BUGS in commentary.

	(gnugo-showboard): When using images, don't render "()"
	last-pos marker, and use a more sane spacing offset for
	captured stones info.

	(gnugo-assign-images): Add initial pass to mark everything
	except newlines as `bye'.  No longer set `gnugo-assign-images'
	text property.

	(gnugo-toggle-image-display): Consult `gnugo-image-key' text
	property directly instead of `gnugo-assign-images'.  Rewrite
	display pass to handle three cases: `bye', non-nil xpm key,
	and nil.

2003-01-10

	* gnugo.el (gnugo-toggle-image-display): Fix "fboundp" typo.
(Continue reading)

Kevin Ryde | 31 Jan 2003 23:52
Picon
Picon

info-xref.el - check info cross references

I've run across a few wrong or superseded node names in info file
cross references lately, so I thought it'd be cute to run a regexp
over an info file and try visiting the external references to see if
they worked.

Well, the details added up to a bit more than I intended, but the
result is below.

It's not blindingly fast, on account of reading and re-reading files,
but it's ok for individual info documents, and if you're trying it on
a whole system then you just have to be patient.

Attachment (info-xref.el): application/emacs-lisp, 11 KiB
_______________________________________________
Gnu-emacs-sources mailing list
Gnu-emacs-sources <at> gnu.org
http://mail.gnu.org/mailman/listinfo/gnu-emacs-sources

Gmane