[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: A new command to apply changes to lines referenced in compilation bu
From: |
Eli Zaretskii |
Subject: |
Re: A new command to apply changes to lines referenced in compilation buffers |
Date: |
Tue, 22 Dec 2020 05:34:40 +0200 |
> From: Daniel Martín <mardani29@yahoo.es>
> Date: Tue, 22 Dec 2020 00:43:47 +0100
>
> Today I thought about the following use case: Imagine a user that is
> working in a C codebase and wants to rename some function without using
> a TAGS file (or maybe the language is not C and there's no good TAGS
> support for it).
There are very few languages that etags doesn't support. C definitely
isn't the only language it does support. Try "etags --help".
And I don't think I understand the rationale for trying not to use
TAGS. Can you explain why you want to avoid that?