unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* basic question: reusing frame when opening Emacs file
@ 2006-03-01 22:49 Peter Tury
  2006-03-02  0:14 ` B. T. Raven
  2006-03-02 15:50 ` Peter Tury
  0 siblings, 2 replies; 4+ messages in thread
From: Peter Tury @ 2006-03-01 22:49 UTC (permalink / raw)


Hi,

Emacs opens the files always in a new frame. How to avoid this? I mean: I
would like to have just one frame unless I directly create a new one via
e.g. File > New frame. But now, if I press Enter on a file what is
associated with Emacs, a new frame is created for that file.

I use EmacsW32 (P060106) on MS Windows XP.

My Emacs files are opened by D:\Program
Files\Emacs_P060106\EmacsW32\bin\gnuclientw.exe -sqf "%1" if I press Enter
(I guess).

I have (setq gnuserv-frame (selected-frame)) in my .emacs, its value is
#<frame  *Minibuf-1* - Emacs 0x1409c00>
after a fresh start. (It doesn't help if I modify it to e.g. 
#<frame .emacs - Emacs 0x1409c00>, neither if I comment this out in my
.emacs.)

special-display-buffer-names is nil
special-display-regexps is nil
same-window-buffer-names is ("*shell*" "*mail*" "*inferior-lisp*" "*ielm*"
"*scheme*")
same-window-regexps is ("\\*rsh-[^-]*\\*\\(\\|<[0-9]*>\\)"
"\\*telnet-.*\\*\\(\\|<[0-9]+>\\)" "^\\*rlogin-.*\\*\\(\\|<[0-9]+>\\)"
"\\*info\\*\\(\\|<[0-9]+>\\)" "\\*gud-.*\\*\\(\\|<[0-9]+>\\)"
"\\`\\*Customiz.*\\*\\'")

gnuserv-reuseframe is gnuserv-find-files-frame

What to check/modify?

Thanks,
P

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

end of thread, other threads:[~2006-03-02 15:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-03-01 22:49 basic question: reusing frame when opening Emacs file Peter Tury
2006-03-02  0:14 ` B. T. Raven
2006-03-02  8:47   ` Peter Tury
2006-03-02 15:50 ` Peter Tury

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).