From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/7557 Path: news.gmane.org!not-for-mail From: Nelson Ferreira Newsgroups: gmane.emacs.gnus.user Subject: Re: Different signatures for each groups Date: Sat, 17 Jun 2006 15:24:18 -0400 Organization: - none - Message-ID: References: <85slm3txz4.fsf@diamond.nao-tem-hostname.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1150573225 32342 80.91.229.2 (17 Jun 2006 19:40:25 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 17 Jun 2006 19:40:25 +0000 (UTC) Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Sat Jun 17 21:40:23 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 1Frgec-00023O-TA for gegu-info-gnus-english@m.gmane.org; Sat, 17 Jun 2006 21:40:23 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Frgec-0007oE-CQ for gegu-info-gnus-english@m.gmane.org; Sat, 17 Jun 2006 15:40:22 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!newsfeed.gamma.ru!Gamma.RU!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-Lines: 40 Original-X-Trace: individual.net A2IaJBTh+e3cu6Rb6SmZ9QudJFsDOfQwsy5cUQZpjFxIBZXU7V User-Agent: Gnus/5.110006 (No Gnus v0.6) SXEmacs/22.1.6 (linux) Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAElBMVEUmHxdbVUyVdGOriHfF qZx9gXrnvF8aAAAACXBIWXMAACNfAAAjXwHuwDalAAACAklEQVR42nVUQZLjIAwUWzV3cMb3RMw8 YBD5wAoe4Bj+/5Vt4cR2aneVSpyire6WBFD5TxC+PbVeW9dmj1Zqr7UZ0Dtzb60K9yMA1N5D6EDS 1Gf8X/qCR6O6BOduUYrINSB8cPboADw5zrmpMCG8/ZDrVIKnSTI8aPIO684jglGRA5EBsgyWsFGV TiGWDfgZgN+o6uJ+xTwQSc49NWg2qmlbNxE6AYFYNkR1t+VmuDLtDbEMd6LaTJmI3wsxcVr1Ceg5 o/SwPk1leSoPjXp1zIz13yInqpn0RgC+SslZFcX5V0ZBBlqLIkSUdy60BBmCSlRillsg/6KqnTix REgLs3+aMleoAyyC6oXjCRgFItTay1c6AOsV3rfq5RAfVB2esr4DoyWXbHZRvkZ/qnzx8QCuB4DR XkAyGi/xXGAgVGZV4MuvAW5UcMWiCuDq3lxNkmA2G7Bn2L7yFwDoYyx5r899QtzNzagM27VNfPEf TVIG02mCo1f+wxypjXZf31yFVYxHJdEbVQgP9BdE6w+dqbrHbkCGrnLMyTZ1DzQDUK2Rby9k9CqE iRl9vD84eb9r4Az68ACgD7aN5U8AMqavIt/YEHY48XHjcLrwmaYod8bmhuKIebPbEq8czVptYR5A g3ifMSKslTGs7WIYQGl2Avbb5T4QAPWviweXyLhk/hF4+Q+wWa5X3wHMdgAAAA90RVh0SlBFRy1R dWFsaXR5ADc13rg1kAAAABF0RVh0SlBFRy1Db2xvcnNwYWNlADKBDSEkAAAAIXRFWHRKUEVHLVNh bXBsaW5nLWZhY3RvcnMAMngyLDF4MSwxeDHlUdu4AAAAAElFTkSuQmCC Cancel-Lock: sha1:BQmaI93asjmerPEPT/SXlwxIIaM= Original-Xref: shelby.stanford.edu gnu.emacs.gnus:77742 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:7557 Archived-At: "Wishmaster" == Wishmaster #44pf10# writes: [...] Wishmaster> I would like to know if is it possible to set different signatures for Wishmaster> each group, because I would like to have a signature in English on Wishmaster> "international" (i.e. Usenet) groups and a signature in Portuguese Wishmaster> on "national" (i.e. Portuguese) groups. Several ways of doing it. You can use gnus-posting-styles, or the group parameters. Try the following in .gnus: (setq gnus-posting-styles '((".*" (signature "My english signature")) ("^pt\\." (signature "A minha signature em Português.")))) Or (setq gnus-posting-styles '((".*" (signature-file "~/.sig.en")) ("^pt\\." (signature-file "~/.sig.pt")))) You can override this on a per group basis by either customizing the posting style using G c on the group buffer, or by going directly to the group parameters lisp forms and enter: (posting-style (signature-file "~/.sig.pt.comp")) Espero que ajude. [...] -- Nelson Ferreira