[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Adding refactoring capabilities to Emacs
From: |
Stefan Monnier |
Subject: |
Re: Adding refactoring capabilities to Emacs |
Date: |
Thu, 07 Sep 2023 17:56:35 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
> Making different things 'eq' is a possibility, but won't it
> slow down 'eq'?
No need to use the future tense: if you're using a recent enough Emacs
your `eq` is slowed down by this already.
> I didn't say it was :-) I just meant cases like this (this is the
> simplest one)
>
> (defun foo () bar bar baz)
>
> Only the first bar and the baz gets the warning.
AFAIK this is done on purpose to avoid repeating the same warnings over
and over again. If you want them all, it should be easy to tweak the
compiler to stop silencing the non-first ones.
Stefan
- Re: Adding refactoring capabilities to Emacs, (continued)
- Re: Adding refactoring capabilities to Emacs, João Távora, 2023/09/07
- Re: Adding refactoring capabilities to Emacs, Stefan Monnier, 2023/09/07
- Re: Adding refactoring capabilities to Emacs, João Távora, 2023/09/07
- Re: Adding refactoring capabilities to Emacs, Stefan Monnier, 2023/09/07
- Re: Adding refactoring capabilities to Emacs, João Távora, 2023/09/07
- Re: Adding refactoring capabilities to Emacs, Stefan Monnier, 2023/09/07
- Re: Adding refactoring capabilities to Emacs, João Távora, 2023/09/07
- Re: Adding refactoring capabilities to Emacs,
Stefan Monnier <=
- Re: Adding refactoring capabilities to Emacs, Lynn Winebarger, 2023/09/07
- Re: Adding refactoring capabilities to Emacs, Dmitry Gutov, 2023/09/07
- Re: Adding refactoring capabilities to Emacs, Stefan Monnier, 2023/09/07
- Re: Adding refactoring capabilities to Emacs, Dmitry Gutov, 2023/09/07
- Re: Adding refactoring capabilities to Emacs, João Távora, 2023/09/07
- Re: Adding refactoring capabilities to Emacs, Dmitry Gutov, 2023/09/07
- Re: Adding refactoring capabilities to Emacs, Eli Zaretskii, 2023/09/08
- Re: Adding refactoring capabilities to Emacs, Dmitry Gutov, 2023/09/08
- Re: Adding refactoring capabilities to Emacs, João Távora, 2023/09/08
- Re: Adding refactoring capabilities to Emacs, Dmitry Gutov, 2023/09/08