all messages for Emacs-related lists mirrored at yhetil.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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.