From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/7385 Path: news.gmane.org!not-for-mail From: Alexander Ponomarenko Newsgroups: gmane.emacs.gnus.user Subject: Re: a couple of newbie questions with gnus Date: Thu, 25 May 2006 11:46:06 +0300 Organization: ISD Message-ID: <867j4a4hm9.fsf@IAPonomarenko.isd.dp.ua> References: <1e5fk3-853.ln1@news.tdc.dk> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1148550050 11651 80.91.229.2 (25 May 2006 09:40:50 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 25 May 2006 09:40:50 +0000 (UTC) Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Thu May 25 11:40:49 2006 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FjCKc-0006OT-Td for gegu-info-gnus-english@m.gmane.org; Thu, 25 May 2006 11:40:39 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FjCKc-00072A-FS for gegu-info-gnus-english@m.gmane.org; Thu, 25 May 2006 05:40:38 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!news3.google.com!news.glorb.com!news2.dg.net.ua!news.alkar.net!news.isd.dp.ua!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-Lines: 28 Original-X-Complaints-To: abuse@isd.dp.ua Original-NNTP-Posting-Date: Thu, 25 May 2006 08:46:06 +0000 (UTC) Cancel-Lock: sha1:9w088QrM9g7MLVY6NFWBt3V0XOM= User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.4 (gnu/linux) Original-Xref: shelby.stanford.edu gnu.emacs.gnus:77569 Original-To: info-gnus-english@gnu.org 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:7385 Archived-At: >>>>> "Martin" == Martin Jørgensen writes: Martin> David Z Maze wrote: >>> p.s. Well, I still need to learn to post with gnus >> 'a' from the summary buffer. Edit the message buffer >> appropriately, then 'C-c C-c' to actually post. 'F' will >> follow-up to the current post with history. Martin> Ok, thanks, but I'll still have to figure out how to enter Martin> my identity information and signature... Only thing I did so Martin> far was to add: Martin> (setq gnus-select-method '(nntp "192.168.1.100")) You can use variable gnus-posting-styles to have different fields on different groups. Example: (setq gnus-posting-styles '(("fido.*" (address "email@email.com") (signature "Best regards,\nIt's me")) (".*" (address "email2@email.com") (signature "Another signature")))) -- Best regards, Alexander Ponomarenko