[Ebib-users] ebib unstable 57f8af86d3 fails on 'ebib-edit-field'
Brought to you by:
joostkremers
From: Robbie M. <ro...@ac...> - 2012-08-21 10:54:27
|
Hi Joost As far as I can tell the current 'git' version is buggy and fails when editing fields, on function 'ebib-edit-field'. Probably easier if you fix it, than me. Also, should this kind of traffic go thru the users list or direct to you? cheers, Robbie Debugger entered--Lisp error: (wrong-number-of-arguments called-interactively-p 1) (called-interactively-p (quote any)) (if (called-interactively-p (quote any)) (ebib-next-field)) (if (multiline-p init-contents) (ebib-edit-multiline-field) (when init-contents (if ... ... ...)) (if-str (new-contents ...) (puthash ebib-current-field ... ebib-cur-entry-hash) (remhash ebib-current-field ebib-cur-entry-hash)) (ebib-redisplay-current-field) (if (called-interactively-p ...) (ebib-next-field)) (ebib-set-modified t)) (let ((init-contents ...) (raw nil)) (if (multiline-p init-contents) (ebib-edit-multiline-field) (when init-contents ...) (if-str ... ... ...) (ebib-redisplay-current-field) (if ... ...) (ebib-set-modified t))) (cond ((eq ebib-current-field ...) (ebib-edit-entry-type)) ((eq ebib-current-field ...) (ebib-edit-crossref)) ((eq ebib-current-field ...) (ebib-edit-multiline-field)) (t (let ... ...))) ebib-edit-field() call-interactively(ebib-edit-field nil nil) --- Robbie Morrison PhD student -- policy-oriented energy system simulation Institute for Energy Engineering (IET) Technical University of Berlin (TU-Berlin), Germany University email (redirected) : mor...@ie... Webmail (preferred) : ro...@ac... [from Webmail client] |