Gnus development mailing list
 help / color / mirror / Atom feed
From: Eric Abrahamsen <eric@ericabrahamsen.net>
To: ding@gnus.org
Subject: Re: Your way to quickstart Gnus?
Date: Tue, 16 Aug 2011 20:25:40 +0800	[thread overview]
Message-ID: <878vqta6gr.fsf@ericabrahamsen.net> (raw)
In-Reply-To: <87aab9x3at.fsf@tsdh.uni-koblenz.de>

On Tue, Aug 16 2011, Tassilo Horn wrote:

> XeCycle <xecycle@gmail.com> writes:
>
> Hi!
>
>> I bind a key (in my WM) to execute `emacsclient -c -e '(gnus)'`,
>> however the *Group* buffer appeared read-only before I press a key ---
>> for example when I started it and press "Enter", Emacs will beep,
>> complaining this buffer read-only, then everything is fine.  Another
>> problem is that the splash image won't be shown.
>
> Executing
>
>   emacsclient -c -e '(gnus)'

I do something like this from within Emacs, but didn't want to fetch new
news when all I wanted was to go to the group buffer. I use this; I
don't know if it's totally according to Hoyle, but it seems pretty
foolproof.

--8<---------------cut here---------------start------------->8---
(defun my-goto-gnus ()
  "Go to the gnus group buffer, starting gnus if necessary."
  (interactive)
  (if (or (not (fboundp 'gnus-alive-p))
	  (not (gnus-alive-p)))
      (gnus)
    (switch-to-buffer gnus-group-buffer t)))
--8<---------------cut here---------------end--------------->8---





  reply	other threads:[~2011-08-16 12:25 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-15 15:17 XeCycle
2011-08-15 15:26 ` Richard Riley
2011-08-16  6:20   ` XeCycle
2011-08-16  6:45 ` Tassilo Horn
2011-08-16 12:25   ` Eric Abrahamsen [this message]
2011-08-16 15:19     ` Wes Hardaker

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=878vqta6gr.fsf@ericabrahamsen.net \
    --to=eric@ericabrahamsen.net \
    --cc=ding@gnus.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).