[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: register-list.el --- Interactively list/edit registers
From: |
Bastien Guerry |
Subject: |
Re: register-list.el --- Interactively list/edit registers |
Date: |
Tue, 11 Mar 2008 15:59:17 +0000 |
User-agent: |
Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.60 (gnu/linux) |
Hi Marc,
Marc Tfardy <address@hidden> writes:
>> Since I'm always storing strings and rectangles and keep the same
>> registers acrss several sessions, I find myself with registers that I
>> don't know about. This libray provides facilities to list them and to
>> edit their values. It comes with a handy mode for editing rectangles.
>
> Thanks for intersting tool, but it is not realy working.
>
> I get an "Wrong type argument: stringp" error when I store
> a number or rectange into register and call rectangle-list.
I've fixed the problem about storing a number.
Please check the latest version 0.1d:
http://www.cognition.ens.fr/~guerry/u/register-list.el
I'm not sure about the problem with rectangle. Can you please turn on
the debugger (setq debug-on-error t) and send me the backtrace, if any?
Thanks for the feedback,
> (require 'register-edit)
... yes, thanks!
PS: Mathias, maybe this also fix your problem.
--
Bastien