From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/14305 Path: main.gmane.org!not-for-mail From: Didier Verna Newsgroups: gmane.emacs.gnus.general Subject: Re: [BUG?] buffer renaming Date: 26 Feb 1998 17:36:19 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 (generated by tm-edit 7.108) Content-Type: text/plain; charset=US-ASCII X-Trace: main.gmane.org 1035153519 14164 80.91.224.250 (20 Oct 2002 22:38:39 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 22:38:39 +0000 (UTC) Return-Path: Original-Received: from xemacs.org (xemacs.cs.uiuc.edu [128.174.252.16]) by altair.xemacs.org (8.8.8/8.8.8) with ESMTP id IAA26851 for ; Thu, 26 Feb 1998 08:44:15 -0800 Original-Received: from sina.hpc.uh.edu (root@Sina.HPC.UH.EDU [129.7.3.5]) by xemacs.org (8.8.5/8.8.5) with ESMTP id KAA21817 for ; Thu, 26 Feb 1998 10:41:57 -0600 (CST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id KAH23718; Thu, 26 Feb 1998 10:41:33 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 26 Feb 1998 10:36:52 -0600 (CST) Original-Received: from claymore.vcinet.com (claymore.vcinet.com [208.205.12.23]) by sina.hpc.uh.edu (8.7.3/8.7.3) with SMTP id KAA23696 for ; Thu, 26 Feb 1998 10:36:42 -0600 (CST) Original-Received: (qmail 11957 invoked by uid 504); 26 Feb 1998 16:36:36 -0000 Original-Received: (qmail 11954 invoked from network); 26 Feb 1998 16:36:33 -0000 Original-Received: from inf.enst.fr (?ldQynq0w+encPsHFizNepPyQrk6m5CH1?@137.194.160.1) by claymore.vcinet.com with SMTP; 26 Feb 1998 16:36:25 -0000 Original-Received: from metheny.enst.fr (metheny.enst.fr [137.194.160.27]) by inf.enst.fr (8.8.8/8.8.8) with ESMTP id RAA10490 for ; Thu, 26 Feb 1998 17:36:23 +0100 (MET) Original-Received: (from verna@localhost) by metheny.enst.fr (8.8.8/8.8.8) id RAA25261; Thu, 26 Feb 1998 17:36:20 +0100 (MET) Original-To: ding@gnus.org Mail-Copies-To: never X-Attribution: did X-Url: http://www-inf.enst.fr/~verna/ In-Reply-To: Didier Verna's message of "26 Feb 1998 17:33:51 +0100" X-Face: |j}\)O|k##MrRz#VK$Jy=0r=3Qc,,a/Tr6*JQbE73dy17]2YcmW$9Z&H21e}#~#pgc>dn(is5Bv1l!{1re+Q9suKIOUmOqZs2>QMxHlR;;}kaGYA@HR3D C6 X-Face: 6o|eiKqaHN.ANh8HXDzntcWUOCg\]RsOd.ctvm~*y}Y^R&*a+Co,\s#=HWsw3x$b_n2kJ#g (7u?J^@^xP)f,jUF|0Z'J:|G/bMA5O12*b,7`-Q`=pKsCRIpso07.Y>YB2H{7`?u&yh;C_ZtLHfj writes: > I get a strange behavior when I send mails by hitting 'm' in the group > buffer. (No other buffers are displayed). The message is edited, sent, but > then the group buffer is renamed "*Sent group*". Any ideas ? Sorry, I forgot to give you my window configs: (gnus-add-configuration '(group (vertical 1.0 (group 1.0 point)))) (gnus-add-configuration '(message (frame 1.0 (if (not (buffer-live-p gnus-summary-buffer)) (car (cdr (assoc 'group gnus-buffer-configuration))) (car (cdr (assoc 'summary gnus-buffer-configuration)))) (vertical ((user-position . t) (top . 1) (left . 1) (name . "Gnus Edit")) (message 1.0 point)))))