From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/8683 Path: news.gmane.org!not-for-mail From: Holger Sparr Newsgroups: gmane.emacs.gnus.user Subject: Re: Enter empty mail group Date: Wed, 07 Feb 2007 14:40:33 +0100 Message-ID: References: <87mz3qf6fe.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1170859332 3720 80.91.229.12 (7 Feb 2007 14:42:12 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 7 Feb 2007 14:42:12 +0000 (UTC) To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Wed Feb 07 15:42:06 2007 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HEnzk-0001OQ-Pb for gegu-info-gnus-english@m.gmane.org; Wed, 07 Feb 2007 15:42:00 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HEnzk-0004JV-CX for gegu-info-gnus-english@m.gmane.org; Wed, 07 Feb 2007 09:42:00 -0500 Original-Path: shelby.stanford.edu!headwall.stanford.edu!fu-berlin.de!uni-berlin.de!news.dfncis.de!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-Lines: 29 Original-X-Trace: news.dfncis.de RhRshfud9JHCNtqox3MSLA05cCE1MkPn76P19qja2JozER Mail-Copies-To: never User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.50 (gnu/linux) Cancel-Lock: sha1:Evrh/GRIGuzdUNOhVx+755FNf3M= Original-Xref: shelby.stanford.edu gnu.emacs.gnus:78866 X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.gnus.user:8683 Archived-At: On Wed, 07 Feb 2007, Hadron wrote: > I use posting styles which are set based on the group I am in. > > However, if I try to enter an empty group in order to send an email > using the corresponding gnus-posting-style gnus just moves me to the > first non empty folder. How to avoid this OR change the posting style > attributes using a hot key from within a new email. Use the *Group* buffer instaed. ,----[ C-h f gnus-group-mail RET ] | gnus-group-mail is an interactive compiled Lisp function in `gnus-msg.el'. | (gnus-group-mail &optional arg) | | Start composing a mail. | If arg, use the group under the point to find a posting style. | If arg is 1, prompt for a group name to find the posting style. | | [back] `---- which is bound `m' by default. Holger --