all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* customizing newsticker variables: problem displaying widget
@ 2009-11-18 14:07 Joost Kremers
  2009-11-19  7:15 ` Glenn Morris
  0 siblings, 1 reply; 3+ messages in thread
From: Joost Kremers @ 2009-11-18 14:07 UTC (permalink / raw
  To: help-gnu-emacs

hi all,

i'm trying to set up newsticker, but i'm running into a strange problem
customizing some variables. when i do

M-x customize-variable RET newstnewsticker-treeview-treewindow-width RET

or 

M-x customize-variable RET newstnewsticker-treeview-listwindow-height RET

the customization buffer shows the buttons "Set for current session", "Save for
future settings", etc, but the variable itself is not shown. an error is
displayed in the minibuffer, here copied from the *Messages* buffer:

widget-apply: Symbol's function definition is void: nil

if i go through M-x customize-group RET newsticker RET, and then select
"Newsticker Reader" and then "Newsticker Treeview", the states of these
variables are "HIDDEN", but if i click "Show", the entire item disappears and
the same error is displayed.

this is GNU Emacs 23.1.1, GTK+, with newsticker preinstalled. there's nothing
weird in the defcustom definitions of both variables. the error also occurs when
emacs is started with -Q.

anyone have an idea what's wrong here? i manually added both variables to
~/.emacs.d/custom.el (which is where i keep my customisations) and they work
fine.

TIA


-- 
Joost Kremers                                      joostkremers@yahoo.com
Selbst in die Unterwelt dringt durch Spalten Licht
EN:SiS(9)


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

* Re: customizing newsticker variables: problem displaying widget
  2009-11-18 14:07 customizing newsticker variables: problem displaying widget Joost Kremers
@ 2009-11-19  7:15 ` Glenn Morris
  2009-11-19 18:55   ` Joost Kremers
  0 siblings, 1 reply; 3+ messages in thread
From: Glenn Morris @ 2009-11-19  7:15 UTC (permalink / raw
  To: help-gnu-emacs

Joost Kremers wrote:

> anyone have an idea what's wrong here?

This is a bug in newst-treeview.el. It defines these variables with
(non-existent) type 'int rather than type 'integer.


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

* Re: customizing newsticker variables: problem displaying widget
  2009-11-19  7:15 ` Glenn Morris
@ 2009-11-19 18:55   ` Joost Kremers
  0 siblings, 0 replies; 3+ messages in thread
From: Joost Kremers @ 2009-11-19 18:55 UTC (permalink / raw
  To: help-gnu-emacs

Glenn Morris wrote:
> Joost Kremers wrote:
>
>> anyone have an idea what's wrong here?
>
> This is a bug in newst-treeview.el. It defines these variables with
> (non-existent) type 'int rather than type 'integer.

ah, so there *was* something strange about the defcustom definitions, i just
didn't spot it...

i guess that means i'll have to make a bug report... ;-)


-- 
Joost Kremers                                      joostkremers@yahoo.com
Selbst in die Unterwelt dringt durch Spalten Licht
EN:SiS(9)


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

end of thread, other threads:[~2009-11-19 18:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-18 14:07 customizing newsticker variables: problem displaying widget Joost Kremers
2009-11-19  7:15 ` Glenn Morris
2009-11-19 18:55   ` Joost Kremers

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.