From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/4235 Path: main.gmane.org!not-for-mail From: Jens Lautenbacher Newsgroups: gmane.emacs.gnus.general Subject: one more fix...[sgnus-0.17] Date: Sun, 3 Dec 1995 15:07:56 +0100 Message-ID: <"nz11.rz.un.986:03.12.95.14.10.09"@rz.uni-karlsruhe.de> NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035145010 28912 80.91.224.250 (20 Oct 2002 20:16:50 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 20:16:50 +0000 (UTC) Return-Path: ding-request@ifi.uio.no Original-Received: from ifi.uio.no (ifi.uio.no [129.240.64.2]) by miranova.com (8.6.11/8.6.9) with ESMTP id HAA16030 for ; Sun, 3 Dec 1995 07:01:39 -0800 Original-Received: from nz11.rz.uni-karlsruhe.de (nz11.rz.uni-karlsruhe.de [129.13.64.7]) by ifi.uio.no with ESMTP (8.6.11/ifi2.4) id for ; Sun, 3 Dec 1995 15:31:58 +0100 Original-Received: from tkmhp1.physik.uni-karlsruhe.de (actually tkmhp12.physik.uni-karlsruhe.de) by nz11.rz.uni-karlsruhe.de with SMTP (PP); Sun, 3 Dec 1995 15:10:05 +0100 Original-Received: by tkmhp1.physik.uni-karlsruhe.de (1.38.193.4/16.2) id AA01093; Sun, 3 Dec 1995 15:07:56 +0100 Original-To: ding@ifi.uio.no Xref: main.gmane.org gmane.emacs.gnus.general:4235 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:4235 *** gnus-topic.el~ Sun Dec 3 05:01:32 1995 --- gnus-topic.el Sun Dec 3 15:02:26 1995 *************** *** 358,364 **** (let ((group (gnus-group-group-name))) (gnus-topic-goto-topic (gnus-group-parent-topic)) (gnus-topic-update-topic-line) ! (gnus-group-goto-group group) (gnus-group-position-point)))) (defun gnus-topic-update-topic-line () --- 358,365 ---- (let ((group (gnus-group-group-name))) (gnus-topic-goto-topic (gnus-group-parent-topic)) (gnus-topic-update-topic-line) ! (if group ! (gnus-group-goto-group group)) (gnus-group-position-point)))) (defun gnus-topic-update-topic-line () *** ChangeLog~ Sun Dec 3 05:07:47 1995 --- ChangeLog Sun Dec 3 15:07:40 1995 *************** *** 1,3 **** --- 1,8 ---- + Sun Dec 3 15:03:02 1995 Jens Lautenbacher + + * gnus-topic.el (gnus-topic-update-topic): parameter `group' in + call to gnus-group-goto-group may be NIL in topic-mode + Sun Dec 3 04:19:33 1995 Jens Lautenbacher * gnus-topic.el (gnus-topic-mode-map): Using mouse-2 to hide/show