GNU bug report logs - #13821
24.3.50; which-func-ff-hook error: (wrong-type-argument stringp nil)

Previous Next

Packages: emacs, org-mode;

Reported by: Jambunathan K <kjambunathan <at> gmail.com>

Date: Tue, 26 Feb 2013 13:39:02 UTC

Severity: normal

Found in version 24.3.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 13821 in the body.
You can then email your comments to 13821 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#13821; Package emacs. (Tue, 26 Feb 2013 13:39:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Jambunathan K <kjambunathan <at> gmail.com>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Tue, 26 Feb 2013 13:39:02 GMT) Full text and rfc822 format available.

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

From: Jambunathan K <kjambunathan <at> gmail.com>
To: bug-gnu-emacs <at> gnu.org
Subject: 24.3.50; which-func-ff-hook error: (wrong-type-argument stringp nil)
Date: Tue, 26 Feb 2013 18:53:20 +0530
24.3.50; which-func-ff-hook error: (wrong-type-argument stringp nil)

Lately, I am seeing the above message when my .emacs loads.  Not sure
where it comes from.


In GNU Emacs 24.3.50.5 (i686-pc-linux-gnu, X toolkit, Xaw3d scroll bars)
 of 2013-02-25 on debian-6.05
Bzr revision: 111873 monnier <at> iro.umontreal.ca-20130225142941-y17a91y4lplgr9i2
Windowing system distributor `The X.Org Foundation', version 11.0.10707000
System Description:	Debian GNU/Linux 6.0.5 (squeeze)





Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#13821; Package emacs. (Tue, 26 Feb 2013 18:04:02 GMT) Full text and rfc822 format available.

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

From: Jambunathan K <kjambunathan <at> gmail.com>
To: Nate Schley <nate.schley <at> gmail.com>
Cc: 13821 <at> debbugs.gnu.org, cedet-devel <at> lists.sourceforge.net
Subject: Re: which-func-ff-hook errors
Date: Tue, 26 Feb 2013 23:30:54 +0530
I reported a bug with similar symptoms a few hours ago.

http://debbugs.gnu.org/cgi/bugreport.cgi?bug=13821

> Folks,
>
> Every time I open a file, I get the following error:
>
> which-func-ff-hook error: (wrong-type-argument listp unbound)
>
> A quick check shows which-func-ff-hook calls the function ID'd by
> imenu-create-index-function, which is semantic-create-imenu-index.
>
> I don't have the time and elisp skills to diagnose this beyond this:
> the error occurs after the follow sexp is processed and the `or' tests
> are nil and nil
> (semantic-create-imenu-directory-index
> (or stream (semantic-fetch-tags-fast)))
>
> Does anyone have any thoughts about how to resolve this?

-- 




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#13821; Package emacs. (Tue, 26 Feb 2013 18:42:02 GMT) Full text and rfc822 format available.

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

From: Jambunathan K <kjambunathan <at> gmail.com>
To: Nate Schley <nate.schley <at> gmail.com>
Cc: 13821 <at> debbugs.gnu.org, cedet-devel <at> lists.sourceforge.net
Subject: Re: which-func-ff-hook errors
Date: Wed, 27 Feb 2013 00:09:07 +0530
[Message part 1 (text/plain, inline)]
For me it comes from an Org file that has a heading with no title but
just a bullet.

Here is a simple recipe:

1. emacs -Q
2. M-x which-function-mode
3. C-x C-f debug.org (file attached, outline with no heading)

See the following error 

   which-func-ff-hook error: (wrong-type-argument stringp nil)

[debug.org (text/x-org, attachment)]
[Message part 3 (text/plain, inline)]
Nate Schley <nate.schley <at> gmail.com> writes:

> Jambunathan -- thanks for the advice. Glad I'm not alone.
>
> FWIW, I've been getting this for many weeks using recent versions of
> CEDET off the bzr branch. I'm using 24.2 on windows.
>
> 2013/2/26 Jambunathan K <kjambunathan <at> gmail.com>
>
>     I reported a bug with similar symptoms a few hours ago.
>     
>     http://debbugs.gnu.org/cgi/bugreport.cgi?bug=13821
>     
>     
>     
>     > Folks,
>     >
>     > Every time I open a file, I get the following error:
>     >
>     > which-func-ff-hook error: (wrong-type-argument listp unbound)
>     >
>     > A quick check shows which-func-ff-hook calls the function ID'd
>     by
>     > imenu-create-index-function, which is
>     semantic-create-imenu-index.
>     >
>     > I don't have the time and elisp skills to diagnose this beyond
>     this:
>     > the error occurs after the follow sexp is processed and the `or'
>     tests
>     > are nil and nil
>     > (semantic-create-imenu-directory-index
>     > (or stream (semantic-fetch-tags-fast)))
>     >
>     > Does anyone have any thoughts about how to resolve this?
>     
>     --

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#13821; Package emacs. (Tue, 26 Feb 2013 21:07:01 GMT) Full text and rfc822 format available.

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

From: Bastien <bzg <at> altern.org>
To: Jambunathan K <kjambunathan <at> gmail.com>
Cc: 13821 <at> debbugs.gnu.org, cedet-devel <at> lists.sourceforge.net,
	Nate Schley <nate.schley <at> gmail.com>
Subject: Re: bug#13821: which-func-ff-hook errors
Date: Tue, 26 Feb 2013 22:04:35 +0100
Hi Jambunathan,

Jambunathan K <kjambunathan <at> gmail.com> writes:

> For me it comes from an Org file that has a heading with no title but
> just a bullet.
>
> Here is a simple recipe:
>
> 1. emacs -Q
> 2. M-x which-function-mode
> 3. C-x C-f debug.org (file attached, outline with no heading)
>
> See the following error 
>
>    which-func-ff-hook error: (wrong-type-argument stringp nil)

For this recipe, it was a bug in `org-imenu-get-tree',
now fixed.  Thanks for reporting it!

-- 
 Bastien




bug closed, send any further explanations to 13821 <at> debbugs.gnu.org and Jambunathan K <kjambunathan <at> gmail.com> Request was from Glenn Morris <rgm <at> gnu.org> to control <at> debbugs.gnu.org. (Mon, 08 Apr 2013 07:29:05 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. (Mon, 06 May 2013 11:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 12 years and 49 days ago.

Previous Next


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