can't get rid of it #22
Labels
No Label
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: dickmao/nnhackernews#22
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
If I uncommment this line from my gnus-init:
(add-to-list 'gnus-secondary-select-methods '(nnhackernews ""))
I get following message:
So it somehow tries to still use the backend. if I delete the package and unload the module it brings still weird errors:
After restarting emacs and gnus when I enter my email Inbox and exit it I get still following message:
Copy your
$HOME/.newsrc.eld
to$HOME/newsrc.eld.orig
for safe keeping.Then edit
$HOME/.newsrc.eld
and remove all s-expressions mentioning hackernews. Sorry we couldn't make it work.didn't work still the --gate error debugged it a bit and this seems to cause the problem:
The variable gnus-score-after-write-file-function:
I just don't know from which file it reads this bullshit, ok after setting this variable to nil it seems to stop the error.
after setting that to nil the error disappears but just restartet emacs and the error is back, also tried to delete all nnhackernews files in /News but did not help.
Very sorry about this!
8b0387a
There ought to be a custom-set-variable of gnus-score-after-write-file-function in your .emacs or init.el. You should remove it with extreme prejudice.
ahh found it, no problem I am happy to get some help, that is not taken for granted for some opensource emacs package :)
Sorry couldn't make it work, and thanks for your interest. Closing.