Gnus development mailing list
 help / color / mirror / Atom feed
* posting to a foreign server
@ 1999-06-11 21:02 Jack Vinson
  1999-06-11 21:07 ` Paul Stevenson
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Jack Vinson @ 1999-06-11 21:02 UTC (permalink / raw)


Hey Gang,

I have been reading the microsoft.public.* newsgroups directly from
msnews.microsoft.com as a foreign server instead of from my main news
server.  (Our regular news server isn't terribly reliable - I figure I will
actually get more of the messages if I read on Microsoft.)  

The groups I am interested appear on my native group list as well as on
this foreign group.  How do I ensure that I am /posting/ to the foreign
group as well as reading from it?  When I do gnus-summary-post-news within
the foreign group, the Newsgroups header simply contains the newsgroup name
and nothing about the foreign-ness of the group.

The simple guess at doing nttp+msnews.microsoft.com:group.name in the
Newsgroups header did not work.

-- 
Jack Vinson <jvinson@chevax.ecs.umass.edu>    http://www.cis.upenn.edu/~vinson/
Zippy: This PIZZA symbolizes my COMPLETE EMOTIONAL RECOVERY!!



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: posting to a foreign server
  1999-06-11 21:02 posting to a foreign server Jack Vinson
@ 1999-06-11 21:07 ` Paul Stevenson
  1999-06-11 21:16 ` Karl Kleinpaste
  1999-06-11 21:18 ` Wes Hardaker
  2 siblings, 0 replies; 7+ messages in thread
From: Paul Stevenson @ 1999-06-11 21:07 UTC (permalink / raw)


Jack Vinson <jvinson@chevax.ecs.umass.edu> writes:

> The groups I am interested appear on my native group list as well as on
> this foreign group.  How do I ensure that I am /posting/ to the foreign
> group as well as reading from it? 

C-u C-c C-c


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: posting to a foreign server
  1999-06-11 21:02 posting to a foreign server Jack Vinson
  1999-06-11 21:07 ` Paul Stevenson
@ 1999-06-11 21:16 ` Karl Kleinpaste
  1999-06-11 22:19   ` Jack Vinson
  1999-06-11 21:18 ` Wes Hardaker
  2 siblings, 1 reply; 7+ messages in thread
From: Karl Kleinpaste @ 1999-06-11 21:16 UTC (permalink / raw)


Jack Vinson <jvinson@chevax.ecs.umass.edu> writes:
> How do I ensure that I am /posting/ to the foreign
> group as well as reading from it?

(setq gnus-post-method 'current)


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: posting to a foreign server
  1999-06-11 21:02 posting to a foreign server Jack Vinson
  1999-06-11 21:07 ` Paul Stevenson
  1999-06-11 21:16 ` Karl Kleinpaste
@ 1999-06-11 21:18 ` Wes Hardaker
  2 siblings, 0 replies; 7+ messages in thread
From: Wes Hardaker @ 1999-06-11 21:18 UTC (permalink / raw)
  Cc: ding

>>>>> On 11 Jun 1999 16:02:40 -0500, Jack Vinson <jvinson@chevax.ecs.umass.edu> said:

Jack> I have been reading the microsoft.public.* newsgroups directly
Jack> from msnews.microsoft.com as a foreign server instead of from my
Jack> main news server.  (Our regular news server isn't terribly
Jack> reliable - I figure I will actually get more of the messages if
Jack> I read on Microsoft.)

For me, that'd be a good reason to read it on the local server...

-- 
"Ninjas aren't dangerous.  They're more afraid of you than you are of them."


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: posting to a foreign server
  1999-06-11 21:16 ` Karl Kleinpaste
@ 1999-06-11 22:19   ` Jack Vinson
  1999-06-11 22:28     ` Jack Vinson
  1999-06-13  1:20     ` Lars Magne Ingebrigtsen
  0 siblings, 2 replies; 7+ messages in thread
From: Jack Vinson @ 1999-06-11 22:19 UTC (permalink / raw)


[-- Attachment #1: Type: text/plain, Size: 571 bytes --]

>>>>> "KK" == Karl Kleinpaste <karl@justresearch.com> writes:

KK> Jack Vinson <jvinson@chevax.ecs.umass.edu> writes:
>> How do I ensure that I am /posting/ to the foreign
>> group as well as reading from it?

KK> (setq gnus-post-method 'current)

This did the trick!  Thanks.  

I did notice some strange behavior though.  The first time I tried it, I
got an error from a call to (gnus-open-server (quote current)).  When I
tried to step through this to see if it would give me this problem again,
it went away.  

Drat!  It just happened again.  Here is the backtrace:

[-- Attachment #2: Backtrace on posting to foreign --]
[-- Type: text/plain, Size: 330 bytes --]

Signaling: (file-error "Cannot open load file" "quote")
  require(quote)
  gnus-get-function((quote current) open-server)
  gnus-open-server((quote current))
  byte-code("snip snip")
  message-send-news(nil)
  message-send-via-news(nil)
  message-send(nil)
  message-send-and-exit(nil)
  call-interactively(message-send-and-exit)

[-- Attachment #3: Type: text/plain, Size: 176 bytes --]



-- 
Jack Vinson <jvinson@chevax.ecs.umass.edu>    http://www.cis.upenn.edu/~vinson/
Zippy: I'm pretending that we're all watching PHIL SILVERS
 instead of RICARDO MONTALBAN!

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: posting to a foreign server
  1999-06-11 22:19   ` Jack Vinson
@ 1999-06-11 22:28     ` Jack Vinson
  1999-06-13  1:20     ` Lars Magne Ingebrigtsen
  1 sibling, 0 replies; 7+ messages in thread
From: Jack Vinson @ 1999-06-11 22:28 UTC (permalink / raw)


It looks like I need to do both

(setq gnus-post-method 'current)

and 
C-u C-c C-c 

when I post to get the message to be posted to the foreign server.
Curious.

-- 
Jack Vinson <jvinson@chevax.ecs.umass.edu>    http://www.cis.upenn.edu/~vinson/
Zippy: I'm an East Side TYPE..



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: posting to a foreign server
  1999-06-11 22:19   ` Jack Vinson
  1999-06-11 22:28     ` Jack Vinson
@ 1999-06-13  1:20     ` Lars Magne Ingebrigtsen
  1 sibling, 0 replies; 7+ messages in thread
From: Lars Magne Ingebrigtsen @ 1999-06-13  1:20 UTC (permalink / raw)


Jack Vinson <jvinson@chevax.ecs.umass.edu> writes:

> I did notice some strange behavior though.  The first time I tried it, I
> got an error from a call to (gnus-open-server (quote current)).  When I
> tried to step through this to see if it would give me this problem again,
> it went away.  
> 
> Drat!  It just happened again.  Here is the backtrace:
> Signaling: (file-error "Cannot open load file" "quote")
>   require(quote)
>   gnus-get-function((quote current) open-server)
>   gnus-open-server((quote current))
>   byte-code("snip snip")
>   message-send-news(nil)

This shouldn't happen -- `message-post-method' should be initialized
in `gnus-inews-add-send-actions'.  What is the value of this variable
for you in message buffers?

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@gnus.org * Lars Magne Ingebrigtsen


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~1999-06-13  1:20 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-06-11 21:02 posting to a foreign server Jack Vinson
1999-06-11 21:07 ` Paul Stevenson
1999-06-11 21:16 ` Karl Kleinpaste
1999-06-11 22:19   ` Jack Vinson
1999-06-11 22:28     ` Jack Vinson
1999-06-13  1:20     ` Lars Magne Ingebrigtsen
1999-06-11 21:18 ` Wes Hardaker

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