Emacs Muse 3.20 released

2010-01-31 Thread Michael Olson
, standards-compliant documents. This will be my last release as maintainer of Emacs Muse, and the project will need a need maintainer effective immediately. Release info Tarball: http://download.gna.org/muse-el/muse-3.20.tar.gz Zip file: http://download.gna.org/muse-el/muse-3.20.zip -- Michael

Re: Remember 2.0 released

2008-04-19 Thread Michael Olson
nstalled before they can successfully build remember. If Gentoo is really hot and bothered about seeing errors in the Makefile, it's better just to remove the "lisp" target from "all". -- | Michael Olson | FSF Associate Member #652 | | http://mwolson.org/ | H

Re: Remember 2.0 released

2008-04-18 Thread Michael Olson
Uwe Brauer <[EMAIL PROTECTED]> writes: >>>>>> "Michael" == Michael Olson <[EMAIL PROTECTED]> writes: > >> I am pleased to announce the release of Remember 2.0. Remember >> is an Emacs mode for quickly remembering data. It use

Re: Remember 2.0 released

2008-04-17 Thread Michael Olson
;t have to be compiled, and since Remember is so small, there is almost no point in compiling it. remember.el doesn't have hard dependencies on Planner or emacs-wiki -- only some of the specific add-on files do. -- | Michael Olson | FSF Associate Member #652 | | http:/

Remember 2.0 released

2008-04-16 Thread Michael Olson
e-in-mailbox', which yields better results in Mutt. ** Compatibility *** `remember-buffer' has been renamed to `remember-finalize'. -- | Michael Olson | FSF Associate Member #652 | | http:

edit-list.el v0.3

2008-03-31 Thread Michael Olson
Rupert Swarbrick <[EMAIL PROTECTED]> writes: > On Sun, 30 Mar 2008 21:53:47 -0700, Michael Olson wrote: > >> So you've just added an incorrect entry to auto-mode-alist and want >> to fix it quickly. `M-x edit-list RET auto-mode-alist RET' to the >> rescue

Re: find.el --- Build a valid find(1) command with sexps

2008-03-31 Thread Michael Olson
-mtime '+1' \\) -and \\( > -fstype 'nfs' -or -fstype 'ufs' \\) \\)" Neat! One minor quibble: the name `find' is already taken by cl-seq.el, where it has a different meaning. Maybe this new function could be called `make-find-cmd' or something simi

edit-list.el v0.2

2008-03-31 Thread Michael Olson
edit-list.el Description: application/emacs-lisp -- | Michael Olson | FSF Associate Member #652 | | http://mwolson.org/ | Hobbies: Lisp, HCoop | | Projects: Emacs, Muse, ERC

edit-list.el v0.1

2008-03-30 Thread Michael Olson
;." (interactive) (unless (and edit-list-list-name (symbolp edit-list-list-name) (derived-mode-p 'edit-list-mode)) (error "This is not an Edit-List buffer")) (goto-char (point-min)) (let ((name edit-list-list-name)) (set name (read (current-buffer)))

Emacs Muse 3.12 released

2008-01-29 Thread Michael Olson
with publishing plain URLs. *** Fix bad escaping of image links. *** Save match adta in `muse-publish-classify-url'. ** Wiki-like behavior (lisp/muse-wiki.el) *** Display tags correctly. *** Publish tags correctly. -- Michael Olson -- FSF Associate Member #652 | http://mwo

ERC 5.3 released

2008-01-26 Thread Michael Olson
tween several normal conversation faces in the modeline. This behavior can be modified by changing the new `erc-track-faces-normal-list' option. Ignore display of who set the default channel topic and listing of users on the current channel. Customize the `erc-track-exclude-types'

Re: Emacs Joystick Interface

2007-09-20 Thread Michael Olson
over it from > the disks. I can't wait to try integrating this with nethack.el :^) . -- Michael Olson -- FSF Associate Member #652 | http://mwolson.org/ -- Jabber: mwolson_at_hcoop.net | /` |\ | | | Sysadmin -- Hobbies: Lisp, GP2X, HCoop| |_] | \| |_| Projects: Emacs

Emacs Muse 3.11 released

2007-08-24 Thread Michael Olson
Pyblosxom metadate plugin in the Blosxom Requirements section. -- Michael Olson -- FSF Associate Member #652 | http://mwolson.org/ -- Jabber: mwolson_at_hcoop.net | /` |\ | | | Sysadmin -- Hobbies: Lisp, GP2X, HCoop| |_] | \| |_| Projects: Emacs, Muse, ERC,

Emacs Muse 3.10 released

2007-08-16 Thread Michael Olson
** Common functionality used by XML-based styles (lisp/muse-xml-common.el) *** Don't escape parentheses in URLs. -- Michael Olson -- FSF Associate Member #652 | http://mwolson.org/ -- Jabber: mwolson_at_hcoop.net | /` |\ | | |

Re: archive-downloader.el, version 1.1

2007-06-23 Thread Michael Olson
Christian Herenz <[EMAIL PROTECTED]> writes: > Michael Olson schrieb: >> archive-downloader.el is useful for downloading music (and other forms >> of media) from http://archive.org. >> >> This version fixes an error that occurred when the kill ring was empty. &g

Re: Emacs 3.03 released

2007-06-17 Thread Michael Olson
That subject should read: Emacs Muse 3.03 released. Sorry about any confusion that resulted from that typo. -- Michael Olson -- FSF Associate Member #652 | http://mwolson.org/ -- Jabber: mwolson_at_hcoop.net | /` |\ | | | Sysadmin -- Hobbies: Lisp, GP2X, HCoop

Emacs 3.03 released

2007-06-17 Thread Michael Olson
a project name or complete interwiki link, not just part of it. This allows page names with invalid WikiName characters to be referred to by using an explicit link. *** If the document does not have a valid title string, use the empty string. *** Take the v

archive-downloader.el, version 1.1

2007-05-31 Thread Michael Olson
-- Michael Olson -- FSF Associate Member #652 | http://mwolson.org/ -- Jabber: mwolson_at_hcoop.net | /` |\ | | | Sysadmin -- Hobbies: Lisp, GP2X, HCoop| |_] | \| |_| Projects: Emacs, Muse, ERC, EMMS, ErBot, DVC, Planner | ___ gnu

Re: archive-downloader.el --- Download files from archive.org

2007-05-29 Thread Michael Olson
es is. Then pass archive-downloader-get a page of avi links, and it should Just Work. Unless the page adds the "style" element to their links, or some such thing, in which case I would have to make `archive-downloader-url-regexp' a bit more clever. -- Michael Ol

archive-downloader.el --- Download files from archive.org

2007-05-26 Thread Michael Olson
pgpo5Xh0p4i1t.pgp Description: PGP signature archive-downloader.el Description: application/emacs-lisp -- Michael Olson -- FSF Associate Member #652 | http://mwolson.org/ -- Jabber: mwolson_at_hcoop.net | /` |\ | | | Sysadmin -- Hobbies: Lisp, GP2X, HCoop

wtf.el, version 2.0

2007-05-16 Thread Michael Olson
right (C) 2005, 2006, 2007 Michael Olson ;; Author: Michael Olson <[EMAIL PROTECTED]> ;; Date: Wed 16-May-2007 ;; Version: 2.0 ;; URL: http://mwolson.org/static/dist/elisp/wtf.el ;; This file is not part of GNU Emacs. ;; This program is free software; you can redistribute it and/or modify ;;

Re: ERC 5.2 released

2007-04-02 Thread Michael Olson
Richard Stallman <[EMAIL PROTECTED]> writes: > Very nice! Can ERC 5.2 take over maintainance of all of Emacs? Alas, it only knows how to maintain Emacs Lisp code. -- Michael Olson -- FSF Associate Member #652 -- http://www.mwolson.org/ Interests: Lisp, text markup, protocols

ERC 5.2 released

2007-03-31 Thread Michael Olson
n on OFTC, Azzurra, Ars, and QuakeNet. Support authentication on BitlBee. Make source code easier to understand by using accessor functions. *** Sound support (erc-sound.el) Make this work with both Emacs 21 and Emacs 22. *** Timestamps (erc-stamp.el) Exclude the newl

Re: gnu.emacs.sources: Only sources and patches, please

2007-03-25 Thread Michael Olson
we must insist on different destinations for source and comments, how about a separate, low-volume list (measured relative to gnu.emacs.help) called gnu.emacs.sources.discuss? -- Michael Olson -- FSF Associate Member #652 -- http://www.mwolson.org/ Interests: Lisp, text markup, protocols -- Jabber:

Re: package.el 0.1 - simple package manager

2007-03-15 Thread Michael Olson
in my opinion. Also, for activation, it might be best to encourage program authors to include just the name of a function instead of its body, load the file named .el, and run that function. -- Michael Olson -- FSF Associate Member #652 -- http://www.mwolson.org/ Interests: Lisp, text markup, pr

lambdacalc.el 1.0 --- Interpret lambda calculus expressions

2007-02-19 Thread Michael Olson
2007 Michael Olson ;; Author: Michael Olson (mwolson AT gnu DOT org) ;; Date: Mon 19-Feb-2007 ;; Version: 1.0 ;; URL: http://mwolson.org/static/dist/elisp/lambdacalc.el ;; This file is not part of GNU Emacs. ;; This is free software; you can redistribute it and/or modify it under ;; the terms o

wtf.el, version 1.4

2007-02-06 Thread Michael Olson
dist/elisp/. ;; wtf.el --- Look up conversational and computing acronyms ;; Copyright (C) 2005, 2006, 2007 Michael Olson ;; Author: Michael Olson (mwolson AT gnu DOT org) ;; Date: Tue 06-Feb-2007 ;; Version: 1.4 ;; This file is not part of GNU Emacs. ;; This program is free software; you can redis

search-prop.el, version 1.3

2007-01-21 Thread Michael Olson
rd for properties ;; Copyright (C) 2007 Michael Olson ;; Author: Michael Olson (mwolson AT gnu DOT org) ;; Date: Sun 21-Jan-2007 ;; Version: 1.3 ;; This file not part of GNU Emacs. ;; This file is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Pu

search-prop.el, version 1.2

2007-01-11 Thread Michael Olson
properties ;; Copyright (C) 2007 Michael Olson ;; Author: Michael Olson (mwolson AT gnu DOT org) ;; Date: Thu 11-Jan-2007 ;; Version: 1.2 ;; This file not part of GNU Emacs. ;; This file is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as

Re: search-prop.el, version 1.1

2007-01-11 Thread Michael Olson
Andreas Roehler <[EMAIL PROTECTED]> writes: > While examining property stuff, I played with some > little forms--may I ignored something already more convenient?-- I usually just do `C-u C-x =' to examine the properties at point. -- Michael Olson -- FSF Associate Me

search-prop.el, version 1.1

2007-01-10 Thread Michael Olson
where consecutive characters have the property, and in that where a single character has the property. See the Commentary section for further details. Feedback is welcome. ;;; search-prop.el --- search forward and backward for properties ;; Copyright (C) 2007 Michael Olson ;; Author: Michael

Emacs Muse 3.02.8 released

2006-10-10 Thread Michael Olson
highlighting (lisp/muse-colors.el) *** Fix bug that caused Muse not to work with recent builds of Emacs 22. -- Michael Olson -- FSF Associate Member #652 -- http://www.mwolson.org/ Interests: Emacs Lisp, text markup, protocols -- Jabber: mwolson_at_hcoop.net /` |\ | | | Projects: Emacs, Muse, ERC

Emacs Muse 3.02.7 released

2006-10-10 Thread Michael Olson
. -- Michael Olson -- FSF Associate Member #652 -- http://www.mwolson.org/ Interests: Emacs Lisp, text markup, protocols -- Jabber: mwolson_at_hcoop.net /` |\ | | | Projects: Emacs, Muse, ERC, EMMS, Planner, ErBot, DVC |_] | \| |_| Reclaim your digital rights by eliminating DRM. See http

emacs-wiki 2.72 released

2006-10-10 Thread Michael Olson
http://download.savannah.gnu.org/releases/emacs-wiki/emacs-wiki-2.72.zip -- Michael Olson -- FSF Associate Member #652 -- http://www.mwolson.org/ Interests: Emacs Lisp, text markup, protocols -- Jabber: mwolson_at_hcoop.net /` |\ | | | Projects: Emacs, Muse, ERC, EMMS, Planner, ErBot, DVC |_] | \| |_| Re

Re: ERC 5.1.4 released

2006-08-03 Thread Michael Olson
Marc Tfardy <[EMAIL PROTECTED]> writes: > Michael Olson schrieb: >> I am pleased to announce the release of ERC 5.1.4. > > How about the dcc/ctcp bug? (see my post at previous version of ERC, > 6 posts above). Please use the [EMAIL PROTECTED] mailing list for such re

ERC 5.1.4 released

2006-08-02 Thread Michael Olson
module is deactivated. Fix some errors that occur when exiting Emacs without first quitting open IRC servers. -- Michael Olson -- FSF Associate Member #652 -- http://www.mwolson.org/ Interests: Emacs Lisp, text markup, protocols -- Jabber: mwolson_at_hcoop.net /` |\ | | | IRC: freenode.net/mwols

Planner 3.41 released

2006-07-17 Thread Michael Olson
notations. *** planner-zoom.el: Navigate plan pages. -- Michael Olson -- FSF Associate Member #652 -- http://www.mwolson.org/ Interests: Emacs Lisp, text markup, protocols -- Jabber: mwolson_at_hcoop.net /` |\ | | | IRC: freenode.net/mwolson: #emacs, #hcoop, #muse, #PurdueLUG |_] | \| |_| Pro

ERC 5.1.3 released

2006-07-17 Thread Michael Olson
by loading the erc-log.el file, and makes logging act like other ERC modules. *** Programmable completion (erc-pcomplete.el) Don't complete the user's current nickname. -- Michael Olson -- FSF Associate Member #652 -- http://www.mwolson.org/ Interests: Emacs Lisp, text marku

wtf.el version 1.3

2006-06-20 Thread Michael Olson
. pgpykH7XySTTC.pgp Description: PGP signature wtf.el Description: application/emacs-lisp -- Michael Olson -- FSF Associate Member #652 -- http://www.mwolson.org/ Interests: Emacs Lisp, text markup, protocols -- Jabber: mwolson_at_hcoop.net /` |\ | | | IRC: mwolson on freenode.net: #hcoop

Re: GNU EMMS 2.0 - The Emacs MultiMedia System

2006-05-03 Thread Michael Olson
ity. This release of EMMS contains my emms-player-mpd.el file, which is a MusicPD backend for EMMS. It has been thoroughly tested, and tries to cooperate nicely with the rest of EMMS, as well as other MusicPD clients that might be running at the same time. See the EMMS manual for further det

Re: Problem using C-c C-b to browse result in muse

2006-04-06 Thread Michael Olson
t; dir? I wonder am I get something wrong? It's a known problem that I will try to fix before the next release. In the future, please address Muse questions to its own mailing list, not this newsgroup. Details are at http://www.emacswiki.org/cgi-bin/wiki/EmacsWikiMailingList. -- Michael O

Emacs Muse 3.02.02 released

2005-11-18 Thread Michael Olson
urround dollar signs with equal signs to ensure escaping. This makes publishing PDF documents much more useful. ** TexInfo publishing *** An attempt was made to hone some of the markup. -- Michael Olson -- FSF Associate Member #652 -- http://www.mwolson.org/ Interests: anime, Debian, XHTML, wiki,

wtf.el, version 1.2

2005-09-26 Thread Michael Olson
passed through without modification. - Explicitly capitalize organization names and definitions with apostrophes in the term list. wtf.el Description: wtf.el, version 1.2 -- Michael Olson -- FSF Associate Member #652 -- http://www.mwolson.org/ Interests: anime, Debian, XHTML, wiki, Ema

wtf.el, version 1.1

2005-09-24 Thread Michael Olson
put these terms in the public domain, just like the "wtf" script that uses them. wtf.el Description: wtf.el -- Michael Olson -- FSF Associate Member #652 -- http://www.mwolson.org/ Interests: anime, Debian, XHTML, wiki, Emacs Lisp /` |\ | | | IRC: mwolson on freenode.net: #hcoo

Re: Emacs Muse 3.02 released

2005-09-16 Thread Michael Olson
giacomo boffi <[EMAIL PROTECTED]> writes: > Michael Olson writes: > > I am pleased to announce the release of Emacs Muse 3.02. A complete > > list of user-visible changes is included with this message. > > what is Emacs Muse? It's a publishing environment fo

Emacs Muse 3.02 released (URLs)

2005-09-16 Thread Michael Olson
Here are the URLs for the release. - http://download.gna.org/muse-el/muse-3.02.tar.gz - http://download.gna.org/muse-el/muse-3.02.zip -- Michael Olson -- FSF Associate Member #652 -- http://www.mwolson.org/ Interests: anime, Debian, XHTML, wiki, Emacs Lisp /` |\ | | | IRC: mwolson on

Emacs Muse 3.02 released

2005-09-16 Thread Michael Olson
intainer's machine, so it is now used to publish the PDF version of the Muse Manual. *** The characters `{' and `}' will be treated as special characters that need to be escaped at publish-time. *** Improve dots and enddots markup strings. *** Surround underlined text

Re: wtf.el --- Look up conversational and computing acronyms

2005-08-13 Thread Michael Olson
"Richard M. Stallman" <[EMAIL PROTECTED]> writes: > That inference is not valid, sad to say. I think you need to ask > the people who posted the file about its legal status. Thanks; will do. -- Michael Olson -- FSF Associate Member #652 -- http://www.mwolson.org/ In

Re: wtf.el --- Look up conversational and computing acronyms

2005-08-13 Thread Michael Olson
"Ehud Karni" <[EMAIL PROTECTED]> writes: > On Fri, 12 Aug 2005 16:21:37 -0500, Michael Olson wrote: >> >> (defun wtf-is (term) >> "Provide the definition for TERM. >> When called interactively, print the message \"TERM is DEF\". &g

wtf.el --- Look up conversational and computing acronyms

2005-08-12 Thread Michael Olson
;; wtf.el --- Look up conversational and computing acronyms ;; Copyright (C) 2005 Michael Olson ;; This file is not part of GNU 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