Gnus development mailing list
 help / color / mirror / Atom feed
* Gnus 5.8.3, NT Emacs and nndoc - solution
@ 2000-04-01 13:38 Janusz S. Bien
  0 siblings, 0 replies; only message in thread
From: Janusz S. Bien @ 2000-04-01 13:38 UTC (permalink / raw)
  Cc: The Gnus Bugfixing Girls + Boys

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.
---------------------------------------------------------------------



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2000-04-01 13:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-04-01 13:38 Gnus 5.8.3, NT Emacs and nndoc - solution Janusz S. Bien

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).