This is from the BTS.
Could somebody who knows about format please look into this and apply
the patch if appropriate?
thanks.
Gunnar
"Malte Plath (EED)" <Malte.Plath(a)eed.ericsson.se> writes:
Hi Boris,
I'm not sure if you are still maintaining the `format' package, if
you are, then you might care to fix this little bug. (sorry no
diff/patch)
The format-replace-strings function does not work as advertised with
`reverse' set to non-nil. The function bails out with a type error:
char-or-string-p, ("─" . "=")
... where the pair is the second element in the alist I passed in as the argument.
The error is in the (let ((from ... (to ...) in that function.
- (to (if reverse (car (cdr alist)) (cdr (car alist)))))
+ (to (if reverse (car (car alist)) (cdr (car alist)))))
the error is/was here ----------^
If this has been fixed, I apologise for bothering you with it. (I'm
afraid I am not free to choose my working tools, so I'm stuck with
XEmacs 20.4 for the time being ... and Outlook for email!)
FYI: emacs-version is 20.4 "Emerald" XEmacs Lucid; no MULE support
Best regards,
Malte Plath
Process Engineer
Ericsson Eurolab Deutschland
Tel: +49 2407 575-3713
Fax: +49 2407 575-98611
Mobile: +49 173 259 4469
mailto:Malte.Plathļ¼ eed.ericsson.se