help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Having the prolog buffer in a different frame.


From: Lars Bungum
Subject: Re: Having the prolog buffer in a different frame.
Date: Sun, 22 Jan 2006 09:25:42 +0100
User-agent: Mozilla Thunderbird 1.0.7 (X11/20051013)

Drew Adams wrote:
    Basically, I would like to tell Emacs, that if there already is
    a prolog
    session (buffer) running in a different frame, it should not open a new
    view of this in the current frame.

    How? :)

Try setting `pop-up-frames' to `t'. Otherwise, check the doc for prolog-mode
(`C-h m' when you're in prolog mode) to see if there is a specific option
for this. Try also `M-x apropos RET prolog'.

Thanks, Drew, that worked like a charm. I felt a little useless as I didn't know how to .emacs this setting. So for googlers:

(setq pop-up-frames t)

Thanks a bunch.

--lars








reply via email to

[Prev in Thread] Current Thread [Next in Thread]