unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* save-excursion defeated by set-buffer
@ 2009-11-29 10:37 Thierry Volpiatto
  2009-11-29 15:31 ` Stefan Monnier
  0 siblings, 1 reply; 4+ messages in thread
From: Thierry Volpiatto @ 2009-11-29 10:37 UTC (permalink / raw)
  To: emacs-devel

Hi,
in last CVS version, when i start emacs, i have a compile log writing 
"save-excursion defeated by set-buffer".
The reason is that many package use:

,----
| (save-excursion
|   (set-buffer foo)
|   do something)
`----

instead of using with-current-buffer.

But why the compile buffer show up on start of emacs instead of only
showing the warning when compiling?

-- 
A + Thierry Volpiatto
Location: Saint-Cyr-Sur-Mer - France






^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-11-29 18:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-29 10:37 save-excursion defeated by set-buffer Thierry Volpiatto
2009-11-29 15:31 ` Stefan Monnier
2009-11-29 17:29   ` Thierry Volpiatto
2009-11-29 18:24     ` Thierry Volpiatto

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).