Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* very quick question about open buffers after sending replies...
@ 2006-06-22 19:59 Martin Jørgensen
  2006-06-22 20:20 ` Johan Bockgård
  0 siblings, 1 reply; 10+ messages in thread
From: Martin Jørgensen @ 2006-06-22 19:59 UTC (permalink / raw)


Hi,

I've been using gnus for something like perhaps about 2 weeks (can't
remember it exactly?) and can figure out the most basic stuff. Perhaps I
missed something but when I reply to a news-message I press "F" while on
top of it...

Then I write my comments and then I press C-c C-c and the post is
send. But the buffer isn't closed... I've got lots of these:

*sent followup to Pe: 6666  Message		  ~/News/drafts/drafts/5
*sent followup to:<2> 4222  Message		  ~/News/drafts/drafts/7
*sent followup to:<3> 2671  Message		  ~/News/drafts/drafts/8
*sent followup to pe: 3164  Message		  ~/News/drafts/drafts/9
*sent followup to:<2> 3818  Message		  ~/News/drafts/drafts/10

So is it supposed to work that way?

I don't like having manually to kill those buffers, so is there a better method?


Best regards
Martin Jørgensen

-- 
---------------------------------------------------------------------------
Home of Martin Jørgensen - http://www.martinjoergensen.dk

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

* Re: very quick question about open buffers after sending replies...
  2006-06-22 19:59 very quick question about open buffers after sending replies Martin Jørgensen
@ 2006-06-22 20:20 ` Johan Bockgård
  2006-06-24  8:07   ` Martin Jørgensen
  2006-06-24  8:16   ` Martin Jørgensen
  0 siblings, 2 replies; 10+ messages in thread
From: Johan Bockgård @ 2006-06-22 20:20 UTC (permalink / raw)


hotmail_spam@hotmail.com (Martin Jørgensen) writes:

> Then I write my comments and then I press C-c C-c and the post is
> send. But the buffer isn't closed. [...]

> So is it supposed to work that way?

Yes.

> I don't like having manually to kill those buffers, so is there a
> better method?

(info "(message)Message Buffers")

-- 
Johan Bockgård

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

* Re: very quick question about open buffers after sending replies...
  2006-06-22 20:20 ` Johan Bockgård
@ 2006-06-24  8:07   ` Martin Jørgensen
  2006-06-24  8:16   ` Martin Jørgensen
  1 sibling, 0 replies; 10+ messages in thread
From: Martin Jørgensen @ 2006-06-24  8:07 UTC (permalink / raw)


bojohan+news@dd.chalmers.se (Johan Bockgård) writes:

> hotmail_spam@hotmail.com (Martin Jørgensen) writes:
>
>> Then I write my comments and then I press C-c C-c and the post is
>> send. But the buffer isn't closed. [...]
>
>> So is it supposed to work that way?
>
> Yes.
>
>> I don't like having manually to kill those buffers, so is there a
>> better method?
>
> (info "(message)Message Buffers")

AFAICS it just says how to reply.


Best regards
Martin Jørgensen

-- 
---------------------------------------------------------------------------
Home of Martin Jørgensen - http://www.martinjoergensen.dk

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

* Re: very quick question about open buffers after sending replies...
  2006-06-22 20:20 ` Johan Bockgård
  2006-06-24  8:07   ` Martin Jørgensen
@ 2006-06-24  8:16   ` Martin Jørgensen
  1 sibling, 0 replies; 10+ messages in thread
From: Martin Jørgensen @ 2006-06-24  8:16 UTC (permalink / raw)


bojohan+news@dd.chalmers.se (Johan Bockgård) writes:

> hotmail_spam@hotmail.com (Martin Jørgensen) writes:
>
>> Then I write my comments and then I press C-c C-c and the post is
>> send. But the buffer isn't closed. [...]
>
>> So is it supposed to work that way?
>
> Yes.
>
>> I don't like having manually to kill those buffers, so is there a
>> better method?
>
> (info "(message)Message Buffers")

Sorry, I looked the wrong place before.

I guess you're referring to:

`message-generate-new-buffers'
     If non-`nil', generate new buffers.  The default is `t'.  If this
     is a function, call that function with three parameters: The type,
     the to address and the group name.  (Any of these may be `nil'.)
     The function should return the new buffer name.


So I inserted this in my .gnus:

(setq message-generate-new-buffers `nil) ;; kill buffer after replying to post

I don't think it's correct, is it? My quick test showed that nothing
happened...


Best regards
Martin Jørgensen

-- 
---------------------------------------------------------------------------
Home of Martin Jørgensen - http://www.martinjoergensen.dk

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

* Re: very quick question about open buffers after sending replies...
  2006-07-01  2:31     ` Robert D. Crawford
@ 2006-07-01 18:21       ` Martin Jørgensen
  0 siblings, 0 replies; 10+ messages in thread
From: Martin Jørgensen @ 2006-07-01 18:21 UTC (permalink / raw)


"Robert D. Crawford" <rdc1x@comcast.net> writes:

-snip-
> At this point I really don't remember which.
>
> As concerns using apropos to search for variables and then doing C-h v,
> sometimes it is easy and you know pretty much what you are going to need
> to search for.  Other times you will have to look through quite a list
> of variables before you find the one you need.  This gets easier as you
> keep working with emacs and the conventions become clearer.
>
> Remember, M-x apropos is your friend.

Thanks. I'll try that some more.

> BTW, a later post gives the advice
>
> (info "(message)Message Buffers")
>
> Just in case you don't know, if you see something that looks like this,
> place point directly after the closing paren and use C-x C-e to
> evaluate.  Try it and you will open up an info buffer with the relevant
> documentation.  

Thanks again...


Best regards
Martin Jørgensen

-- 
---------------------------------------------------------------------------
Home of Martin Jørgensen - http://www.martinjoergensen.dk

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

* Re: very quick question about open buffers after sending replies...
  2006-06-30 21:38   ` Martin Jørgensen
  2006-06-30 23:36     ` Johan Bockgård
@ 2006-07-01  2:31     ` Robert D. Crawford
  2006-07-01 18:21       ` Martin Jørgensen
  1 sibling, 1 reply; 10+ messages in thread
From: Robert D. Crawford @ 2006-07-01  2:31 UTC (permalink / raw)


hotmail_spam@hotmail.com (Martin Jørgensen) writes:

> BTW: How do you know that or how could I know that? Is it in the
> help-menu somewhere... Or did you look at a long list of internal
> variables and then read about a few of them with C-h v ?

IIRC, it was in this group that I found it in  One of three ways

1.  I did a search via google

2.  Someone else asked the question and it was one of the things that I
    had on the back burner to solve.  This happens more often than I
    would like to admit.

3.  I asked at some point.

At this point I really don't remember which.

As concerns using apropos to search for variables and then doing C-h v,
sometimes it is easy and you know pretty much what you are going to need
to search for.  Other times you will have to look through quite a list
of variables before you find the one you need.  This gets easier as you
keep working with emacs and the conventions become clearer.

Remember, M-x apropos is your friend.

BTW, a later post gives the advice

(info "(message)Message Buffers")

Just in case you don't know, if you see something that looks like this,
place point directly after the closing paren and use C-x C-e to
evaluate.  Try it and you will open up an info buffer with the relevant
documentation.  

happy hacking,

rdc
-- 
Robert D. Crawford
rdc1x@comcast.net

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

* Re: very quick question about open buffers after sending replies...
  2006-06-30 21:38   ` Martin Jørgensen
@ 2006-06-30 23:36     ` Johan Bockgård
  2006-07-01  2:31     ` Robert D. Crawford
  1 sibling, 0 replies; 10+ messages in thread
From: Johan Bockgård @ 2006-06-30 23:36 UTC (permalink / raw)


hotmail_spam@hotmail.com (Martin Jørgensen) writes:

> BTW: How do you know that or how could I know that?

(info "(message)Message Buffers")

-- 
Johan Bockgård

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

* Re: very quick question about open buffers after sending replies...
  2006-06-30 11:00 ` Robert D. Crawford
@ 2006-06-30 21:38   ` Martin Jørgensen
  2006-06-30 23:36     ` Johan Bockgård
  2006-07-01  2:31     ` Robert D. Crawford
  0 siblings, 2 replies; 10+ messages in thread
From: Martin Jørgensen @ 2006-06-30 21:38 UTC (permalink / raw)


"Robert D. Crawford" <rdc1x@comcast.net> writes:

> hotmail_spam@hotmail.com (Martin Jørgensen) writes:
-snip-
> Try this instead:
>
> (setq message-kill-buffer-on-exit t)
>
> C-h v shows:
>
> |Documentation:
> |*Non-nil means that the message buffer will be killed after sending a message.
> |
> |You can customize this variable.
> |
> |Defined in `message'.
>
> which is what I think you are saying.

Exactly! Thanks a lot...

BTW: How do you know that or how could I know that? Is it in the
help-menu somewhere... Or did you look at a long list of internal
variables and then read about a few of them with C-h v ?


Best regards
Martin Jørgensen

-- 
---------------------------------------------------------------------------
Home of Martin Jørgensen - http://www.martinjoergensen.dk

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

* Re: very quick question about open buffers after sending replies...
  2006-06-29 23:01 Martin Jørgensen
@ 2006-06-30 11:00 ` Robert D. Crawford
  2006-06-30 21:38   ` Martin Jørgensen
  0 siblings, 1 reply; 10+ messages in thread
From: Robert D. Crawford @ 2006-06-30 11:00 UTC (permalink / raw)


hotmail_spam@hotmail.com (Martin Jørgensen) writes:

> I don't want open buffers when I reply in gnus, so I asked this question
> about a week ago, but nobody answered the last part of it.

snip
>
> Question: What exactly do I insert in my .gnus file to get this
> behaviour? I'm a gnus newbie, so I really don't know, except the above
> line didn't work....

Try this instead:

(setq message-kill-buffer-on-exit t)

C-h v shows:

|Documentation:
|*Non-nil means that the message buffer will be killed after sending a message.
|
|You can customize this variable.
|
|Defined in `message'.

which is what I think you are saying.

rdc

-- 
Robert D. Crawford
rdc1x@comcast.net

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

* very quick question about open buffers after sending replies...
@ 2006-06-29 23:01 Martin Jørgensen
  2006-06-30 11:00 ` Robert D. Crawford
  0 siblings, 1 reply; 10+ messages in thread
From: Martin Jørgensen @ 2006-06-29 23:01 UTC (permalink / raw)


Hi,

I don't want open buffers when I reply in gnus, so I asked this question
about a week ago, but nobody answered the last part of it.

http://groups.google.com/group/gnu.emacs.gnus/browse_frm/thread/47090b06ba6c6c5b/db6fd7a5da122c40?lnk=st&q=very+quick+question+about+open+buffers+group%3Agnu.emacs.gnus&rnum=1&hl=en#db6fd7a5da122c40

>> Then I write my comments and then I press C-c C-c and the post is 
>> send. But the buffer isn't closed. [...] 

>> So is it supposed to work that way? 

> Yes. 

>> I don't like having manually to kill those buffers, so is there a 
>> better method? 

> (info "(message)Message Buffers") 


Sorry, I looked the wrong place before. 
I guess you're referring to: 

`message-generate-new-buffers' 
     If non-`nil', generate new buffers.  The default is `t'.  If this 
     is a function, call that function with three parameters: The type, 
     the to address and the group name.  (Any of these may be `nil'.) 
     The function should return the new buffer name. 

So I inserted this in my .gnus: 

(setq message-generate-new-buffers nil) ;; kill buffer after replying to post 

I don't think it's correct... Nothing changed. I still get open buffers
after replying...



Question: What exactly do I insert in my .gnus file to get this
behaviour? I'm a gnus newbie, so I really don't know, except the above
line didn't work....



Best regards
Martin Jørgensen

-- 
---------------------------------------------------------------------------
Home of Martin Jørgensen - http://www.martinjoergensen.dk

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

end of thread, other threads:[~2006-07-01 18:21 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-06-22 19:59 very quick question about open buffers after sending replies Martin Jørgensen
2006-06-22 20:20 ` Johan Bockgård
2006-06-24  8:07   ` Martin Jørgensen
2006-06-24  8:16   ` Martin Jørgensen
2006-06-29 23:01 Martin Jørgensen
2006-06-30 11:00 ` Robert D. Crawford
2006-06-30 21:38   ` Martin Jørgensen
2006-06-30 23:36     ` Johan Bockgård
2006-07-01  2:31     ` Robert D. Crawford
2006-07-01 18:21       ` Martin Jørgensen

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