GNU bug report logs - #6849
23.2.50; woman2-process-escapes: Wrong type argument: char-or-string-p, nil

Previous Next

Package: emacs;

Reported by: Sven Joachim <svenjoac <at> gmx.de>

Date: Fri, 13 Aug 2010 06:00:03 UTC

Severity: normal

Found in version 23.2.50

Done: Glenn Morris <rgm <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


Message #11 received at 6849 <at> debbugs.gnu.org (full text, mbox):

From: Sven Joachim <svenjoac <at> gmx.de>
To: Glenn Morris <rgm <at> gnu.org>
Cc: 6849 <at> debbugs.gnu.org
Subject: Re: bug#6849: 23.2.50;
	woman2-process-escapes: Wrong type argument: char-or-string-p, nil
Date: Tue, 17 Aug 2010 20:39:55 +0200
On 2010-08-17 02:02 +0200, Glenn Morris wrote:

> Try this:
>
> *** lisp/woman.el	2010-07-14 15:57:54 +0000
> --- lisp/woman.el	2010-08-16 23:59:21 +0000
> ***************
> *** 3388,3394 ****
>     "Translate up to marker TO.  Do this last of all transformations."
>     (if translations
>         (let ((matches (car translations))
> ! 	    (alist (cdr translations)))
>   	(while (re-search-forward matches to t)
>   	  ;; Done like this to retain text properties and
>   	  ;; support translation of special characters:
> --- 3388,3397 ----
>     "Translate up to marker TO.  Do this last of all transformations."
>     (if translations
>         (let ((matches (car translations))
> ! 	    (alist (cdr translations))
> ! 	    ;; Translations are case-sensitive, eg ".tr ab" does not
> ! 	    ;; affect "A" (bug#6849).
> ! 	    (case-fold-search nil))
>   	(while (re-search-forward matches to t)
>   	  ;; Done like this to retain text properties and
>   	  ;; support translation of special characters:

Thanks, this patch helps.

Cheers,
       Sven




This bug report was last modified 14 years and 359 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.