[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: "Warning: `save-excursion' defeated by `set-buffer'" madness
From: |
Drew Adams |
Subject: |
RE: "Warning: `save-excursion' defeated by `set-buffer'" madness |
Date: |
Mon, 15 Feb 2010 13:56:56 -0800 |
> Good, so the code that triggers the warning is in bbdb-com.el.
> But the code that runs the byte-compiler (and hence causes those
> harmless/informative warnings to turn into annoying windows
> popping up) is in advice.el.
>
> I've just installed the patch below which should fix your problem.
I would have thought that you would consider this annoyance to be a feature,
drawing attention as it does so well to code that you consider worth warning
about. ;-)
So now, to suppress this one annoyance, you've removed all byte-compiler
warnings for byte-compiling advice. I don't necessarily disagree, but are you
sure that's TRT? Should this perhaps be configurable by users of advice (e.g.
defadvice)? (Dunno.)
- "Warning: `save-excursion' defeated by `set-buffer'" madness, Štěpán Němec, 2010/02/12
- Message not available
- Re: "Warning: `save-excursion' defeated by `set-buffer'" madness, Štěpán Němec, 2010/02/13
- Message not available
- Re: "Warning: `save-excursion' defeated by `set-buffer'" madness, Barry Fishman, 2010/02/14
- Re: "Warning: `save-excursion' defeated by `set-buffer'" madness, Štěpán Němec, 2010/02/15
- RE: "Warning: `save-excursion' defeated by `set-buffer'" madness, Drew Adams, 2010/02/15
- Message not available
- Re: "Warning: `save-excursion' defeated by `set-buffer'" madness, Štěpán Němec, 2010/02/15
- RE: "Warning: `save-excursion' defeated by `set-buffer'" madness, Drew Adams, 2010/02/15
- Message not available
- RE: "Warning: `save-excursion' defeated by `set-buffer'" madness,
Drew Adams <=