Gnus development mailing list
 help / color / mirror / Atom feed
From: Sudish Joseph <joseph@cis.ohio-state.edu>
Cc: Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
Subject: Re: Suggestion: support "a" from the group buffer. [patch]
Date: 04 Nov 1995 19:28:28 -0500	[thread overview]
Message-ID: <umtzqebx5ub.fsf_-_@crete.cis.ohio-state.edu> (raw)
In-Reply-To: Robert Nicholson's message of Sat, 4 Nov 1995 16:11:38 -0800 (PST)

Robert Nicholson writes:
> If I a from the group buffer I'm saying post the group the cursor is currently
> on. If I need to post to a group not visible in the group buffer I can either
> "L" to show all potential groups or just gnus-post-news and be prompted for
> the group.

Here you go, it's a simple hack.

-Sudish

*** gnus/lisp/ChangeLog	Sun Oct 29 13:54:38 1995
--- lisp/ChangeLog	Sat Nov  4 19:26:23 1995
***************
*** 0 ****
--- 1,6 ----
+ Sat Nov  4 19:24:57 1995  sudish joseph  <joseph@cis.ohio-state.edu>
+ 
+ 	* gnus-msg.el (gnus-group-post-news): Use the group under point as
+ 	  the default when composing the post buffer.  (This means that
+ 	  `a' over a mail group will get you a *mail* buffer.)
+ 
diff -crx ChangeLog gnus/lisp/gnus-msg.el lisp/gnus-msg.el
*** gnus/lisp/gnus-msg.el	Sun Oct 29 13:54:30 1995
--- lisp/gnus-msg.el	Sat Nov  4 19:24:44 1995
***************
*** 330,336 ****
    "Post an article."
    (interactive)
    (let ((gnus-newsgroup-name nil))
!     (gnus-post-news 'post nil nil gnus-article-buffer)))
  
  (defun gnus-summary-post-news ()
    "Post an article."
--- 330,336 ----
    "Post an article."
    (interactive)
    (let ((gnus-newsgroup-name nil))
!     (gnus-post-news 'post (gnus-group-group-name) nil gnus-article-buffer)))
  
  (defun gnus-summary-post-news ()
    "Post an article."
diff -crx ChangeLog gnus/lisp/gnus-vis.el lisp/gnus-vis.el


  reply	other threads:[~1995-11-05  0:28 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1995-11-05  0:11 Suggestion: support "a" from the group buffer Robert Nicholson
1995-11-05  0:28 ` Sudish Joseph [this message]
1995-11-05  0:42   ` Suggestion: support "a" from the group buffer. [patch] Sudish Joseph
1995-11-05  1:05     ` Sudish Joseph

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=umtzqebx5ub.fsf_-_@crete.cis.ohio-state.edu \
    --to=joseph@cis.ohio-state.edu \
    --cc=larsi@ifi.uio.no \
    /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).