[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Etags completion problem for local tags table
From: |
Stefan Monnier |
Subject: |
Re: Etags completion problem for local tags table |
Date: |
Thu, 03 Apr 2008 20:55:43 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) |
> In (at least) emacs 22.1, completing reads for find-tag and list-tags
> will use the global tags table list even if a local tags file has
> been specified using a prefix argument for visit-tags-table.
> To reproduce, visit two files, in the first buffer visit a tags file
> globally, in the second a different tags file locally. From the
> second buffer, try M.[TAB] . The tag list displayed will correspond
> to the first, globally visited, tags file.
> A patch that works for me is appended.
Thank you, it should be fixed on the trunk now,
Stefan
- Re: Etags completion problem for local tags table,
Stefan Monnier <=