I normally open a new emacs frame when context switching to a different project.
Unfortunately, find-file
history is shared between frames.
Is it possible to open a new frame which is 'blank', i.e. doesn't remember any of the state from any other frame?
views:
49answers:
1
+3
A:
find-file does not make distinctions between frames, you could launch a new emacs if you want to separate your environments :
M-& emacs
RET
NB : emacs
should be in your path.
Jérôme Radix
2010-09-24 08:49:54