GNU bug report logs - #13733
24.2.50; apropos-value will error when encountering a circular strucure

Previous Next

Package: emacs;

Reported by: E Sabof <esabof <at> gmail.com>

Date: Sun, 17 Feb 2013 10:34:01 UTC

Severity: normal

Tags: moreinfo, unreproducible

Found in version 24.2.50

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

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 13733 in the body.
You can then email your comments to 13733 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#13733; Package emacs. (Sun, 17 Feb 2013 10:34:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to E Sabof <esabof <at> gmail.com>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Sun, 17 Feb 2013 10:34:02 GMT) Full text and rfc822 format available.

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

From: E Sabof <esabof <at> gmail.com>
To: bug-gnu-emacs <at> gnu.org
Subject: 24.2.50;
	apropos-value will error when encountering a circular strucure
Date: Sun, 17 Feb 2013 10:32:01 +0000
[Message part 1 (text/plain, inline)]
Patching apropos.el in the following manner seems to have fixed the problem.

(defun apropos-value-internal (predicate symbol function)
      (if (funcall predicate symbol)
          (progn
            (setq symbol (or (ignore-errors
                               (prin1-to-string (funcall function symbol)))
                             ""))
            (if (string-match apropos-regexp symbol)
                (progn
                  (if apropos-match-face
                      (put-text-property (match-beginning 0) (match-end 0)
                                         'face apropos-match-face
                                         symbol))
                  symbol)))))

Evgeni
[Message part 2 (text/html, inline)]

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#13733; Package emacs. (Wed, 18 Dec 2013 04:58:01 GMT) Full text and rfc822 format available.

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

From: Chong Yidong <cyd <at> gnu.org>
To: E Sabof <esabof <at> gmail.com>
Cc: 13733 <at> debbugs.gnu.org
Subject: Re: bug#13733: 24.2.50;
 apropos-value will error when encountering a circular strucure
Date: Wed, 18 Dec 2013 12:57:39 +0800
E Sabof <esabof <at> gmail.com> writes:

> Patching apropos.el in the following manner seems to have fixed the
> problem.

I can't reproduce the problem.  Could you provide a recipe?




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#13733; Package emacs. (Fri, 07 Feb 2014 17:03:02 GMT) Full text and rfc822 format available.

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

From: E Sabof <esabof <at> gmail.com>
To: Chong Yidong <cyd <at> gnu.org>
Cc: 13733 <at> debbugs.gnu.org
Subject: Re: bug#13733: 24.2.50;
 apropos-value will error when encountering a circular strucure
Date: Fri, 07 Feb 2014 17:02:15 +0000
Chong Yidong <cyd <at> gnu.org> writes:

> E Sabof <esabof <at> gmail.com> writes:
>
>> Patching apropos.el in the following manner seems to have fixed the
>> problem.
>
> I can't reproduce the problem.  Could you provide a recipe?

I also can't reproduce it on the current trunk.

Evgeni




bug closed, send any further explanations to 13733 <at> debbugs.gnu.org and E Sabof <esabof <at> gmail.com> Request was from Glenn Morris <rgm <at> gnu.org> to control <at> debbugs.gnu.org. (Mon, 10 Feb 2014 21:23:03 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 11 Mar 2014 11:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 11 years and 106 days ago.

Previous Next


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