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 #8 received at 6849 <at> debbugs.gnu.org (full text, mbox):

From: Glenn Morris <rgm <at> gnu.org>
To: Sven Joachim <svenjoac <at> gmx.de>
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: Mon, 16 Aug 2010 20:02:59 -0400
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:





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

Previous Next


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