Gnus development mailing list
 help / color / mirror / Atom feed
From: jsbien@mimuw.edu.pl (Janusz S. Bien)
Cc: bugs@gnus.org (The Gnus Bugfixing Girls + Boys)
Subject: Gnus 5.8.3, NT Emacs and nndoc - solution
Date: Sat, 01 Apr 2000 14:38:03 +0100	[thread overview]
Message-ID: <7uf54sdXb6lO091yn@mimuw.edu.pl> (raw)

I wrote some time ago:

>When I enter the *Gnus edit form* buffer for a nndoc group with Gnus
>Edit Info or a similar command and I leave the buffer with `C-c C-c'
>without changing anything, the group is killed and a new group is
>created with a strange name. On Linux the command behaves as
>expected.
>
>My guess is that Gnus is mishandling the drive letter, which always
>appears in the name of the nndoc group. 

I solved the problem by changing appropriately the regex in
gnus-group-real-name (gnus-util.el):

 (defmacro gnus-group-real-name (group)
  "Find the real name of a foreign newsgroup."
  `(let ((gname ,group))
     (if (string-match "^[^:\\+]+\\(\\+[a-zA-Z]:\\)?[^:]+:" gname)
	 (substring gname (match-end 0))
       gname)))


Best regards

Janusz

---------------------------------------------------------------------
                     ,   
dr hab. Janusz S. Bien, prof. UW
Prof. Janusz S. Bien, Warsaw Uniwersity
---------------------------------------------------------------------
---------------------------------------------------------------------
Na tym koncie czytam i wysylam poczte i wiadomosci offline -
prosze nie oczekiwac szybkiej odpowiedzi!
Data w naglowku to data rozpoczecia pisania listu, a nie jego wyslania.
---------------------------------------------------------------------
On this account I read/post mail/news offline - do not expect 
an immediate answer!
The date in the header refers to the moment when I started to write
the letter, not to the moment when I sent it.
---------------------------------------------------------------------



                 reply	other threads:[~2000-04-01 13:38 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=7uf54sdXb6lO091yn@mimuw.edu.pl \
    --to=jsbien@mimuw.edu.pl \
    --cc=bugs@gnus.org \
    /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).