unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Comments in whic-func.el
@ 2022-11-25 13:35 Juanma Barranquero
  0 siblings, 0 replies; only message in thread
From: Juanma Barranquero @ 2022-11-25 13:35 UTC (permalink / raw)
  To: Emacs developers

[-- Attachment #1: Type: text/plain, Size: 990 bytes --]

I'm going to remove the KNOWN BUGS section of whic-func.el. AFAICS, both
problems have been fixed.

;; KNOWN BUGS
;; ----------
;; Really this package shows not "function where the current point is
;; located now", but "nearest function which defined above the current
;; point".  So if your current point is located after the end of
;; function FOO but before the beginning of function BAR, FOO will be
;; displayed in the mode line.
;; - If two windows display the same buffer, both windows
;;   show the same `which-func' information.

As for its TODO-LIST item 1, it seems like this package should perhaps
profit from new technologies?

;; TODO LIST
;; ---------
;;     1. Dependence on imenu package should be removed.  Separate
;; function determination mechanism should be used to determine the end
;; of a function as well as the beginning of a function.
;;     2. This package should be realized with the help of overlay
;; properties instead of the `imenu--index-alist' variable.

[-- Attachment #2: Type: text/html, Size: 1185 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-11-25 13:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-25 13:35 Comments in whic-func.el Juanma Barranquero

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).