Gnus development mailing list
 help / color / mirror / Atom feed
From: tom@smart.ruhr.de (Thomas Neumann)
Cc: ding@ifi.uio.no
Subject: Re: fix(?) and questions [sgnus-0.17]
Date: 04 Dec 1995 10:46:31 +0100	[thread overview]
Message-ID: <87ka4dgo08.fsf@smart.ruhr.de> (raw)
In-Reply-To: larsi@ifi.uio.no's message of 04 Dec 1995 02:51:01 +0100


> > 1)  It seems to be impossible to get rid of the root of the topic-tree
> >     (that topic labeled "Gnus" on startup). 
> 
> Yes.  But you can rename it.  To "", for instance, if it really bugs
> you. 

I tried to rename a topic (any topic), but it bombed out on me. Here's a
quick fix


*** gnus-topic.el~	Mon Dec  4 10:35:15 1995
--- gnus-topic.el	Mon Dec  4 10:38:06 1995
***************
*** 607,611 ****
     (list
      (completing-read "Rename topic: " gnus-topic-alist nil t)
!     (read-string (format "Rename %s to: "))))
    (let ((top (gnus-topic-find-topology old-name))
  	(entry (assoc old-name gnus-topic-alist)))
--- 607,611 ----
     (list
      (completing-read "Rename topic: " gnus-topic-alist nil t)
!     (read-string "New name: ")))
    (let ((top (gnus-topic-find-topology old-name))
  	(entry (assoc old-name gnus-topic-alist)))


Renaming of topics seems to be a little bit goofy still. For instance,
after renaming a topic the new name does not show up until one 'g'ets
new news.

-t


      reply	other threads:[~1995-12-04  9:46 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1995-12-03 16:44 Jens Lautenbacher
1995-12-04  1:51 ` Lars Magne Ingebrigtsen
1995-12-04  9:46   ` Thomas Neumann [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87ka4dgo08.fsf@smart.ruhr.de \
    --to=tom@smart.ruhr.de \
    --cc=ding@ifi.uio.no \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).