unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Tim X <timx@nospam.dev.null>
To: help-gnu-emacs@gnu.org
Subject: Re: xdisaster
Date: Fri, 13 Apr 2007 09:43:49 +1000	[thread overview]
Message-ID: <87d529xioa.fsf@lion.rapttech.com.au> (raw)
In-Reply-To: mailman.1985.1176372222.7795.help-gnu-emacs@gnu.org

Sean Sieger <sean.sieger@gmail.com> writes:

> Tim X <timx@nospam.dev.null> writes:
>
>    in emacs, to read man pages, use either M-x man or M-x woman. Both
>    have slightly different features. I find woman great for longer and
>    more in-depth man reading sessions, but M-x man is great when I
>    just want to check something like command line switches etc.
>
> Thank you Tim.  M-x woman The thing that bugs me about M-x woman is
> that it starts another instance of emacs; is there a way to prevent
> this?
>

Woman doesn't start another 'instance' of emacs. It will open up in its own
frame when running under X. You can change this behavior by setting the
variable woman-use-own-frame to nil. (Note that under emacs terminology, a
'frame' is similar to what is often referred to as a window by other systems). 

Either run woman (to make sure it has been loaded) and then do

M-x customize-group <RET> woman <RET> and find the appropriate entry (I believe
its under the subgroup woman-interface). Alternatively, just a 

(setq woman-use-own-frame nil)

in your .emacs will probably also work (though I'd highly recommend using the customize
interface). 

Tim

,----[ C-h v woman-use-own-frame RET ]
| woman-use-own-frame is a variable defined in `woman.el'.
| Its value is t
| 
| 
| Documentation:
| *If non-nil then use a dedicated frame for displaying WoMan windows.
| Only useful when run on a graphic display such as X or MS-Windows.
| 
| You can customize this variable.
`----


-- 
tcross (at) rapttech dot com dot au

  parent reply	other threads:[~2007-04-12 23:43 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.1973.1176343442.7795.help-gnu-emacs@gnu.org>
2007-04-12  9:33 ` xdisaster Tim X
2007-04-12  9:59   ` xdisaster Sean Sieger
2007-04-12 10:09     ` xdisaster Kai Grossjohann
2007-04-12 10:35       ` xdisaster Sean Sieger
     [not found]   ` <mailman.1985.1176372222.7795.help-gnu-emacs@gnu.org>
2007-04-12 23:43     ` Tim X [this message]
2007-04-13 10:13       ` xdisaster Sean Sieger
     [not found]       ` <mailman.2025.1176459521.7795.help-gnu-emacs@gnu.org>
2007-04-14  9:12         ` xdisaster Tim X
2007-04-14 20:28           ` xdisaster Sean Sieger
2007-04-15 21:19           ` xdisaster Stephen Berman
2007-04-13  3:19   ` xdisaster Matthew Flaschen
2007-04-12  1:56 xdisaster Sean Sieger
2007-04-12  3:09 ` xdisaster David Hansen
2007-04-12  8:13 ` xdisaster Kai Grossjohann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87d529xioa.fsf@lion.rapttech.com.au \
    --to=timx@nospam.dev.null \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).