emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-bug-tracker] bug#1103: closed (23.0.60; which-func misses functio


From: GNU bug Tracking System
Subject: [Emacs-bug-tracker] bug#1103: closed (23.0.60; which-func misses functions)
Date: Fri, 15 Jul 2011 21:09:01 +0000

Your message dated Fri, 15 Jul 2011 17:08:03 -0400
with message-id <address@hidden>
and subject line Re: bug#1103: 23.0.60; which-func misses functions
has caused the GNU bug report #1103,
regarding 23.0.60; which-func misses functions
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
1103: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=1103
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 23.0.60; which-func misses functions Date: Tue, 07 Oct 2008 00:01:01 +0200 User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.9) Gecko/20071031 Thunderbird/2.0.0.9 Mnenhy/0.7.5.666
Instead of displaying the last function in an elisp file it may display
the name of a variable that is above the function. I do not know if the
patch below is the right way to fix it.


Index: which-func.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/progmodes/which-func.el,v
retrieving revision 1.25
diff -u -r1.25 which-func.el
--- which-func.el       30 Sep 2008 03:42:47 -0000      1.25
+++ which-func.el       6 Oct 2008 21:56:46 -0000
@@ -313,7 +313,8 @@
                                            (reverse (cons (car pair)
namestack)))))
                          ;; Entries in order, so can skip all those
after point.
                          (setq alist nil
-                               imstack nil)))))
+                               ;;imstack nil
+                               )))))

             (setq alist     (car imstack)
                   namestack (cdr namestack)


In GNU Emacs 23.0.60.1 (i386-mingw-nt5.1.2600)
 of 2008-10-03
Windowing system distributor `Microsoft Corp.', version 5.1.2600
configured using `configure --with-gcc (3.4) --no-opt --cflags
-Ic:/g/include -fno-crossjumping'



--- End Message ---
--- Begin Message --- Subject: Re: bug#1103: 23.0.60; which-func misses functions Date: Fri, 15 Jul 2011 17:08:03 -0400 User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)
I think this should be closed until a description of how to reproduce
the problem is provided.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]