Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* marks not being saved
@ 2016-02-11 15:50 myglc2
  2016-02-11 17:39 ` Adam Sjøgren
  0 siblings, 1 reply; 7+ messages in thread
From: myglc2 @ 2016-02-11 15:50 UTC (permalink / raw)
  To: info-gnus-english

My marks are not begin saved. 

Here is what happens:

1) I tick '!' article A in a gmane summary buffer

2) I go to the Group Buffer and save 's'

3) I exit and reopen emacs

4) There is no tick '!' on article A. I assume there should be, right?

Can anyone suggest what I might be doing wrong?

TIA - George

Using:
 Gnus v5.13
 GNU Emacs 24.5.1 (x86_64-unknown-linux-gnu, GTK+ Version 3.14.5)



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

* Re: marks not being saved
  2016-02-11 15:50 marks not being saved myglc2
@ 2016-02-11 17:39 ` Adam Sjøgren
  2016-02-11 21:48   ` myglc2
  0 siblings, 1 reply; 7+ messages in thread
From: Adam Sjøgren @ 2016-02-11 17:39 UTC (permalink / raw)
  To: info-gnus-english

myglc2 writes:

> My marks are not begin saved. 
>
> Here is what happens:
>
> 1) I tick '!' article A in a gmane summary buffer

Do you use 'q' to exit the *Summary*?


  Best regards,

    Adam

-- 
 "I think geniuses should be given special                    Adam Sjøgren
  considerations."                                       asjo@koldfront.dk


_______________________________________________
info-gnus-english mailing list
info-gnus-english@gnu.org
https://lists.gnu.org/mailman/listinfo/info-gnus-english

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

* Re: marks not being saved
  2016-02-11 17:39 ` Adam Sjøgren
@ 2016-02-11 21:48   ` myglc2
  2016-02-11 21:50     ` Adam Sjøgren
  0 siblings, 1 reply; 7+ messages in thread
From: myglc2 @ 2016-02-11 21:48 UTC (permalink / raw)
  To: info-gnus-english

asjo@koldfront.dk (Adam Sjøgren) writes:

> myglc2 writes:
>
>> My marks are not begin saved. 
>>
>> Here is what happens:
>>
>> 1) I tick '!' article A in a gmane summary buffer
>
> Do you use 'q' to exit the *Summary*?

It turns out that I have this in my gnus.el ...

;; no need to update .newsrc since my only NEWSreader is gnus
(setq gnus-save-newsrc-file nil)

... which I must have found on the web somewhere. I removed and marks
are saved. So... case of google fever + operator error.

Thanks, - George


_______________________________________________
info-gnus-english mailing list
info-gnus-english@gnu.org
https://lists.gnu.org/mailman/listinfo/info-gnus-english

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

* Re: marks not being saved
  2016-02-11 21:48   ` myglc2
@ 2016-02-11 21:50     ` Adam Sjøgren
  2016-02-15 22:16       ` myglc2
  0 siblings, 1 reply; 7+ messages in thread
From: Adam Sjøgren @ 2016-02-11 21:50 UTC (permalink / raw)
  To: info-gnus-english

myglc2 writes:

> ;; no need to update .newsrc since my only NEWSreader is gnus
> (setq gnus-save-newsrc-file nil)
>
> ... which I must have found on the web somewhere. I removed and marks
> are saved. So... case of google fever + operator error.

Yeah, putting random stuff in the configuratoin without it is dangerous
:-)

Glad you found it.


  Best regards,

    Adam

-- 
 "But after all, who is? At least in our case - no one        Adam Sjøgren
  is such a great musician. But we are stubborn."        asjo@koldfront.dk


_______________________________________________
info-gnus-english mailing list
info-gnus-english@gnu.org
https://lists.gnu.org/mailman/listinfo/info-gnus-english

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

* Re: marks not being saved
  2016-02-11 21:50     ` Adam Sjøgren
@ 2016-02-15 22:16       ` myglc2
  2016-02-15 22:51         ` Adam Sjøgren
  0 siblings, 1 reply; 7+ messages in thread
From: myglc2 @ 2016-02-15 22:16 UTC (permalink / raw)
  To: info-gnus-english

Why don't my marks get saved?

If I do this :

1) open '=' a group

2) "tick" '!' an article in the '*Summary...' buffer

3) kill 'C-x k' the '*Summary...' buffer

4) open '=' the same group again

I don't see the "tick" '!' I just made. Shouldn't I?

Or is there some other step I need save my "ticks"?

TIA - george


.emacs.d/gnus.el:

(setq gnus-secondary-select-methods
      '(
	;; store mail in  nnml format at ~/Mail/
	(nnml "~/Mail"
	      ;; this is the default directory
	      (nnml-directory "~/Mail")
	      )
	;; NEWS servers
	(nntp "Gmane"
	      (nntp-address "news.gmane.org")
	      )
	(nntp "Gnus"
	      (nntp-address "news.gnus.org")
	      )
	)
      )

Versions:
GNU Emacs 24.5.1 (x86_64-unknown-linux-gnu, GTK+ Version 3.18.2) \
    of 2016-02-05 on localhost
Gnus v5.13



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

* Re: marks not being saved
  2016-02-15 22:16       ` myglc2
@ 2016-02-15 22:51         ` Adam Sjøgren
  2016-02-20 16:31           ` myglc2
  0 siblings, 1 reply; 7+ messages in thread
From: Adam Sjøgren @ 2016-02-15 22:51 UTC (permalink / raw)
  To: info-gnus-english

myglc2 writes:

> Why don't my marks get saved?
>
> If I do this :
>
> 1) open '=' a group
>
> 2) "tick" '!' an article in the '*Summary...' buffer
>
> 3) kill 'C-x k' the '*Summary...' buffer

This is the step that makes it not work. Try using q to save the marks,
exit the *Summary*, and go back to the *Group*.


  Best regards,

    Adam

-- 
 "Achtung, babies!"                                           Adam Sjøgren
                                                         asjo@koldfront.dk


_______________________________________________
info-gnus-english mailing list
info-gnus-english@gnu.org
https://lists.gnu.org/mailman/listinfo/info-gnus-english

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

* Re: marks not being saved
  2016-02-15 22:51         ` Adam Sjøgren
@ 2016-02-20 16:31           ` myglc2
  0 siblings, 0 replies; 7+ messages in thread
From: myglc2 @ 2016-02-20 16:31 UTC (permalink / raw)
  To: info-gnus-english

asjo@koldfront.dk (Adam Sjøgren) writes:

> myglc2 writes:
>
>> Why don't my marks get saved?
>>
>> If I do this :
>>
>> 1) open '=' a group
>>
>> 2) "tick" '!' an article in the '*Summary...' buffer
>>
>> 3) kill 'C-x k' the '*Summary...' buffer
>
> This is the step that makes it not work. Try using q to save the marks,
> exit the *Summary*, and go back to the *Group*.

Oh, Duh! Many thanks. - George


_______________________________________________
info-gnus-english mailing list
info-gnus-english@gnu.org
https://lists.gnu.org/mailman/listinfo/info-gnus-english

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

end of thread, other threads:[~2016-02-20 16:31 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-11 15:50 marks not being saved myglc2
2016-02-11 17:39 ` Adam Sjøgren
2016-02-11 21:48   ` myglc2
2016-02-11 21:50     ` Adam Sjøgren
2016-02-15 22:16       ` myglc2
2016-02-15 22:51         ` Adam Sjøgren
2016-02-20 16:31           ` myglc2

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