Re: [Ebib-users] ebib unstable 57f8af86d3 fails on 'ebib-edit-field'
Brought to you by:
joostkremers
From: Joost K. <joo...@fa...> - 2012-08-21 12:54:50
|
Hi Robbie, On Wed, Aug 22, 2012 at 12:01:02AM +1200, Robbie Morrison wrote: > M-x version > GNU Emacs 23.1.1 (x86_64-pc-linux-gnu, GTK+ Version > 2.20.1) of 2012-05-18 on batsu, modified by Debian > > I see emacs 24.1 is current. yup. > It was okay before when I used the latest tarball: > > ebib-1.9.1.tar.gz ok, that explains it then. i thought you'd been using the git version all along. version 1.9.1 used the function interactive-p to determine if ebib-edit-field was called interactively. that function has been made obsolete in emacs 23.2 so i changed it to called-interactive-p, as per the recommendation. this function apparently exists in emacs 23.1, but it doesn't take any arguments. in 24.1 it takes one. the quickest fix for you is probably to remove the 'any argument from all calls to called-interactively-p in ebib.el (there are three). in the mean time, i'll see whether i can add some code to make ebib compatible with 23.1. > I can look thru the changes since 1.9.1. Can you give > me a git hash for that commit please? i seem not to have tagged that version in the repo... i just corrected it now, so if you do a new pull, you should have it. (but i doubt you still need it. ;-) ) best, joost -- Joost Kremers Life has its moments |