emacs-wiki-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: planner-snap (was Re: [emacs-wiki-discuss] annotations from files: l


From: Wei-Hao Lin
Subject: Re: planner-snap (was Re: [emacs-wiki-discuss] annotations from files: line and column numbers)
Date: Tue, 22 Feb 2005 09:55:12 -0500
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/21.3.50 (windows-nt)

Berkan Eskikaya <address@hidden> writes:

Good job!

> I've also modified remember() in my remember.el so that all context data is
> saved when I invoke remember [by running all annotation functions]. This
> allows me have a snap URI with a line number, in addition to the usual URI
> produced by planner.
[...]
> ; From http://www.astrogoth.com/~reeses/software/uniq.el
> (load "uniq.el")

The uniq.el but the one on astrogoth.com doesn't look like the one you
used to strip out duplicate lines in the string.  What's your uniq.el?

> And, in remember():
>
>   (let* ((annotation (if remember-run-all-annotation-functions
>                        (uniq (mapconcat 'funcall
>                                   remember-annotation-functions "\n\n"))
>                      (run-hook-with-args-until-success
>                       'remember-annotation-functions)))
>          (buf (get-buffer-create remember-buffer)))


  Wei-Hao




reply via email to

[Prev in Thread] Current Thread [Next in Thread]