Gnus development mailing list
 help / color / mirror / Atom feed
From: Katsumi Yamaoka <yamaoka@jpl.org>
Subject: Re: Oddity: gnuclient invocation of gnus-url-mailto creates 2
Date: Thu, 28 Apr 2005 15:45:40 +0900	[thread overview]
Message-ID: <b9yzmvjs8kr.fsf@jpl.org> (raw)
In-Reply-To: <b9y7jipemsd.fsf@jpl.org>

>>>>> In <b9y7jipemsd.fsf@jpl.org> Katsumi Yamaoka wrote:

> Otherwise, you can customize the gnuserv-frame variable.  For
> example, put the following forms in your ~/.xemacs/init.el file:

> (defun gnuserv-gnus-url-mailto (url)
>   "Make sure the Gnus frame exists."

[...]

I've revised message-multiple-frames.el[1] so as to make such a
trick needless.  It is done by advising the message-pop-to-buffer
function.  Now you only need to put

(setq gnuserv-frame t)

in the init file or use the "-batch" option to the gnuclient
command.  You can also use emacsclient to launch message frames
without adding any setting except for `(server-start)'.  For
example:

emacsclient --eval '(gnus-url-mailto "mailto:nobody@example.com")'

In addition, that a strange behavior happened when using
gnus-user-agent as mail-user-agent has also been solved.

[1] ftp://ftp.jpl.org/pub/elisp/message-multiple-frames.el.gz
 or http://www.jpl.org/ftp/pub/elisp/message-multiple-frames.el.gz




      reply	other threads:[~2005-04-28  6:45 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-04-22 12:51 Oddity: gnuclient invocation of gnus-url-mailto creates 2 frames Karl Kleinpaste
2005-04-26  2:34 ` Karl Kleinpaste
2005-04-26 12:37   ` Oddity: gnuclient invocation of gnus-url-mailto creates 2 Katsumi Yamaoka
2005-04-28  6:45     ` Katsumi Yamaoka [this message]

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

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

  git send-email \
    --in-reply-to=b9yzmvjs8kr.fsf@jpl.org \
    --to=yamaoka@jpl.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 NNTP newsgroup(s).