From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/61225 Path: news.gmane.org!not-for-mail From: Uwe Brauer Newsgroups: gmane.emacs.gnus.general Subject: Re: name of group Date: Wed, 26 Oct 2005 15:10:15 +0200 Message-ID: <87r7a8ifuw.fsf@mat.ucm.es> References: <87wtk0pqas.fsf@mat.ucm.es> <87pspsjy98.fsf@mat.ucm.es> Reply-To: Uwe Brauer NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1130332926 27805 80.91.229.2 (26 Oct 2005 13:22:06 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 26 Oct 2005 13:22:06 +0000 (UTC) Original-X-From: ding-owner+m9754@lists.math.uh.edu Wed Oct 26 15:21:59 2005 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EUlAo-0005Mg-FP for ding-account@gmane.org; Wed, 26 Oct 2005 15:18:34 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu ident=lists) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1EUlAk-0004Gw-00; Wed, 26 Oct 2005 08:18:30 -0500 Original-Received: from nas02.math.uh.edu ([129.7.128.40]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1EUl7r-0004Gq-00 for ding@lists.math.uh.edu; Wed, 26 Oct 2005 08:15:31 -0500 Original-Received: from quimby.gnus.org ([80.91.224.244]) by nas02.math.uh.edu with esmtp (Exim 4.52) id 1EUl7p-0000TD-N9 for ding@lists.math.uh.edu; Wed, 26 Oct 2005 08:15:31 -0500 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1EUl7o-0001TU-00 for ; Wed, 26 Oct 2005 15:15:28 +0200 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1EUl4n-00039o-4o for ding@gnus.org; Wed, 26 Oct 2005 15:12:21 +0200 Original-Received: from maportatil10.quim.ucm.es ([147.96.7.218]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 26 Oct 2005 15:12:21 +0200 Original-Received: from oub by maportatil10.quim.ucm.es with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 26 Oct 2005 15:12:21 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: ding@gnus.org Original-Lines: 16 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: maportatil10.quim.ucm.es X-Hashcash: 1:20:051026:gmane.emacs.gnus.general::MecQq1RL0XGPjAY8:00000000000000000000000000000000000003IP0 User-Agent: Gnus/5.110003 (No Gnus v0.3) XEmacs/21.4.17 (linux) Cancel-Lock: sha1:/S7EU/etJbErkJUSwXC6IkfoH1Q= X-Spam-Score: -2.6 (--) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: news.gmane.org gmane.emacs.gnus.general:61225 Archived-At: >>>>> "Reiner" == Reiner Steib writes: Reiner> or better (`gnus-newsgroup-name' might be nil and `insert' wants a Reiner> char or a string) ... Right, Reiner> (insert (format "%s" gnus-newsgroup-name)) This it was, I must say I did not understand the doc string of insert. In any case *many thanks*, the above lines were precisely what I wanted. Uwe