Remember 2.0 released

2008-04-16 Thread Michael Olson
I am pleased to announce the release of Remember 2.0. Remember is an Emacs mode for quickly remembering data. It uses whatever back-end is appropriate to record and correlate the data, but its main intention is to allow you to express as little structure as possible up front. ** Release info Tar

Re: Remember 2.0 released

2008-04-17 Thread William Xu
Is it dependent on planner, emacs-wiki, etc? Does it support Org-mode? I got lots of errors when compiling, with fresh checkout, on emacs 22.2. zen:~/repo/git/remember$ make Loading subst-jis... Loading subst-ksc... Loading subst-big5... Loading subst-gb2312... In toplevel form: remember-bbdb.

Re: Remember 2.0 released

2008-04-17 Thread Michael Olson
William Xu <[EMAIL PROTECTED]> writes: > Is it dependent on planner, emacs-wiki, etc? Does it support Org-mode? > > I got lots of errors when compiling, with fresh checkout, on emacs > 22.2. Don't worry about the errors -- they aren't important. Elisp doesn't have to be compiled, and since Remem

Re: Remember 2.0 released

2008-04-17 Thread William Xu
Michael Olson <[EMAIL PROTECTED]> writes: > Don't worry about the errors -- they aren't important. Elisp doesn'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 o

Re: Remember 2.0 released

2008-04-17 Thread Tassilo Horn
William Xu <[EMAIL PROTECTED]> writes: > Does it support Org-mode? ,[ (info "(org)Remember") ] | The Remember package by John Wiegley lets you store quick notes with | little interruption of your work flow. See | `http://www.emacswiki.org/cgi-bin/wiki/RememberMode' for more | information.

Re: Remember 2.0 released

2008-04-18 Thread Uwe Brauer
> "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 uses > whatever back-end is appropriate to record and correlate the data, but > its main intention is to all

Re: Remember 2.0 released

2008-04-18 Thread Phillip Lord
> "Uwe" == 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 uses whatever back-end is >> appropriate to record and cor

Re: Remember 2.0 released

2008-04-18 Thread William Xu
Uwe Brauer <[EMAIL PROTECTED]> writes: > There is already a package called remember.el by > ;;; remember.el --- a mode for quickly jotting down things to remember > ;; Copyright (C) 1999, 2000, 2001 John Wiegley > > May be you could use another name? That is the earlier version of the same file.

Re: Remember 2.0 released

2008-04-18 Thread Pierre Gaston
On Friday 18 April 2008 12:17, Uwe Brauer wrote: > There is already a package called remember.el by > ;;; remember.el --- a mode for quickly jotting down things to remember > ;; Copyright (C) 1999, 2000, 2001 John Wiegley > > May be you could use another name? > Maybe you could wonder about the 2.

Re: Remember 2.0 released

2008-04-18 Thread Ulrich Mueller
> On Thu, 17 Apr 2008, Michael Olson wrote: >> Is it dependent on planner, emacs-wiki, etc? Does it support >> Org-mode? >> >> I got lots of errors when compiling, with fresh checkout, on >> emacs 22.2. > Don't worry about the errors -- they aren't important. Elisp doesn't > have to be compil

Re: Remember 2.0 released

2008-04-18 Thread Óscar Fuentes
Uwe Brauer <[EMAIL PROTECTED]> writes: >> I am pleased to announce the release of Remember 2.0. > > There is already a package called remember.el by > ;;; remember.el --- a mode for quickly jotting down things to remember > ;; Copyright (C) 1999, 2000, 2001 John Wiegley > > May be you could u

Re: Remember 2.0 released

2008-04-18 Thread Tassilo Horn
Uwe Brauer <[EMAIL PROTECTED]> writes: Hi Uwe, > There is already a package called remember.el by > ;;; remember.el --- a mode for quickly jotting down things to remember > ;; Copyright (C) 1999, 2000, 2001 John Wiegley > > May be you could use another name? It's the same. John is the original

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 uses whatever >> back-end is appropriate to record and correlat

Re: Remember 2.0 released

2008-04-19 Thread Michael Olson
Ulrich Mueller <[EMAIL PROTECTED]> writes: > This is not a clean way of doing things. If Emacs fails here, it is a > real error (i.e. there will be no .elc file), so make should _not_ > ignore it, but abort at this point. > > Gentoo includes a patch for the Makefile not to ignore errors > (already

Re: Remember 2.0 released

2008-04-19 Thread Phillip . Lord
> Ulrich Mueller <[EMAIL PROTECTED]> writes: > >> This is not a clean way of doing things. If Emacs fails here, it is a >> real error (i.e. there will be no .elc file), so make should _not_ >> ignore it, but abort at this point. >> >> Gentoo includes a patch for the Makefile not to ignore errors >>

Re: Remember 2.0 released

2008-04-21 Thread Ulrich Mueller
> On Sat, 19 Apr 2008, Michael Olson wrote: >> This is not a clean way of doing things. If Emacs fails here, it >> is a real error (i.e. there will be no .elc file), so make should >> _not_ ignore it, but abort at this point. > Actually, I think this is a bad idea. If Gentoo is requiring that