bug-recutils
[Top][All Lists]
Advanced

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

Re: Bug report: Rec-mode 1.9.0 - Edit field features errors out


From: Jose E. Marchesi
Subject: Re: Bug report: Rec-mode 1.9.0 - Edit field features errors out
Date: Tue, 01 Nov 2022 16:05:45 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Hello.

> I found the source of the problem in the source code.  It's in the function
>
> defun rec-finish-editing-field
>
> I ran the diff command to show what I did to fix the error:
>
> 2340,2342c2340,2342
> <       (rec-insert (rec-field :position 0
> <                              :name name
> <                              :value value))
> ---
>>       (rec-insert (make-rec-field :position 0
>>                                   :name name
>>                                   :value value))

Thanks for the fix.  I just installed it in rec-mode.git.



reply via email to

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