rumcii / emacs-nav

Automatically exported from code.google.com/p/emacs-nav
GNU General Public License v3.0
0 stars 0 forks source link

Tags mode needs a refresh command #37

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
...

Original issue reported on code.google.com by issac.tr...@gmail.com on 12 Aug 2009 at 7:29

GoogleCodeExporter commented 8 years ago
You can refresh the tag positions but adding new tags to a open buffer isn't 
working. 

(defun nav-tags-refresh ()
  (interactive)
  (goto-line 1)
  (nav-bufs-expand-tags))

I tried setting the alist nil still no avail. iMenu must need a new command to
rebuild the list.

Original comment by matthew....@gmail.com on 13 Aug 2009 at 6:39

GoogleCodeExporter commented 8 years ago
Fixed in 8eaf49320e.

Original comment by issac.tr...@gmail.com on 14 Aug 2009 at 6:57