all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Re: Symbol's function definition is void: gnus-kill-newsgroup
       [not found] <858uiln1tq.fsf@example.com>
@ 2014-12-06  6:25 ` Alex Kost
       [not found] ` <mailman.15366.1417847169.1147.help-gnu-emacs@gnu.org>
  1 sibling, 0 replies; 2+ messages in thread
From: Alex Kost @ 2014-12-06  6:25 UTC (permalink / raw
  To: David Hume; +Cc: help-gnu-emacs

David Hume (2014-12-06 01:56 +0300) wrote:

> Help. I am being driven crazy by this error. I don't know what it means,
> what it is trying to do, how to get rid of it. I fear I will have to
> delete everything and start again. It happens when I start gnus. If I
> start with gnus-no-server I don't get the error. I am not sure if I will
> succeed in posting this...

This error means that there is no such function as
`gnus-kill-newsgroup', but it is calling for some reason.  I found this:
<https://lists.gnu.org/archive/html/emacs-diffs/2012-07/msg00393.html>,
so IIUC that function was obsolete for a long time before it was
removed.  My guess the problem is that you use it in your emacs config.
Try to start gnus with "emacs -Q".

-- 
Alex



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

* Re: Symbol's function definition is void: gnus-kill-newsgroup
       [not found]   ` <85wq65j9td.fsf@example.com>
@ 2014-12-06 13:47     ` Alex Kost
  0 siblings, 0 replies; 2+ messages in thread
From: Alex Kost @ 2014-12-06 13:47 UTC (permalink / raw
  To: David Hume; +Cc: help-gnu-emacs

David Hume (2014-12-06 14:29 +0300) wrote:

> Alex Kost <alezost@gmail.com> writes:
>
>> David Hume (2014-12-06 01:56 +0300) wrote:
>>
>>> Help. I am being driven crazy by this error. I don't know what it means,
>>> what it is trying to do, how to get rid of it. I fear I will have to
>>> delete everything and start again. It happens when I start gnus. If I
>>> start with gnus-no-server I don't get the error. I am not sure if I will
>>> succeed in posting this...
>>
>> This error means that there is no such function as
>> `gnus-kill-newsgroup', but it is calling for some reason.  I found this:
>> <https://lists.gnu.org/archive/html/emacs-diffs/2012-07/msg00393.html>,
>> so IIUC that function was obsolete for a long time before it was
>> removed.  My guess the problem is that you use it in your emacs config.
>> Try to start gnus with "emacs -Q".
>
> Thanks for replying.
>
> Unfortunately, or fortunately, the error stopped happening as
> mysteriously as it started. But I searched and as you say it is indeed
> in my config files, but I don't know why, I certainly didn't put it
> there. This is the ".gnu-emacs" file:
>
>
> ;; highlighting, menus, and subscribing in GNUS
> (add-hook 'gnus-startup-hook
>      '(lambda ()
> 	(setq gnus-subscribe-newsgroup-method
> 	'(lambda (newsgroup)
> 	   (gnus-subscribe-newsgroup newsgroup)
> 	   (gnus-kill-newsgroup newsgroup)))
>
> I think this error may relate to me killing newsgroups, and then
> shutting the system down while emacs/gnus is still running. But that's
> just a hunch.
>
> What should I do? Can I regenerate this file?

I have never heard about ".gnu-emacs" file.  Is it loaded from your
"~/.emacs" or "~/.emacs.d/init.el" or ".gnus.el" or whatever?

Anyway you can just delete that (add-hook ...) if you don't even know
how it appeared there.

-- 
Alex



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

end of thread, other threads:[~2014-12-06 13:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <858uiln1tq.fsf@example.com>
2014-12-06  6:25 ` Symbol's function definition is void: gnus-kill-newsgroup Alex Kost
     [not found] ` <mailman.15366.1417847169.1147.help-gnu-emacs@gnu.org>
     [not found]   ` <85wq65j9td.fsf@example.com>
2014-12-06 13:47     ` Alex Kost

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.